1
0
Fork 0
flightgear/FDM/Makefile.am
curt 5b808fbdc6 Added initial support for native SGI compilers.
Integrated Jon's next version of JSBsim.
1999-02-26 22:09:10 +00:00

11 lines
265 B
Makefile

SUBDIRS = External JSBsim LaRCsim Slew
noinst_LIBRARIES = libFlight.a
libFlight_a_SOURCES = flight.cxx flight.hxx \
JSBsim.cxx JSBsim.hxx \
LaRCsim.cxx LaRCsim.hxx
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
DEFS += -DFGFS