[geos-commits] r2122 - in trunk/source: . headers/geos/noding

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Feb 6 17:17:02 EST 2008


Author: warmerdam
Date: 2008-02-06 17:17:02 -0500 (Wed, 06 Feb 2008)
New Revision: 2122

Modified:
   trunk/source/Makefile.am
   trunk/source/Makefile.vc
   trunk/source/headers/geos/noding/Makefile.am
Log:
try to fix up the files include in distribution, and remove unused files from Makefile.vc (#175)

Modified: trunk/source/Makefile.am
===================================================================
--- trunk/source/Makefile.am	2008-02-06 21:23:54 UTC (rev 2121)
+++ trunk/source/Makefile.am	2008-02-06 22:17:02 UTC (rev 2122)
@@ -12,7 +12,7 @@
 	simplify \
 	util
 
-EXTRA_DIST = Makefile.vc
+EXTRA_DIST = Makefile.vc dirlist.mk
 
 INCLUDES = -I$(top_srcdir)/source/headers
 

Modified: trunk/source/Makefile.vc
===================================================================
--- trunk/source/Makefile.vc	2008-02-06 21:23:54 UTC (rev 2121)
+++ trunk/source/Makefile.vc	2008-02-06 22:17:02 UTC (rev 2122)
@@ -69,7 +69,6 @@
 	geom\CoordinateArraySequence.obj \
 	geom\CoordinateArraySequenceFactory.obj \
 	geom\CoordinateSequence.obj \
-	geom\CoordinateSequenceFactory.obj \
 	geom\Dimension.obj \
 	geom\Envelope.obj \
 	geom\Geometry.obj \
@@ -91,9 +90,6 @@
 	geom\util\CoordinateOperation.obj \
 	geom\util\GeometryEditor.obj \
 	geom\util\GeometryTransformer.obj \
-	geom\util\LinearComponentExtracter.obj \
-	geom\util\PointExtracter.obj \
-	geom\util\PolygonExtracter.obj \
 	geom\util\ShortCircuitedGeometryVisitor.obj \
 	geom\prep\AbstractPreparedPolygonContains.obj \
 	geom\prep\BasicPreparedGeometry.obj \
@@ -280,12 +276,9 @@
 	simplify\TaggedLineStringSimplifier.obj \
 	simplify\TopologyPreservingSimplifier.obj \
 	util\Assert.obj \
-	util\AssertionFailedException.obj \
 	util\GeometricShapeFactory.obj \
-	util\IllegalArgumentException.obj \
 	util\math.obj \
 	util\Profiler.obj \
-	util\UnsupportedOperationException.obj \
 	..\capi\geos_c.obj \
 	inlines.obj
 
@@ -306,11 +299,6 @@
 headers/geos/platform.h: headers/geos/platform.h.vc
 	copy headers\geos\platform.h.vc headers\geos\platform.h
 
-# version.h should already be in distribution, if is not you'll
-# have to run ./configure to recreate
-headers/geos/version.h: headers/geos/version.h.vc
-	copy headers\geos\version.h.vc headers\geos\version.h
-
 # geos_c.h should already be in distribution, if is not you'll
 # have to run ./configure to recreate
 ../capi/geos_c.h: ../capi/geos_c.h.in.

Modified: trunk/source/headers/geos/noding/Makefile.am
===================================================================
--- trunk/source/headers/geos/noding/Makefile.am	2008-02-06 21:23:54 UTC (rev 2121)
+++ trunk/source/headers/geos/noding/Makefile.am	2008-02-06 22:17:02 UTC (rev 2122)
@@ -1,6 +1,6 @@
 SUBDIRS = snapround
 
-#EXTRA_DIST = 
+EXTRA_DIST = MCIndexNoder.inl  SegmentString.inl
 
 # NOTES:
 #



More information about the geos-commits mailing list