1
0
Fork 0
flightgear/src/FDM/Makefile.am
curt 884dae9c57 Removing all the old vestiges of the original attempt at a slew FDM. Now
this functionality is implimented as a magic carpet mode.
1999-10-14 02:01:27 +00:00

12 lines
315 B
Makefile

SUBDIRS = Balloon External JSBsim LaRCsim
noinst_LIBRARIES = libFlight.a
libFlight_a_SOURCES = \
Balloon.cxx Balloon.h \
flight.cxx flight.hxx \
JSBsim.cxx JSBsim.hxx \
LaRCsim.cxx LaRCsim.hxx \
MagicCarpet.cxx MagicCarpet.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator