File: Makefile.am

package info (click to toggle)
geos 3.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,380 kB
  • ctags: 14,863
  • sloc: cpp: 101,191; xml: 29,301; sh: 4,466; ansic: 3,828; php: 1,871; makefile: 1,640; ruby: 1,295; python: 928
file content (17 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
#
SUBDIRS = 

noinst_LTLIBRARIES = liboppolygonize.la

AM_CPPFLAGS = -I$(top_srcdir)/include 

liboppolygonize_la_SOURCES = \
    PolygonizeDirectedEdge.cpp \
    PolygonizeEdge.cpp \
    PolygonizeGraph.cpp \
    Polygonizer.cpp \
    EdgeRing.cpp 

liboppolygonize_la_LIBADD =