diff options
| author | Keith Packard <keithp@keithp.com> | 2009-06-04 11:20:10 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-06-04 11:20:10 -0700 |
| commit | 208bc15714c7b4020c017eef19011c4eb9ab51e2 (patch) | |
| tree | e49f0098dd29ec7666655c749ce4374c03d96591 /lib/Makefile.am | |
| parent | 17d2432a8b9c15963cd3b821f025ad33972ef477 (diff) | |
Move build and debug tools to 'cctools' directory.
These tools were merged in from the ccdbg package.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am deleted file mode 100644 index 4d9ded3a..00000000 --- a/lib/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -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 |
