]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Setting the flags variable is a relic from long time ago, but we don't seem to need...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 Jun 2002 14:34:25 +0000 (14:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 Jun 2002 14:34:25 +0000 (14:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@6161 0785d39b-7218-0410-832d-ea1e28bc413d

14 files changed:
deal.II/examples/step-1/Makefile
deal.II/examples/step-10/Makefile
deal.II/examples/step-11/Makefile
deal.II/examples/step-12/Makefile
deal.II/examples/step-13/Makefile
deal.II/examples/step-14/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
deal.II/examples/step-9/Makefile

index 22c65aa44fc2a35c01a946428b1692ac8c6c696e..6a18ca0937176f21df2609c27813d5cf1c3293cd 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index 094a091ee6ed83bc4e39b41514174f6f5e39b707..c906c51a2431c2cc36b53f09d566cc32243c9b42 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index c3c6e93fe416e630e9083db778f6ea51cdd8a97f..270ee163a7ac93f7081e60c1f6b85a5e06292d9d 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index f4ad95ceba93751d027a0bbce249a75f3f586f00..d35afde1850c85c12e63dbec2c5769578782fdad 100644 (file)
@@ -68,17 +68,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e8944ef3396513bf45422e8359ddb59f9f01647f..30399983e9870beb4ede6595eabb4c6b1e568ba4 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 
index e3b56ba572faa366885aba474fe0f0bfb2ce4dbd..50192e901c3ced370b41a2e43a838787f398038a 100644 (file)
@@ -66,17 +66,15 @@ libs.o   = $(lib-deal2-2d.o) \
 
 
 # We now use the variable defined above which switch between debug and
-# optimized mode to select the correct compiler flags and the set of
-# libraries to link with. Included in the list of libraries is the
-# name of the object file which we will produce from the single C++
-# file. Note that by default we use the extension .go for object files
-# compiled in debug mode and .o for object files in optimized mode.
+# optimized mode to select the set of libraries to link with. Included
+# in the list of libraries is the name of the object file which we
+# will produce from the single C++ file. Note that by default we use
+# the extension .go for object files compiled in debug mode and .o for
+# object files in optimized mode.
 ifeq ($(debug-mode),on)
   libraries = $(target).g.o $(libs.g)
-  flags     = $(CXXFLAGS.g)
 else
   libraries = $(target).o $(libs.o)
-  flags     = $(CXXFLAGS.o)
 endif
 
 

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.