]> www.ginac.de Git - cln.git/blobdiff - tests/Makefile.in
* */*: Removed problematic stdin, stdout and stderr definitions.
[cln.git] / tests / Makefile.in
index 4146f8e9a8ea7586e80f26404a299c6d09cd6f67..3807271cd190e7779f993666efccf4684df47dfe 100644 (file)
@@ -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