summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: a5e5932be60487b95960e27e84cd3d9f19e31f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES = libcc.a

AM_CFLAGS=$(WARN_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