X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2FMakefile.am;fp=lib%2FMakefile.am;h=a5e5932be60487b95960e27e84cd3d9f19e31f14;hb=9025eb792861930e6af918d2727c4f5d97a69936;hp=0000000000000000000000000000000000000000;hpb=ab909db28307cfbf7ee8d692506bb79d7ffd627a;p=fw%2Faltos diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 00000000..a5e5932b --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,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