[Pdbg] [PATCH 05/10] Makefile: Keep pdbg sources sorted
Amitay Isaacs
amitay at ozlabs.org
Wed Nov 7 13:14:51 AEDT 2018
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
Makefile.am | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0b0fdd0..f8456ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,19 +72,19 @@ extra_sources = src/gdb_parser_precompile.c
endif
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/main.c \
+ src/mem.c \
src/optcmd.c \
src/options_ at ARCH@.c \
- src/pdbgproxy.c
+ src/parsers.c \
+ src/pdbgproxy.c \
+ src/progress.c \
+ src/reg.c \
+ src/ring.c \
+ src/scom.c \
+ src/thread.c
pdbg_CFLAGS = -I$(top_srcdir)/libpdbg -Wall -Werror -DGIT_SHA1=\"${GIT_SHA1}\" \
$(ARCH_FLAGS)
--
2.17.2
More information about the Pdbg
mailing list