From ee17cf9d382caa6d44d545e9ac50a42d6416175c Mon Sep 17 00:00:00 2001 From: pramsey Date: Fri, 21 Dec 2007 22:02:26 +0000 Subject: [PATCH] Add headers/geos/algorithm/locate to automake git-svn-id: http://svn.osgeo.org/geos/trunk@2081 5242fede-7e19-0410-aef8-94bd7d2200fb --- source/headers/geos/algorithm/Makefile.am | 4 +- source/headers/geos/algorithm/locate/Makefile.am | 21 ++++++++ source/headers/geos/noding/Makefile.am | 65 +++++++++++++----------- 3 files changed, 59 insertions(+), 31 deletions(-) create mode 100644 source/headers/geos/algorithm/locate/Makefile.am rewrite source/headers/geos/noding/Makefile.am (79%) diff --git a/source/headers/geos/algorithm/Makefile.am b/source/headers/geos/algorithm/Makefile.am index 6043b720..522448a4 100644 --- a/source/headers/geos/algorithm/Makefile.am +++ b/source/headers/geos/algorithm/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS = +SUBDIRS = \ + locate EXTRA_DIST = @@ -33,6 +34,7 @@ noinst_HEADERS = \ MinimumDiameter.h \ NotRepresentableException.h \ PointInRing.h \ + RayCrossingCounter.h \ RobustDeterminant.h \ SIRtreePointInRing.h \ SimplePointInAreaLocator.h \ diff --git a/source/headers/geos/algorithm/locate/Makefile.am b/source/headers/geos/algorithm/locate/Makefile.am new file mode 100644 index 00000000..359256d9 --- /dev/null +++ b/source/headers/geos/algorithm/locate/Makefile.am @@ -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 diff --git a/source/headers/geos/noding/Makefile.am b/source/headers/geos/noding/Makefile.am dissimilarity index 79% index 3320553e..41478216 100644 --- a/source/headers/geos/noding/Makefile.am +++ b/source/headers/geos/noding/Makefile.am @@ -1,30 +1,35 @@ -SUBDIRS = snapround - -#EXTRA_DIST = - -# 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 - -#geosdir = $(includedir)/geos/noding - -#geos_HEADERS = +SUBDIRS = snapround + +#EXTRA_DIST = + +# NOTES: +# + +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 + +#geos_HEADERS = -- 2.11.4.GIT