]> www.ginac.de Git - cln.git/blobdiff - tests/Makefile.in
* include/cln/floatformat.h: Do define a type here.
[cln.git] / tests / Makefile.in
index 4146f8e9a8ea7586e80f26404a299c6d09cd6f67..9cc9ee20a9b00d6bef2db7633d977ef6d18a9bba 100644 (file)
@@ -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
@@ -160,7 +160,7 @@ timeUPMImul : $(patsubst %,%.o,$(MODULES_timeUPMImul))
 timesqrtmodp : $(patsubst %,%.o,$(MODULES_timesqrtmodp))
 main : $(patsubst %,%.o,$(MODULES_main))
 $(PROGRAMS) : % : $(LIBDEPS)
-       $(LIBTOOL_LINK) $(CXX) $(CXXFLAGS) $(TARGET_ARCH) $(patsubst %,%.o,$(MODULES_$(*F))) $(LIBS) -o $@
+       $(LIBTOOL_LINK) $(CXX) $(CXXFLAGS) $(TARGET_ARCH) $(patsubst %,%.o,$(MODULES_$(*F))) $(LDFLAGS) $(LIBS) -o $@
 
 
 install : all
@@ -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