X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FJSBSim%2FMakefile.am;h=2d3b6414a0c2fd240e1a0aa17a5b80c0fcd95805;hb=49dda9bfb6811bcf36172d3b1ef3bc49acd71e5b;hp=0a1fcc80278bed425a47fa5191e7a2d54f721efc;hpb=aea253a85ca34f2f3ae216b455266f14e694d4ba;p=flightgear.git diff --git a/src/FDM/JSBSim/Makefile.am b/src/FDM/JSBSim/Makefile.am index 0a1fcc802..2d3b6414a 100644 --- a/src/FDM/JSBSim/Makefile.am +++ b/src/FDM/JSBSim/Makefile.am @@ -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 JSBSim.cxx -testJSBsim_SOURCES = FGMain.cpp +noinst_HEADERS = FGFDMExec.h FGJSBBase.h JSBSim.hxx -testJSBsim_LDADD = libJSBsim.a - -INCLUDES += -I$(top_builddir) - -# DEFS += -DFGFS +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim