ao-tools: Create general elf and hex library routines
[fw/altos] / ao-tools / lib / Makefile.am
1 noinst_LIBRARIES = libao-tools.a
2
3 AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) $(GNOME_CFLAGS)
4
5 libao_tools_a_uneeded = \
6         cc-log.c
7
8 libao_tools_a_SOURCES = \
9         ccdbg-command.c \
10         ccdbg-debug.c \
11         ccdbg-debug.h \
12         ccdbg-flash.c \
13         ccdbg.h \
14         ccdbg-io.c \
15         ccdbg-manual.c \
16         ccdbg-memory.c \
17         ccdbg-rom.c \
18         ccdbg-state.c \
19         cc-analyse.c \
20         cc-convert.c \
21         cc-dsp.c \
22         cc-integrate.c \
23         cc-mega.c \
24         cc-period.c \
25         cc-process.c \
26         cc-usb.c \
27         cc-usb.h \
28         cc.h \
29         cc-usbdev.c \
30         cc-util.c \
31         cc-bitbang.c \
32         cc-bitbang.h \
33         cc-logfile.c \
34         cc-telem.c \
35         cc-telemetry.c \
36         cc-telemetry.h \
37         cp-usb-async.c \
38         cp-usb-async.h \
39         i0.c \
40         chbevl.c \
41         mconf.h \
42         cephes.h \
43         ao-hex.c \
44         ao-hex.h \
45         ao-elf.c \
46         ao-elf.h