[geos-commits] r2081 - in trunk/source/headers/geos: algorithm algorithm/locate noding

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 17:02:26 EST 2007


Author: pramsey
Date: 2007-12-21 17:02:26 -0500 (Fri, 21 Dec 2007)
New Revision: 2081

Added:
   trunk/source/headers/geos/algorithm/locate/Makefile.am
Modified:
   trunk/source/headers/geos/algorithm/Makefile.am
   trunk/source/headers/geos/noding/Makefile.am
Log:
Add headers/geos/algorithm/locate to automake


Modified: trunk/source/headers/geos/algorithm/Makefile.am
===================================================================
--- trunk/source/headers/geos/algorithm/Makefile.am	2007-12-21 22:01:18 UTC (rev 2080)
+++ trunk/source/headers/geos/algorithm/Makefile.am	2007-12-21 22:02:26 UTC (rev 2081)
@@ -1,4 +1,5 @@
-SUBDIRS = 
+SUBDIRS = \
+	locate 
 
 EXTRA_DIST = 
 
@@ -33,6 +34,7 @@
 	MinimumDiameter.h		\
 	NotRepresentableException.h	\
 	PointInRing.h			\
+	RayCrossingCounter.h		\
 	RobustDeterminant.h		\
 	SIRtreePointInRing.h		\
 	SimplePointInAreaLocator.h	\

Added: trunk/source/headers/geos/algorithm/locate/Makefile.am
===================================================================
--- trunk/source/headers/geos/algorithm/locate/Makefile.am	                        (rev 0)
+++ trunk/source/headers/geos/algorithm/locate/Makefile.am	2007-12-21 22:02:26 UTC (rev 2081)
@@ -0,0 +1,21 @@
+SUBDIRS = 
+
+EXTRA_DIST = 
+
+# Notes:
+#
+# PointLocator.h is needed by DistanceOp.h and OverlayOp.h for composition
+#                   needed by RelateComputer.h needed by RelateOp.h
+#
+# LineIntersector.h needed by GeometryGraphOperation.h needed by OverlayOp.h
+#                   needed by RelateComputer.h needed by RelateOp.h
+# 
+
+geosdir = $(includedir)/geos/algorithm/locate
+
+geos_HEADERS = 			
+
+noinst_HEADERS = 			\
+	IndexedPointInAreaLocator.h	\
+	PointOnGeometryLocator.h	\
+	SimplePointInAreaLocator.h

Modified: trunk/source/headers/geos/noding/Makefile.am
===================================================================
--- trunk/source/headers/geos/noding/Makefile.am	2007-12-21 22:01:18 UTC (rev 2080)
+++ trunk/source/headers/geos/noding/Makefile.am	2007-12-21 22:02:26 UTC (rev 2081)
@@ -5,25 +5,30 @@
 # NOTES:
 #
 
-noinst_HEADERS = 			\
-	FastNodingValidator.h		\
-	IntersectionAdder.h		\
-	IntersectionFinderAdder.h	\
-	IteratedNoder.h			\
-	MCIndexNoder.h			\
-	MCIndexNoder.inl		\
-	Noder.h				\
-	NodingValidator.h		\
-	Octant.h			\
-	ScaledNoder.h			\
-	SegmentIntersector.h		\
-	SegmentNode.h			\
-	SegmentNodeList.h		\
-	SegmentString.h			\
-	SegmentString.inl		\
-	SimpleNoder.h			\
-	SinglePassNoder.h		\
-	SingleInteriorIntersectionFinder.h
+noinst_HEADERS = \
+	FastNodingValidator.h \
+	FastSegmentSetIntersectionFinder.h \
+	IntersectionAdder.h \
+	IntersectionFinderAdder.h \
+	IteratedNoder.h \
+	MCIndexNoder.h \
+	MCIndexSegmentSetMutualIntersector.h \
+	NodableSegmentString.h \
+	NodedSegmentString.h \
+	Noder.h \
+	NodingValidator.h \
+	Octant.h \
+	ScaledNoder.h \
+	SegmentIntersectionDetector.h \
+	SegmentIntersector.h \
+	SegmentNode.h \
+	SegmentNodeList.h \
+	SegmentSetMutualIntersector.h \
+	SegmentString.h \
+	SegmentStringUtil.h \
+	SimpleNoder.h \
+	SingleInteriorIntersectionFinder.h \
+	SinglePassNoder.h
 
 #geosdir = $(includedir)/geos/noding
 



More information about the geos-commits mailing list