]> git.mxchange.org Git - simgear.git/commitdiff
Remove the remaining Makefiles from the code.
authorJames Turner <zakalawe@mac.com>
Tue, 1 Nov 2011 09:28:26 +0000 (09:28 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 1 Nov 2011 09:28:26 +0000 (09:28 +0000)
31 files changed:
simgear/Makefile.am [deleted file]
simgear/bucket/Makefile.am [deleted file]
simgear/compatibility/MIPSpro721/Makefile.am [deleted file]
simgear/compatibility/MIPSpro740/Makefile.am [deleted file]
simgear/compatibility/Makefile.am [deleted file]
simgear/debug/Makefile.am [deleted file]
simgear/environment/Makefile.am [deleted file]
simgear/ephemeris/Makefile.am [deleted file]
simgear/hla/Makefile.am [deleted file]
simgear/io/Makefile.am [deleted file]
simgear/magvar/Makefile.am [deleted file]
simgear/math/Makefile.am [deleted file]
simgear/misc/Makefile.am [deleted file]
simgear/nasal/Makefile.am [deleted file]
simgear/props/Makefile.am [deleted file]
simgear/route/Makefile.am [deleted file]
simgear/scene/Makefile.am [deleted file]
simgear/scene/bvh/Makefile.am [deleted file]
simgear/scene/material/Makefile.am [deleted file]
simgear/scene/model/Makefile.am [deleted file]
simgear/scene/sky/Makefile.am [deleted file]
simgear/scene/tgdb/Makefile.am [deleted file]
simgear/scene/tsync/Makefile.am [deleted file]
simgear/scene/util/Makefile.am [deleted file]
simgear/screen/Makefile.am [deleted file]
simgear/serial/Makefile.am [deleted file]
simgear/sound/Makefile.am [deleted file]
simgear/structure/Makefile.am [deleted file]
simgear/threads/Makefile.am [deleted file]
simgear/timing/Makefile.am [deleted file]
simgear/xml/Makefile.am [deleted file]

diff --git a/simgear/Makefile.am b/simgear/Makefile.am
deleted file mode 100644 (file)
index d4a9b60..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-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
-
diff --git a/simgear/bucket/Makefile.am b/simgear/bucket/Makefile.am
deleted file mode 100644 (file)
index d1f7b69..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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)
diff --git a/simgear/compatibility/MIPSpro721/Makefile.am b/simgear/compatibility/MIPSpro721/Makefile.am
deleted file mode 100644 (file)
index f70a192..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-includedir = @includedir@/compatibility/
-
-include_HEADERS        = \
-       iostream \
-       strstream \
-       sstream \
-       istream \
-       fstream \
-       iterator \
-       iomanip \
-       new \
-       streambuf \
-       \
-       irix_string
diff --git a/simgear/compatibility/MIPSpro740/Makefile.am b/simgear/compatibility/MIPSpro740/Makefile.am
deleted file mode 100644 (file)
index cb138d6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-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
diff --git a/simgear/compatibility/Makefile.am b/simgear/compatibility/Makefile.am
deleted file mode 100644 (file)
index c89fff4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-SUBDIRS = $(MIPSpro_DIRS)
-
-DIST_SUBDIRS = MIPSpro721 MIPSpro740
diff --git a/simgear/debug/Makefile.am b/simgear/debug/Makefile.am
deleted file mode 100644 (file)
index cdfba79..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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)
diff --git a/simgear/environment/Makefile.am b/simgear/environment/Makefile.am
deleted file mode 100644 (file)
index 30e4af3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-includedir = @includedir@/environment
-
-lib_LIBRARIES = libsgenvironment.a
-
-include_HEADERS = metar.hxx precipitation.hxx
-
-libsgenvironment_a_SOURCES = metar.cxx precipitation.cxx
-
-INCLUDES = -I$(top_srcdir)
diff --git a/simgear/ephemeris/Makefile.am b/simgear/ephemeris/Makefile.am
deleted file mode 100644 (file)
index c6ea748..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-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)
diff --git a/simgear/hla/Makefile.am b/simgear/hla/Makefile.am
deleted file mode 100644 (file)
index 3bb3860..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-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
-
diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am
deleted file mode 100644 (file)
index a787069..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-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)
diff --git a/simgear/magvar/Makefile.am b/simgear/magvar/Makefile.am
deleted file mode 100644 (file)
index 2c78c2f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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)
diff --git a/simgear/math/Makefile.am b/simgear/math/Makefile.am
deleted file mode 100644 (file)
index 4418aeb..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-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)
diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am
deleted file mode 100644 (file)
index e671418..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-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)
diff --git a/simgear/nasal/Makefile.am b/simgear/nasal/Makefile.am
deleted file mode 100644 (file)
index b83d473..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
diff --git a/simgear/props/Makefile.am b/simgear/props/Makefile.am
deleted file mode 100644 (file)
index 81a7228..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-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)
diff --git a/simgear/route/Makefile.am b/simgear/route/Makefile.am
deleted file mode 100644 (file)
index 80a9ea6..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-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)
diff --git a/simgear/scene/Makefile.am b/simgear/scene/Makefile.am
deleted file mode 100644 (file)
index 9d26da4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
diff --git a/simgear/scene/bvh/Makefile.am b/simgear/scene/bvh/Makefile.am
deleted file mode 100644 (file)
index 2e5389c..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-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)
diff --git a/simgear/scene/material/Makefile.am b/simgear/scene/material/Makefile.am
deleted file mode 100644 (file)
index 2d46826..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-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
diff --git a/simgear/scene/model/Makefile.am b/simgear/scene/model/Makefile.am
deleted file mode 100644 (file)
index b36ab83..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-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)
diff --git a/simgear/scene/sky/Makefile.am b/simgear/scene/sky/Makefile.am
deleted file mode 100644 (file)
index 440cfb4..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-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)
diff --git a/simgear/scene/tgdb/Makefile.am b/simgear/scene/tgdb/Makefile.am
deleted file mode 100644 (file)
index 3d05b27..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-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)
diff --git a/simgear/scene/tsync/Makefile.am b/simgear/scene/tsync/Makefile.am
deleted file mode 100644 (file)
index 4f338d0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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)
diff --git a/simgear/scene/util/Makefile.am b/simgear/scene/util/Makefile.am
deleted file mode 100644 (file)
index 376f72f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-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)
diff --git a/simgear/screen/Makefile.am b/simgear/screen/Makefile.am
deleted file mode 100644 (file)
index 37eac01..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-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) 
-
diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am
deleted file mode 100644 (file)
index 0cace19..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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)
diff --git a/simgear/sound/Makefile.am b/simgear/sound/Makefile.am
deleted file mode 100644 (file)
index 7719f10..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-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\"
diff --git a/simgear/structure/Makefile.am b/simgear/structure/Makefile.am
deleted file mode 100644 (file)
index 7311a54..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-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)
-
diff --git a/simgear/threads/Makefile.am b/simgear/threads/Makefile.am
deleted file mode 100644 (file)
index 86af31a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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
diff --git a/simgear/timing/Makefile.am b/simgear/timing/Makefile.am
deleted file mode 100644 (file)
index 6a45c62..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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)
diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am
deleted file mode 100644 (file)
index 274f97e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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)