From patchwork Tue Oct 2 06:04:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 977644 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42PTNc53v5z9shx for ; Tue, 2 Oct 2018 16:13:20 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="Qyjhv7DQ"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42PTNc3JmyzF3Fj for ; Tue, 2 Oct 2018 16:13:20 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="Qyjhv7DQ"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42PTBb1bPxzF3Dy for ; Tue, 2 Oct 2018 16:04:39 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="Qyjhv7DQ"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42PTBZ6BX8z9shy; Tue, 2 Oct 2018 16:04:38 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1538460278; bh=8sqJ4XSwBbFJBWtL81VyziAooPVpgSy2dGQAzO0EDDg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Qyjhv7DQt4V4LYhu+r+BR9nivLNNhVjBGaYFd0IYx6/f5liuH3KroDK8ilUXraNPZ KfXY8r+yDHiw++op2HFh2uqXq6yDBqj11bIBuqEGQmxXIl8S7pj/IYk/oR6MbReQ2m DPdA8ynXWatguRdaorSbDop/3f73eEqF6inHfHN2kDvqbNeRLPsFrCi7fFfNCu0rI2 YfcRWbwhiPVd8DI5DNHFUHQcwDim11DEflFud5PU7V0+vw8B3opJfregGAGPEg1q78 4sVvNAePsiwmjfPJCiQ7sPS+ZiFkBwKIPdtPQB6/viWwlIjxB2zYULBh0soBFiTbqH 5XA8IBhNaUmSQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Tue, 2 Oct 2018 16:04:23 +1000 Message-Id: <20181002060430.3344784-3-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181002060430.3344784-1-amitay@ozlabs.org> References: <20181002060430.3344784-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 02/10] Makefile: Keep the list of dependencies sorted X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs Reviewed-by: Alistair Popple --- Makefile.am | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index 88aabe9..86d8733 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,24 +66,24 @@ optcmd_test_SOURCES = src/optcmd.c src/parsers.c src/tests/optcmd_test.c optcmd_test_CFLAGS = -Wall -g pdbg_SOURCES = \ - src/main.c \ src/cfam.c \ - src/scom.c \ - src/reg.c \ - src/mem.c \ - src/thread.c \ - src/ring.c \ src/htm.c \ - src/progress.c \ - src/parsers.c \ - src/optcmd.c \ - src/options_@ARCH@.c \ src/htm.h \ + src/main.c \ src/main.h \ + src/mem.c \ + src/optcmd.c \ src/optcmd.h \ + src/options_@ARCH@.c \ src/options.h \ + src/parsers.c \ src/parsers.h \ - src/progress.h + src/progress.c \ + src/progress.h \ + src/reg.c \ + src/ring.c \ + src/scom.c \ + src/thread.c src/main.c: $(DT_headers)