From 7c790fe859dff062692964338091ffbbcdf63257 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Aug 2009 12:40:24 -0700 Subject: Rename tools to ao- Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard --- ao-tools/lib/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ao-tools/lib/Makefile.am (limited to 'ao-tools/lib/Makefile.am') 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 -- cgit v1.2.3