]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/Makefile.am
Update to the latest version of JSBSim which supports Lighter Than Air craft
[flightgear.git] / src / FDM / JSBSim / Makefile.am
index 0a1fcc80278bed425a47fa5191e7a2d54f721efc..c2d2b93c70e2585b00c649ef4127645375ed63fe 100644 (file)
@@ -1,28 +1,9 @@
-noinst_LIBRARIES = libJSBsim.a
+SUBDIRS = initialization models input_output math
 
-libJSBsim_a_SOURCES = FGAircraft.cpp FGAircraft.h \
-       FGAtmosphere.cpp FGAtmosphere.h \
-       FGAuxiliary.cpp FGAuxiliary.h \
-       FGCoefficient.cpp FGCoefficient.h \
-       FGDefs.h \
-       FGFCS.cpp FGFCS.h \
-       FGFDMExec.cpp FGFDMExec.h \
-       FGModel.cpp FGModel.h \
-       FGOutput.cpp FGOutput.h \
-       FGPosition.cpp FGPosition.h \
-       FGRotation.cpp FGRotation.h \
-       FGState.cpp FGState.h \
-       FGTranslation.cpp FGTranslation.h \
-       FGUtility.cpp FGUtility.h \
-       FGEngine.cpp FGEngine.h \
-       FGTank.cpp FGTank.h 
+noinst_LIBRARIES = libJSBSim.a
 
-noinst_PROGRAMS = testJSBsim
+libJSBSim_a_SOURCES =  FGFDMExec.cpp FGJSBBase.cpp FGState.cpp JSBSim.cxx
 
-testJSBsim_SOURCES = FGMain.cpp
+noinst_HEADERS = FGFDMExec.h FGJSBBase.h FGState.h JSBSim.hxx
 
-testJSBsim_LDADD = libJSBsim.a
-
-INCLUDES += -I$(top_builddir)
-
-# DEFS += -DFGFS
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim