]> git.mxchange.org Git - flightgear.git/blob - src/FDM/YASim/Makefile.am
Add the command-line yasim compiler to the automake configuration. It
[flightgear.git] / src / FDM / YASim / Makefile.am
1 noinst_LIBRARIES = libYASim.a
2
3 libYASim_a_SOURCES = \
4         YASim.cxx YASim.hxx \
5         Airplane.cpp Airplane.hpp \
6         Atmosphere.cpp Atmosphere.hpp \
7         BodyEnvironment.hpp \
8         ControlMap.cpp ControlMap.hpp \
9         FGFDM.cpp FGFDM.hpp \
10         Gear.cpp Gear.hpp \
11         Glue.cpp Glue.hpp \
12         Integrator.cpp Integrator.hpp \
13         Jet.cpp Jet.hpp \
14         Math.cpp Math.hpp \
15         Model.cpp Model.hpp \
16         PistonEngine.cpp PistonEngine.hpp \
17         PropEngine.cpp PropEngine.hpp \
18         Propeller.cpp Propeller.hpp \
19         RigidBody.cpp RigidBody.hpp \
20         SimpleJet.cpp SimpleJet.hpp \
21         Surface.cpp Surface.hpp \
22         Thruster.cpp Thruster.hpp \
23         Vector.hpp \
24         Wing.cpp Wing.hpp
25
26 bin_PROGRAMS = yasim
27
28 yasim_SOURCES = yasim-test.cpp
29
30 yasim_LDADD = libYASim.a -lsgxml -lsgmisc -lsgdebug
31
32 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src