1
0
Fork 0
flightgear/src/FDM/YASim/Makefile.am

14 lines
515 B
Text
Raw Normal View History

noinst_LIBRARIES = libYASim.a
libYASim_a_SOURCES = YASim.cxx Airplane.cpp Atmosphere.cpp ControlMap.cpp \
FGFDM.cpp Gear.cpp Glue.cpp Integrator.cpp Jet.cpp \
Math.cpp Model.cpp PistonEngine.cpp Propeller.cpp \
PropEngine.cpp RigidBody.cpp Surface.cpp \
2001-12-24 13:54:03 +00:00
Thruster.cpp Wing.cpp SimpleJet.cpp
if OLD_AUTOMAKE
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
else
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
endif