[geos-commits] r2075 - in trunk/source/geom: . prep

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 16:40:49 EST 2007


Author: pramsey
Date: 2007-12-21 16:40:49 -0500 (Fri, 21 Dec 2007)
New Revision: 2075

Added:
   trunk/source/geom/prep/Makefile.am
Modified:
   trunk/source/geom/Makefile.am
Log:
Add geom/prep to automake


Modified: trunk/source/geom/Makefile.am
===================================================================
--- trunk/source/geom/Makefile.am	2007-12-21 21:36:36 UTC (rev 2074)
+++ trunk/source/geom/Makefile.am	2007-12-21 21:40:49 UTC (rev 2075)
@@ -1,8 +1,10 @@
 
 SUBDIRS=\
-	util
+	util \
+	prep
 
-noinst_LTLIBRARIES = libgeom.la
+noinst_LTLIBRARIES = \
+	libgeom.la
 
 INCLUDES = -I$(top_srcdir)/source/headers 
 
@@ -36,6 +38,7 @@
 
 
 libgeom_la_LIBADD = \
-	util/libgeomutil.la 
+	util/libgeomutil.la \
+	prep/libgeomprep.la
 
 

Added: trunk/source/geom/prep/Makefile.am
===================================================================
--- trunk/source/geom/prep/Makefile.am	                        (rev 0)
+++ trunk/source/geom/prep/Makefile.am	2007-12-21 21:40:49 UTC (rev 2075)
@@ -0,0 +1,25 @@
+
+noinst_LTLIBRARIES = libgeomprep.la
+
+INCLUDES = -I$(top_srcdir)/source/headers 
+
+## these are full inlined
+# PolygonExtracter.cpp 
+# PointExtracter.cpp 
+# LinearComponentExtracter.cpp 
+
+libgeomprep_la_SOURCES = \
+	AbstractPreparedPolygonContains.cpp \
+	BasicPreparedGeometry.cpp \
+	PreparedGeometry.cpp \
+	PreparedGeometryFactory.cpp \
+	PreparedLineString.cpp \
+	PreparedLineStringIntersects.cpp \
+	PreparedPoint.cpp \
+	PreparedPolygonContains.cpp \
+	PreparedPolygonContainsProperly.cpp \
+	PreparedPolygonCovers.cpp \
+	PreparedPolygon.cpp \
+	PreparedPolygonIntersects.cpp \
+	PreparedPolygonLineIntersection.cpp \
+	PreparedPolygonPredicate.cpp



More information about the geos-commits mailing list