1
0
Fork 0
flightgear/src/FDM/Makefile.am
curt 8f3aa1bebd UIUC flight model contribution. This is based on LaRCsim, but can read
the aircraft parameters from a file.  It still uses Tony's <crappy> (and I
mean that in a constructive way) gear model. :-)
2000-03-22 22:01:33 +00:00

13 lines
317 B
Makefile

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