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.
38 lines
530 B
Makefile
38 lines
530 B
Makefile
|
1 month ago
|
#
|
||
|
|
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
|
||
|
|
#
|
||
|
|
SUBDIRS = \
|
||
|
|
algorithm \
|
||
|
|
edgegraph \
|
||
|
|
geom \
|
||
|
|
geomgraph \
|
||
|
|
index \
|
||
|
|
io \
|
||
|
|
linearref \
|
||
|
|
math \
|
||
|
|
noding \
|
||
|
|
operation \
|
||
|
|
planargraph \
|
||
|
|
precision \
|
||
|
|
simplify \
|
||
|
|
triangulate \
|
||
|
|
shape \
|
||
|
|
util
|
||
|
|
|
||
|
|
EXTRA_DIST =
|
||
|
|
|
||
|
|
geosdir = $(includedir)/geos
|
||
|
|
|
||
|
|
geos_HEADERS = \
|
||
|
|
constants.h \
|
||
|
|
export.h \
|
||
|
|
geom.h \
|
||
|
|
inline.h \
|
||
|
|
namespaces.h \
|
||
|
|
profiler.h \
|
||
|
|
unload.h \
|
||
|
|
util.h
|
||
|
|
|
||
|
|
nodist_geos_HEADERS = \
|
||
|
|
version.h
|