3ca8643632
Schubert for getting the ball rolling with engine modeling in flightgear. The existing engine modeling code is derived from his initial efforts.
21 lines
503 B
Makefile
21 lines
503 B
Makefile
SUBDIRS = Balloon JSBSim LaRCsim UIUCModel YASim
|
|
|
|
noinst_LIBRARIES = libFlight.a
|
|
|
|
libFlight_a_SOURCES = \
|
|
ADA.cxx ADA.hxx \
|
|
Balloon.cxx Balloon.h \
|
|
External.cxx External.hxx \
|
|
ExternalNet.cxx ExternalNet.hxx \
|
|
flight.cxx flight.hxx \
|
|
IO360.cxx IO360.hxx \
|
|
LaRCsim.cxx LaRCsim.hxx \
|
|
LaRCsimIC.cxx LaRCsimIC.hxx \
|
|
MagicCarpet.cxx MagicCarpet.hxx \
|
|
NullFDM.cxx NullFDM.hxx
|
|
|
|
if OLD_AUTOMAKE
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
|
else
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
endif
|