]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use LDFLAGS to link, as in the other directories.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Mar 2001 07:43:50 +0000 (07:43 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Mar 2001 07:43:50 +0000 (07:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@4284 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/Makefile.in

index b5c1be1ebbc8c1e4515666df309719c5cd54a6de..4eeb6576bdb2ee085004858c939a23f182eb8f1c 100644 (file)
@@ -60,10 +60,10 @@ endif
 
 %.go : %.cc Makefile
        @echo =====debug========= $<
-       @$(CXX) $(flags) -c $< -o $@
+       @$(CXX) $(LDFLAGS) -g -c $< -o $@
 %.o : %.cc Makefile
        @echo =====optimized===== $<
-       @$(CXX) $(flags) -c $< -o $@
+       @$(CXX) $(LDFLAGS) -g -c $< -o $@
 
 
 all: check
@@ -91,7 +91,7 @@ endif
 
 fe_data_test.testcase: $(fe_data_test-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -105,7 +105,7 @@ endif
 
 shapes.testcase: $(shapes-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -119,7 +119,7 @@ endif
 
 derivatives.testcase: $(derivatives-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -133,7 +133,7 @@ endif
 
 embedding: $(embedding-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -146,7 +146,7 @@ interpolation-o-files = $(interpolation-cc-files:.cc=.o)
 endif
 
 interpolation: $(interpolation-o-files) $(libraries)
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -160,7 +160,7 @@ endif
 
 mapping.testcase: $(mapping-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -174,7 +174,7 @@ endif
 
 internals: $(internals-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 
@@ -188,7 +188,7 @@ endif
 
 performance: $(performance-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^
 
 ############################################################
 # Continue with other targets if needed

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.