Processing tempam.lst file 
=================================================== 
File C:\FG0910-1\source\Makefile.am listing 
=================================================== 
SUBDIRS = \
	tests \
	man \
        scripts \
	src \
        utils

EXTRA_DIST = \
	acinclude.m4 \
	autogen.sh \
	FlightGear.dsp \
	FlightGear.dsw \
	projects \
	Thanks

dist-hook:
	(cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
	(cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \
		-cf - docs-mini ) | (cd $(distdir); tar xvf -)
	rm -rf `find $(distdir)/projects -name CVS`


##########################################################################
# extra targets to do various things ...
#
# Use "make <target>"
##########################################################################


# make the base distribution with textures, sounds and a bit of
# scenery, and all the other associated files

# note, fedora core tar does case insensitive wildcard matching for
# directories, but apparently not files ... some stupid reason. :-(

fgfs-base-tar:
	(cd ..; \
	tar \
	--exclude=CVS \
	--exclude='*~' \
	--exclude='*.tex' \
	--exclude='*.xcf' \
	--exclude='*/c172/Instruments.high' \
	--exclude='*/Textures/Unused' \
	--exclude='*/Textures/*.orig' \
	--exclude='*/Textures.high/*.new' \
	--exclude='*/Textures.high/*.orig' \
	--exclude='*/Textures.high/*.save' \
	--exclude='*/data/Data' \
	--exclude='*/Docs/source' \
        --exclude='*/Models/MNUAV' \
        --exclude='*/Models/Airspace' \
	-cjvf fgfs-base-$(VERSION).tar.bz2 \
		data/AI \
                data/Aircraft/Generic \
                data/Aircraft/Instruments \
                data/Aircraft/Instruments-3d \
                data/Aircraft/UIUC \
                data/Aircraft/737-300 \
                data/Aircraft/A-10 \
                data/Aircraft/bf109 \
                data/Aircraft/bo105 \
                data/Aircraft/c172 \
                data/Aircraft/c172p \
                data/Aircraft/c310 \
                data/Aircraft/c310u3a \
                data/Aircraft/Citation-Bravo \
                data/Aircraft/f16 \
                data/Aircraft/j3cub \
                data/Aircraft/Hunter \
                data/Aircraft/p51d \
                data/Aircraft/pa28-161 \
                data/Aircraft/Rascal \
                data/Aircraft/T38 \
                data/Aircraft/ufo \
                data/Aircraft/wrightFlyer1903 \
		data/Airports \
		data/Astro \
		data/ATC \
		data/AUTHORS \
		data/ChangeLog \
		data/cloudlayers.xml \
		data/COPYING \
		data/D* \
		data/Fonts \
		data/gui \
		data/Huds \
		data/Input \
		data/joysticks.xml \
		data/keyboard.xml \
		data/Lighting \
		data/materials.dtd \
		data/materials.xml \
		data/mice.xml \
		data/Models \
		data/N* \
		data/options.xml \
		data/preferences.xml \
		data/Protocol \
		data/README \
		data/Scenery/Objects \
		data/Scenery/Terrain \
		data/Sounds \
		data/T* \
		data/version \
	)

fgfs-textures-high:
	(cd $(HOME); \
	tar -czvf fgfs-textures-high-$(VERSION)b.tar.gz \
	FlightGear/Textures.high)

# make the mini JSBsim data distribution
jsbsim-data:
	(cd $(HOME); \
	tar czvf jsbsim-data-$(VERSION).tar.gz \
	FlightGear/Aircraft \
	FlightGear/Engine)

# make the documentation distribution

fgfs-docs: fgfs-docs-tar fgfs-manual-zip

fgfs-docs-tar:
	( cd $(HOME); \
	tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )

# fgfs-docs-zip:
# 	( cd $(HOME)/Projects ; \
# 	zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs )

fgfs-manual-zip:
	( cd $(HOME) ; \
	zip -r fgfs-manual-$(VERSION).zip FlightGear/Docs/InstallGuide )

# make the win32-bin distribution

fgfs-win32-bin:
	(cd $(HOME); \
	zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/runfgfs.bat \
        FlightGear/bin/Win32 )

# make the win32-libs distribution (depricated)
win32-libs:
	( zip -r ../win32-libs-$(VERSION).zip Win32/Makefile \
	Win32/README.glut Win32/cygwinb1.dll Win32/def \
	Win32/*.exp Win32/gen-def-from-errors.pl \
	Win32/glut.dll Win32/glut32.dll Win32/impdef.cpp \
	Win32/impdef.exe Win32/include \
	Win32/install.exe \
	Win32/lib Win32/zlib.lib )

# make the MacOS (MWCWP3) devel support archive
macos-devel:
	( cd ..; zip -r MWCWP3_Support.zip FlightGear/MWCWP3_Support )

# clean up dependencies
clean-deps:
	rm -rf .deps \
	src/.deps tests/.deps \
	src/*/.deps \
	src/*/*/.deps \
	tests/.deps

# clean up after libtool
clean-libs:
	rm -rf .libs src/.libs \
		src/*/.libs \
		src/*/*/.libs 
	rm -f src/*/so_locations \
		src/*/*/so_locations 

# clean up after winbloze spews random case for file names :-(
clean-winbloze: clean-deps clean-libs
	rm -f makefile src/Include/makefile src/makefile \
		src/*/makefile \
		src/*/*/makefile \
		tests/makefile
	rm -f src/Main/fg.exe
=================================================== 
=================================================== 
File C:\FG0910-1\source\man\Makefile.am listing 
=================================================== 
MAINTAINERCLEANFILES = Makefile.in

man_MANS = est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\Makefile.am listing 
=================================================== 
SUBDIRS = debug perl python
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\debug\Makefile.am listing 
=================================================== 
EXTRA_DIST = debug-fgfs sample.fgfs.supp
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\example\Makefile.am listing 
=================================================== 
EXTRA_DIST = fgfsclient.c fgfsclient.cxx fgfsscript remote.html
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\java\FGClient\Makefile.am listing 
=================================================== 
SUBDIRS = src docs
EXTRA_DIST = build.xml fgfsclient.jar README main-class.txt

=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\java\FGClient\docs\Makefile.am listing 
=================================================== 
SUBDIRS = javadoc
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\java\FGClient\docs\javadoc\Makefile.am listing 
=================================================== 
EXTRA_DIST = index-all.html llclasses-frame.html  index.html \
             deprecated-list.html serialized-form.html help-doc.html \
             overview-tree.html stylesheet.css package-list

=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\java\FGClient\src\Makefile.am listing 
=================================================== 
EXTRA_DIST = FGFSDemo.java
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\perl\Makefile.am listing 
=================================================== 
SUBDIRS = examples
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\perl\dafif\Makefile.am listing 
=================================================== 
EXTRA_DIST = build_ils.pl dafift2fix.pl dafift2ils.pl dafift2nav.pl
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\perl\examples\Makefile.am listing 
=================================================== 
EXTRA_DIST = \
	aircraft.pl \
	autopilot.pl \
	environment.pl \
	flyplan.pl \
	logging.pl \
	position.pl \
	reset.pl \
	telnet.pl
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\perl\scenery\Makefile.am listing 
=================================================== 
EXTRA_DIST = calc-tile.pl
=================================================== 
=================================================== 
File C:\FG0910-1\source\scripts\python\Makefile.am listing 
=================================================== 
EXTRA_DIST = FlightGear.py demo.py
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Makefile.am listing 
=================================================== 
SUBDIRS = \
        Include \
        Aircraft \
        Airports \
        ATC \
        Autopilot \
        Cockpit \
        Environment \
        FDM \
        GUI \
        Input \
	Instrumentation \
        Model \
	AIModel \
        Navaids \
        Network \
	MultiPlayer \
        Scenery \
	Scripting \
        Sound \
        Systems \
        Time \
	Traffic \
        Main
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\AIModel\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libAIModel.a

libAIModel_a_SOURCES = \
	submodel.cxx submodel.hxx \
	AIManager.hxx AIManager.cxx \
	AIBase.hxx AIBase.cxx \
	AIAircraft.hxx AIAircraft.cxx \
        AIMultiplayer.hxx AIMultiplayer.cxx \
	AIShip.hxx AIShip.cxx \
	AIBallistic.hxx AIBallistic.cxx \
	AIStorm.hxx AIStorm.cxx \
	AIThermal.hxx AIThermal.cxx \
	AIFlightPlan.hxx AIFlightPlan.cxx AIFlightPlanCreate.cxx \
        AICarrier.hxx AICarrier.cxx \
        AIStatic.hxx AIStatic.cxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Aircraft\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libAircraft.a

libAircraft_a_SOURCES = \
	aircraft.cxx aircraft.hxx \
	controls.cxx controls.hxx \
	replay.cxx replay.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Airports\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libAirports.a

noinst_PROGRAMS = calc_loc

libAirports_a_SOURCES = \
	apt_loader.cxx apt_loader.hxx \
	runways.cxx runways.hxx \
	simple.cxx simple.hxx \
	runwayprefs.cxx runwayprefs.hxx \
	parking.cxx parking.hxx \
	groundnetwork.cxx groundnetwork.hxx \
	dynamics.cxx dynamics.hxx

calc_loc_SOURCES = calc_loc.cxx
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\ATC\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libATC.a

libATC_a_SOURCES = \
	ATC.hxx ATC.cxx \
	atis.hxx atis.cxx \
	tower.hxx tower.cxx \
	approach.hxx approach.cxx \
	ground.hxx ground.cxx \
	commlist.hxx commlist.cxx \
	ATCDialog.hxx ATCDialog.cxx \
	ATCdisplay.hxx ATCdisplay.cxx \
	ATCVoice.hxx ATCVoice.cxx \
	ATCmgr.hxx ATCmgr.cxx \
	ATCutils.hxx ATCutils.cxx \
	ATCProjection.hxx ATCProjection.cxx \
	AIMgr.hxx AIMgr.cxx \
	AIEntity.hxx AIEntity.cxx \
	AIPlane.hxx AIPlane.cxx \
	AILocalTraffic.hxx AILocalTraffic.cxx \
	AIGAVFRTraffic.hxx AIGAVFRTraffic.cxx \
	transmission.hxx transmission.cxx \
	transmissionlist.hxx transmissionlist.cxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Autopilot\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libAutopilot.a

libAutopilot_a_SOURCES = \
	auto_gui.cxx auto_gui.hxx \
	route_mgr.cxx route_mgr.hxx \
	xmlauto.cxx xmlauto.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Cockpit\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libCockpit.a

libCockpit_a_SOURCES = \
	cockpit.cxx cockpit.hxx \
	hud.cxx hud.hxx hud_opts.hxx \
	hud_card.cxx hud_dnst.cxx hud_gaug.cxx hud_inst.cxx \
	hud_labl.cxx hud_ladr.cxx \
	hud_lat.cxx hud_lon.cxx \
	hud_rwy.cxx \
	hud_scal.cxx hud_tbi.cxx \
	panel.cxx panel.hxx \
        panel_io.cxx panel_io.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src

SUBDIRS = built_in
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Cockpit\built_in\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libBuilt_in.a

libBuilt_in_a_SOURCES = \
	FGMagRibbon.cxx FGMagRibbon.hxx 

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src

=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Environment\Makefile.am listing 
=================================================== 
# libdir	= ${exec_prefix}/lib
# lib_LTLIBRARIES = libEnvironment.la
# libEnvironment_la_SOURCES = environment.c environment.h

noinst_LIBRARIES = libEnvironment.a

libEnvironment_a_SOURCES = \
	environment.cxx environment.hxx \
	environment_mgr.cxx environment_mgr.hxx \
	environment_ctrl.cxx environment_ctrl.hxx \
	fgmetar.cxx fgmetar.hxx fgclouds.cxx fgclouds.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\Makefile.am listing 
=================================================== 
if ENABLE_SP_FDM
SP_DIR = SP
else
SP_DIR =
endif

SUBDIRS	= Balloon JSBSim LaRCsim UIUCModel YASim \
          $(SP_DIR) ExternalNet ExternalPipe

noinst_LIBRARIES = libFlight.a

libFlight_a_SOURCES = \
	Balloon.cxx Balloon.h \
	flight.cxx flight.hxx \
	groundcache.cxx groundcache.hxx \
	MagicCarpet.cxx MagicCarpet.hxx \
	UFO.cxx UFO.hxx \
	NullFDM.cxx NullFDM.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\Balloon\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libBalloon.a

libBalloon_a_SOURCES = BalloonSim.cpp BalloonSim.h

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\ExternalNet\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libExternalNet.a

# noinst_PROGRAMS = demo_fdm

libExternalNet_a_SOURCES = \
	ExternalNet.cxx ExternalNet.hxx

# demo_fdm_SOURCES = demo_fdm.cxx demo_httpd.cxx demo_httpd.hxx
# demo_LDADD = 

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\ExternalPipe\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libExternalPipe.a

# noinst_PROGRAMS = demo_fdm

libExternalPipe_a_SOURCES = \
	ExternalPipe.cxx ExternalPipe.hxx

# demo_fdm_SOURCES = demo_fdm.cxx demo_httpd.cxx demo_httpd.hxx
# demo_LDADD = 

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\Makefile.am listing 
=================================================== 
SUBDIRS = initialization models input_output math

noinst_LIBRARIES = libJSBSim.a

libJSBSim_a_SOURCES =  FGFDMExec.cpp FGJSBBase.cpp FGState.cpp JSBSim.cxx

noinst_HEADERS = FGFDMExec.h FGJSBBase.h FGState.h JSBSim.hxx

INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\initialization\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libInit.a

libInit_a_SOURCES = FGInitialCondition.cpp FGTrim.cpp FGTrimAxis.cpp

noinst_HEADERS = FGInitialCondition.h FGTrim.h FGTrimAxis.h

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\input_output\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libInputOutput.a

libInputOutput_a_SOURCES = FGGroundCallback.cpp FGPropertyManager.cpp FGScript.cpp FGXMLElement.cpp FGXMLParse.cpp FGfdmSocket.cpp

noinst_HEADERS = FGGroundCallback.h FGPropertyManager.h FGScript.h FGXMLElement.h FGXMLParse.h FGfdmSocket.h 

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\math\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libMath.a

libMath_a_SOURCES = FGColumnVector3.cpp FGFunction.cpp FGLocation.cpp FGMatrix33.cpp \
                    FGPropertyValue.cpp FGQuaternion.cpp FGRealValue.cpp FGTable.cpp

noinst_HEADERS = FGColumnVector3.h FGFunction.h FGLocation.h FGMatrix33.h \
                 FGParameter.h FGPropertyValue.h FGQuaternion.h FGRealValue.h FGTable.h 

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\models\Makefile.am listing 
=================================================== 
SUBDIRS = atmosphere propulsion flight_control

noinst_LIBRARIES = libModels.a

libModels_a_SOURCES = FGAerodynamics.cpp FGAircraft.cpp FGAtmosphere.cpp \
                      FGAuxiliary.cpp FGFCS.cpp FGGroundReactions.cpp FGInertial.cpp \
                      FGLGear.cpp FGMassBalance.cpp FGModel.cpp FGOutput.cpp \
                      FGPropagate.cpp FGPropulsion.cpp FGInput.cpp

noinst_HEADERS = FGAerodynamics.h FGAircraft.h FGAtmosphere.h FGAuxiliary.h \
                 FGFCS.h FGGroundReactions.h FGInertial.h FGLGear.h FGMassBalance.h \
                 FGModel.h FGOutput.h FGPropagate.h FGPropulsion.h FGInput.h 

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\models\atmosphere\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libAtmosphere.a

libAtmosphere_a_SOURCES = FGMSIS.cpp FGMSISData.cpp FGMars.cpp

noinst_HEADERS = FGMSIS.h FGMars.h

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\models\flight_control\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libFlightControl.a 

libFlightControl_a_SOURCES = FGCondition.cpp FGDeadBand.cpp FGFCSComponent.cpp \
                            FGFilter.cpp FGGain.cpp FGGradient.cpp FGKinemat.cpp \
                            FGSummer.cpp FGSwitch.cpp FGFCSFunction.cpp FGSensor.cpp

noinst_HEADERS = FGCondition.h FGDeadBand.h FGFCSComponent.h FGFilter.h \
                 FGGain.h FGGradient.h FGKinemat.h FGSummer.h FGSwitch.h FGFCSFunction.h \
                 FGSensor.h

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\JSBSim\models\propulsion\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libPropulsion.a

libPropulsion_a_SOURCES = FGElectric.cpp FGEngine.cpp FGForce.cpp FGNozzle.cpp \
                         FGPiston.cpp FGPropeller.cpp FGRocket.cpp FGRotor.cpp \
                         FGTank.cpp FGThruster.cpp FGTurbine.cpp FGTurboProp.cpp

noinst_HEADERS =  FGElectric.h FGEngine.h FGForce.h FGNozzle.h FGPiston.h \
                  FGPropeller.h FGRocket.h FGRotor.h FGTank.h FGThruster.h \
                  FGTurbine.h FGTurboProp.h

INCLUDES = -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\LaRCsim\Makefile.am listing 
=================================================== 
EXTRA_DIST = \
	c172_aero.c c172_aero.h \
	c172_engine.c \
	c172_gear.c \
	c172_init.c \
	ls_trim.c \
        navion_init.h \
	basic_init.c basic_init.h basic_aero.c basic_aero.h basic_engine.c basic_gear.c \
	uiuc_aero.c

AIRCRAFT_MODEL =  c172_aero.c c172_engine.c c172_gear.c c172_init.c \
                  basic_init.c basic_init.h basic_aero.c basic_aero.h basic_engine.c basic_gear.c \
                  navion_init.h  navion_aero.c navion_engine.c \
                  navion_gear.c navion_init.c uiuc_aero.c \
                  cherokee_aero.c cherokee_engine.c cherokee_gear.c \
                  cherokee_init.c

noinst_LIBRARIES = libLaRCsim.a

libLaRCsim_a_SOURCES = \
	LaRCsim.cxx LaRCsim.hxx \
	LaRCsimIC.cxx LaRCsimIC.hxx \
	IO360.cxx IO360.hxx \
	atmos_62.c atmos_62.h \
	default_model_routines.c default_model_routines.h \
	ls_accel.c ls_accel.h \
	ls_aux.c ls_aux.h \
	ls_cockpit.h ls_constants.h ls_generic.h \
	ls_geodesy.c ls_geodesy.h \
	ls_gravity.c ls_gravity.h \
	ls_init.c ls_init.h \
	ls_matrix.c ls_matrix.h \
	ls_model.c ls_model.h \
	ls_sim_control.h \
        ls_step.c ls_step.h \
	ls_sym.h ls_types.h \
	$(AIRCRAFT_MODEL) \
	ls_interface.c ls_interface.h

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\SP\Makefile.am listing 
=================================================== 

noinst_LIBRARIES = libSPFDM.a

libSPFDM_a_SOURCES = \
	ADA.cxx ADA.hxx \
	ACMS.cxx ACMS.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\UIUCModel\Makefile.am listing 
=================================================== 


noinst_LIBRARIES = libUIUCModel.a

libUIUCModel_a_SOURCES = \
                        uiuc_1DdataFileReader.cpp uiuc_1DdataFileReader.h \
                        uiuc_1Dinterpolation.cpp uiuc_1Dinterpolation.h \
                        uiuc_2DdataFileReader.cpp uiuc_2DdataFileReader.h \
                        uiuc_2Dinterpolation.cpp uiuc_2Dinterpolation.h \
			uiuc_3Dinterpolation.cpp uiuc_3Dinterpolation.h \
                        uiuc_aerodeflections.cpp uiuc_aerodeflections.h \
			uiuc_aircraft.h \
			uiuc_alh_ap.cpp uiuc_alh_ap.h \
			uiuc_auto_pilot.cpp uiuc_auto_pilot.h \
                        uiuc_betaprobe.cpp uiuc_betaprobe.h \
                        uiuc_coef_drag.cpp uiuc_coef_drag.h \
                        uiuc_coef_lift.cpp uiuc_coef_lift.h \
                        uiuc_coef_pitch.cpp uiuc_coef_pitch.h \
                        uiuc_coef_roll.cpp uiuc_coef_roll.h \
                        uiuc_coef_sideforce.cpp uiuc_coef_sideforce.h \
                        uiuc_coef_yaw.cpp uiuc_coef_yaw.h \
                        uiuc_coefficients.cpp uiuc_coefficients.h \
			uiuc_controlInput.cpp uiuc_controlInput.h \
                        uiuc_convert.cpp uiuc_convert.h \
                        uiuc_engine.cpp uiuc_engine.h \
			uiuc_flapdata.cpp uiuc_flapdata.h \
			uiuc_find_position.cpp uiuc_find_position.h \
			uiuc_fog.cpp uiuc_fog.h \
			uiuc_gear.cpp uiuc_gear.h\
			uiuc_get_flapper.cpp uiuc_get_flapper.h \
			uiuc_getwind.cpp uiuc_getwind.h \
			uiuc_hh_ap.cpp uiuc_hh_ap.h \
                        uiuc_ice.cpp uiuc_ice.h \
			uiuc_iceboot.cpp uiuc_iceboot.h \
			uiuc_iced_nonlin.cpp uiuc_iced_nonlin.h \
			uiuc_icing_demo.cpp uiuc_icing_demo.h \
                        uiuc_initializemaps.cpp uiuc_initializemaps.h \
			uiuc_map_CD.cpp uiuc_map_CD.h \
			uiuc_map_CL.cpp uiuc_map_CL.h \
			uiuc_map_CY.cpp uiuc_map_CY.h \
			uiuc_map_Cm.cpp uiuc_map_Cm.h \
			uiuc_map_Cn.cpp uiuc_map_Cn.h \
			uiuc_map_Croll.cpp uiuc_map_Croll.h \
			uiuc_map_controlSurface.cpp uiuc_map_controlSurface.h \
			uiuc_map_engine.cpp uiuc_map_engine.h \
			uiuc_map_fog.cpp uiuc_map_fog.h \
			uiuc_map_geometry.cpp uiuc_map_geometry.h \
			uiuc_map_ice.cpp uiuc_map_ice.h \
                        uiuc_map_gear.cpp uiuc_map_gear.h \
			uiuc_map_init.cpp uiuc_map_init.h \
			uiuc_map_keyword.cpp uiuc_map_keyword.h \
			uiuc_map_mass.cpp uiuc_map_mass.h \
			uiuc_map_misc.cpp uiuc_map_misc.h \
			uiuc_map_record1.cpp uiuc_map_record1.h \
			uiuc_map_record2.cpp uiuc_map_record2.h \
			uiuc_map_record3.cpp uiuc_map_record3.h \
			uiuc_map_record4.cpp uiuc_map_record4.h \
			uiuc_map_record5.cpp uiuc_map_record5.h \
			uiuc_map_record6.cpp uiuc_map_record6.h \
                        uiuc_menu.cpp uiuc_menu.h \
			uiuc_menu_init.cpp uiuc_menu_init.h \
			uiuc_menu_geometry.cpp uiuc_menu_geometry.h \
			uiuc_menu_controlSurface.cpp uiuc_menu_controlSurface.h \
			uiuc_menu_mass.cpp uiuc_menu_mass.h \
			uiuc_menu_engine.cpp uiuc_menu_engine.h \
			uiuc_menu_CD.cpp uiuc_menu_CD.h \
			uiuc_menu_CL.cpp uiuc_menu_CL.h \
			uiuc_menu_Cm.cpp uiuc_menu_Cm.h \
			uiuc_menu_CY.cpp uiuc_menu_CY.h \
			uiuc_menu_Croll.cpp uiuc_menu_Croll.h \
			uiuc_menu_Cn.cpp uiuc_menu_Cn.h \
			uiuc_menu_gear.cpp uiuc_menu_gear.h \
			uiuc_menu_ice.cpp uiuc_menu_ice.h \
			uiuc_menu_fog.cpp uiuc_menu_fog.h \
			uiuc_menu_record.cpp uiuc_menu_record.h \
			uiuc_menu_misc.cpp uiuc_menu_misc.h \
			uiuc_menu_functions.cpp uiuc_menu_functions.h \
			uiuc_pah_ap.cpp uiuc_pah_ap.h \
                        uiuc_parsefile.cpp uiuc_parsefile.h \
			uiuc_rah_ap.cpp uiuc_rah_ap.h \
                        uiuc_recorder.cpp uiuc_recorder.h \
                        uiuc_warnings_errors.cpp uiuc_warnings_errors.h \
                        uiuc_wrapper.cpp uiuc_wrapper.h

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\FDM\YASim\Makefile.am listing 
=================================================== 
# Link the yasim executable against the individual object files rather
# than libYASim.  The library references other stuff in FlightGear,
# and some linkers (Irix) do dependency checks per-library instead of
# per-object.
#
# I think that it's permissible to list the same source files more
# than once in a Makefile.am.  Hopefully this doesn't break anything.

SHARED_SOURCE_FILES = \
        Airplane.cpp Airplane.hpp \
        Atmosphere.cpp Atmosphere.hpp \
        BodyEnvironment.hpp \
        ControlMap.cpp ControlMap.hpp \
        FGFDM.cpp FGFDM.hpp \
        Gear.cpp Gear.hpp \
        Glue.cpp Glue.hpp \
        Ground.cpp Ground.hpp \
        Hook.cpp Hook.hpp \
        Launchbar.cpp Launchbar.hpp \
        Integrator.cpp Integrator.hpp \
        Jet.cpp Jet.hpp \
        Math.cpp Math.hpp \
        Model.cpp Model.hpp \
        PropEngine.cpp PropEngine.hpp \
        Propeller.cpp Propeller.hpp \
	Engine.hpp \
        PistonEngine.cpp PistonEngine.hpp \
        TurbineEngine.cpp TurbineEngine.hpp \
        RigidBody.cpp RigidBody.hpp \
        Rotor.cpp Rotor.hpp \
        Rotorblade.cpp Rotorblade.hpp \
        Rotorpart.cpp Rotorpart.hpp \
        SimpleJet.cpp SimpleJet.hpp \
        Surface.cpp Surface.hpp \
        Thruster.cpp Thruster.hpp \
        Vector.hpp \
        Wing.cpp Wing.hpp \
        Turbulence.cpp Turbulence.hpp

noinst_LIBRARIES = libYASim.a

libYASim_a_SOURCES = YASim.cxx YASim.hxx FGGround.cpp FGGround.hpp $(SHARED_SOURCE_FILES)

bin_PROGRAMS = yasim
noinst_PROGRAMS = proptest

yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)

yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)

proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lplibssg -lplibul -lplibsg $(opengl_LIBS) $(base_LIBS)

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\GUI\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libGUI.a
noinst_PROGRAMS = layout-test

libGUI_a_SOURCES = \
        new_gui.cxx new_gui.hxx \
        dialog.cxx dialog.hxx \
	menubar.cxx menubar.hxx \
	gui.cxx gui.h gui_funcs.cxx \
	gui_local.cxx gui_local.hxx \
	mouse.cxx fonts.cxx \
	preset_dlg.cxx preset_dlg.hxx \
	prop_picker.cxx prop_picker.hxx \
	sgVec3Slider.cxx sgVec3Slider.hxx \
	trackball.c trackball.h \
	puList.cxx puList.hxx \
	AirportList.cxx AirportList.hxx \
        layout.cxx layout-props.cxx layout.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src

layout_test_SOURCES = layout-test.cxx

layout_test_LDADD = libGUI.a \
                    -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Include\Makefile.am listing 
=================================================== 
EXTRA_DIST = \
	auto_ptr.hxx \
	config.h.in \
	config.h-msvc6 \
	cmdargs.h \
	fg_typedefs.h \
	fg_stl_config.h \
	general.hxx
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Input\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libInput.a

libInput_a_SOURCES = input.cxx input.hxx

