]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Makefile.am
resync JSBSim
[flightgear.git] / src / FDM / Makefile.am
index e44cd5bd812d22e4ca689903ee91e84c7826c283..41bfe3f8765eae47101c042dd6776213eab45a31 100644 (file)
@@ -1,9 +1,21 @@
-SUBDIRS        = External JSBsim LaRCsim Slew
+if ENABLE_SP_FDM
+SP_DIR = SP
+else
+SP_DIR =
+endif
+
+SUBDIRS        = JSBSim LaRCsim UIUCModel YASim \
+          $(SP_DIR) ExternalNet ExternalPipe
 
 noinst_LIBRARIES = libFlight.a
 
-libFlight_a_SOURCES = flight.cxx flight.hxx \
-       JSBsim.cxx JSBsim.hxx \
-       LaRCsim.cxx LaRCsim.hxx
+libFlight_a_SOURCES = \
+       flight.cxx flight.hxx \
+       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
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim