]> git.mxchange.org Git - flightgear.git/blob - src/FDM/LaRCsim/Makefile.am
Updates to build system to better support automake-1.5
[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         ls_trim.c \
7         navion_init.h \
8         uiuc_aero.c
9
10 AIRCRAFT_MODEL =  c172_aero.c c172_engine.c c172_gear.c c172_init.c \
11                   navion_init.h  navion_aero.c navion_engine.c \
12                   navion_gear.c navion_init.c uiuc_aero.c \
13                   cherokee_aero.c cherokee_engine.c cherokee_gear.c \
14                   cherokee_init.c
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 if OLD_AUTOMAKE
36 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
37 else
38 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
39 endif