summaryrefslogtreecommitdiff
path: root/ao-tools/lib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-08-18 12:40:24 -0700
committerKeith Packard <keithp@keithp.com>2009-08-18 12:40:24 -0700
commit9789ca5e8caa9a013e804f307b9da380e147bd75 (patch)
tree0bba9fdba9d761d0ead763ab593bc51d1658a693 /ao-tools/lib/Makefile.am
parenta5782398d968e7cb11f7203afada7c216f233b3b (diff)
Rename tools to ao-<foo>
Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/Makefile.am')
-rw-r--r--ao-tools/lib/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am
new file mode 100644
index 00000000..9584e216
--- /dev/null
+++ b/ao-tools/lib/Makefile.am
@@ -0,0 +1,22 @@
+noinst_LIBRARIES = libao-tools.a
+
+AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS)
+
+libao_tools_a_SOURCES = \
+ ccdbg-command.c \
+ ccdbg-debug.c \
+ ccdbg-debug.h \
+ 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-async.c \
+ cp-usb-async.h