11 lines
265 B
Makefile
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
|