1
0
Fork 0
flightgear/LaRCsim/Makefile.am

24 lines
630 B
Text
Raw Normal View History

1998-04-03 21:50:53 +00:00
libdir = ${exec_prefix}/lib
1997-05-29 00:09:51 +00:00
1998-04-03 21:50:53 +00:00
lib_LTLIBRARIES = libLaRCsim.la
1998-04-03 21:50:53 +00:00
libLaRCsim_la_SOURCES = \
atmos_62.c atmos_62.h \
default_model_routines.c default_model_routines.h \
ls_accel.c ls_accel.h \
ls_aux.c ls_aux.h \
ls_cockpit.h ls_constants.h ls_generic.h \
ls_geodesy.c ls_geodesy.h \
ls_gravity.c ls_gravity.h \
ls_init.c ls_init.h \
ls_matrix.c ls_matrix.h \
ls_model.c ls_model.h \
ls_sim_control.h \
ls_step.c ls_step.h \
ls_sym.h ls_types.h \
navion_aero.c navion_engine.c navion_gear.c \
navion_init.c navion_init.h \
ls_interface.c ls_interface.h
1997-05-29 00:09:51 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator