[geos-commits] r2078 - in trunk/source/headers/geos/geom: . prep util

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 16:55:35 EST 2007


Author: pramsey
Date: 2007-12-21 16:55:35 -0500 (Fri, 21 Dec 2007)
New Revision: 2078

Added:
   trunk/source/headers/geos/geom/prep/Makefile.am
Modified:
   trunk/source/headers/geos/geom/Makefile.am
   trunk/source/headers/geos/geom/util/Makefile.am
Log:
Added headers/geom/prep headers/geom/util to automake


Modified: trunk/source/headers/geos/geom/Makefile.am
===================================================================
--- trunk/source/headers/geos/geom/Makefile.am	2007-12-21 21:47:37 UTC (rev 2077)
+++ trunk/source/headers/geos/geom/Makefile.am	2007-12-21 21:55:35 UTC (rev 2078)
@@ -1,4 +1,6 @@
-SUBDIRS = util
+SUBDIRS = \
+	util \
+	prep
 
 #EXTRA_DIST = 
 

Added: trunk/source/headers/geos/geom/prep/Makefile.am
===================================================================
--- trunk/source/headers/geos/geom/prep/Makefile.am	                        (rev 0)
+++ trunk/source/headers/geos/geom/prep/Makefile.am	2007-12-21 21:55:35 UTC (rev 2078)
@@ -0,0 +1,23 @@
+#SUBDIRS = 
+
+#EXTRA_DIST = 
+
+geosdir = $(includedir)/geos/geom/prep
+
+geos_HEADERS = \
+	AbstractPreparedPolygonContains.h \
+	BasicPreparedGeometry.h \
+	PreparedGeometryFactory.h \
+	PreparedGeometry.h \
+	PreparedLineString.h \
+	PreparedLineStringIntersects.h \
+	PreparedPoint.h \
+	PreparedPolygonContains.h \
+	PreparedPolygonContainsProperly.h \
+	PreparedPolygonCovers.h \
+	PreparedPolygon.h \
+	PreparedPolygonIntersects.h \
+	PreparedPolygonLineIntersection.h \
+	PreparedPolygonPredicate.h
+
+#noinst_HEADERS = 

Modified: trunk/source/headers/geos/geom/util/Makefile.am
===================================================================
--- trunk/source/headers/geos/geom/util/Makefile.am	2007-12-21 21:47:37 UTC (rev 2077)
+++ trunk/source/headers/geos/geom/util/Makefile.am	2007-12-21 21:55:35 UTC (rev 2078)
@@ -5,10 +5,11 @@
 geosdir = $(includedir)/geos/geom/util
 
 geos_HEADERS = \
+	ComponentCoordinateExtracter.h \
 	CoordinateOperation.h	\
 	GeometryEditor.h	\
+	GeometryEditorOperation.h	\
 	GeometryTransformer.h	\
-	GeometryEditorOperation.h	\
 	LinearComponentExtracter.h	\
 	PointExtracter.h	\
 	PolygonExtracter.h	\



More information about the geos-commits mailing list