646f93e618
one I sent yesterday. I have re-zipped all four files so you can neglect the last lot but only io360.cxx has changed if you've already committed. It's untested since I can't start the engine until John has committed his update with separate properties. Should work fine though.
20 lines
441 B
Makefile
20 lines
441 B
Makefile
SUBDIRS = Balloon JSBSim LaRCsim UIUCModel
|
|
|
|
noinst_LIBRARIES = libFlight.a
|
|
|
|
libFlight_a_SOURCES = \
|
|
ADA.cxx ADA.hxx \
|
|
Balloon.cxx Balloon.h \
|
|
External.cxx External.hxx \
|
|
flight.cxx flight.hxx \
|
|
IO360.cxx IO360.hxx \
|
|
JSBSim.cxx JSBSim.hxx \
|
|
LaRCsim.cxx LaRCsim.hxx \
|
|
LaRCsimIC.cxx LaRCsimIC.hxx \
|
|
MagicCarpet.cxx MagicCarpet.hxx
|
|
|
|
bin_PROGRAMS = pstest
|
|
|
|
pstest_SOURCES = ps-10520c.cxx
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|