1998-04-08 23:32:28 +00:00
|
|
|
EXTRA_DIST = runfg.in runfg.bat.in
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-05-17 16:59:03 +00:00
|
|
|
bin_PROGRAMS = fg
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-04-08 23:32:28 +00:00
|
|
|
bin_SCRIPTS = runfg runfg.bat
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-04-08 23:32:28 +00:00
|
|
|
fg_SOURCES = \
|
1998-04-22 13:25:39 +00:00
|
|
|
GLUTkey.cxx GLUTkey.hxx \
|
1998-04-21 17:02:27 +00:00
|
|
|
GLUTmain.cxx \
|
1998-04-25 15:11:10 +00:00
|
|
|
airports.cxx airports.hxx \
|
1998-04-08 23:32:28 +00:00
|
|
|
fg_config.h \
|
1998-04-22 13:25:39 +00:00
|
|
|
fg_init.cxx fg_init.hxx \
|
1998-04-24 00:49:17 +00:00
|
|
|
options.cxx options.hxx \
|
1998-04-22 13:25:39 +00:00
|
|
|
views.cxx views.hxx
|
1998-04-08 23:32:28 +00:00
|
|
|
|
|
|
|
fg_LDADD = \
|
1998-04-06 15:56:15 +00:00
|
|
|
$(top_builddir)/Simulator/Aircraft/libAircraft.la \
|
|
|
|
$(top_builddir)/Simulator/Astro/libAstro.la \
|
1998-04-14 02:21:01 +00:00
|
|
|
$(top_builddir)/Simulator/Autopilot/libAutopilot.la \
|
1998-04-06 15:56:15 +00:00
|
|
|
$(top_builddir)/Simulator/Cockpit/libCockpit.la \
|
|
|
|
$(top_builddir)/Simulator/Controls/libControls.la \
|
|
|
|
$(top_builddir)/Simulator/Flight/libFlight.la \
|
|
|
|
$(top_builddir)/Simulator/Flight/LaRCsim/libLaRCsim.la \
|
|
|
|
$(top_builddir)/Simulator/Flight/Slew/libSlew.la \
|
|
|
|
$(top_builddir)/Simulator/Scenery/libScenery.la \
|
|
|
|
$(top_builddir)/Simulator/Time/libTime.la \
|
|
|
|
$(top_builddir)/Simulator/Weather/libWeather.la \
|
|
|
|
$(top_builddir)/Simulator/Joystick/libJoystick.la \
|
1998-04-18 04:11:25 +00:00
|
|
|
$(top_builddir)/Lib/Math/libMath.la \
|
|
|
|
$(top_builddir)/Lib/Bucket/libBucket.la \
|
|
|
|
$(top_builddir)/Lib/Debug/libDebug.la \
|
|
|
|
$(top_builddir)/Lib/zlib/libz.la
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-04-14 02:21:01 +00:00
|
|
|
INCLUDES += \
|
|
|
|
-DGLUT \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/Lib \
|
|
|
|
-I$(top_builddir)/Simulator
|