Rename tools to ao-<foo>
[fw/altos] / cctools / lib / Makefile.am
diff --git a/cctools/lib/Makefile.am b/cctools/lib/Makefile.am
deleted file mode 100644 (file)
index 251ef6e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-noinst_LIBRARIES = libcc.a
-
-AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS)
-
-libcc_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