]> git.mxchange.org Git - flightgear.git/blob - JSBsim/Makefile.am
Initial revision.
[flightgear.git] / JSBsim / Makefile.am
1 noinst_LIBRARIES = libJSBsim.a
2
3 EXTRA_DIST = aircraft engine
4
5 libJSBsim_a_SOURCES = FGAircraft.cpp FGAircraft.h \
6         FGAtmosphere.cpp FGAtmosphere.h \
7         FGAuxiliary.cpp FGAuxiliary.h \
8         FGCoefficient.cpp FGCoefficient.h \
9         FGFCS.cpp FGFCS.h \
10         FGFDMExec.cpp FGFDMExec.h \
11         FGModel.cpp FGModel.h \
12         FGOutput.cpp FGOutput.h \
13         FGPosition.cpp FGPosition.h \
14         FGRotation.cpp FGRotation.h \
15         FGState.cpp FGState.h \
16         FGTranslation.cpp FGTranslation.h \
17         FGUtility.cpp FGUtility.h \
18         FGEngine.cpp FGEngine.h \
19         FGTank.cpp FGTank.h