File: Makefile.am

package info (click to toggle)
geos 3.4.2-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,572 kB
  • ctags: 13,989
  • sloc: cpp: 97,030; xml: 32,337; sh: 10,379; ansic: 3,726; php: 1,831; makefile: 1,619; ruby: 1,295; python: 928
file content (33 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (3)
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
#
# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
#
SUBDIRS = snapround

noinst_LTLIBRARIES = libnoding.la

AM_CPPFLAGS = -I$(top_srcdir)/include 

libnoding_la_SOURCES = \
	BasicSegmentString.cpp \
	FastNodingValidator.cpp \
	FastSegmentSetIntersectionFinder.cpp \
	GeometryNoder.cpp \
	IntersectionAdder.cpp \
	IntersectionFinderAdder.cpp \
	IteratedNoder.cpp \
	MCIndexNoder.cpp \
	MCIndexSegmentSetMutualIntersector.cpp \
	NodedSegmentString.cpp \
	NodingValidator.cpp \
	Octant.cpp \
	OrientedCoordinateArray.cpp \
	ScaledNoder.cpp \
	SegmentIntersectionDetector.cpp \
	SegmentNode.cpp \
	SegmentNodeList.cpp \
	SegmentString.cpp \
	SegmentStringUtil.cpp \
	SimpleNoder.cpp \
	SingleInteriorIntersectionFinder.cpp

libnoding_la_LIBADD = snapround/libsnapround.la