From 208bc15714c7b4020c017eef19011c4eb9ab51e2 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 Jun 2009 11:20:10 -0700 Subject: Move build and debug tools to 'cctools' directory. These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard --- cctools/lib/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cctools/lib/Makefile.am (limited to 'cctools/lib/Makefile.am') diff --git a/cctools/lib/Makefile.am b/cctools/lib/Makefile.am new file mode 100644 index 00000000..4d9ded3a --- /dev/null +++ b/cctools/lib/Makefile.am @@ -0,0 +1,21 @@ +noinst_LIBRARIES = libcc.a + +AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) + +libcc_a_SOURCES = \ + ccdbg-command.c \ + ccdbg-debug.c \ + ccdbg-flash.c \ + ccdbg.h \ + ccdbg-hex.c \ + ccdbg-io.c \ + ccdbg-manual.c \ + ccdbg-memory.c \ + ccdbg-rom.c \ + ccdbg-state.c \ + cc-usb.c \ + cc-usb.h \ + cc-bitbang.c \ + cc-bitbang.h \ + cp-usb.c \ + cp-usb-async.c -- cgit v1.2.3