1
0
Fork 0
flightgear/src/FDM/Makefile.am
2010-06-26 10:31:22 +01:00

20 lines
423 B
Makefile

if ENABLE_SP_FDM
SP_DIR = SP
else
SP_DIR =
endif
SUBDIRS = JSBSim LaRCsim UIUCModel YASim \
$(SP_DIR) ExternalNet ExternalPipe
noinst_LIBRARIES = libFlight.a
libFlight_a_SOURCES = \
flight.cxx flight.hxx \
fdm_shell.cxx fdm_shell.hxx \
flightProperties.cxx flightProperties.hxx \
groundcache.cxx groundcache.hxx \
UFO.cxx UFO.hxx \
NullFDM.cxx NullFDM.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src