]> git.mxchange.org Git - flightgear.git/blob - LaRCsim/Makefile.am
MSVC++ portability tweaks contributed by Bernie Bright.
[flightgear.git] / LaRCsim / Makefile.am
1 if ENABLE_CHEROKEE
2 AIRCRAFT_MODEL = cherokee_aero.c cherokee_engine.c cherokee_gear.c cherokee_init.c navion_init.h
3 else
4 AIRCRAFT_MODEL = navion_aero.c navion_engine.c navion_gear.c navion_init.c navion_init.h
5 endif
6
7 noinst_LIBRARIES = libLaRCsim.a
8
9 libLaRCsim_a_SOURCES = \
10         atmos_62.c atmos_62.h \
11         default_model_routines.c default_model_routines.h \
12         ls_accel.c ls_accel.h \
13         ls_aux.c ls_aux.h \
14         ls_cockpit.h ls_constants.h ls_generic.h \
15         ls_geodesy.c ls_geodesy.h \
16         ls_gravity.c ls_gravity.h \
17         ls_init.c ls_init.h \
18         ls_matrix.c ls_matrix.h \
19         ls_model.c ls_model.h \
20         ls_sim_control.h \
21         ls_step.c ls_step.h \
22         ls_sym.h ls_types.h \
23         $(AIRCRAFT_MODEL) \
24         ls_interface.c ls_interface.h
25
26 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator