X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FJSBSim%2FMakefile.am;h=2d3b6414a0c2fd240e1a0aa17a5b80c0fcd95805;hb=49dda9bfb6811bcf36172d3b1ef3bc49acd71e5b;hp=bc540a476bf7714828207ceb7b520136a5333381;hpb=14a8533f636b7d4ad5d95cff30e4d46b42eb57ca;p=flightgear.git diff --git a/src/FDM/JSBSim/Makefile.am b/src/FDM/JSBSim/Makefile.am index bc540a476..2d3b6414a 100644 --- a/src/FDM/JSBSim/Makefile.am +++ b/src/FDM/JSBSim/Makefile.am @@ -1,22 +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 -INCLUDES += -I$(top_builddir) +libJSBSim_a_SOURCES = FGFDMExec.cpp FGJSBBase.cpp JSBSim.cxx -DEFS += -DFGFS +noinst_HEADERS = FGFDMExec.h FGJSBBase.h JSBSim.hxx + +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim