]> www.ginac.de Git - cln.git/blobdiff - tests/Makefile.in
tests: #include <iostream> and using namespace std; for std::cout and std::endl
[cln.git] / tests / Makefile.in
index 2b98597da1a5f7126b425ee882808db88372704e..42c562960842e416b19202fa2f8458625df426bc 100644 (file)
@@ -16,7 +16,7 @@ CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
 CXXFLAGS = @CXXFLAGS@
 CXXCPP = @CXXCPP@
-INCLUDES = -I../include -I${top_srcdir}/include -I${srcdir} -I${top_srcdir}/src -I${top_srcdir}/src/base -I${top_srcdir}/src/float -I${top_srcdir}/src/float/lfloat -I${top_srcdir}/src/integer -I${top_srcdir}/src/base/random -I${top_srcdir}/src/base/digitseq -I${top_srcdir}/src/base/digit -I../src/base -I${top_srcdir}/src/base
+INCLUDES = -I../include -I${top_srcdir}/include -I${srcdir} -I${top_srcdir}/src -I$(top_builddir)/src
 override CPPFLAGS += ${INCLUDES}
 LIBTOOL = @LIBTOOL@
 LIBTOOL_LINK = ${LIBTOOL} --mode=link
@@ -33,7 +33,7 @@ SHELL = /bin/sh
 # Needed by ${LIBTOOL}.
 top_builddir = ..
 
-VPATH = {(srcdir}
+VPATH = ${srcdir}
 
 FILES_CC := $(notdir $(wildcard ${srcdir}/*.cc))
 FILES_CC := $(filter-out %.i.cc, ${FILES_CC})