]> git.mxchange.org Git - flightgear.git/blob - LaRCsim/Makefile.am
Build only static libraries.
[flightgear.git] / LaRCsim / Makefile.am
1 noinst_LIBRARIES = libLaRCsim.a
2
3 libLaRCsim_a_SOURCES = \
4         atmos_62.c atmos_62.h \
5         default_model_routines.c default_model_routines.h \
6         ls_accel.c ls_accel.h \
7         ls_aux.c ls_aux.h \
8         ls_cockpit.h ls_constants.h ls_generic.h \
9         ls_geodesy.c ls_geodesy.h \
10         ls_gravity.c ls_gravity.h \
11         ls_init.c ls_init.h \
12         ls_matrix.c ls_matrix.h \
13         ls_model.c ls_model.h \
14         ls_sim_control.h \
15         ls_step.c ls_step.h \
16         ls_sym.h ls_types.h \
17         navion_aero.c navion_engine.c navion_gear.c \
18         navion_init.c navion_init.h \
19         ls_interface.c ls_interface.h
20
21 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator