]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
don't compile with LDFLAGS, $(LIBS) added
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2001 23:08:41 +0000 (23:08 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2001 23:08:41 +0000 (23:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@4341 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/Makefile.in

index f7813b6d734e06c5746e78681ec0db0c087adef4..491e652f5d389d6de489ff32aab00d62888d4e13 100644 (file)
@@ -60,10 +60,10 @@ endif
 
 %.go : %.cc Makefile
        @echo =====debug========= $<
-       @$(CXX) $(LDFLAGS) -g -c $< -o $@
+       @$(CXX) $(flags) -g -c $< -o $@
 %.o : %.cc Makefile
        @echo =====optimized===== $<
-       @$(CXX) $(LDFLAGS) -g -c $< -o $@
+       @$(CXX) $(flags) -g -c $< -o $@
 
 
 all: check
@@ -91,7 +91,7 @@ endif
 
 fe_data_test.testcase: $(fe_data_test-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 
@@ -105,7 +105,7 @@ endif
 
 shapes.testcase: $(shapes-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 
@@ -119,7 +119,7 @@ endif
 
 derivatives.testcase: $(derivatives-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 
@@ -160,7 +160,7 @@ endif
 
 mapping.testcase: $(mapping-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 
@@ -174,7 +174,7 @@ endif
 
 mapping_c1.testcase: $(mapping_c1-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 
@@ -188,7 +188,7 @@ endif
 
 internals: $(internals-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 
@@ -202,7 +202,7 @@ endif
 
 performance: $(performance-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) -g -o $@ $^
+       @$(CXX) $(LDFLAGS) -g -o $@ $^ $(LIBS)
 
 ############################################################
 # 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.