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

22 lines
495 B
Text
Raw Normal View History

if ENABLE_SP_FDM
SP_DIR = SP
else
SP_DIR =
endif
SUBDIRS = 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 = \
flight.cxx flight.hxx \
2010-06-16 07:33:32 +00:00
fdm_shell.cxx fdm_shell.hxx \
flightProperties.cxx flightProperties.hxx \
TankProperties.cxx TankProperties.hxx \
groundcache.cxx groundcache.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 -I$(top_srcdir)/src/FDM/JSBSim