[geos-commits] r2121 - in branches/3.0: . source

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Feb 6 16:23:54 EST 2008


Author: warmerdam
Date: 2008-02-06 16:23:54 -0500 (Wed, 06 Feb 2008)
New Revision: 2121

Modified:
   branches/3.0/Makefile.am
   branches/3.0/source/Makefile.am
   branches/3.0/source/Makefile.vc
Log:
Add missing files into distribution, remove unused source files from win32 make (#175)

Modified: branches/3.0/Makefile.am
===================================================================
--- branches/3.0/Makefile.am	2008-01-30 22:34:13 UTC (rev 2120)
+++ branches/3.0/Makefile.am	2008-02-06 21:23:54 UTC (rev 2121)
@@ -14,4 +14,4 @@
 	tests	\
 	tools
 
-EXTRA_DIST = acsite.m4
+EXTRA_DIST = acsite.m4 makefile.vc

Modified: branches/3.0/source/Makefile.am
===================================================================
--- branches/3.0/source/Makefile.am	2008-01-30 22:34:13 UTC (rev 2120)
+++ branches/3.0/source/Makefile.am	2008-02-06 21:23:54 UTC (rev 2121)
@@ -12,7 +12,7 @@
 	simplify \
 	util
 
-EXTRA_DIST = Makefile.vc
+EXTRA_DIST = Makefile.vc dirlist.mk
 
 INCLUDES = -I$(top_srcdir)/source/headers
 

Modified: branches/3.0/source/Makefile.vc
===================================================================
--- branches/3.0/source/Makefile.vc	2008-01-30 22:34:13 UTC (rev 2120)
+++ branches/3.0/source/Makefile.vc	2008-02-06 21:23:54 UTC (rev 2121)
@@ -66,7 +66,6 @@
 	geom\CoordinateArraySequence.obj \
 	geom\CoordinateArraySequenceFactory.obj \
 	geom\CoordinateSequence.obj \
-	geom\CoordinateSequenceFactory.obj \
 	geom\Dimension.obj \
 	geom\Envelope.obj \
 	geom\Geometry.obj \
@@ -88,9 +87,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 \
 	geomgraph\Depth.obj \
 	geomgraph\DirectedEdge.obj \
@@ -254,12 +250,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
 
@@ -280,11 +273,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.



More information about the geos-commits mailing list