]> git.mxchange.org Git - flightgear.git/blob - src/FDM/LaRCsim/Makefile.am
Cygwin32 build tweaks.
[flightgear.git] / src / FDM / LaRCsim / Makefile.am
1 EXTRA_DIST = \
2         c172_aero.c c172_aero.h \
3         c172_engine.c \
4         c172_gear.c \
5         c172_init.c \
6         navion_init.h
7
8 if ENABLE_C172
9 AIRCRAFT_MODEL = c172_aero.c c172_engine.c c172_gear.c c172_init.c navion_init.h
10 else
11 AIRCRAFT_MODEL = navion_aero.c navion_engine.c navion_gear.c navion_init.c navion_init.h
12 endif
13
14 # AIRCRAFT_MODEL = cherokee_aero.c cherokee_engine.c cherokee_gear.c cherokee_init.c navion_init.h
15
16 noinst_LIBRARIES = libLaRCsim.a
17
18 libLaRCsim_a_SOURCES = \
19         atmos_62.c atmos_62.h \
20         default_model_routines.c default_model_routines.h \
21         ls_accel.c ls_accel.h \
22         ls_aux.c ls_aux.h \
23         ls_cockpit.h ls_constants.h ls_generic.h \
24         ls_geodesy.c ls_geodesy.h \
25         ls_gravity.c ls_gravity.h \
26         ls_init.c ls_init.h \
27         ls_matrix.c ls_matrix.h \
28         ls_model.c ls_model.h \
29         ls_sim_control.h \
30         ls_step.c ls_step.h \
31         ls_sym.h ls_types.h \
32         $(AIRCRAFT_MODEL) \
33         ls_interface.c ls_interface.h
34
35 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator