X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FJSBSim%2FMakefile.am;h=2d3b6414a0c2fd240e1a0aa17a5b80c0fcd95805;hb=49dda9bfb6811bcf36172d3b1ef3bc49acd71e5b;hp=522cffa819d349ce6963b5e2ff47ef8a71ee9fba;hpb=f38dcfd995aded4709bf19efe2e9ce27854991ca;p=flightgear.git diff --git a/src/FDM/JSBSim/Makefile.am b/src/FDM/JSBSim/Makefile.am index 522cffa81..2d3b6414a 100644 --- a/src/FDM/JSBSim/Makefile.am +++ b/src/FDM/JSBSim/Makefile.am @@ -1,31 +1,9 @@ -EXTRA_DIST = JSBSim.cpp Makefile.solo +SUBDIRS = initialization models input_output math -noinst_LIBRARIES = libJSBsim.a +noinst_LIBRARIES = libJSBSim.a -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 \ - FGInitialCondition.cpp FGInitialCondition.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 +libJSBSim_a_SOURCES = FGFDMExec.cpp FGJSBBase.cpp JSBSim.cxx -noinst_PROGRAMS = testJSBsim +noinst_HEADERS = FGFDMExec.h FGJSBBase.h JSBSim.hxx -testJSBsim_SOURCES = JSBSim.cpp - -testJSBsim_LDADD = libJSBsim.a - -INCLUDES += -I$(top_builddir) - -# DEFS += -DFGFS +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim