1
0
Fork 0
flightgear/src/FDM/Makefile.am

23 lines
461 B
Text
Raw Normal View History

SUBDIRS = Balloon JSBSim LaRCsim UIUCModel
1998-04-03 21:50:53 +00:00
1998-06-12 01:01:14 +00:00
noinst_LIBRARIES = libFlight.a
1998-04-03 21:50:53 +00:00
libFlight_a_SOURCES = \
10520d.cxx 10520d.hxx \
1999-10-14 01:53:43 +00:00
Balloon.cxx Balloon.h \
1999-11-19 02:12:46 +00:00
External.cxx External.hxx \
flight.cxx flight.hxx \
JSBSim.cxx JSBSim.hxx \
1999-10-14 01:53:43 +00:00
LaRCsim.cxx LaRCsim.hxx \
MagicCarpet.cxx MagicCarpet.hxx
1998-04-03 21:50:53 +00:00
2000-09-08 14:35:23 +00:00
bin_PROGRAMS = engine pstest
engine_SOURCES = engine.cxx
engine_LDADD = libFlight.a
2000-09-08 14:35:23 +00:00
pstest_SOURCES = ps-10520c.cxx
2000-08-29 03:15:51 +00:00
2000-02-15 03:30:01 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src