1999-10-12 03:27:06 +00:00
|
|
|
SUBDIRS = Balloon External JSBsim LaRCsim Slew
|
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
|
|
|
|
1999-10-12 03:27:06 +00:00
|
|
|
libFlight_a_SOURCES = \
|
1999-10-14 01:53:43 +00:00
|
|
|
Balloon.cxx Balloon.h \
|
1999-10-12 03:27:06 +00:00
|
|
|
flight.cxx flight.hxx \
|
1999-02-05 21:28:09 +00:00
|
|
|
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
|
|
|
|
1998-04-18 04:13:51 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|