bin_PROGRAMS = js_demo fgjs

js_demo_SOURCES = js_demo.cxx

js_demo_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul

fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h

fgjs_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Instrumentation\Makefile.am listing 
=================================================== 
SUBDIRS = KLN89

noinst_LIBRARIES = libInstrumentation.a

libInstrumentation_a_SOURCES = \
	instrument_mgr.cxx instrument_mgr.hxx \
	adf.cxx adf.hxx \
        airspeed_indicator.cxx airspeed_indicator.hxx \
        altimeter.cxx altimeter.hxx \
	annunciator.cxx annunciator.hxx \
        attitude_indicator.cxx attitude_indicator.hxx \
        clock.cxx clock.hxx \
        dme.cxx dme.hxx \
	encoder.cxx encoder.hxx \
        gps.cxx gps.hxx \
        gyro.cxx gyro.hxx \
        heading_indicator.cxx heading_indicator.hxx \
	kr_87.hxx kr_87.cxx \
	kt_70.cxx kt_70.hxx \
        mag_compass.cxx mag_compass.hxx \
        marker_beacon.cxx marker_beacon.hxx \
        navradio.cxx navradio.hxx \
        slip_skid_ball.cxx slip_skid_ball.hxx \
	transponder.cxx transponder.hxx \
        turn_indicator.cxx turn_indicator.hxx \
        vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
	inst_vertical_speed_indicator.cxx inst_vertical_speed_indicator.hxx \
	od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \
	tacan.cxx tacan.hxx mk_viii.cxx mk_viii.hxx \
	dclgps.cxx dclgps.hxx \
	render_area_2d.cxx render_area_2d.hxx	

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Instrumentation\KLN89\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libKLN89.a

libKLN89_a_SOURCES = \
	kln89.cxx kln89.hxx \
	kln89_page.cxx kln89_page.hxx \
	kln89_page_act.cxx kln89_page_act.hxx \
	kln89_page_apt.cxx kln89_page_apt.hxx \
	kln89_page_cal.cxx kln89_page_cal.hxx \
	kln89_page_dir.cxx kln89_page_dir.hxx \
	kln89_page_fpl.cxx kln89_page_fpl.hxx \
	kln89_page_int.cxx kln89_page_int.hxx \
	kln89_page_nav.cxx kln89_page_nav.hxx \
	kln89_page_ndb.cxx kln89_page_ndb.hxx \
	kln89_page_nrst.cxx kln89_page_nrst.hxx \
	kln89_page_oth.cxx kln89_page_oth.hxx \
	kln89_page_set.cxx kln89_page_set.hxx \
	kln89_page_usr.cxx kln89_page_usr.hxx \
	kln89_page_vor.cxx kln89_page_vor.hxx \
	kln89_symbols.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Main\Makefile.am listing 
=================================================== 
EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in \
             fg_os_sdl.cxx fg_os.cxx fg_os.hxx

MPLAYER_LIBS = $(top_builddir)/src/MultiPlayer/libMultiPlayer.a

if ENABLE_SP_FDM
SP_FDM_LIBS = $(top_builddir)/src/FDM/SP/libSPFDM.a
else
SP_FDM_LIBS = 
endif

if WITH_THREADS
THREAD_LIBS = -lsgthreads $(thread_LIBS)
else
THREAD_LIBS =
endif

if USE_SDL
GFX_CODE = fg_os_sdl.cxx fg_os.hxx
else
GFX_CODE = fg_os.cxx fg_os.hxx
endif

