X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-fakeflight%2FMakefile.am;fp=ao-tools%2Fao-fakeflight%2FMakefile.am;h=cf88795deb2a3c03d04859ba8654b1d6e2614dd9;hb=248aaf5e76292c8e6bfa3600d2cf9b194bf66c86;hp=0000000000000000000000000000000000000000;hpb=4f2cbe0c537c9f417aae310cc3b89f84e0915103;p=fw%2Faltos diff --git a/ao-tools/ao-fakeflight/Makefile.am b/ao-tools/ao-fakeflight/Makefile.am new file mode 100644 index 00000000..cf88795d --- /dev/null +++ b/ao-tools/ao-fakeflight/Makefile.am @@ -0,0 +1,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