summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 16f5b921e6581ee4c0bd2ae8fdb1b8f2e364a008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
	cp-usb.c \
	cp-usb-async.c