|
Revision 891, 1.2 KB
(checked in by jjr8, 17 months ago)
|
|
* Incremented build number.
* Added Libraries/geos-3.3.2
|
| Line | |
|---|
| 1 | # $Id: Makefile.am 3191 2011-02-10 11:09:55Z strk $
|
|---|
| 2 | #
|
|---|
| 3 | # This file is part of project GEOS (http://trac.osgeo.org/geos/)
|
|---|
| 4 | #
|
|---|
| 5 | SUBDIRS = \
|
|---|
| 6 | util \
|
|---|
| 7 | prep
|
|---|
| 8 |
|
|---|
| 9 | #EXTRA_DIST =
|
|---|
| 10 |
|
|---|
| 11 | geosdir = $(includedir)/geos/geom
|
|---|
| 12 |
|
|---|
| 13 | geos_HEADERS = \
|
|---|
| 14 | BinaryOp.h \
|
|---|
| 15 | CoordinateArraySequenceFactory.h \
|
|---|
| 16 | CoordinateArraySequenceFactory.inl \
|
|---|
| 17 | CoordinateArraySequence.h \
|
|---|
| 18 | CoordinateFilter.h \
|
|---|
| 19 | Coordinate.h \
|
|---|
| 20 | Coordinate.inl \
|
|---|
| 21 | CoordinateList.h \
|
|---|
| 22 | CoordinateSequenceFactory.h \
|
|---|
| 23 | CoordinateSequenceFilter.h \
|
|---|
| 24 | CoordinateSequence.h \
|
|---|
| 25 | Dimension.h \
|
|---|
| 26 | Envelope.h \
|
|---|
| 27 | Envelope.inl \
|
|---|
| 28 | GeometryCollection.h \
|
|---|
| 29 | GeometryCollection.inl \
|
|---|
| 30 | GeometryComponentFilter.h \
|
|---|
| 31 | GeometryFactory.h \
|
|---|
| 32 | GeometryFactory.inl \
|
|---|
| 33 | GeometryFilter.h \
|
|---|
| 34 | Geometry.h \
|
|---|
| 35 | GeometryList.h \
|
|---|
| 36 | IntersectionMatrix.h \
|
|---|
| 37 | LinearRing.h \
|
|---|
| 38 | LineSegment.h \
|
|---|
| 39 | LineSegment.inl \
|
|---|
| 40 | LineString.h \
|
|---|
| 41 | Location.h \
|
|---|
| 42 | MultiLineString.h \
|
|---|
| 43 | MultiLineString.inl \
|
|---|
| 44 | MultiPoint.h \
|
|---|
| 45 | MultiPolygon.h \
|
|---|
| 46 | MultiPolygon.inl \
|
|---|
| 47 | Point.h \
|
|---|
| 48 | Polygon.h \
|
|---|
| 49 | PrecisionModel.h \
|
|---|
| 50 | PrecisionModel.inl \
|
|---|
| 51 | Triangle.h \
|
|---|
| 52 | Puntal.h \
|
|---|
| 53 | Lineal.h \
|
|---|
| 54 | Polygonal.h
|
|---|