X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=tests%2FMakefile.in;h=9cc9ee20a9b00d6bef2db7633d977ef6d18a9bba;hb=5d71bfe6f159f7e6cce904d90bec77ddc8e09fd0;hp=3d696c0dd2fe96d7d02ec923b42c77b700c2168c;hpb=ba5a48a969550bf9cb2f0824f232067c9be97e8d;p=cln.git diff --git a/tests/Makefile.in b/tests/Makefile.in index 3d696c0..9cc9ee2 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -16,7 +16,7 @@ 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 -CPPFLAGS += $(INCLUDES) +override CPPFLAGS += $(INCLUDES) LIBTOOL = @LIBTOOL@ LIBTOOL_LINK = $(LIBTOOL) --mode=link MV = mv @@ -177,6 +177,7 @@ mostlyclean : clean clean : force $(RM) *.s *.o *.a exam tests main a.out core + $(RM) -r .libs _libs distclean : clean $(RM) config.status config.log config.cache Makefile