# $Id: Makefile.am 2842 2010-01-13 02:01:12Z mloskot $ # # This file is part of project GEOS (http://trac.osgeo.org/geos/) # SUBDIRS = noinst_LTLIBRARIES = libplanargraph.la INCLUDES = -I$(top_srcdir)/include libplanargraph_la_SOURCES = \ DirectedEdge.cpp \ DirectedEdgeStar.cpp \ Edge.cpp \ Node.cpp \ NodeMap.cpp \ PlanarGraph.cpp \ Subgraph.cpp \ algorithm/ConnectedSubgraphFinder.cpp libplanargraph_la_LIBADD =