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.
27 lines
665 B
Makefile
27 lines
665 B
Makefile
|
1 month ago
|
#
|
||
|
|
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
|
||
|
|
#
|
||
|
|
#SUBDIRS =
|
||
|
|
|
||
|
|
#EXTRA_DIST =
|
||
|
|
|
||
|
|
geosdir = $(includedir)/geos/geom/prep
|
||
|
|
|
||
|
|
geos_HEADERS = \
|
||
|
|
AbstractPreparedPolygonContains.h \
|
||
|
|
BasicPreparedGeometry.h \
|
||
|
|
PreparedGeometryFactory.h \
|
||
|
|
PreparedGeometry.h \
|
||
|
|
PreparedLineString.h \
|
||
|
|
PreparedLineStringDistance.h \
|
||
|
|
PreparedLineStringIntersects.h \
|
||
|
|
PreparedLineStringNearestPoints.h \
|
||
|
|
PreparedPoint.h \
|
||
|
|
PreparedPolygonContains.h \
|
||
|
|
PreparedPolygonContainsProperly.h \
|
||
|
|
PreparedPolygonCovers.h \
|
||
|
|
PreparedPolygonDistance.h \
|
||
|
|
PreparedPolygon.h \
|
||
|
|
PreparedPolygonIntersects.h \
|
||
|
|
PreparedPolygonPredicate.h
|