Add headers/geos/algorithm/locate to automake
[geos.git] / source / headers / geos / algorithm / Makefile.am
blob522448a4b1111f5d4a76b396eb64e77f27f9f898
1 SUBDIRS = \
2         locate 
4 EXTRA_DIST = 
6 # Notes:
8 # PointLocator.h is needed by DistanceOp.h and OverlayOp.h for composition
9 #                   needed by RelateComputer.h needed by RelateOp.h
11 # LineIntersector.h needed by GeometryGraphOperation.h needed by OverlayOp.h
12 #                   needed by RelateComputer.h needed by RelateOp.h
13
15 geosdir = $(includedir)/geos/algorithm
17 geos_HEADERS =                          \
18         LineIntersector.h               \
19         PointLocator.h  
21 noinst_HEADERS =                        \
22         CGAlgorithms.h                  \
23         CentralEndpointIntersector.h    \
24         CentroidArea.h                  \
25         CentroidLine.h                  \
26         CentroidPoint.h                 \
27         ConvexHull.h                    \
28         ConvexHull.inl                  \
29         HCoordinate.h                   \
30         InteriorPointArea.h             \
31         InteriorPointLine.h             \
32         InteriorPointPoint.h            \
33         MCPointInRing.h                 \
34         MinimumDiameter.h               \
35         NotRepresentableException.h     \
36         PointInRing.h                   \
37         RayCrossingCounter.h            \
38         RobustDeterminant.h             \
39         SIRtreePointInRing.h            \
40         SimplePointInAreaLocator.h      \
41         SimplePointInRing.h