1
0
Fork 0
flightgear/src/FDM/JSBsim/Makefile.am
Tim Moore c90db01dc8 source tree reorganization prior to flightgear 0.7
SimGear and TerraGear appear to have been split off at this time.
2009-09-14 14:26:20 +02:00

22 lines
552 B
Makefile

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 \
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
INCLUDES += -I$(top_builddir)
DEFS += -DFGFS