ao-tools: Add ao-fakeflight
[fw/altos] / ao-tools / ao-fakeflight / Makefile.am
1 bin_PROGRAMS=ao-fakeflight
2
3 AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) -I$(top_srcdir)/src/drivers -O0 -g
4 AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
5
6 ao_fakeflight_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS)
7
8 ao_fakeflight_LDADD=$(AO_POSTFLIGHT_LIBS)
9
10 LIBS=-lm
11
12 ao_fakeflight_SOURCES = \
13         ao-fakeflight.c \
14         ao-fakeflight.h \
15         ao-fake-convert.c \
16         ao-fake-log.c \
17         ao-physics.c \
18         ao-rocket.c
19
20 clean-local:
21         $(RM) $(BUILT_SOURCES)
22
23 ALTOS=$(top_srcdir)/src
24 DRIVERS=$(ALTOS)/drivers
25 KERNEL=$(ALTOS)/kernel