[Pdbg] [PATCH 02/10] Makefile: Keep the list of dependencies sorted
Amitay Isaacs
amitay at ozlabs.org
Tue Oct 2 16:04:23 AEST 2018
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
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_ at ARCH@.c \
src/htm.h \
+ src/main.c \
src/main.h \
+ src/mem.c \
+ src/optcmd.c \
src/optcmd.h \
+ src/options_ at 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)
--
2.17.1
More information about the Pdbg
mailing list