summaryrefslogtreecommitdiff
path: root/ao-tools/ao-fakeflight/Makefile.am
blob: cf88795deb2a3c03d04859ba8654b1d6e2614dd9 (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
bin_PROGRAMS=ao-fakeflight

AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) -I$(top_srcdir)/src/drivers -O0 -g
AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a

ao_fakeflight_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS)

ao_fakeflight_LDADD=$(AO_POSTFLIGHT_LIBS)

LIBS=-lm

ao_fakeflight_SOURCES = \
	ao-fakeflight.c \
	ao-fakeflight.h \
	ao-fake-convert.c \
	ao-fake-log.c \
	ao-physics.c \
	ao-rocket.c

clean-local:
	$(RM) $(BUILT_SOURCES)

ALTOS=$(top_srcdir)/src
DRIVERS=$(ALTOS)/drivers
KERNEL=$(ALTOS)/kernel