+++ /dev/null
-if ENABLE_HLA
-HLA_DIR = hla
-else
-HLA_DIR =
-endif
-
-EXTRA_DIST = hla simgear_config.h-msvc90 version.h.in
-
-include_HEADERS = \
- compiler.h constants.h sg_inlines.h version.h
-
-if WANT_HEADLESS
-SG_EXTRA_DIRS =
-METAR_DIRS =
-else
-SG_EXTRA_DIRS = scene sound screen
-METAR_DIRS = environment
-endif
-
-if HAVE_THREADS
-SGTHREAD_DIR = threads
-else
-SGTHREAD_DIR =
-endif
-
-SUBDIRS_ALWAYS = \
- xml \
- debug \
- misc \
- structure \
- bucket \
- ephemeris \
- $(HLA_DIR) \
- $(SGTHREAD_DIR) \
- io \
- magvar \
- math \
- nasal \
- props \
- route \
- serial \
- timing
-
-SUBDIRS = $(SUBDIRS_ALWAYS) \
- $(compatibility_DIR) \
- $(METAR_DIRS) \
- $(SG_EXTRA_DIRS)
-
-DIST_SUBDIRS = $(SUBDIRS_ALWAYS) compatibility scene sound screen environment threads
-
+++ /dev/null
-includedir = @includedir@/bucket
-
-lib_LIBRARIES = libsgbucket.a
-
-include_HEADERS = newbucket.hxx
-
-libsgbucket_a_SOURCES = newbucket.cxx
-
-# noinst_PROGRAMS = testbucket
-
-# testbucket_SOURCES = testbucket.cxx
-
-# testbucket_LDADD = \
-# libsgbucket.a \
-# $(top_builddir)/misc/libsgmisc.a
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/compatibility/
-
-include_HEADERS = \
- iostream \
- strstream \
- sstream \
- istream \
- fstream \
- iterator \
- iomanip \
- new \
- streambuf \
- \
- irix_string
+++ /dev/null
-includedir = @includedir@/compatibility
-
-EXTRA_DIST = README
-
-include_HEADERS = \
- cfloat \
- csetjmp \
- cstdio \
- cwchar \
- cassert \
- climits \
- csignal \
- cstdlib \
- cwctype \
- cctype \
- clocale \
- cstdarg \
- cstring \
- cerrno \
- cmath \
- cstddef \
- ctime
+++ /dev/null
-SUBDIRS = $(MIPSpro_DIRS)
-
-DIST_SUBDIRS = MIPSpro721 MIPSpro740
+++ /dev/null
-includedir = @includedir@/debug
-
-EXTRA_DIST = logtest.cxx
-
-lib_LIBRARIES = libsgdebug.a
-
-include_HEADERS = debug_types.h logstream.hxx
-
-libsgdebug_a_SOURCES = logstream.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/environment
-
-lib_LIBRARIES = libsgenvironment.a
-
-include_HEADERS = metar.hxx precipitation.hxx
-
-libsgenvironment_a_SOURCES = metar.cxx precipitation.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/ephemeris
-
-lib_LIBRARIES = libsgephem.a
-
-include_HEADERS = \
- celestialBody.hxx \
- ephemeris.hxx \
- jupiter.hxx \
- mars.hxx \
- mercury.hxx \
- moonpos.hxx \
- neptune.hxx \
- saturn.hxx \
- star.hxx \
- stardata.hxx \
- uranus.hxx \
- venus.hxx
-
-libsgephem_a_SOURCES = \
- celestialBody.cxx \
- ephemeris.cxx \
- jupiter.cxx \
- mars.cxx \
- mercury.cxx \
- moonpos.cxx \
- neptune.cxx \
- pluto.hxx \
- saturn.cxx \
- star.cxx \
- stardata.cxx \
- uranus.cxx \
- venus.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-INCLUDES = -I$(top_srcdir)
-
-lib_LIBRARIES = libsghla.a
-
-libsghla_adir = @includedir@/hla
-
-libsghla_a_HEADERS = \
- RTIData.hxx \
- HLAArrayDataElement.hxx \
- HLAArrayDataType.hxx \
- HLABasicDataElement.hxx \
- HLABasicDataType.hxx \
- HLADataElement.hxx \
- HLADataElementVisitor.hxx \
- HLADataType.hxx \
- HLADataTypeVisitor.hxx \
- HLAEnumeratedDataElement.hxx \
- HLAEnumeratedDataType.hxx \
- HLAFixedRecordDataElement.hxx \
- HLAFixedRecordDataType.hxx \
- HLAFederate.hxx \
- HLAInteractionClass.hxx \
- HLALocation.hxx \
- HLAObjectClass.hxx \
- HLAObjectInstance.hxx \
- HLAOMTXmlVisitor.hxx \
- HLAPropertyDataElement.hxx \
- HLARawDataElement.hxx \
- HLAVariantDataElement.hxx \
- HLAVariantDataType.hxx
-
-libsghla_a_SOURCES = \
- HLAArrayDataElement.cxx \
- HLAArrayDataType.cxx \
- HLABasicDataElement.cxx \
- HLABasicDataType.cxx \
- HLADataElement.cxx \
- HLADataType.cxx \
- HLADataTypeVisitor.cxx \
- HLAEnumeratedDataElement.cxx \
- HLAEnumeratedDataType.cxx \
- HLAFederate.cxx \
- HLAFixedRecordDataElement.cxx \
- HLAFixedRecordDataType.cxx \
- HLAObjectClass.cxx \
- HLAObjectInstance.cxx \
- HLAOMTXmlVisitor.cxx \
- HLAPropertyDataElement.cxx \
- HLARawDataElement.cxx \
- HLAVariantDataElement.cxx \
- HLAVariantDataType.cxx
-
-if ENABLE_HLA13
-
-lib_LIBRARIES += libsgrti13.a
-
-libsgrti13_adir = @includedir@/hla
-
-libsgrti13_a_SOURCES = \
- RTI13ObjectClass.cxx \
- RTI13ObjectInstance.cxx \
- RTI13Federate.cxx
-
-endif
-
-lib_LIBRARIES += libsgrti.a
-
-libsgrti_adir = @includedir@/hla
-
-libsgrti_a_SOURCES = \
- RTIObjectClass.cxx \
- RTIObjectInstance.cxx \
- RTIFederate.cxx
-
+++ /dev/null
-includedir = @includedir@/io
-
-lib_LIBRARIES = libsgio.a
-
-include_HEADERS = \
- iochannel.hxx \
- lowlevel.hxx \
- sg_binobj.hxx \
- sg_file.hxx \
- sg_serial.hxx \
- sg_socket.hxx \
- sg_socket_udp.hxx \
- raw_socket.hxx \
- sg_netBuffer.hxx \
- sg_netChannel.hxx \
- sg_netChat.hxx \
- HTTPClient.hxx \
- HTTPRequest.hxx
-
-libsgio_a_SOURCES = \
- iochannel.cxx \
- lowlevel.cxx \
- sg_binobj.cxx \
- sg_file.cxx \
- sg_serial.cxx \
- sg_socket.cxx \
- sg_socket_udp.cxx \
- raw_socket.cxx \
- sg_netBuffer.cxx \
- sg_netChannel.cxx \
- sg_netChat.cxx \
- HTTPClient.cxx \
- HTTPRequest.cxx
-
-INCLUDES = -I$(top_srcdir)
-
-noinst_PROGRAMS = decode_binobj socktest lowtest tcp_server tcp_client
-
-tcp_server_SOURCES = tcp_server.cxx
-
-tcp_server_LDADD = \
- libsgio.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/threads/libsgthreads.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/bucket/libsgbucket.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- -lz \
- $(network_LIBS) \
- $(osg_LIBS) $(thread_LIBS) \
- $(base_LIBS)
-
-tcp_client_SOURCES = tcp_client.cxx
-
-tcp_client_LDADD = \
- libsgio.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/threads/libsgthreads.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/bucket/libsgbucket.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- -lz \
- $(network_LIBS) \
- $(osg_LIBS) $(thread_LIBS) \
- $(base_LIBS)
-
-socktest_SOURCES = socktest.cxx
-
-socktest_LDADD = \
- libsgio.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/threads/libsgthreads.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/bucket/libsgbucket.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- -lz \
- $(network_LIBS) \
- $(osg_LIBS) $(thread_LIBS) \
- $(base_LIBS)
-
-lowtest_SOURCES = lowtest.cxx
-
-lowtest_LDADD = \
- libsgio.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/threads/libsgthreads.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/bucket/libsgbucket.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(thread_LIBS) $(base_LIBS) -lz $(osg_LIBS)
-
-decode_binobj_SOURCES = decode_binobj.cxx
-
-decode_binobj_LDADD = \
- libsgio.a \
- $(top_builddir)/simgear/threads/libsgthreads.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/bucket/libsgbucket.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(thread_LIBS) $(base_LIBS) -lz $(osg_LIBS)
+++ /dev/null
-includedir = @includedir@/magvar
-
-lib_LIBRARIES = libsgmagvar.a
-
-include_HEADERS = magvar.hxx coremag.hxx
-
-libsgmagvar_a_SOURCES = coremag.cxx magvar.cxx
-
-noinst_PROGRAMS = testmagvar
-
-testmagvar_SOURCES = testmagvar.cxx
-
-testmagvar_LDADD = \
- libsgmagvar.a \
- $(base_LIBS)
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/math
-
-check_PROGRAMS = SGMathTest SGGeometryTest
-TESTS = $(check_PROGRAMS)
-
-SGMathTest_SOURCES = SGMathTest.cxx
-
-SGMathTest_LDADD = \
- libsgmath.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(base_LIBS)
-
-SGGeometryTest_SOURCES = SGGeometryTest.cxx
-
-SGGeometryTest_LDADD = \
- libsgmath.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(base_LIBS)
-
-lib_LIBRARIES = libsgmath.a
-
-include_HEADERS = \
- interpolater.hxx \
- leastsqs.hxx \
- sg_geodesy.hxx \
- sg_random.h \
- sg_types.hxx \
- Math.hxx \
- SGBox.hxx \
- SGCMath.hxx \
- SGGeoc.hxx \
- SGGeod.hxx \
- SGGeodesy.hxx \
- SGGeometry.hxx \
- SGGeometryFwd.hxx \
- SGIntersect.hxx \
- SGLimits.hxx \
- SGLineSegment.hxx \
- SGMatrix.hxx \
- SGMath.hxx \
- SGMathFwd.hxx \
- SGMisc.hxx \
- SGPlane.hxx \
- SGQuat.hxx \
- SGRay.hxx \
- SGSphere.hxx \
- SGTriangle.hxx \
- SGVec2.hxx \
- SGVec3.hxx \
- SGVec4.hxx \
- beziercurve.hxx \
- project.hxx
-
-libsgmath_a_SOURCES = \
- interpolater.cxx \
- leastsqs.cxx \
- sg_random.c \
- SGGeod.cxx \
- SGGeodesy.cxx \
- project.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/misc
-
-lib_LIBRARIES = libsgmisc.a
-
-include_HEADERS = \
- sg_path.hxx \
- sgstream.hxx \
- stopwatch.hxx \
- strutils.hxx \
- tabbed_values.hxx \
- texcoord.hxx \
- zfstream.hxx \
- interpolator.hxx \
- stdint.hxx \
- PathOptions.hxx \
- sg_dir.hxx \
- ResourceManager.hxx
-
-libsgmisc_a_SOURCES = \
- sg_path.cxx \
- sgstream.cxx \
- strutils.cxx \
- tabbed_values.cxx \
- texcoord.cxx \
- zfstream.cxx \
- interpolator.cxx \
- PathOptions.cxx \
- sg_dir.cxx \
- ResourceManager.cxx
-
-#noinst_PROGRAMS = tabbed_value_test swap_test
-
-#tabbed_value_test_SOURCES = tabbed_values_test.cxx
-#tabbed_value_test_LDADD = \
-# libsgmisc.a \
-# $(top_builddir)/simgear/xml/libsgxml.a \
-# $(top_builddir)/simgear/debug/libsgdebug.a
-
-$(top_builddir)/simgear/xml/libsgxml.a:
- cd $(top_builddir)/simgear/xml && $(MAKE) $(AM_MAKEFLAGS) libsgxml.a
-
-$(top_builddir)/simgear/debug/libsgdebug.a:
- cd $(top_builddir)/simgear/debug && $(MAKE) $(AM_MAKEFLAGS) libsgdebug.a
-
-#swap_test_SOURCES = swap_test.cpp
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/nasal
-
-lib_LIBRARIES = libsgnasal.a
-
-include_HEADERS = nasal.h naref.h
-
-libsgnasal_a_SOURCES = bitslib.c code.c code.h codegen.c data.h gc.c \
- hash.c iolib.c iolib.h lex.c lib.c mathlib.c \
- misc.c naref.h nasal.h parse.c parse.h string.c \
- thread-posix.c thread-win32.c threadlib.c \
- utf8lib.c vector.c
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/props
-
-lib_LIBRARIES = libsgprops.a
-
-include_HEADERS = \
- condition.hxx \
- props.hxx \
- props_io.hxx \
- propsfwd.hxx \
- AtomicChangeListener.hxx \
- ExtendedPropertyAdapter.hxx \
- propertyObject.hxx \
- tiedpropertylist.hxx
-
-libsgprops_a_SOURCES = \
- condition.cxx \
- props.cxx \
- props_io.cxx \
- AtomicChangeListener.cxx \
- propertyObject.cxx
-
-check_PROGRAMS = props_test propertyObject_test
-TESTS = propertyObject_test
-
-props_test_SOURCES = props_test.cxx
-props_test_LDADD = \
- libsgprops.a \
- $(top_builddir)/simgear/xml/libsgxml.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/structure/libsgstructure.a
-
-propertyObject_test_SOURCES = propertyObject_test.cxx
-propertyObject_test_LDADD = \
- libsgprops.a \
- $(top_builddir)/simgear/xml/libsgxml.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/structure/libsgstructure.a
-
-
-if HAVE_FRAMEWORK_OSG
-props_test_LDFLAGS = $(openthreads_FRAMEWORK)
-else
-props_test_LDFLAGS = -lOpenThreads
-endif
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/route
-
-lib_LIBRARIES = libsgroute.a
-
-include_HEADERS = route.hxx waypoint.hxx
-
-libsgroute_a_SOURCES = \
- route.cxx \
- waypoint.cxx
-
-INCLUDES = -I$(top_srcdir)
-
-noinst_PROGRAMS = waytest routetest
-
-waytest_SOURCES = waytest.cxx
-
-waytest_LDADD = \
- libsgroute.a \
- $(top_builddir)/simgear/math/libsgmath.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(top_builddir)/simgear/props/libsgprops.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/xml/libsgxml.a \
- $(base_LIBS) \
- -lz
-
-routetest_SOURCES = routetest.cxx
-
-routetest_LDADD = \
- libsgroute.a \
- $(top_builddir)/simgear/math/libsgmath.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(base_LIBS)
+++ /dev/null
-includedir = @includedir@/scene
-
-SUBDIRS = bvh material model sky tgdb util tsync
-
-# lib_LIBRARIES = libsgscene.a
-
-# noinst_HEADERS =
-
-# include_HEADERS =
-
-# libsgscene_a_SOURCES =
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/scene/bvh
-
-check_PROGRAMS = bvhtest
-TESTS = $(check_PROGRAMS)
-
-bvhtest_SOURCES = bvhtest.cxx
-bvhtest_LDADD = libsgbvh.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(base_LIBS)
-
-
-lib_LIBRARIES = libsgbvh.a
-
-noinst_HEADERS =
-
-include_HEADERS = \
- BVHBoundingBoxVisitor.hxx \
- BVHDebugCollectVisitor.hxx \
- BVHGroup.hxx \
- BVHLineSegmentVisitor.hxx \
- BVHLineGeometry.hxx \
- BVHMotionTransform.hxx \
- BVHNearestPointVisitor.hxx \
- BVHNode.hxx \
- BVHStaticBinary.hxx \
- BVHStaticData.hxx \
- BVHStaticGeometry.hxx \
- BVHStaticGeometryBuilder.hxx \
- BVHStaticLeaf.hxx \
- BVHStaticNode.hxx \
- BVHStaticTriangle.hxx \
- BVHSubTreeCollector.hxx \
- BVHTransform.hxx \
- BVHVisitor.hxx
-
-libsgbvh_a_SOURCES = \
- BVHGroup.cxx \
- BVHLineGeometry.cxx \
- BVHLineSegmentVisitor.cxx \
- BVHMotionTransform.cxx \
- BVHNode.cxx \
- BVHStaticBinary.cxx \
- BVHStaticGeometry.cxx \
- BVHStaticLeaf.cxx \
- BVHStaticNode.cxx \
- BVHStaticTriangle.cxx \
- BVHSubTreeCollector.cxx \
- BVHTransform.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/scene/material\r
-\r
-lib_LIBRARIES = libsgmaterial.a\r
-\r
-noinst_HEADERS =\r
-\r
-include_HEADERS = \\r
- Effect.hxx \\r
- EffectBuilder.hxx \\r
- EffectCullVisitor.hxx \\r
- EffectGeode.hxx \\r
- GLPredicate.hxx \\r
- Pass.hxx \\r
- Technique.hxx \\r
- TextureBuilder.hxx \\r
- mat.hxx \\r
- matlib.hxx \\r
- matmodel.hxx \\r
- mipmap.hxx\r
-\r
-libsgmaterial_a_SOURCES = \\r
- Effect.cxx \\r
- EffectBuilder.cxx \\r
- EffectCullVisitor.cxx \\r
- EffectGeode.cxx \\r
- GLPredicate.cxx \\r
- Pass.cxx \\r
- Technique.cxx \\r
- TextureBuilder.cxx \\r
- makeEffect.cxx \\r
- mat.cxx \\r
- matlib.cxx \\r
- matmodel.cxx \\r
- mipmap.cxx \\r
- Noise.cxx Noise.hxx\r
-\r
-INCLUDES = -I$(top_srcdir)\r
+++ /dev/null
-includedir = @includedir@/scene/model
-
-lib_LIBRARIES = libsgmodel.a
-
-noinst_HEADERS =
-
-include_HEADERS = \
- animation.hxx \
- particles.hxx \
- model.hxx \
- modellib.hxx \
- ModelRegistry.hxx \
- persparam.hxx \
- placement.hxx \
- CheckSceneryVisitor.hxx \
- ConditionNode.hxx \
- SGClipGroup.hxx \
- SGInteractionAnimation.hxx \
- SGMaterialAnimation.hxx \
- SGOffsetTransform.hxx \
- SGPagedLOD.hxx \
- SGReaderWriterXML.hxx \
- SGReaderWriterXMLOptions.hxx \
- SGRotateTransform.hxx \
- SGScaleTransform.hxx \
- SGTranslateTransform.hxx \
- SGText.hxx
-
-libsgmodel_a_SOURCES = \
- animation.cxx \
- BoundingVolumeBuildVisitor.hxx \
- particles.cxx \
- model.cxx \
- modellib.cxx \
- ModelRegistry.cxx \
- persparam.cxx \
- placement.cxx \
- shadanim.cxx \
- CheckSceneryVisitor.cxx \
- ConditionNode.cxx \
- SGClipGroup.cxx \
- SGInteractionAnimation.cxx \
- SGMaterialAnimation.cxx \
- SGOffsetTransform.cxx \
- SGPagedLOD.cxx \
- SGReaderWriterXML.cxx \
- SGRotateTransform.cxx \
- SGScaleTransform.cxx \
- SGTranslateTransform.cxx \
- SGText.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/scene/sky
-
-lib_LIBRARIES = libsgsky.a
-
-include_HEADERS = \
- cloud.hxx \
- dome.hxx \
- moon.hxx \
- oursun.hxx \
- sky.hxx \
- sphere.hxx \
- stars.hxx \
- cloudfield.hxx \
- newcloud.hxx \
- CloudShaderGeometry.hxx
-
-libsgsky_a_SOURCES = \
- cloud.cxx \
- dome.cxx \
- moon.cxx \
- oursun.cxx \
- sky.cxx \
- sphere.cxx \
- stars.cxx \
- cloudfield.cxx \
- newcloud.cxx \
- CloudShaderGeometry.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/scene/tgdb
-
-lib_LIBRARIES = libsgtgdb.a
-
-noinst_HEADERS =
-
-include_HEADERS = \
- apt_signs.hxx \
- obj.hxx \
- pt_lights.hxx \
- userdata.hxx \
- ReaderWriterSTG.hxx \
- SGVasiDrawable.hxx \
- SGDirectionalLightBin.hxx \
- SGLightBin.hxx \
- SGOceanTile.hxx \
- SGReaderWriterBTG.hxx \
- SGReaderWriterBTGOptions.hxx \
- SGTexturedTriangleBin.hxx \
- SGTriangleBin.hxx \
- SGVertexArrayBin.hxx \
- GroundLightManager.hxx \
- ShaderGeometry.hxx \
- TileCache.hxx \
- TileEntry.hxx
-
-libsgtgdb_a_SOURCES = \
- apt_signs.cxx \
- obj.cxx \
- pt_lights.cxx \
- userdata.cxx \
- ReaderWriterSTG.cxx \
- SGOceanTile.cxx \
- SGReaderWriterBTG.cxx SGReaderWriterBTG.hxx \
- SGVasiDrawable.cxx \
- GroundLightManager.cxx \
- SGModelBin.hxx \
- ShaderGeometry.cxx \
- TileCache.cxx \
- TileEntry.cxx \
- TreeBin.cxx TreeBin.hxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/scene/tsync
-
-AM_CPPFLAGS = $(svn_CPPFLAGS)
-
-lib_LIBRARIES = libsgtsync.a
-
-noinst_HEADERS =
-
-include_HEADERS = \
- terrasync.hxx
-
-libsgtsync_a_SOURCES = \
- terrasync.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/scene/util
-
-lib_LIBRARIES = libsgutil.a
-
-noinst_HEADERS =
-
-include_HEADERS = \
- SGDebugDrawCallback.hxx \
- SGEnlargeBoundingBox.hxx \
- SGNodeMasks.hxx \
- SGPickCallback.hxx \
- SGSceneFeatures.hxx \
- SGSceneUserData.hxx \
- SGStateAttributeVisitor.hxx \
- SGTextureStateAttributeVisitor.hxx \
- SGUpdateVisitor.hxx \
- CopyOp.hxx \
- NodeAndDrawableVisitor.hxx \
- PrimitiveUtils.hxx \
- QuadTreeBuilder.hxx \
- RenderConstants.hxx \
- SplicingVisitor.hxx \
- StateAttributeFactory.hxx \
- UpdateOnceCallback.hxx \
- VectorArrayAdapter.hxx
-
-
-libsgutil_a_SOURCES = \
- SGEnlargeBoundingBox.cxx \
- SGSceneFeatures.cxx \
- SGSceneUserData.cxx \
- SGStateAttributeVisitor.cxx \
- SGTextureStateAttributeVisitor.cxx \
- CopyOp.cxx \
- NodeAndDrawableVisitor.cxx \
- PrimitiveUtils.cxx \
- SplicingVisitor.cxx \
- StateAttributeFactory.cxx \
- QuadTreeBuilder.cxx \
- UpdateOnceCallback.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/screen
-
-lib_LIBRARIES = libsgscreen.a
-
-EXTRA_DIST = jpgfactory.cxx jpgfactory.hxx
-
-if ENABLE_JPEG_SERVER
-IMAGE_SERVER_INCL = jpgfactory.hxx
-IMAGE_SERVER_SRCS = jpgfactory.cxx
-else
-IMAGE_SERVER_INCL =
-IMAGE_SERVER_SRCS =
-endif
-
-include_HEADERS = \
- $(IMAGE_SERVER_INCL) \
- screen-dump.hxx \
- colors.hxx \
- tr.h \
- extensions.hxx
-
-libsgscreen_a_SOURCES = \
- $(IMAGE_SERVER_SRCS) \
- screen-dump.cxx \
- tr.cxx \
- extensions.cxx
-
-
-INCLUDES = -I$(top_srcdir) -I$(top_builddir)
-
+++ /dev/null
-includedir = @includedir@/serial
-
-lib_LIBRARIES = libsgserial.a
-
-include_HEADERS = serial.hxx
-
-libsgserial_a_SOURCES = serial.cxx
-
-noinst_PROGRAMS = testserial
-
-testserial_SOURCES = testserial.cxx
-
-testserial_LDADD = \
- libsgserial.a \
- $(top_builddir)/simgear/debug/libsgdebug.a
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/sound
-
-EXTRA_DIST = jet.wav
-
-lib_LIBRARIES = libsgsound.a
-
-noinst_HEADERS =
-
-include_HEADERS = \
- soundmgr_openal.hxx \
- sample_group.hxx \
- sample_openal.hxx \
- sample_queue.hxx \
- xmlsound.hxx
-
-libsgsound_a_SOURCES = \
- soundmgr_openal.cxx \
- sample_group.cxx \
- sample_openal.cxx \
- sample_queue.cxx \
- xmlsound.cxx
-
-check_PROGRAMS = openal_test1 openal_test2 openal_test3 openal_test4
-
-openal_test1_SOURCES = openal_test1.cxx
-openal_test2_SOURCES = openal_test2.cxx
-openal_test3_SOURCES = openal_test3.cxx
-openal_test4_SOURCES = openal_test4.cxx
-
-openal_test1_LDADD = \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(openal_LIBS)
-
-openal_test2_LDADD = \
- libsgsound.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/timing/libsgtiming.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(top_builddir)/simgear/math/libsgmath.a \
- $(openal_LIBS)
-
-openal_test3_LDADD = \
- libsgsound.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/timing/libsgtiming.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(top_builddir)/simgear/math/libsgmath.a \
- $(openal_LIBS) -lstdc++
-
-openal_test4_LDADD = \
- libsgsound.a \
- $(top_builddir)/simgear/structure/libsgstructure.a \
- $(top_builddir)/simgear/timing/libsgtiming.a \
- $(top_builddir)/simgear/debug/libsgdebug.a \
- $(top_builddir)/simgear/misc/libsgmisc.a \
- $(top_builddir)/simgear/math/libsgmath.a \
- $(openal_LIBS) -lstdc++
-
-INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"
+++ /dev/null
-includedir = @includedir@/structure
-
-lib_LIBRARIES = libsgstructure.a
-
-include_HEADERS = \
- callback.hxx \
- commands.hxx \
- exception.hxx \
- event_mgr.hxx \
- intern.hxx \
- subsystem_mgr.hxx \
- OSGUtils.hxx \
- OSGVersion.hxx \
- SGAtomic.hxx \
- SGBinding.hxx \
- SGExpression.hxx \
- SGReferenced.hxx \
- SGSharedPtr.hxx \
- SGSmplhist.hxx \
- SGSmplstat.hxx \
- SGWeakPtr.hxx \
- SGWeakReferenced.hxx \
- Singleton.hxx \
- StringTable.hxx
-
-libsgstructure_a_SOURCES = \
- commands.cxx \
- exception.cxx \
- event_mgr.cxx\
- intern.hxx \
- subsystem_mgr.cxx \
- SGAtomic.cxx \
- SGBinding.cxx \
- SGExpression.cxx \
- SGSmplhist.cxx \
- SGSmplstat.cxx \
- StringTable.cxx
-
-INCLUDES = -I$(top_srcdir)
-
+++ /dev/null
-includedir = @includedir@/threads
-
-if HAVE_THREADS
-lib_LIBRARIES = libsgthreads.a
-
-include_HEADERS = \
- SGGuard.hxx \
- SGQueue.hxx \
- SGThread.hxx
-
-libsgthreads_a_SOURCES = \
- SGThread.cxx
-
-INCLUDES = -I$(top_srcdir)
-else
-include_HEADERS = SGQueue.hxx
-endif
+++ /dev/null
-includedir = @includedir@/timing
-
-lib_LIBRARIES = libsgtiming.a
-
-include_HEADERS = \
- lowleveltime.h \
- sg_time.hxx \
- timestamp.hxx \
- timezone.h
-
-libsgtiming_a_SOURCES = \
- lowleveltime.cxx \
- sg_time.cxx \
- timestamp.cxx \
- timezone.cxx
-
-INCLUDES = -I$(top_srcdir)
+++ /dev/null
-includedir = @includedir@/xml
-
-lib_LIBRARIES = libsgxml.a
-
-include_HEADERS = \
- easyxml.hxx
-
-noinst_HEADERS = \
- xmltok_impl.c xmltok_ns.c
-
-libsgxml_a_SOURCES = \
- asciitab.h \
- easyxml.cxx \
- hashtable.h hashtable.c \
- iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \
- xmlparse.h xmlparse.c \
- xmlrole.h xmlrole.c \
- xmltok.h xmltok.c \
- xmltok_impl.h
-
-INCLUDES = -I$(top_srcdir)