]> git.mxchange.org Git - flightgear.git/blob - LaRCsim/Makefile.am
Integrated autopilot.
[flightgear.git] / LaRCsim / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libLaRCsim.la
4
5 libLaRCsim_la_SOURCES = \
6         atmos_62.c atmos_62.h \
7         default_model_routines.c default_model_routines.h \
8         ls_accel.c ls_accel.h \
9         ls_aux.c ls_aux.h \
10         ls_cockpit.h ls_constants.h ls_generic.h \
11         ls_geodesy.c ls_geodesy.h \
12         ls_gravity.c ls_gravity.h \
13         ls_init.c ls_init.h \
14         ls_matrix.c ls_matrix.h \
15         ls_model.c ls_model.h \
16         ls_sim_control.h \
17         ls_step.c ls_step.h \
18         ls_sym.h ls_types.h \
19         navion_aero.c navion_engine.c navion_gear.c \
20         navion_init.c navion_init.h \
21         ls_interface.c ls_interface.h
22
23 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator