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

20 lines
380 B
Text
Raw Normal View History

if ENABLE_SP_FDM
SP_DIR = SP
else
SP_DIR =
endif
SUBDIRS = Balloon JSBSim LaRCsim UIUCModel YASim \
$(SP_DIR) ExternalNet ExternalPipe
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 = \
1999-10-14 01:53:43 +00:00
Balloon.cxx Balloon.h \
flight.cxx flight.hxx \
MagicCarpet.cxx MagicCarpet.hxx \
UFO.cxx UFO.hxx \
NullFDM.cxx NullFDM.hxx
1998-04-03 21:50:53 +00:00
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src