[geos-commits] r2839 - in trunk/include: . geos geos/algorithm
geos/algorithm/distance geos/algorithm/locate geos/geom
geos/geom/prep geos/geom/util geos/geomgraph
geos/geomgraph/index geos/index geos/index/bintree
geos/index/chain geos/index/intervalrtree geos/index/quadtree
geos/index/strtree geos/index/sweepline geos/io
geos/linearref geos/noding geos/noding/snapround
geos/operation geos/operation/buffer geos/operation/distance
geos/operation/linemerge geos/operation/overlay
geos/operation/overlay/snap geos/operation/polygonize
geos/operation/predicate geos/operation/relate
geos/operation/union geos/operation/valid geos/planargraph
geos/planargraph/algorithm geos/precision geos/simplify geos/util
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Jan 12 19:43:43 EST 2010
Author: mloskot
Date: 2010-01-12 19:43:42 -0500 (Tue, 12 Jan 2010)
New Revision: 2839
Modified:
trunk/include/Makefile.am
trunk/include/geos/Makefile.am
trunk/include/geos/algorithm/Makefile.am
trunk/include/geos/algorithm/distance/Makefile.am
trunk/include/geos/algorithm/locate/Makefile.am
trunk/include/geos/geom/Makefile.am
trunk/include/geos/geom/prep/Makefile.am
trunk/include/geos/geom/util/Makefile.am
trunk/include/geos/geomgraph/Makefile.am
trunk/include/geos/geomgraph/index/Makefile.am
trunk/include/geos/index/Makefile.am
trunk/include/geos/index/bintree/Makefile.am
trunk/include/geos/index/chain/Makefile.am
trunk/include/geos/index/intervalrtree/Makefile.am
trunk/include/geos/index/quadtree/Makefile.am
trunk/include/geos/index/strtree/Makefile.am
trunk/include/geos/index/sweepline/Makefile.am
trunk/include/geos/io/Makefile.am
trunk/include/geos/linearref/Makefile.am
trunk/include/geos/noding/Makefile.am
trunk/include/geos/noding/snapround/Makefile.am
trunk/include/geos/operation/Makefile.am
trunk/include/geos/operation/buffer/Makefile.am
trunk/include/geos/operation/distance/Makefile.am
trunk/include/geos/operation/linemerge/Makefile.am
trunk/include/geos/operation/overlay/Makefile.am
trunk/include/geos/operation/overlay/snap/Makefile.am
trunk/include/geos/operation/polygonize/Makefile.am
trunk/include/geos/operation/predicate/Makefile.am
trunk/include/geos/operation/relate/Makefile.am
trunk/include/geos/operation/union/Makefile.am
trunk/include/geos/operation/valid/Makefile.am
trunk/include/geos/planargraph/Makefile.am
trunk/include/geos/planargraph/algorithm/Makefile.am
trunk/include/geos/precision/Makefile.am
trunk/include/geos/simplify/Makefile.am
trunk/include/geos/util/Makefile.am
Log:
Updated Makefile.am files in headers subtree after moved to new location in include (#315)
Modified: trunk/include/Makefile.am
===================================================================
--- trunk/include/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,5 +1,9 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = \
- geos
+ geos
include_HEADERS = \
- geos.h
+ geos.h
Property changes on: trunk/include/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/Makefile.am
===================================================================
--- trunk/include/geos/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,54 +1,56 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = \
- algorithm \
- geom \
- geomgraph \
- index \
- io \
- linearref \
- noding \
- operation \
- planargraph \
- precision \
- simplify \
- util
+ algorithm \
+ geom \
+ geomgraph \
+ index \
+ io \
+ linearref \
+ noding \
+ operation \
+ planargraph \
+ precision \
+ simplify \
+ util
EXTRA_DIST = platform.h.vc version.h version.h.vc
-
geosdir = $(includedir)/geos
-geos_HEADERS = \
- export.h \
- geomgraph.h \
- geomgraphindex.h \
- geom.h \
- geomUtil.h \
- geosAlgorithm.h \
- indexBintree.h \
- indexChain.h \
- indexQuadtree.h \
- indexStrtree.h \
- indexSweepline.h \
- inline.h \
- io.h \
- noding.h \
- nodingSnapround.h \
- opBuffer.h \
- opDistance.h \
- operation.h \
- opLinemerge.h \
- opOverlay.h \
- opPolygonize.h \
- opPredicate.h \
- opRelate.h \
- opValid.h \
- planargraph.h \
- platform.h \
- precision.h \
- profiler.h \
- spatialIndex.h \
- timeval.h \
- unload.h \
- util.h \
- version.h
-
+geos_HEADERS = \
+ export.h \
+ geomgraph.h \
+ geomgraphindex.h \
+ geom.h \
+ geomUtil.h \
+ geosAlgorithm.h \
+ indexBintree.h \
+ indexChain.h \
+ indexQuadtree.h \
+ indexStrtree.h \
+ indexSweepline.h \
+ inline.h \
+ io.h \
+ noding.h \
+ nodingSnapround.h \
+ opBuffer.h \
+ opDistance.h \
+ operation.h \
+ opLinemerge.h \
+ opOverlay.h \
+ opPolygonize.h \
+ opPredicate.h \
+ opRelate.h \
+ opValid.h \
+ planargraph.h \
+ platform.h \
+ precision.h \
+ profiler.h \
+ spatialIndex.h \
+ timeval.h \
+ unload.h \
+ util.h \
+ version.h
Property changes on: trunk/include/geos/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/algorithm/Makefile.am
===================================================================
--- trunk/include/geos/algorithm/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/algorithm/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,33 +1,36 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = \
- locate \
- distance
+ locate \
+ distance
-EXTRA_DIST =
+EXTRA_DIST =
geosdir = $(includedir)/geos/algorithm
-geos_HEADERS = \
- Angle.h \
- BoundaryNodeRule.h \
- CentralEndpointIntersector.h \
- CentroidArea.h \
- CentroidLine.h \
- CentroidPoint.h \
- CGAlgorithms.h \
- ConvexHull.h \
- ConvexHull.inl \
- HCoordinate.h \
- InteriorPointArea.h \
- InteriorPointLine.h \
- InteriorPointPoint.h \
- LineIntersector.h \
- MCPointInRing.h \
- MinimumDiameter.h \
- NotRepresentableException.h \
- PointInRing.h \
- PointLocator.h \
- RayCrossingCounter.h \
- RobustDeterminant.h \
- SimplePointInRing.h \
- SIRtreePointInRing.h
-
+geos_HEADERS = \
+ Angle.h \
+ BoundaryNodeRule.h \
+ CentralEndpointIntersector.h \
+ CentroidArea.h \
+ CentroidLine.h \
+ CentroidPoint.h \
+ CGAlgorithms.h \
+ ConvexHull.h \
+ ConvexHull.inl \
+ HCoordinate.h \
+ InteriorPointArea.h \
+ InteriorPointLine.h \
+ InteriorPointPoint.h \
+ LineIntersector.h \
+ MCPointInRing.h \
+ MinimumDiameter.h \
+ NotRepresentableException.h \
+ PointInRing.h \
+ PointLocator.h \
+ RayCrossingCounter.h \
+ RobustDeterminant.h \
+ SimplePointInRing.h \
+ SIRtreePointInRing.h
Property changes on: trunk/include/geos/algorithm/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/algorithm/distance/Makefile.am
===================================================================
--- trunk/include/geos/algorithm/distance/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/algorithm/distance/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -4,7 +8,7 @@
geosdir = $(includedir)/geos/algorithm/distance
-geos_HEADERS = \
- DiscreteHausdorffDistance.h \
- DistanceToPoint.h \
- PointPairDistance.h
+geos_HEADERS = \
+ DiscreteHausdorffDistance.h \
+ DistanceToPoint.h \
+ PointPairDistance.h
Property changes on: trunk/include/geos/algorithm/distance/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/algorithm/locate/Makefile.am
===================================================================
--- trunk/include/geos/algorithm/locate/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/algorithm/locate/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -4,8 +8,7 @@
geosdir = $(includedir)/geos/algorithm/locate
-geos_HEADERS = \
- IndexedPointInAreaLocator.h \
- PointOnGeometryLocator.h \
- SimplePointInAreaLocator.h
-
+geos_HEADERS = \
+ IndexedPointInAreaLocator.h \
+ PointOnGeometryLocator.h \
+ SimplePointInAreaLocator.h
Property changes on: trunk/include/geos/algorithm/locate/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/geom/Makefile.am
===================================================================
--- trunk/include/geos/geom/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/geom/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,48 +1,52 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = \
- util \
- prep
+ util \
+ prep
#EXTRA_DIST =
geosdir = $(includedir)/geos/geom
-geos_HEADERS = \
- BinaryOp.h \
- CoordinateArraySequenceFactory.h \
- CoordinateArraySequenceFactory.inl \
- CoordinateArraySequence.h \
- CoordinateFilter.h \
- Coordinate.h \
- Coordinate.inl \
- CoordinateList.h \
- CoordinateSequenceFactory.h \
- CoordinateSequenceFilter.h \
- CoordinateSequence.h \
- Dimension.h \
- Envelope.h \
- Envelope.inl \
- GeometryCollection.h \
- GeometryCollection.inl \
- GeometryComponentFilter.h \
- GeometryFactory.h \
- GeometryFactory.inl \
- GeometryFilter.h \
- Geometry.h \
- Geometry.inl \
- GeometryList.h \
- IntersectionMatrix.h \
- LinearRing.h \
- LineSegment.h \
- LineSegment.inl \
- LineString.h \
- Location.h \
- MultiLineString.h \
- MultiLineString.inl \
- MultiPoint.h \
- MultiPolygon.h \
- MultiPolygon.inl \
- Point.h \
- Polygon.h \
- PrecisionModel.h \
- PrecisionModel.inl \
- Triangle.h
+geos_HEADERS = \
+ BinaryOp.h \
+ CoordinateArraySequenceFactory.h \
+ CoordinateArraySequenceFactory.inl \
+ CoordinateArraySequence.h \
+ CoordinateFilter.h \
+ Coordinate.h \
+ Coordinate.inl \
+ CoordinateList.h \
+ CoordinateSequenceFactory.h \
+ CoordinateSequenceFilter.h \
+ CoordinateSequence.h \
+ Dimension.h \
+ Envelope.h \
+ Envelope.inl \
+ GeometryCollection.h \
+ GeometryCollection.inl \
+ GeometryComponentFilter.h \
+ GeometryFactory.h \
+ GeometryFactory.inl \
+ GeometryFilter.h \
+ Geometry.h \
+ Geometry.inl \
+ GeometryList.h \
+ IntersectionMatrix.h \
+ LinearRing.h \
+ LineSegment.h \
+ LineSegment.inl \
+ LineString.h \
+ Location.h \
+ MultiLineString.h \
+ MultiLineString.inl \
+ MultiPoint.h \
+ MultiPolygon.h \
+ MultiPolygon.inl \
+ Point.h \
+ Polygon.h \
+ PrecisionModel.h \
+ PrecisionModel.inl \
+ Triangle.h
Property changes on: trunk/include/geos/geom/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/geom/prep/Makefile.am
===================================================================
--- trunk/include/geos/geom/prep/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/geom/prep/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,17 +9,16 @@
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 \
- PreparedPolygonPredicate.h
-
+ AbstractPreparedPolygonContains.h \
+ BasicPreparedGeometry.h \
+ PreparedGeometryFactory.h \
+ PreparedGeometry.h \
+ PreparedLineString.h \
+ PreparedLineStringIntersects.h \
+ PreparedPoint.h \
+ PreparedPolygonContains.h \
+ PreparedPolygonContainsProperly.h \
+ PreparedPolygonCovers.h \
+ PreparedPolygon.h \
+ PreparedPolygonIntersects.h \
+ PreparedPolygonPredicate.h
Property changes on: trunk/include/geos/geom/prep/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/geom/util/Makefile.am
===================================================================
--- trunk/include/geos/geom/util/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/geom/util/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,14 +9,13 @@
geosdir = $(includedir)/geos/geom/util
geos_HEADERS = \
- ComponentCoordinateExtracter.h \
- CoordinateOperation.h \
- GeometryCombiner.h \
- GeometryEditor.h \
- GeometryEditorOperation.h \
- GeometryTransformer.h \
- LinearComponentExtracter.h \
- PointExtracter.h \
- PolygonExtracter.h \
- ShortCircuitedGeometryVisitor.h
-
+ ComponentCoordinateExtracter.h \
+ CoordinateOperation.h \
+ GeometryCombiner.h \
+ GeometryEditor.h \
+ GeometryEditorOperation.h \
+ GeometryTransformer.h \
+ LinearComponentExtracter.h \
+ PointExtracter.h \
+ PolygonExtracter.h \
+ ShortCircuitedGeometryVisitor.h
Property changes on: trunk/include/geos/geom/util/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/geomgraph/Makefile.am
===================================================================
--- trunk/include/geos/geomgraph/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/geomgraph/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = index
#EXTRA_DIST =
@@ -4,28 +8,27 @@
geosdir = $(includedir)/geos/geomgraph
-geos_HEADERS = \
- Depth.h \
- DirectedEdge.h \
- DirectedEdge.inl \
- DirectedEdgeStar.h \
- EdgeEnd.h \
- EdgeEndStar.h \
- Edge.h \
- EdgeIntersection.h \
- EdgeIntersectionList.h \
- EdgeList.h \
- EdgeNodingValidator.h \
- EdgeRing.h \
- GeometryGraph.h \
- GeometryGraph.inl \
- GraphComponent.h \
- Label.h \
- NodeFactory.h \
- Node.h \
- NodeMap.h \
- PlanarGraph.h \
- Position.h \
- Quadrant.h \
- TopologyLocation.h
-
+geos_HEADERS = \
+ Depth.h \
+ DirectedEdge.h \
+ DirectedEdge.inl \
+ DirectedEdgeStar.h \
+ EdgeEnd.h \
+ EdgeEndStar.h \
+ Edge.h \
+ EdgeIntersection.h \
+ EdgeIntersectionList.h \
+ EdgeList.h \
+ EdgeNodingValidator.h \
+ EdgeRing.h \
+ GeometryGraph.h \
+ GeometryGraph.inl \
+ GraphComponent.h \
+ Label.h \
+ NodeFactory.h \
+ Node.h \
+ NodeMap.h \
+ PlanarGraph.h \
+ Position.h \
+ Quadrant.h \
+ TopologyLocation.h
Property changes on: trunk/include/geos/geomgraph/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/geomgraph/index/Makefile.am
===================================================================
--- trunk/include/geos/geomgraph/index/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/geomgraph/index/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,15 +9,14 @@
geosdir = $(includedir)/geos/geomgraph/index
geos_HEADERS = \
- EdgeSetIntersector.h \
- MonotoneChain.h \
- MonotoneChainEdge.h \
- MonotoneChainIndexer.h \
- SegmentIntersector.h \
- SimpleEdgeSetIntersector.h \
- SimpleMCSweepLineIntersector.h \
- SimpleSweepLineIntersector.h \
- SweepLineEvent.h \
- SweepLineEventObj.h \
- SweepLineSegment.h
-
+ EdgeSetIntersector.h \
+ MonotoneChain.h \
+ MonotoneChainEdge.h \
+ MonotoneChainIndexer.h \
+ SegmentIntersector.h \
+ SimpleEdgeSetIntersector.h \
+ SimpleMCSweepLineIntersector.h \
+ SimpleSweepLineIntersector.h \
+ SweepLineEvent.h \
+ SweepLineEventObj.h \
+ SweepLineSegment.h
Property changes on: trunk/include/geos/geomgraph/index/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/index/Makefile.am
===================================================================
--- trunk/include/geos/index/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,16 +1,19 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = \
- intervalrtree \
- sweepline \
- strtree \
- quadtree \
- bintree \
- chain
+ intervalrtree \
+ sweepline \
+ strtree \
+ quadtree \
+ bintree \
+ chain
EXTRA_DIST =
geosdir = $(includedir)/geos/index
geos_HEADERS = \
- ItemVisitor.h \
- SpatialIndex.h
-
+ ItemVisitor.h \
+ SpatialIndex.h
Property changes on: trunk/include/geos/index/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/index/bintree/Makefile.am
===================================================================
--- trunk/include/geos/index/bintree/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/bintree/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -5,11 +9,10 @@
geosdir = $(includedir)/geos/index/bintree
-geos_HEADERS = \
- Bintree.h \
- Interval.h \
- Key.h \
- NodeBase.h \
- Node.h \
- Root.h
-
+geos_HEADERS = \
+ Bintree.h \
+ Interval.h \
+ Key.h \
+ NodeBase.h \
+ Node.h \
+ Root.h
Property changes on: trunk/include/geos/index/bintree/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/index/chain/Makefile.am
===================================================================
--- trunk/include/geos/index/chain/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/chain/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -5,8 +9,7 @@
geosdir = $(includedir)/geos/index/chain
geos_HEADERS = \
- MonotoneChain.h \
- MonotoneChainBuilder.h \
- MonotoneChainOverlapAction.h \
- MonotoneChainSelectAction.h
-
+ MonotoneChain.h \
+ MonotoneChainBuilder.h \
+ MonotoneChainOverlapAction.h \
+ MonotoneChainSelectAction.h
Property changes on: trunk/include/geos/index/chain/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/index/intervalrtree/Makefile.am
===================================================================
--- trunk/include/geos/index/intervalrtree/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/intervalrtree/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -5,8 +9,7 @@
geosdir = $(includedir)/geos/index/intervalrtree
geos_HEADERS = \
- IntervalRTreeBranchNode.h \
- IntervalRTreeLeafNode.h \
- IntervalRTreeNode.h \
- SortedPackedIntervalRTree.h
-
+ IntervalRTreeBranchNode.h \
+ IntervalRTreeLeafNode.h \
+ IntervalRTreeNode.h \
+ SortedPackedIntervalRTree.h
Property changes on: trunk/include/geos/index/intervalrtree/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/index/quadtree/Makefile.am
===================================================================
--- trunk/include/geos/index/quadtree/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/quadtree/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -5,11 +9,10 @@
geosdir = $(includedir)/geos/index/quadtree
geos_HEADERS = \
- DoubleBits.h \
- IntervalSize.h \
- Key.h \
- NodeBase.h \
- Node.h \
- Quadtree.h \
- Root.h
-
+ DoubleBits.h \
+ IntervalSize.h \
+ Key.h \
+ NodeBase.h \
+ Node.h \
+ Quadtree.h \
+ Root.h
Property changes on: trunk/include/geos/index/quadtree/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/index/strtree/Makefile.am
===================================================================
--- trunk/include/geos/index/strtree/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/strtree/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -5,11 +9,10 @@
geosdir = $(includedir)/geos/index/strtree
geos_HEADERS = \
- AbstractNode.h \
- AbstractSTRtree.h \
- Boundable.h \
- Interval.h \
- ItemBoundable.h \
- SIRtree.h \
- STRtree.h
-
+ AbstractNode.h \
+ AbstractSTRtree.h \
+ Boundable.h \
+ Interval.h \
+ ItemBoundable.h \
+ SIRtree.h \
+ STRtree.h
Property changes on: trunk/include/geos/index/strtree/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/index/sweepline/Makefile.am
===================================================================
--- trunk/include/geos/index/sweepline/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/index/sweepline/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -4,9 +8,8 @@
geosdir = $(includedir)/geos/index/sweepline
-geos_HEADERS = \
- SweepLineEvent.h \
- SweepLineIndex.h \
- SweepLineInterval.h \
- SweepLineOverlapAction.h
-
+geos_HEADERS = \
+ SweepLineEvent.h \
+ SweepLineIndex.h \
+ SweepLineInterval.h \
+ eweepLineOverlapAction.h
Property changes on: trunk/include/geos/index/sweepline/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/io/Makefile.am
===================================================================
--- trunk/include/geos/io/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/io/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
EXTRA_DIST =
@@ -5,17 +9,16 @@
geosdir = $(includedir)/geos/io
geos_HEADERS = \
- ByteOrderDataInStream.h \
- ByteOrderDataInStream.inl \
- ByteOrderValues.h \
- CLocalizer.h \
- ParseException.h \
- StringTokenizer.h \
- WKBConstants.h \
- WKBReader.h \
- WKBWriter.h \
- WKTReader.h \
- WKTReader.inl \
- WKTWriter.h \
- Writer.h
-
+ ByteOrderDataInStream.h \
+ ByteOrderDataInStream.inl \
+ ByteOrderValues.h \
+ CLocalizer.h \
+ ParseException.h \
+ StringTokenizer.h \
+ WKBConstants.h \
+ WKBReader.h \
+ WKBWriter.h \
+ WKTReader.h \
+ WKTReader.inl \
+ WKTWriter.h \
+ Writer.h
Property changes on: trunk/include/geos/io/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/linearref/Makefile.am
===================================================================
--- trunk/include/geos/linearref/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/linearref/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,15 +1,18 @@
-
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
EXTRA_DIST =
geosdir = $(includedir)/geos/algorithm
-geos_HEADERS = \
- ExtractLineByLocation.h \
- LengthIndexedLine.h \
- LengthIndexOfPoint.h \
- LengthLocationMap.h \
- LinearIterator.h \
- LinearGeometryBuilder.h \
- LinearLocation.h \
- LocationIndexOfLine.h \
- LocationIndexOfPoint.h
+geos_HEADERS = \
+ ExtractLineByLocation.h \
+ LengthIndexedLine.h \
+ LengthIndexOfPoint.h \
+ LengthLocationMap.h \
+ LinearIterator.h \
+ LinearGeometryBuilder.h \
+ LinearLocation.h \
+ LocationIndexOfLine.h \
+ LocationIndexOfPoint.h
Property changes on: trunk/include/geos/linearref/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/noding/Makefile.am
===================================================================
--- trunk/include/geos/noding/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/noding/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = snapround
EXTRA_DIST =
@@ -5,30 +9,30 @@
geosdir = $(includedir)/geos/noding
geos_HEADERS = \
- BasicSegmentString.h \
- FastNodingValidator.h \
- FastSegmentSetIntersectionFinder.h \
- IntersectionAdder.h \
- IntersectionFinderAdder.h \
- IteratedNoder.h \
- MCIndexNoder.h \
- MCIndexNoder.inl \
- MCIndexSegmentSetMutualIntersector.h \
- NodableSegmentString.h \
- NodedSegmentString.h \
- Noder.h \
- NodingValidator.h \
- Octant.h \
- OrientedCoordinateArray.h \
- ScaledNoder.h \
- SegmentIntersectionDetector.h \
- SegmentIntersector.h \
- SegmentNode.h \
- SegmentNodeList.h \
- SegmentSetMutualIntersector.h \
- SegmentString.h \
- SegmentString.inl \
- SegmentStringUtil.h \
- SimpleNoder.h \
- SingleInteriorIntersectionFinder.h \
- SinglePassNoder.h
+ BasicSegmentString.h \
+ FastNodingValidator.h \
+ FastSegmentSetIntersectionFinder.h \
+ IntersectionAdder.h \
+ IntersectionFinderAdder.h \
+ IteratedNoder.h \
+ MCIndexNoder.h \
+ MCIndexNoder.inl \
+ MCIndexSegmentSetMutualIntersector.h \
+ NodableSegmentString.h \
+ NodedSegmentString.h \
+ Noder.h \
+ NodingValidator.h \
+ Octant.h \
+ OrientedCoordinateArray.h \
+ ScaledNoder.h \
+ SegmentIntersectionDetector.h \
+ SegmentIntersector.h \
+ SegmentNode.h \
+ SegmentNodeList.h \
+ SegmentSetMutualIntersector.h \
+ SegmentString.h \
+ SegmentString.inl \
+ SegmentStringUtil.h \
+ SimpleNoder.h \
+ SingleInteriorIntersectionFinder.h \
+ SinglePassNoder.h
Property changes on: trunk/include/geos/noding/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/noding/snapround/Makefile.am
===================================================================
--- trunk/include/geos/noding/snapround/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/noding/snapround/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,10 +9,9 @@
geosdir = $(includedir)/geos/noding/snapround
geos_HEADERS = \
- HotPixel.h \
- HotPixel.inl \
- MCIndexPointSnapper.h \
- MCIndexSnapRounder.h \
- MCIndexSnapRounder.inl \
- SimpleSnapRounder.h
-
+ HotPixel.h \
+ HotPixel.inl \
+ MCIndexPointSnapper.h \
+ MCIndexSnapRounder.h \
+ MCIndexSnapRounder.inl \
+ SimpleSnapRounder.h
Property changes on: trunk/include/geos/noding/snapround/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/Makefile.am
===================================================================
--- trunk/include/geos/operation/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,19 +1,22 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = \
- buffer \
- distance \
- linemerge \
- overlay \
- polygonize \
- predicate \
- relate \
- union \
- valid
+ buffer \
+ distance \
+ linemerge \
+ overlay \
+ polygonize \
+ predicate \
+ relate \
+ union \
+ valid
#EXTRA_DIST =
geosdir = $(includedir)/geos/operation
geos_HEADERS = \
- GeometryGraphOperation.h \
- IsSimpleOp.h
-
+ GeometryGraphOperation.h \
+ IsSimpleOp.h
Property changes on: trunk/include/geos/operation/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/buffer/Makefile.am
===================================================================
--- trunk/include/geos/operation/buffer/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/buffer/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,12 +9,11 @@
geosdir = $(includedir)/geos/operation/buffer
geos_HEADERS = \
- BufferBuilder.h \
- BufferOp.h \
- BufferParameters.h \
- BufferSubgraph.h \
- OffsetCurveBuilder.h \
- OffsetCurveSetBuilder.h \
- RightmostEdgeFinder.h \
+ BufferBuilder.h \
+ BufferOp.h \
+ BufferParameters.h \
+ BufferSubgraph.h \
+ OffsetCurveBuilder.h \
+ OffsetCurveSetBuilder.h \
+ RightmostEdgeFinder.h \
SubgraphDepthLocater.h
-
Property changes on: trunk/include/geos/operation/buffer/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/distance/Makefile.am
===================================================================
--- trunk/include/geos/operation/distance/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/distance/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,8 +9,7 @@
geosdir = $(includedir)/geos/operation/distance
geos_HEADERS = \
- ConnectedElementLocationFilter.h \
- ConnectedElementPointFilter.h \
- DistanceOp.h \
- GeometryLocation.h
-
+ ConnectedElementLocationFilter.h \
+ ConnectedElementPointFilter.h \
+ DistanceOp.h \
+ GeometryLocation.h
Property changes on: trunk/include/geos/operation/distance/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/linemerge/Makefile.am
===================================================================
--- trunk/include/geos/operation/linemerge/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/linemerge/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,10 +9,9 @@
geosdir = $(includedir)/geos/operation/linemerge
geos_HEADERS = \
- EdgeString.h \
- LineMergeDirectedEdge.h \
- LineMergeEdge.h \
- LineMergeGraph.h \
- LineMerger.h \
+ EdgeString.h \
+ LineMergeDirectedEdge.h \
+ LineMergeEdge.h \
+ LineMergeGraph.h \
+ LineMerger.h \
LineSequencer.h
-
Property changes on: trunk/include/geos/operation/linemerge/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/overlay/Makefile.am
===================================================================
--- trunk/include/geos/operation/overlay/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/overlay/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = snap
#EXTRA_DIST =
@@ -5,18 +9,17 @@
geosdir = $(includedir)/geos/operation/overlay
geos_HEADERS = \
- EdgeSetNoder.h \
- ElevationMatrixCell.h \
- ElevationMatrix.h \
- LineBuilder.h \
- MaximalEdgeRing.h \
- MinimalEdgeRing.h \
- MinimalEdgeRing.inl \
- OverlayNodeFactory.h \
- OverlayOp.h \
- PointBuilder.h \
- PolygonBuilder.h \
- validate/FuzzyPointLocator.h \
- validate/OffsetPointGenerator.h \
- validate/OverlayResultValidator.h
-
+ EdgeSetNoder.h \
+ ElevationMatrixCell.h \
+ ElevationMatrix.h \
+ LineBuilder.h \
+ MaximalEdgeRing.h \
+ MinimalEdgeRing.h \
+ MinimalEdgeRing.inl \
+ OverlayNodeFactory.h \
+ OverlayOp.h \
+ PointBuilder.h \
+ PolygonBuilder.h \
+ validate/FuzzyPointLocator.h \
+ validate/OffsetPointGenerator.h \
+ validate/OverlayResultValidator.h
Property changes on: trunk/include/geos/operation/overlay/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/overlay/snap/Makefile.am
===================================================================
--- trunk/include/geos/operation/overlay/snap/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/overlay/snap/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,8 +9,7 @@
geosdir = $(includedir)/geos/operation/overlay/snap
geos_HEADERS = \
- GeometrySnapper.h \
- LineStringSnapper.h \
- SnapIfNeededOverlayOp.h \
- SnapOverlayOp.h
-
+ GeometrySnapper.h \
+ LineStringSnapper.h \
+ SnapIfNeededOverlayOp.h \
+ SnapOverlayOp.h
Property changes on: trunk/include/geos/operation/overlay/snap/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/operation/polygonize/Makefile.am
===================================================================
--- trunk/include/geos/operation/polygonize/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/polygonize/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,9 +9,8 @@
geosdir = $(includedir)/geos/operation/polygonize
geos_HEADERS = \
- EdgeRing.h \
- PolygonizeDirectedEdge.h \
- PolygonizeEdge.h \
- PolygonizeGraph.h \
- Polygonizer.h
-
+ EdgeRing.h \
+ PolygonizeDirectedEdge.h \
+ PolygonizeEdge.h \
+ PolygonizeGraph.h \
+ Polygonizer.h
Property changes on: trunk/include/geos/operation/polygonize/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/predicate/Makefile.am
===================================================================
--- trunk/include/geos/operation/predicate/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/predicate/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -6,6 +10,5 @@
geos_HEADERS = \
RectangleContains.h \
- RectangleIntersects.h \
+ RectangleIntersects.h \
SegmentIntersectionTester.h
-
Property changes on: trunk/include/geos/operation/predicate/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/relate/Makefile.am
===================================================================
--- trunk/include/geos/operation/relate/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/relate/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -4,13 +8,12 @@
geosdir = $(includedir)/geos/operation/relate
-geos_HEADERS = \
- EdgeEndBuilder.h \
- EdgeEndBundle.h \
- EdgeEndBundleStar.h \
- RelateComputer.h \
- RelateNodeFactory.h \
- RelateNodeGraph.h \
- RelateNode.h \
- RelateOp.h
-
+geos_HEADERS = \
+ EdgeEndBuilder.h \
+ EdgeEndBundle.h \
+ EdgeEndBundleStar.h \
+ RelateComputer.h \
+ RelateNodeFactory.h \
+ RelateNodeGraph.h \
+ RelateNode.h \
+ RelateOp.h
Property changes on: trunk/include/geos/operation/relate/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/operation/union/Makefile.am
===================================================================
--- trunk/include/geos/operation/union/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/union/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,4 +9,4 @@
geosdir = $(includedir)/geos/operation/union
geos_HEADERS = \
- CascadedPolygonUnion.h
+ CascadedPolygonUnion.h
Property changes on: trunk/include/geos/operation/union/Makefile.am
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/include/geos/operation/valid/Makefile.am
===================================================================
--- trunk/include/geos/operation/valid/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/operation/valid/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -5,12 +9,11 @@
geosdir = $(includedir)/geos/operation/valid
geos_HEADERS = \
- ConnectedInteriorTester.h \
- ConsistentAreaTester.h \
- IsValidOp.h \
- QuadtreeNestedRingTester.h \
- RepeatedPointTester.h \
- SimpleNestedRingTester.h \
- SweeplineNestedRingTester.h \
- TopologyValidationError.h
-
+ ConnectedInteriorTester.h \
+ ConsistentAreaTester.h \
+ IsValidOp.h \
+ QuadtreeNestedRingTester.h \
+ RepeatedPointTester.h \
+ SimpleNestedRingTester.h \
+ SweeplineNestedRingTester.h \
+ TopologyValidationError.h
Property changes on: trunk/include/geos/operation/valid/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/planargraph/Makefile.am
===================================================================
--- trunk/include/geos/planargraph/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/planargraph/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS = algorithm
#EXTRA_DIST =
@@ -4,12 +8,12 @@
geosdir = $(includedir)/geos/planargraph
-geos_HEADERS = \
- DirectedEdge.h \
- DirectedEdgeStar.h \
- Edge.h \
- GraphComponent.h \
- Node.h \
- NodeMap.h \
- PlanarGraph.h \
- Subgraph.h
+geos_HEADERS = \
+ DirectedEdge.h \
+ DirectedEdgeStar.h \
+ Edge.h \
+ GraphComponent.h \
+ Node.h \
+ NodeMap.h \
+ PlanarGraph.h \
+ Subgraph.h
Property changes on: trunk/include/geos/planargraph/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/planargraph/algorithm/Makefile.am
===================================================================
--- trunk/include/geos/planargraph/algorithm/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/planargraph/algorithm/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -3,4 +7,5 @@
geosdir = $(includedir)/geos/planargraph/algorithm
-geos_HEADERS = \
- ConnectedSubgraphFinder.h
+
+geos_HEADERS = \
+ ConnectedSubgraphFinder.h
Property changes on: trunk/include/geos/planargraph/algorithm/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/precision/Makefile.am
===================================================================
--- trunk/include/geos/precision/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/precision/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -4,10 +8,9 @@
geosdir = $(includedir)/geos/precision
-geos_HEADERS = \
- CommonBits.h \
- CommonBitsOp.h \
- CommonBitsRemover.h \
- EnhancedPrecisionOp.h \
- SimpleGeometryPrecisionReducer.h
-
+geos_HEADERS = \
+ CommonBits.h \
+ CommonBitsOp.h \
+ CommonBitsRemover.h \
+ EnhancedPrecisionOp.h \
+ SimpleGeometryPrecisionReducer.h
Property changes on: trunk/include/geos/precision/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/simplify/Makefile.am
===================================================================
--- trunk/include/geos/simplify/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/simplify/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
SUBDIRS =
geosdir = $(includedir)/geos/simplify
@@ -5,12 +9,11 @@
EXTRA_DIST =
geos_HEADERS = \
- DouglasPeuckerLineSimplifier.h \
- DouglasPeuckerSimplifier.h \
- LineSegmentIndex.h \
- TaggedLineSegment.h \
- TaggedLinesSimplifier.h \
- TaggedLineString.h \
- TaggedLineStringSimplifier.h \
- TopologyPreservingSimplifier.h
-
+ DouglasPeuckerLineSimplifier.h \
+ DouglasPeuckerSimplifier.h \
+ LineSegmentIndex.h \
+ TaggedLineSegment.h \
+ TaggedLinesSimplifier.h \
+ TaggedLineString.h \
+ TaggedLineStringSimplifier.h \
+ TopologyPreservingSimplifier.h
Property changes on: trunk/include/geos/simplify/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
Modified: trunk/include/geos/util/Makefile.am
===================================================================
--- trunk/include/geos/util/Makefile.am 2010-01-12 23:58:52 UTC (rev 2838)
+++ trunk/include/geos/util/Makefile.am 2010-01-13 00:43:42 UTC (rev 2839)
@@ -1,3 +1,7 @@
+# $Id$
+#
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
+#
#SUBDIRS =
#EXTRA_DIST =
@@ -4,15 +8,14 @@
geosdir = $(includedir)/geos/util
-geos_HEADERS = \
- Assert.h \
- AssertionFailedException.h \
- CoordinateArrayFilter.h \
- GeometricShapeFactory.h \
- GEOSException.h \
- IllegalArgumentException.h \
- math.h \
- TopologyException.h \
- UniqueCoordinateArrayFilter.h \
- UnsupportedOperationException.h
-
+geos_HEADERS = \
+ Assert.h \
+ AssertionFailedException.h \
+ CoordinateArrayFilter.h \
+ GeometricShapeFactory.h \
+ GEOSException.h \
+ IllegalArgumentException.h \
+ math.h \
+ TopologyException.h \
+ UniqueCoordinateArrayFilter.h \
+ UnsupportedOperationException.h
Property changes on: trunk/include/geos/util/Makefile.am
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Id
More information about the geos-commits
mailing list