Add simple post-flight analysis tool (ao-postflight)
[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_SOURCES = \
6         ccdbg-command.c \
7         ccdbg-debug.c \
8         ccdbg-debug.h \
9         ccdbg-flash.c \
10         ccdbg.h \
11         ccdbg-hex.c \
12         ccdbg-io.c \
13         ccdbg-manual.c \
14         ccdbg-memory.c \
15         ccdbg-rom.c \
16         ccdbg-state.c \
17         cc-analyse.c \
18         cc-convert.c \
19         cc-log.c \
20         cc-usb.c \
21         cc-usb.h \
22         cc.h \
23         cc-usbdev.c \
24         cc-util.c \
25         cc-bitbang.c \
26         cc-bitbang.h \
27         cc-logfile.c \
28         cc-telem.c \
29         cp-usb-async.c \
30         cp-usb-async.h