]> git.mxchange.org Git - flightgear.git/blob - src/FDM/YASim/Makefile.am
Initial revision of Andy Ross's YASim code. This is (Y)et (A)nother Flight
[flightgear.git] / src / FDM / YASim / Makefile.am
1 noinst_LIBRARIES = libYASim.a
2
3 libYASim_a_SOURCES = YASim.cxx Airplane.cpp Atmosphere.cpp ControlMap.cpp \
4                      FGFDM.cpp Gear.cpp Glue.cpp Integrator.cpp Jet.cpp   \
5                      Math.cpp Model.cpp PistonEngine.cpp Propeller.cpp    \
6                      PropEngine.cpp RigidBody.cpp Surface.cpp             \
7                      Thruster.cpp Wing.cpp
8
9 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src