Quotes around otherwise ambiguous (underline containing) name
[geos.git] / tests / bigtest / Makefile.am
bloba502df351c068da73b5d3f9f650d80087c66afab
2 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
4 prefix=@prefix@
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