]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix Makefiles in two places.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Mar 2000 15:42:39 +0000 (15:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Mar 2000 15:42:39 +0000 (15:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@2548 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-1/Makefile
deal.II/examples/step-2/Makefile
deal.II/examples/step-3/Makefile
deal.II/examples/step-4/Makefile
deal.II/examples/step-5/Makefile
deal.II/examples/step-6/Makefile
deal.II/examples/step-7/Makefile
deal.II/examples/step-8/Makefile

index 82f039f12c884d6136895b3c186aadbe5208ffe1..e24b9541e77bc01290ec76edbc568e87e38f7466 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index fad7907165665d065b11b7b308ddf9c2a3ec6cb9..2cb2fb48216a45a7c0ddf7d31f6582dc11c000c7 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index 82f039f12c884d6136895b3c186aadbe5208ffe1..e24b9541e77bc01290ec76edbc568e87e38f7466 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index 71d81d9dd07ebeebf28c6fb05a83bcf8708e5123..17634e57dd3917cc7a5fbc1d231f53d0c392c3b7 100644 (file)
@@ -77,7 +77,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -129,7 +129,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index 82f039f12c884d6136895b3c186aadbe5208ffe1..e24b9541e77bc01290ec76edbc568e87e38f7466 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index 82f039f12c884d6136895b3c186aadbe5208ffe1..e24b9541e77bc01290ec76edbc568e87e38f7466 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index 82f039f12c884d6136895b3c186aadbe5208ffe1..e24b9541e77bc01290ec76edbc568e87e38f7466 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'
index 82f039f12c884d6136895b3c186aadbe5208ffe1..e24b9541e77bc01290ec76edbc568e87e38f7466 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'

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.