forked from libgeos/geos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
42 lines (37 loc) · 988 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
#
SUBDIRS = \
locate \
distance
noinst_LTLIBRARIES = libalgorithm.la
AM_CPPFLAGS = -I$(top_srcdir)/include
libalgorithm_la_SOURCES = \
Angle.cpp \
BoundaryNodeRule.cpp \
Centroid.cpp \
CentroidArea.cpp \
CentroidLine.cpp \
CentroidPoint.cpp \
CGAlgorithms.cpp \
ConvexHull.cpp \
HCoordinate.cpp \
InteriorPointArea.cpp \
InteriorPointLine.cpp \
InteriorPointPoint.cpp \
LineIntersector.cpp \
MCPointInRing.cpp \
MinimumDiameter.cpp \
NotRepresentableException.cpp \
PointLocator.cpp \
RayCrossingCounter.cpp \
RobustDeterminant.cpp \
SimplePointInRing.cpp \
SIRtreePointInRing.cpp
# Deprecated files
# (http://geos.osgeo.org/pipermail/geos-devel/2006-March/001828.html):
#NonRobustLineIntersector.cpp
#RobustLineIntersector.cpp
libalgorithm_la_LIBADD = \
locate/liblocation.la \
distance/libdistance.la