blob: 47f9d30ccdb412670be5727068fd48074c017f94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
noinst_LIBRARIES = libao-tools.a
AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) $(GNOME_CFLAGS)
libao_tools_a_uneeded = \
cc-log.c
libao_tools_a_SOURCES = \
ccdbg-command.c \
ccdbg-debug.c \
ccdbg-debug.h \
ccdbg-flash.c \
ccdbg.h \
ccdbg-io.c \
ccdbg-manual.c \
ccdbg-memory.c \
ccdbg-rom.c \
ccdbg-state.c \
cc-analyse.c \
cc-convert.c \
cc-dsp.c \
cc-integrate.c \
cc-mega.c \
cc-period.c \
cc-process.c \
cc-usb.c \
cc-usb.h \
cc.h \
cc-usbdev.c \
cc-util.c \
cc-bitbang.c \
cc-bitbang.h \
cc-logfile.c \
cc-telem.c \
cc-telemetry.c \
cc-telemetry.h \
cp-usb-async.c \
cp-usb-async.h \
i0.c \
chbevl.c \
mconf.h \
cephes.h \
ao-atmosphere.c \
ao-atmosphere.h \
ao-hex.c \
ao-hex.h \
ao-editaltos.c \
ao-editaltos.h \
ao-elf.c \
ao-elf.h \
ao-dfu.c \
ao-dfu.h \
ao-selfload.c \
ao-selfload.h \
ao-eeprom-read.c \
ao-eeprom-read.h \
ao-ms5607-convert.c \
ao-ms5607.h \
ao-verbose.c \
ao-verbose.h
|