2001-12-01 06:22:24 +00:00
|
|
|
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
|
2001-12-01 06:22:24 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
if OLD_AUTOMAKE
|
2001-12-01 06:22:24 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|
2001-12-28 22:29:59 +00:00
|
|
|
else
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
endif
|