8f3aa1bebd
the aircraft parameters from a file. It still uses Tony's <crappy> (and I mean that in a constructive way) gear model. :-)
13 lines
317 B
Makefile
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
|