You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
687 B
Makefile
40 lines
687 B
Makefile
#
|
|
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
|
|
#
|
|
SUBDIRS = \
|
|
locate \
|
|
distance \
|
|
construct
|
|
|
|
EXTRA_DIST =
|
|
|
|
geosdir = $(includedir)/geos/algorithm
|
|
|
|
geos_HEADERS = \
|
|
Angle.h \
|
|
Area.h \
|
|
BoundaryNodeRule.h \
|
|
CGAlgorithmsDD.h \
|
|
CentralEndpointIntersector.h \
|
|
Centroid.h \
|
|
ConvexHull.h \
|
|
ConvexHull.inl \
|
|
Distance.h \
|
|
HCoordinate.h \
|
|
InteriorPointArea.h \
|
|
InteriorPointLine.h \
|
|
InteriorPointPoint.h \
|
|
Intersection.h \
|
|
Length.h \
|
|
LineIntersector.h \
|
|
MinimumBoundingCircle.h \
|
|
MinimumDiameter.h \
|
|
NotRepresentableException.h \
|
|
Orientation.h \
|
|
PointLocation.h \
|
|
PointLocator.h \
|
|
RayCrossingCounter.h \
|
|
RayCrossingCounterDD.h \
|
|
RobustDeterminant.h
|
|
|