From 86cd629a77b193c4146d57c1a05f9ee66903cb50 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 18 Jun 2002 14:34:25 +0000 Subject: [PATCH] Setting the flags variable is a relic from long time ago, but we don't seem to need it at all. git-svn-id: https://svn.dealii.org/trunk@6161 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/Makefile | 12 +++++------- deal.II/examples/step-10/Makefile | 12 +++++------- deal.II/examples/step-11/Makefile | 12 +++++------- deal.II/examples/step-12/Makefile | 12 +++++------- deal.II/examples/step-13/Makefile | 12 +++++------- deal.II/examples/step-14/Makefile | 12 +++++------- deal.II/examples/step-2/Makefile | 12 +++++------- deal.II/examples/step-3/Makefile | 12 +++++------- deal.II/examples/step-4/Makefile | 12 +++++------- deal.II/examples/step-5/Makefile | 12 +++++------- deal.II/examples/step-6/Makefile | 12 +++++------- deal.II/examples/step-7/Makefile | 12 +++++------- deal.II/examples/step-8/Makefile | 12 +++++------- deal.II/examples/step-9/Makefile | 12 +++++------- 14 files changed, 70 insertions(+), 98 deletions(-) diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 22c65aa44f..6a18ca0937 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -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 diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index 094a091ee6..c906c51a24 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -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 diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -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 diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -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 diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -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 diff --git a/deal.II/examples/step-14/Makefile b/deal.II/examples/step-14/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-14/Makefile +++ b/deal.II/examples/step-14/Makefile @@ -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 diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index c3c6e93fe4..270ee163a7 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -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 diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -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 diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index f4ad95ceba..d35afde185 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -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 diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -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 diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -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 diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index e8944ef339..30399983e9 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -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 diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -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 diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index e3b56ba572..50192e901c 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -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 -- 2.39.5