JSBSIM_LIBS = \
	$(top_builddir)/src/FDM/JSBSim/libJSBSim.a \
        $(top_builddir)/src/FDM/JSBSim/initialization/libInit.a \
        $(top_builddir)/src/FDM/JSBSim/models/libModels.a \
        $(top_builddir)/src/FDM/JSBSim/models/flight_control/libFlightControl.a\
        $(top_builddir)/src/FDM/JSBSim/models/atmosphere/libAtmosphere.a \
        $(top_builddir)/src/FDM/JSBSim/models/propulsion/libPropulsion.a \
        $(top_builddir)/src/FDM/JSBSim/input_output/libInputOutput.a \
        $(top_builddir)/src/FDM/JSBSim/math/libMath.a

AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkgdatadir)\"

bin_PROGRAMS = fgfs metar

noinst_SCRIPTS = runfgfs.bat runfgfs

noinst_LIBRARIES = libMain.a

# bin_SCRIPTS = runfgfs

libMain_a_SOURCES = \
	main.cxx main.hxx \
	renderer.cxx renderer.hxx \
	fg_commands.cxx fg_commands.hxx \
	fg_init.cxx fg_init.hxx \
	fg_io.cxx fg_io.hxx \
	fg_props.cxx fg_props.hxx \
	globals.cxx globals.hxx \
        logger.cxx logger.hxx \
	options.cxx options.hxx \
	splash.cxx splash.hxx \
	util.cxx util.hxx \
	viewer.cxx viewer.hxx \
	viewmgr.cxx viewmgr.hxx \
	$(GFX_CODE)

fgfs_SOURCES = bootstrap.cxx

fgfs_LDADD = \
	$(top_builddir)/src/Main/libMain.a \
	$(top_builddir)/src/Aircraft/libAircraft.a \
	$(top_builddir)/src/ATC/libATC.a \
	$(top_builddir)/src/Cockpit/libCockpit.a \
	$(top_builddir)/src/Cockpit/built_in/libBuilt_in.a \
	$(top_builddir)/src/FDM/libFlight.a \
	$(top_builddir)/src/FDM/Balloon/libBalloon.a \
	$(top_builddir)/src/FDM/ExternalNet/libExternalNet.a \
	$(top_builddir)/src/FDM/ExternalPipe/libExternalPipe.a \
	$(JSBSIM_LIBS) \
	$(top_builddir)/src/FDM/YASim/libYASim.a \
	$(top_builddir)/src/FDM/LaRCsim/libLaRCsim.a \
	$(top_builddir)/src/FDM/UIUCModel/libUIUCModel.a \
	$(SP_FDM_LIBS) \
	$(top_builddir)/src/GUI/libGUI.a \
	$(top_builddir)/src/Autopilot/libAutopilot.a \
	$(top_builddir)/src/Input/libInput.a \
	$(top_builddir)/src/Instrumentation/KLN89/libKLN89.a \
	$(top_builddir)/src/Instrumentation/libInstrumentation.a \
	$(top_builddir)/src/Model/libModel.a \
	$(top_builddir)/src/Network/libNetwork.a \
	$(top_builddir)/src/Navaids/libNavaids.a \
	$(top_builddir)/src/Scenery/libScenery.a \
	$(top_builddir)/src/Scripting/libScripting.a \
	$(top_builddir)/src/Sound/libSound.a \
	$(top_builddir)/src/Airports/libAirports.a \
	$(MPLAYER_LIBS) \
        $(top_builddir)/src/AIModel/libAIModel.a \
	$(top_builddir)/src/Systems/libSystems.a \
	$(top_builddir)/src/Time/libTime.a \
	$(top_builddir)/src/Traffic/libTraffic.a \
	$(top_builddir)/src/Environment/libEnvironment.a \
	-lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \
	-lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug \
	-lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \
	-lsgstructure -lsgenvironment \
	$(THREAD_LIBS) \
	-lplibpu -lplibfnt -lplibjs -lplibnet -lplibssgaux -lplibssg -lplibsg -lplibul \
	$(network_LIBS) \
	-lz \
	$(opengl_LIBS) \
	$(openal_LIBS)

metar_SOURCES = metar_main.cxx

metar_LDADD = \
        -lsgenvironment -lsgio -lsgbucket -lsgmisc -lsgstructure -lsgdebug \
        -lplibnet -lplibul $(network_LIBS) \
        -lz $(base_LIBS)

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/FDM/JSBSim
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Model\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libModel.a

libModel_a_SOURCES = \
        acmodel.cxx acmodel.hxx \
	model_panel.cxx model_panel.hxx \
        modelmgr.cxx modelmgr.hxx \
        panelnode.cxx panelnode.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\MultiPlayer\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libMultiPlayer.a

libMultiPlayer_a_SOURCES = multiplaymgr.cxx multiplaymgr.hxx mpmessages.hxx tiny_xdr.cxx tiny_xdr.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src


=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Navaids\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libNavaids.a

# noinst_PROGRAMS = testnavs

libNavaids_a_SOURCES = \
	navdb.hxx navdb.cxx \
	fix.hxx fixlist.hxx fixlist.cxx \
	navrecord.hxx navlist.hxx navlist.cxx

#	ils.hxx ilslist.hxx ilslist.cxx \
#	mkrbeacons.hxx mkrbeacons.cxx 
#
# testnavs_SOURCES = testnavs.cxx
# testnavs_LDADD = \
# 	libNavaids.a \
# 	-lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
# 	-lsgstructure $(base_LIBS) -lz

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Network\Makefile.am listing 
=================================================== 
EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
             multiplay.cxx multiplay.hxx

noinst_LIBRARIES = libNetwork.a

if ENABLE_JPEG_SERVER
JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
else
JPEG_SERVER =
endif

MPLAYER_AS = multiplay.cxx multiplay.hxx

libNetwork_a_SOURCES = \
	protocol.cxx protocol.hxx \
	ATC-Main.cxx ATC-Main.hxx \
	ATC-Inputs.cxx ATC-Inputs.hxx \
	ATC-Outputs.cxx ATC-Outputs.hxx \
	atlas.cxx atlas.hxx \
	garmin.cxx garmin.hxx \
	lfsglass.cxx lfsglass.hxx lfsglass_data.hxx \
        httpd.cxx httpd.hxx \
        $(JPEG_SERVER) \
	joyclient.cxx joyclient.hxx \
	jsclient.cxx jsclient.hxx \
	native.cxx native.hxx \
	native_ctrls.cxx native_ctrls.hxx \
	native_fdm.cxx native_fdm.hxx \
	native_gui.cxx native_gui.hxx \
	net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.hxx \
        nmea.cxx nmea.hxx \
        opengc.cxx opengc.hxx opengc_data.hxx \
	$(MPLAYER_AS) \
	props.cxx props.hxx \
	pve.cxx pve.hxx \
	ray.cxx ray.hxx \
	rul.cxx rul.hxx \
	generic.hxx generic.cxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Scenery\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libScenery.a

libScenery_a_SOURCES = \
	FGTileLoader.cxx FGTileLoader.hxx \
	hitlist.cxx hitlist.hxx \
	newcache.cxx newcache.hxx \
	scenery.cxx scenery.hxx \
	tileentry.cxx tileentry.hxx \
	tilemgr.cxx tilemgr.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Scripting\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libScripting.a

libScripting_a_SOURCES = \
	NasalSys.cxx NasalSys.hxx \
	nasal-props.cxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Sound\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libSound.a

libSound_a_SOURCES = \
	beacon.cxx beacon.hxx \
	fg_fx.cxx fg_fx.hxx \
	morse.cxx morse.hxx \
	voice.cxx voice.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Systems\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libSystems.a

libSystems_a_SOURCES = \
                        system_mgr.cxx system_mgr.hxx \
                        electrical.cxx electrical.hxx \
                        pitot.cxx pitot.hxx \
                        static.cxx static.hxx \
                        vacuum.cxx vacuum.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Time\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libTime.a

libTime_a_SOURCES = \
	fg_timer.cxx fg_timer.hxx \
	light.cxx light.hxx \
	sunsolver.cxx sunsolver.hxx \
	tmp.cxx tmp.hxx

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\src\Traffic\Makefile.am listing 
=================================================== 
noinst_LIBRARIES = libTraffic.a

