]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Eliminate the need for libg++.a since we changed String->string in the parameter_hand...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 May 1998 08:42:48 +0000 (08:42 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 18 May 1998 08:42:48 +0000 (08:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@306 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/convergence/Makefile
deal.II/deal.II/Attic/examples/dof/Makefile
deal.II/deal.II/Attic/examples/error-estimation/Makefile
deal.II/deal.II/Attic/examples/grid/Makefile
deal.II/deal.II/Attic/examples/poisson/Makefile
tests/big-tests/convergence/Makefile
tests/big-tests/dof/Makefile
tests/big-tests/error-estimation/Makefile
tests/big-tests/grid/Makefile
tests/big-tests/poisson/Makefile

index e61c79cd7903a6052bb8d5f855703873ecd5a649..17bc9597f566cf881be06b15b7013b57863949ba 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index 27d3fa5778ee940a976d6f7850cfe05dc3697d62..d9e9c6c50145401710fb0289145a128fd1922f23 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index 0cfca5ab4589926824623798a4b3f01a59cf16a0..3a85970222e69b33c85c56ba61bc8f2df4e4ba2b 100644 (file)
@@ -90,7 +90,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 run: $(target)
        $(run-action)
index 7d9c8ede0ee3f0260a8c91a0c94fb71e1ecf15b6..e342a03c41b1b5f30c1757828ed7e5eb09ba40f6 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index c76bce9865b1e7330a0fc611b3f96b62579a89a0..1093926d2cba85d0585a3751028c9ac086c62f75 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index e61c79cd7903a6052bb8d5f855703873ecd5a649..17bc9597f566cf881be06b15b7013b57863949ba 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index 27d3fa5778ee940a976d6f7850cfe05dc3697d62..d9e9c6c50145401710fb0289145a128fd1922f23 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index 0cfca5ab4589926824623798a4b3f01a59cf16a0..3a85970222e69b33c85c56ba61bc8f2df4e4ba2b 100644 (file)
@@ -90,7 +90,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 run: $(target)
        $(run-action)
index 7d9c8ede0ee3f0260a8c91a0c94fb71e1ecf15b6..e342a03c41b1b5f30c1757828ed7e5eb09ba40f6 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)
index c76bce9865b1e7330a0fc611b3f96b62579a89a0..1093926d2cba85d0585a3751028c9ac086c62f75 100644 (file)
@@ -85,7 +85,7 @@ endif
 # make rule for the target
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) $(flags) -o $@ $(libraries) -lg++ $(user-libs)
+       @$(CXX) $(flags) -o $@ $(libraries) $(user-libs)
 
 # rule how to run the program
 run: $(target)

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.