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.
55 lines
1.2 KiB
Makefile
55 lines
1.2 KiB
Makefile
#
|
|
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
|
|
#
|
|
SUBDIRS = \
|
|
util \
|
|
prep
|
|
|
|
#EXTRA_DIST =
|
|
|
|
geosdir = $(includedir)/geos/geom
|
|
|
|
geos_HEADERS = \
|
|
HeuristicOverlay.h \
|
|
CoordinateArraySequenceFactory.h \
|
|
CoordinateArraySequenceFactory.inl \
|
|
CoordinateArraySequence.h \
|
|
CoordinateFilter.h \
|
|
Coordinate.h \
|
|
Coordinate.inl \
|
|
CoordinateList.h \
|
|
CoordinateSequenceFactory.h \
|
|
CoordinateSequenceFilter.h \
|
|
CoordinateSequence.h \
|
|
DefaultCoordinateSequenceFactory.h \
|
|
Dimension.h \
|
|
Envelope.h \
|
|
Envelope.inl \
|
|
FixedSizeCoordinateSequence.h \
|
|
GeometryCollection.h \
|
|
GeometryCollection.inl \
|
|
GeometryComponentFilter.h \
|
|
GeometryFactory.h \
|
|
GeometryFactory.inl \
|
|
GeometryFilter.h \
|
|
Geometry.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 \
|
|
Position.h \
|
|
PrecisionModel.h \
|
|
PrecisionModel.inl \
|
|
Quadrant.h \
|
|
Quadrant.inl \
|
|
Triangle.h
|