libTraffic_a_SOURCES = \
	SchedFlight.cxx SchedFlight.hxx \
	Schedule.cxx Schedule.hxx \
	TrafficMgr.cxx TrafficMgr.hxx


INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\tests\Makefile.am listing 
=================================================== 
bin_PROGRAMS = est-epsilon gl-info al-info

noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map

est_epsilon_SOURCES = est-epsilon.c
est_epsilon_LDADD =  $(opengl_LIBS)

gl_info_SOURCES = gl-info.c
gl_info_LDADD = $(opengl_LIBS)

al_info_SOURCES = al-info.c
al_info_LDADD = $(openal_LIBS)

test_env_map_SOURCES = test-env-map.cxx
test_env_map_LDADD = $(opengl_LIBS)

test_gethostname_SOURCES = test-gethostname.cxx

test_mktime_SOURCES = test-mktime.cxx

test_text_SOURCES = test-text.cxx

test_up_SOURCES = test-up.cxx
test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\Makefile.am listing 
=================================================== 
DIST_SUBDIRS = GPSsmooth TerraSync Modeller js_server fgadmin xmlgrep

SUBDIRS = GPSsmooth TerraSync Modeller js_server

=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\fgadmin\Makefile.am listing 
=================================================== 
SUBDIRS = src
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\fgadmin\src\Makefile.am listing 
=================================================== 
EXTRA_DIST = fgadmin.fl

bin_PROGRAMS = fgadmin

fgadmin_SOURCES = \
	fgadmin.cxx fgadmin.h \
	fgadmin_funcs.cxx \
	main.cxx \
	untarka.c untarka.h

fgadmin_LDADD = -lsgmisc -lplibul -lz

fgadmin.cxx fgadmin.h: fgadmin.fl
	fluid -c fgadmin.fl
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\GPSsmooth\Makefile.am listing 
=================================================== 
noinst_PROGRAMS = GPSsmooth MIDGsmooth

GPSsmooth_SOURCES = \
	gps.cxx gps.hxx \
	gps_main.cxx

GPSsmooth_LDADD = \
	-lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
	$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz

MIDGsmooth_SOURCES = \
	MIDG-II.cxx MIDG-II.hxx \
	MIDG_main.cxx

MIDGsmooth_LDADD = \
	-lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
	-lplibnet -lplibul \
	$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz

INCLUDES = -I$(top_srcdir)/src
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\gui\Makefile.am listing 
=================================================== 
noinst_PROGRAMS = genfonts

genfonts_SOURCES = genfonts.c
genfonts_LDADD = $(base_LIBS) -lXext
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\js_server\Makefile.am listing 
=================================================== 
noinst_PROGRAMS = js_server

js_server_SOURCES = js_server.cxx
js_server_LDADD = -lplibjs -lplibnet -lplibul $(base_LIBS) $(joystick_LIBS) $(network_LIBS)
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\Modeller\Makefile.am listing 
=================================================== 
noinst_PROGRAMS = threedconvert animassist normalmap

threedconvert_SOURCES = 3dconvert.cxx
threedconvert_LDADD = -lplibssg -lplibsg -lplibul \
			$(opengl_LIBS) $(joystick_LIBS)

animassist_SOURCES = animassist.c
animassist_LDADD = $(base_LIBS)

normalmap_SOURCES = normalmap.cxx
normalmap_LDADD = -lsgscreen $(opengl_LIBS) $(base_LIBS) -lz
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\TerraSync\Makefile.am listing 
=================================================== 
EXTRA_DIST = README.txt

bin_PROGRAMS = terrasync

terrasync_SOURCES = terrasync.cxx

terrasync_LDADD = -lplibnet -lplibul $(network_LIBS)
=================================================== 
=================================================== 
File C:\FG0910-1\source\utils\xmlgrep\Makefile.am listing 
=================================================== 
noinst_PROGRAMS = xmlgrep

xmlgrep_SOURCES = xmlgrep.cxx
xmlgrep_LDADD = -lsgstructure -lsgprops -lsgmisc -lsgdebug -lsgxml
=================================================== 

#############################################################
configure.ac
dnl Process this file with autoget.sh to produce a working configure
dnl script.

AC_INIT
AC_CONFIG_SRCDIR([src/Aircraft/aircraft.cxx])

dnl Require at least automake 2.52
AC_PREREQ(2.52)

dnl Initialize the automake stuff
dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(FlightGear, 0.9.10)

dnl Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_LN_S

# specify the simgear location
AC_ARG_WITH(simgear, [  --with-simgear=PREFIX   Specify the prefix path to simgear])

if test "x$with_simgear" != "x" ; then
    echo "SimGear prefix path is $with_simgear"
    EXTRA_DIRS="${EXTRA_DIRS} $with_simgear"
    CXXFLAGS="$CXXFLAGS -I$with_simgear"
fi

# specify the plib location
AC_ARG_WITH(plib, [  --with-plib=PREFIX      Specify the prefix path to plib])

if test "x$with_plib" != "x" ; then
    echo "plib prefix is $with_plib"
    EXTRA_DIRS="${EXTRA_DIRS} $with_plib"
fi

dnl Determine an extra directories to add to include/lib search paths
case "${host}" in
*-apple-darwin* | *-*-mingw32*)
    echo no EXTRA_DIRS for $host
    ;;

*-*-cygwin*)
    if test -d /usr/local ; then
        EXTRA_DIRS="${EXTRA_DIRS} /usr/local"
    fi
    ;;

*)
    if test -d /usr/X11R6 ; then
        EXTRA_DIR1="/usr/X11R6"
    fi
    if test -d /opt/X11R6 ; then
        EXTRA_DIR2="/opt/X11R6"
    fi
    EXTRA_DIRS="${EXTRA_DIRS} $EXTRA_DIR1 $EXTRA_DIR2 /usr/local"
    ;;

esac
wi_EXTRA_DIRS(no, ${EXTRA_DIRS})


case "${host}" in
*-*-irix*)
    if test "$CXX" = "CC"; then
        AR="CC -ar"
        ARFLAGS="-o"
        CXXFLAGS="$CXXFLAGS -c99 -I$with_simgear/include/simgear/compatibility"
        CFLAGS="$CFLAGS -c99"
    else
        AR="ar"
        ARFLAGS="cru"
    fi
    ;;
*)
    AR="ar"
    ARFLAGS="cru"
    ;;
esac
AC_SUBST(AR)
AC_SUBST(ARFLAGS)

dnl set logging; default value of with_logging=yes
AC_ARG_WITH(logging, [  --with-logging          Include logging output (default)])
if test "x$with_logging" = "xno" ; then
    AC_DEFINE([FG_NDEBUG], 1, [Define for no logging output])
fi

AC_ARG_ENABLE(sp_fdms, [  --enable-sp-fdms              Include special purpose Flight Models], [enable_sp_fdms="$enableval"] )
AC_DEFINE([ENABLE_SP_FMDS], test "x$enable_sp_fdms" = "xyes", [Define to include special purpose FDMs])
AM_CONDITIONAL(ENABLE_SP_FDM, test "x$enable_sp_fdms" != "xno")


dnl Thread related checks
# defaults to yes
AC_ARG_WITH(threads, [  --with-threads          Include tile loading threads [default=yes]], [], [with_threads=yes])
if test "x$with_threads" = "xyes"; then
    AC_DEFINE([ENABLE_THREADS], 1, [Define to enable threaded tile paging])
    CXXFLAGS="$CXXFLAGS -D_REENTRANT"
    CFLAGS="$CFLAGS -D_REENTRANT"
fi
AC_CHECK_HEADER(pthread.h)
AM_CONDITIONAL(WITH_THREADS, test "x$with_threads" = "xyes")

dnl Used by JSBSim to conditionally compile in fgfs interface code
AC_DEFINE([FGFS], 1, [Define so that JSBSim compiles in 'library' mode])

# Check for MS Windows environment
AC_CHECK_HEADER(windows.h)

