1998-11-16 13:59:58 +00:00
|
|
|
if ENABLE_UNIX_SERIAL
|
|
|
|
SERIAL_LIBS = $(top_builddir)/Lib/Serial/libSerial.a
|
|
|
|
else
|
|
|
|
SERIAL_LIBS =
|
|
|
|
endif
|
|
|
|
|
1999-10-14 20:30:54 +00:00
|
|
|
if ENABLE_OLD_WEATHER
|
2000-01-12 18:09:35 +00:00
|
|
|
WEATHER_LIBS = $(top_builddir)/Simulator/Weather/libWeather.a
|
1999-10-14 20:30:54 +00:00
|
|
|
else
|
2000-01-12 18:09:35 +00:00
|
|
|
WEATHER_LIBS = $(top_builddir)/Simulator/WeatherCM/libWeatherCM.a
|
|
|
|
endif
|
|
|
|
|
|
|
|
if ENABLE_NETWORK_OLK
|
|
|
|
NETWORK_LIBS = \
|
|
|
|
$(top_builddir)/Simulator/Network/libNetwork.a \
|
|
|
|
$(top_builddir)/Simulator/NetworkOLK/libNetworkOLK.a
|
|
|
|
else
|
|
|
|
NETWORK_LIBS = \
|
|
|
|
$(top_builddir)/Simulator/Network/libNetwork.a
|
1999-08-12 17:13:44 +00:00
|
|
|
endif
|
|
|
|
|
1999-10-30 04:27:21 +00:00
|
|
|
if OLD_AUTOMAKE
|
|
|
|
CXXFLAGS += -DPKGLIBDIR=\"$(pkglibdir)\"
|
|
|
|
else
|
1999-10-30 02:37:56 +00:00
|
|
|
AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\"
|
1999-10-30 04:27:21 +00:00
|
|
|
endif
|
1999-06-04 20:35:47 +00:00
|
|
|
|
1999-04-19 20:19:36 +00:00
|
|
|
EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-08-24 20:33:48 +00:00
|
|
|
bin_PROGRAMS = fgfs
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-08-24 20:33:48 +00:00
|
|
|
bin_SCRIPTS = runfgfs runfgfs.bat
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-08-24 20:33:48 +00:00
|
|
|
fgfs_SOURCES = \
|
1998-04-22 13:25:39 +00:00
|
|
|
fg_init.cxx fg_init.hxx \
|
1999-11-19 02:10:24 +00:00
|
|
|
fg_io.cxx fg_io.hxx \
|
1999-06-18 03:42:54 +00:00
|
|
|
keyboard.cxx keyboard.hxx \
|
|
|
|
main.cxx \
|
1998-04-24 00:49:17 +00:00
|
|
|
options.cxx options.hxx \
|
2000-02-11 22:27:23 +00:00
|
|
|
save.cxx save.hxx \
|
1998-07-06 02:42:02 +00:00
|
|
|
splash.cxx splash.hxx \
|
1998-04-22 13:25:39 +00:00
|
|
|
views.cxx views.hxx
|
1998-04-08 23:32:28 +00:00
|
|
|
|
1999-11-19 02:10:24 +00:00
|
|
|
# fg_serial.cxx fg_serial.hxx \
|
|
|
|
|
1998-08-24 20:33:48 +00:00
|
|
|
fgfs_LDADD = \
|
1998-06-12 00:57:38 +00:00
|
|
|
$(top_builddir)/Simulator/Aircraft/libAircraft.a \
|
|
|
|
$(top_builddir)/Simulator/Astro/libAstro.a \
|
|
|
|
$(top_builddir)/Simulator/Autopilot/libAutopilot.a \
|
|
|
|
$(top_builddir)/Simulator/Cockpit/libCockpit.a \
|
|
|
|
$(top_builddir)/Simulator/Controls/libControls.a \
|
1999-02-01 21:33:23 +00:00
|
|
|
$(top_builddir)/Simulator/FDM/libFlight.a \
|
1999-10-15 22:21:09 +00:00
|
|
|
$(top_builddir)/Simulator/FDM/Balloon/libBalloon.a \
|
1999-02-05 21:28:09 +00:00
|
|
|
$(top_builddir)/Simulator/FDM/JSBsim/libJSBsim.a \
|
1999-02-01 21:33:23 +00:00
|
|
|
$(top_builddir)/Simulator/FDM/LaRCsim/libLaRCsim.a \
|
1998-06-12 14:27:25 +00:00
|
|
|
$(top_builddir)/Simulator/GUI/libGUI.a \
|
1998-06-12 00:57:38 +00:00
|
|
|
$(top_builddir)/Simulator/Scenery/libScenery.a \
|
1998-09-14 13:49:42 +00:00
|
|
|
$(top_builddir)/Simulator/Airports/libAirports.a \
|
2000-01-12 18:09:35 +00:00
|
|
|
$(NETWORK_LIBS) \
|
1998-08-25 16:59:08 +00:00
|
|
|
$(top_builddir)/Simulator/Objects/libObjects.a \
|
1999-10-22 00:27:49 +00:00
|
|
|
$(top_builddir)/Simulator/Clouds/libClouds.a \
|
1998-06-12 00:57:38 +00:00
|
|
|
$(top_builddir)/Simulator/Time/libTime.a \
|
1999-08-12 17:13:44 +00:00
|
|
|
$(WEATHER_LIBS) \
|
1998-10-27 02:14:21 +00:00
|
|
|
$(top_builddir)/Simulator/Joystick/libJoystick.a \
|
1999-04-03 04:21:01 +00:00
|
|
|
$(SERIAL_LIBS) \
|
1999-10-14 23:46:28 +00:00
|
|
|
$(top_builddir)/Lib/Screen/libScreen.a \
|
1998-07-30 23:48:24 +00:00
|
|
|
$(top_builddir)/Lib/Math/libMath.a \
|
|
|
|
$(top_builddir)/Lib/Bucket/libBucket.a \
|
|
|
|
$(top_builddir)/Lib/Debug/libDebug.a \
|
2000-02-04 22:50:04 +00:00
|
|
|
-lplibpu -lplibfnt -lplibssg -lplibsg \
|
1998-11-04 23:01:39 +00:00
|
|
|
$(top_builddir)/Lib/Misc/libMisc.a \
|
1999-05-12 04:24:55 +00:00
|
|
|
$(top_builddir)/Lib/zlib/libz.a \
|
1999-06-24 20:38:31 +00:00
|
|
|
$(opengl_LIBS) \
|
|
|
|
$(audio_LIBS)
|
|
|
|
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-04-14 02:21:01 +00:00
|
|
|
INCLUDES += \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/Lib \
|
|
|
|
-I$(top_builddir)/Simulator
|