]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add LDFLAGS to linker command line.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Feb 2001 19:31:45 +0000 (19:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 9 Feb 2001 19:31:45 +0000 (19:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@3894 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile.in

index d0c0a946a85f9de0ab7292cc2b3ac53c8c5910e5..8b034a8735ea8a5deafb75bdfd10efe165f58eee 100644 (file)
@@ -1,6 +1,6 @@
 ############################################################
 # $Id$
-# Copyright (C) 2000 by the deal.II authors
+# Copyright (C) 2000, 2001 by the deal.II authors
 ############################################################
 
 ############################################################
@@ -85,7 +85,7 @@ endif
 
 logtest.testcase: $(logtest-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 ############################################################
@@ -101,7 +101,7 @@ endif
 
 tensor.testcase: $(tensor-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 
@@ -118,7 +118,7 @@ endif
 
 reference.testcase: $(reference-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 ############################################################
@@ -134,7 +134,7 @@ endif
 
 quadrature_test.testcase: $(quadrature_test-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 ############################################################
@@ -150,7 +150,7 @@ endif
 
 timer.testcase: $(timer-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 ############################################################
@@ -166,7 +166,7 @@ endif
 
 polynomial_test.testcase: $(polynomial_test-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 ############################################################
@@ -184,7 +184,7 @@ endif
 
 target1: $(target1-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
 
 
 ############################################################

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.