dnl Using AM_CONDITIONAL is a step out of the protected little 
dnl automake fold so it is potentially dangerous.  But, we are
dnl beginning to run into cases where the standard checks are not
dnl enough.  AM_CONDITIONALS are then referenced to conditionally
dnl build a Makefile.in from a Makefile.am which lets us define custom
dnl includes, compile alternative source files, etc.

dnl Check for external variables daylight and timezone.
AC_EXT_DAYLIGHT
if test "$have_daylight" = yes; then
    AC_DEFINE([HAVE_DAYLIGHT], 1, [Define if system has daylight variable])
fi

AC_EXT_TIMEZONE
if test "$have_timezone" = yes; then
    AC_DEFINE([HAVE_TIMEZONE], 1, [Define if system has timezone variable])
fi


dnl add joystick support libraries
dnl search for FreeBSD library
AC_SEARCH_LIBS(hid_init, usbhid)
joystick_LIBS="$LIBS"
LIBS=""


dnl ENABLE_AUDIO_SUPPORT could be depricated at any time in favor of
dnl just assuming we have audio support on all platform.  We can
dnl depend on plib to hide the details.
AC_DEFINE([ENABLE_AUDIO_SUPPORT], 1, [Define for audio support])

dnl X11 might be installed on Mac OS X or cygwin/mingwin, we don't want
dnl to use it if it is.
case "${host}" in
*-apple-darwin* | *-*-cygwin* | *-*-mingw32*)
    echo no fancy X11 check
    ;;

*)
    AC_PATH_XTRA
    ;;

esac

dnl Checks for libraries.

dnl Thread related checks
AC_SEARCH_LIBS(pthread_cancel, [pthread c_r])
if test "x$ac_cv_header_pthread_h" = "xyes"; then
  if test "x$ac_cv_search_pthread_exit" = "x-lc_r"; then
    CXXFLAGS="-pthread $CXXFLAGS"
    CFLAGS="-pthread $CFLAGS"
  fi
fi

thread_LIBS="$LIBS"
LIBS=""

dnl search for network related libraries
AC_SEARCH_LIBS(inet_addr, xnet)
AC_SEARCH_LIBS(socket, socket)
AC_SEARCH_LIBS(main, nsl)

network_LIBS="$LIBS"
LIBS=""

dnl check for some default libraries
AC_SEARCH_LIBS(sqrt, [am ffm fm fastm m])
AC_SEARCH_LIBS(ceil, m)
AC_SEARCH_LIBS(dlclose, dl)

base_LIBS="$LIBS"

dnl Check for SDL if enabled.
AC_ARG_ENABLE(sdl, [  --enable-sdl                  Configure to use SDL instead of GLUT], [enable_sdl="$enableval"])
AM_CONDITIONAL(USE_SDL, test "x$enable_sdl" = "xyes")
if test "x$enable_sdl" = "xyes"; then
    AC_DEFINE([PU_USE_SDL], 1, [Define to use SDL])
else
    AC_DEFINE([PU_USE_GLUT], 1, [Define to use glut])
fi

dnl check for OpenGL related libraries
case "${host}" in
*-*-cygwin* | *-*-mingw32*)
    dnl CygWin under Windoze.

    echo Win32 specific hacks...
    AC_DEFINE([WIN32], 1, [Define for Win32 platforms])
    AC_DEFINE([NOMINMAX], 1, [Define for Win32 platforms])

    if test "x$enable_sdl" = "xyes"; then
        AC_SEARCH_LIBS(SDL_Init, SDL)
    else
        LIBS="$LIBS -lglut32"
    fi

    LIBS="$LIBS -lglu32 -lopengl32 -luser32 -lgdi32"
    joystick_LIBS="$joystick_LIBS -lwinmm"

    dnl add -lwsock32 for mingwin
    case "${host}" in
    *-*-mingw32*)
        echo "********** BUILDING FOR MINGW32 *************"
        network_LIBS="$network_LIBS -lws2_32"
        ;;
    esac

    echo "Will link apps with $LIBS"
    ;;


*-apple-darwin*)
    dnl Mac OS X

    LIBS="$LIBS -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc"
    joystick_LIBS="$joystick_LIBS -framework IOKit -framework CoreFoundation"
    ;;

*)
    dnl X-Windows based machines

    dnl Skip X11 library tests if requested.
    if test "x$no_x" != "xyes"; then
        AC_SEARCH_LIBS(XCreateWindow, X11)
        AC_SEARCH_LIBS(XShmCreateImage, Xext)
        AC_SEARCH_LIBS(XGetExtensionVersion, Xi)
        AC_SEARCH_LIBS(IceOpenConnection, ICE)
        AC_SEARCH_LIBS(SmcOpenConnection, SM)
        AC_SEARCH_LIBS(XtMalloc, Xt)
        AC_SEARCH_LIBS(XmuLookupStandardColormap, Xmu)
    fi

    AC_SEARCH_LIBS(glNewList, [ GL GLcore MesaGL ])
    if test "x$ac_cv_search_glNewList" = "x-lGLcore"; then
        dnl if GLcore found, then also check for GL
        AC_SEARCH_LIBS(glXCreateContext, GL)
    fi

    dnl if using mesa, check for xmesa.h
    if test "x$ac_cv_search_glNewList" = "x-lMesaGL"; then
        AC_CHECK_HEADER(GL/fxmesa.h)
        if test "x$ac_cv_header_GL_fxmesa_h" = "xyes"; then
            AC_DEFINE([XMESA], 1, [Define for fxmesa])
            AC_DEFINE([FX], 1, [Define for fxmesa])
        fi
    fi

    AC_SEARCH_LIBS(gluLookAt, [ GLU MesaGLU ])
    AC_SEARCH_LIBS(glutGetModifiers, [ glut freeglut ])
    if test "x$enable_sdl" = "xyes"; then
        AC_SEARCH_LIBS(SDL_Init, SDL)
    fi
    ;;

esac

opengl_LIBS="$LIBS"
LIBS="$base_LIBS $joystick_LIBS"

dnl check for OpenAL libraries
case "${host}" in
*-*-cygwin* | *-*-mingw32*)
    dnl CygWin under Windoze.

    AC_SEARCH_LIBS(alGenBuffers, openal32)
    AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] )
    LIBS="$LIBS -ldsound -ldxguid -lole32"
    openal_LIBS="$LIBS"
    ;;

*-apple-darwin*)
    dnl Mac OS X

    LIBS="$LIBS -framework IOKit -framework OpenAL"
    openal_LIBS="$LIBS"
    ;;

*)
    dnl default unix style machines

    save_LIBS=$LIBS
    LIBS="$LIBS $thread_LIBS"
    AC_SEARCH_LIBS(alGenBuffers, openal)
    AC_SEARCH_LIBS(alutInit, [ alut openal ] )
    OPENAL_OK="$ac_cv_search_alGenBuffers"
    openal_LIBS="$LIBS"
    LIBS=$save_LIBS
    ;;

esac

LIBS="$base_LIBS"

AC_SUBST(base_LIBS)
AC_SUBST(openal_LIBS)
AC_SUBST(opengl_LIBS)
AC_SUBST(thread_LIBS)
AC_SUBST(network_LIBS)
AC_SUBST(joystick_LIBS)

# The following are C++ items that need to be tested for with the c++
# compiler

AC_LANG_PUSH(C++)

# Check for "plib" without which we cannot go on
AC_CHECK_HEADER(plib/ul.h)
if test "x$ac_cv_header_plib_ul_h" != "xyes"; then
    echo
    echo "You *must* have the plib library installed on your system to build"
    echo "the FGFS simulator!"
    echo
    echo "Please see README.plib for more details."
    echo
    echo "configure aborted."
    exit
fi

AC_MSG_CHECKING([for plib 1.8.4 or newer])
AC_TRY_RUN([
#include <plib/ul.h>

#define MIN_PLIB_VERSION 184

int main() {
    int major, minor, micro;

    if ( PLIB_VERSION < MIN_PLIB_VERSION ) {
	 return -1;
    }

    return 0;
}

],
  AC_MSG_RESULT(yes),
  [AC_MSG_RESULT(wrong version);
   AC_MSG_ERROR([Install plib 1.8.4 or later first...])],
  AC_MSG_RESULT(yes)
)

