2 # This file is part of project GEOS (http://trac.osgeo.org/geos/)
5 top_srcdir=@top_srcdir@
6 top_builddir=@top_builddir@
8 check_PROGRAMS = bug234
9 check_PROGRAMS += TestSweepLineSpeed
11 LIBS = $(top_builddir)/src/libgeos.la
12 # -lmpatrol -lbfd -lintl -liberty -limagehlp
14 TestSweepLineSpeed_SOURCES = TestSweepLineSpeed.cpp GeometryTestFactory.cpp bigtest.h
15 TestSweepLineSpeed_LDADD = $(LIBS)
17 bug234_SOURCES = bug234.cpp
18 bug234_LDADD = $(LIBS)
20 AM_CPPFLAGS = -I$(top_srcdir)/include
21 AM_CPPFLAGS += -I$(top_srcdir)/src/io/markup
23 EXTRA_DIST = CMakeLists.txt