717ffe584f
Ensure consistent properties for all fuel tanks
21 lines
495 B
Makefile
21 lines
495 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 \
|
|
TankProperties.cxx TankProperties.hxx \
|
|
groundcache.cxx groundcache.hxx \
|
|
UFO.cxx UFO.hxx \
|
|
NullFDM.cxx NullFDM.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim
|