dnl If we get here then plib is available, so force use of plib
dnl joystick lib
AC_DEFINE([ENABLE_PLIB_JOYSTICK], 1, [Define to enable plib joystick support])


dnl Check for the presence of SimGear
if test "x$with_simgear" != "x"; then
AC_CHECK_HEADER($with_simgear/include/simgear/version.h, [ac_cv_header_simgear_version_h=yes], [ac_cv_header_simgear_version_h=no])
else
AC_CHECK_HEADER(simgear/version.h)
fi
if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
    echo
    echo "You *must* have the SimGear support library installed on your system"
    echo "to build the FGFS simulator!"
    echo
    echo "Please see README.SimGear for more details."
    echo
    echo "configure aborted."
    exit
fi

AC_MSG_CHECKING([for simgear 0.3.10 or newer])
AC_TRY_RUN([
#include <stdio.h>

#include <simgear/version.h>

#define STRINGIFY(X) XSTRINGIFY(X)
#define XSTRINGIFY(X) #X

#define MIN_MAJOR 0
#define MIN_MINOR 3
#define MIN_MICRO 10

int main() {
    int major, minor, micro;

    /* printf("%d.%d.%d or greater, ", MIN_MAJOR, MIN_MINOR, MIN_MICRO); */
    printf("[found %s] ... ", STRINGIFY(SIMGEAR_VERSION));

    sscanf( STRINGIFY(SIMGEAR_VERSION), "%d.%d.%d", &major, &minor, &micro );

    if ( (major < MIN_MAJOR) ||
         (major == MIN_MAJOR && minor < MIN_MINOR) ||
         (major == MIN_MAJOR && minor == MIN_MINOR && micro < MIN_MICRO) ) {
	 return -1;
    }

    return 0;
}

],
  AC_MSG_RESULT(yes),
  [AC_MSG_RESULT(wrong version);
   AC_MSG_ERROR([Install latest simgear first...])],
  AC_MSG_RESULT(yes)
)

LIBS="$saved_LIBS"

dnl Check if SimGear was built with Norman's JPEG factory support
if test "x$with_simgear" != "x"; then
AC_CHECK_HEADER($with_simgear/include/simgear/screen/jpgfactory.hxx,[ac_cv_header_simgear_screen_jpgfactory_hxx=yes],[ac_cv_header_simgear_screen_jpgfactory_hxx=no])
else
AC_CHECK_HEADER(simgear/screen/jpgfactory.hxx)
fi
if test "x$ac_cv_header_simgear_screen_jpgfactory_hxx" = "xyes"; then
    AC_CHECK_LIB(jpeg, jpeg_start_compress)
    if test "x$ac_cv_lib_jpeg_jpeg_start_compress" != "xyes" ; then
        echo
        echo "The JPEG factory code was built and installed with SimGear."
        echo "However it appears the libjpeg is no longer installed."
        echo "You need to install libjpeg or remove jpgfactory support from"
        echo "SimGear"
        echo
        echo "libjpeg is available at :"
        echo "  ftp://ftp.uu.net in the directory graphics/jpeg"
	exit 1
    fi
    AC_DEFINE([FG_JPEG_SERVER], 1,
              [Define to build with jpeg screen shot server])
fi
AM_CONDITIONAL(ENABLE_JPEG_SERVER, test "x$ac_cv_header_simgear_screen_jpgfactory_hxx" = "xyes")

AC_LANG_POP

dnl Check for system installed zlib
AC_CHECK_HEADER(zlib.h)
if test "x$ac_cv_header_zlib_h" != "xyes"; then
    echo
    echo "zlib library not found."
    echo
    echo "If your OS does not provide an installable package for zlib"
    echo "you will have to compile and install it first yourself.  A copy"
    echo "of zlib-1.1.4.tar.gz is included with SimGear.  You will"
    echo "have to untar this source code, and follow it's included instructions"
    echo "to compile and install on your system."
    echo
    echo "configure aborted."
    echo
fi

dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS( \
	fcntl.h getopt.h malloc.h memory.h stdlib.h sys/param.h sys/stat.h \
        sys/time.h sys/timeb.h unistd.h windows.h values.h )

dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_STRUCT_TM

dnl Checks for library functions.
old_LIBS=$LIBS
LIBS="$base_LIBS $network_LIBS $opengl_LIBS"
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
AC_CHECK_FUNCS( [ \
        ftime gettimeofday timegm memcpy bcopy mktime strstr rand mkfifo \
	random drand48 setitimer getitimer signal GetLocalTime rint getrusage \
	truncf ] )
LIBS=$old_LIBS

AM_CONFIG_HEADER(src/Include/config.h)

AC_CONFIG_FILES([ \
	Makefile \
	man/Makefile \
	man/est-epsilon.1 \
	man/fgfs.1 \
	man/fgjs.1 \
	man/gl-info.1 \
	man/js_demo.1 \
	man/pstest.1 \
        scripts/Makefile \
        scripts/debug/Makefile \
        scripts/perl/Makefile \
        scripts/perl/examples/Makefile \
        scripts/python/Makefile \
	src/Makefile \
	src/Include/Makefile \
	src/Include/version.h \
	src/Include/config.h-msvc6 \
	src/Aircraft/Makefile \
	src/Airports/Makefile \
	src/ATC/Makefile \
	src/Autopilot/Makefile \
	src/Cockpit/Makefile \
	src/Cockpit/built_in/Makefile \
	src/Environment/Makefile \
	src/FDM/Balloon/Makefile \
	src/FDM/ExternalNet/Makefile \
	src/FDM/ExternalPipe/Makefile \
	src/FDM/JSBSim/Makefile \
	src/FDM/JSBSim/initialization/Makefile \
	src/FDM/JSBSim/input_output/Makefile \
	src/FDM/JSBSim/math/Makefile \
        src/FDM/JSBSim/models/Makefile \
	src/FDM/JSBSim/models/flight_control/Makefile \
	src/FDM/JSBSim/models/atmosphere/Makefile \
	src/FDM/JSBSim/models/propulsion/Makefile \
	src/FDM/LaRCsim/Makefile \
	src/FDM/SP/Makefile \
	src/FDM/UIUCModel/Makefile \
	src/FDM/YASim/Makefile \
	src/FDM/Makefile \
	src/GUI/Makefile \
	src/Input/Makefile \
	src/Instrumentation/Makefile \
	src/Instrumentation/KLN89/Makefile \
	src/Main/Makefile \
	src/Main/runfgfs \
	src/Main/runfgfs.bat \
	src/Model/Makefile \
	src/AIModel/Makefile \
	src/MultiPlayer/Makefile \
	src/Navaids/Makefile \
	src/Network/Makefile \
	src/Scenery/Makefile \
	src/Scripting/Makefile \
	src/Sound/Makefile \
	src/Systems/Makefile \
	src/Time/Makefile \
	src/Traffic/Makefile \
	tests/Makefile \
	utils/Makefile \
	utils/GPSsmooth/Makefile \
	utils/js_server/Makefile \
	utils/Modeller/Makefile \
	utils/TerraSync/Makefile \
	utils/xmlgrep/Makefile \
])
AC_OUTPUT

AC_OUTPUT_COMMANDS([chmod 755 src/Main/runfgfs])

echo ""
echo "Configure Summary"
echo "================="

echo "Prefix: $prefix"

if test "x$with_logging" != "x"; then
    echo "Debug messages: $with_logging"
else
    echo "Debug messages: yes"
fi

echo -n "Automake version: "
automake --version | head -n 1

if test "x$with_multiplayer" != "xno"; then
    echo "Building with multiplayer support"
fi

if test "x$with_threads" = "xyes"; then
    echo "threads: yes"
else
    echo "threads: no"
fi

if test "x$enable_sp_fdms" != "xno"; then
    echo "Include special purpose flight models: yes"
else
    echo "Include special purpose flight models: no"
fi


