From 0055e51df2d302e5cedc2cc2a3f7310eddeec35a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 4 Nov 2010 03:26:19 +0000 Subject: [PATCH] Bring in synch with the Makefile.small template. git-svn-id: https://svn.dealii.org/trunk@22601 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/Makefile | 6 +++--- deal.II/examples/step-10/Makefile | 6 +++--- deal.II/examples/step-11/Makefile | 6 +++--- deal.II/examples/step-12/Makefile | 6 +++--- deal.II/examples/step-13/Makefile | 6 +++--- deal.II/examples/step-14/Makefile | 6 +++--- deal.II/examples/step-15/Makefile | 6 +++--- deal.II/examples/step-16/Makefile | 6 +++--- deal.II/examples/step-17/Makefile | 6 +++--- deal.II/examples/step-18/Makefile | 6 +++--- deal.II/examples/step-19/Makefile | 6 +++--- deal.II/examples/step-2/Makefile | 6 +++--- deal.II/examples/step-20/Makefile | 6 +++--- deal.II/examples/step-21/Makefile | 6 +++--- deal.II/examples/step-22/Makefile | 6 +++--- deal.II/examples/step-23/Makefile | 6 +++--- deal.II/examples/step-24/Makefile | 6 +++--- deal.II/examples/step-25/Makefile | 6 +++--- deal.II/examples/step-26/Makefile | 6 +++--- deal.II/examples/step-27/Makefile | 6 +++--- deal.II/examples/step-28/Makefile | 6 +++--- deal.II/examples/step-29/Makefile | 6 +++--- deal.II/examples/step-3/Makefile | 6 +++--- deal.II/examples/step-30/Makefile | 6 +++--- deal.II/examples/step-31/Makefile | 6 +++--- deal.II/examples/step-32/Makefile | 6 +++--- deal.II/examples/step-33/Makefile | 6 +++--- deal.II/examples/step-34/Makefile | 6 +++--- deal.II/examples/step-35/Makefile | 6 +++--- deal.II/examples/step-36/Makefile | 6 +++--- deal.II/examples/step-37/Makefile | 6 +++--- deal.II/examples/step-39/Makefile | 6 +++--- deal.II/examples/step-4/Makefile | 6 +++--- deal.II/examples/step-40/Makefile | 6 +++--- deal.II/examples/step-41/Makefile | 2 +- deal.II/examples/step-42/Makefile | 6 +++--- deal.II/examples/step-45/Makefile | 6 +++--- deal.II/examples/step-5/Makefile | 6 +++--- deal.II/examples/step-6/Makefile | 6 +++--- deal.II/examples/step-7/Makefile | 6 +++--- deal.II/examples/step-8/Makefile | 6 +++--- deal.II/examples/step-9/Makefile | 6 +++--- 42 files changed, 124 insertions(+), 124 deletions(-) diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index ec52647be7..7ba35cd9e9 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index 2118d6ceee..575312d3ad 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *.dat +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *.dat # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-14/Makefile b/deal.II/examples/step-14/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-14/Makefile +++ b/deal.II/examples/step-14/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-15/Makefile b/deal.II/examples/step-15/Makefile index f7a80c67ca..b3567492a5 100644 --- a/deal.II/examples/step-15/Makefile +++ b/deal.II/examples/step-15/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-16/Makefile b/deal.II/examples/step-16/Makefile index 9d6ba67569..265e2677c3 100644 --- a/deal.II/examples/step-16/Makefile +++ b/deal.II/examples/step-16/Makefile @@ -29,7 +29,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -39,7 +39,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -54,7 +54,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-17/Makefile b/deal.II/examples/step-17/Makefile index c58922e60f..5bee33573a 100644 --- a/deal.II/examples/step-17/Makefile +++ b/deal.II/examples/step-17/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -87,7 +87,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-18/Makefile b/deal.II/examples/step-18/Makefile index 1a7ff40725..c21cfa37a5 100644 --- a/deal.II/examples/step-18/Makefile +++ b/deal.II/examples/step-18/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *d2 +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *d2 # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -87,7 +87,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-19/Makefile b/deal.II/examples/step-19/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-19/Makefile +++ b/deal.II/examples/step-19/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index 95955afd17..575312d3ad 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov sparsity_pattern.* +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov sparsity_pattern.* # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-20/Makefile b/deal.II/examples/step-20/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-20/Makefile +++ b/deal.II/examples/step-20/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-21/Makefile b/deal.II/examples/step-21/Makefile index e7c93444da..575312d3ad 100644 --- a/deal.II/examples/step-21/Makefile +++ b/deal.II/examples/step-21/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-22/Makefile b/deal.II/examples/step-22/Makefile index e7c93444da..575312d3ad 100644 --- a/deal.II/examples/step-22/Makefile +++ b/deal.II/examples/step-22/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-23/Makefile b/deal.II/examples/step-23/Makefile index 4cdf29605e..2fe5e3972e 100644 --- a/deal.II/examples/step-23/Makefile +++ b/deal.II/examples/step-23/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-24/Makefile b/deal.II/examples/step-24/Makefile index 4cdf29605e..2fe5e3972e 100644 --- a/deal.II/examples/step-24/Makefile +++ b/deal.II/examples/step-24/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-25/Makefile b/deal.II/examples/step-25/Makefile index ff88f3c540..2fe5e3972e 100644 --- a/deal.II/examples/step-25/Makefile +++ b/deal.II/examples/step-25/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-26/Makefile b/deal.II/examples/step-26/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-26/Makefile +++ b/deal.II/examples/step-26/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-27/Makefile b/deal.II/examples/step-27/Makefile index ff88f3c540..2fe5e3972e 100644 --- a/deal.II/examples/step-27/Makefile +++ b/deal.II/examples/step-27/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-28/Makefile b/deal.II/examples/step-28/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-28/Makefile +++ b/deal.II/examples/step-28/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-29/Makefile b/deal.II/examples/step-29/Makefile index 4cdf29605e..2fe5e3972e 100644 --- a/deal.II/examples/step-29/Makefile +++ b/deal.II/examples/step-29/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-30/Makefile b/deal.II/examples/step-30/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-30/Makefile +++ b/deal.II/examples/step-30/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index fc845ebe8c..ddf6cee2a4 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -74,7 +74,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-32/Makefile b/deal.II/examples/step-32/Makefile index b78b9e8550..be88f60319 100644 --- a/deal.II/examples/step-32/Makefile +++ b/deal.II/examples/step-32/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *d2 +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *d2 # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -75,7 +75,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-33/Makefile b/deal.II/examples/step-33/Makefile index 0b127365fd..a15735c1a2 100644 --- a/deal.II/examples/step-33/Makefile +++ b/deal.II/examples/step-33/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -47,7 +47,7 @@ run-parameters = input.prm # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -81,7 +81,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-34/Makefile b/deal.II/examples/step-34/Makefile index 4a8f64a53b..b77927098c 100644 --- a/deal.II/examples/step-34/Makefile +++ b/deal.II/examples/step-34/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-35/Makefile b/deal.II/examples/step-35/Makefile index f6dbc87378..6bdb6fc108 100755 --- a/deal.II/examples/step-35/Makefile +++ b/deal.II/examples/step-35/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-36/Makefile b/deal.II/examples/step-36/Makefile index 2cf9eb2c80..201e97fdf4 100644 --- a/deal.II/examples/step-36/Makefile +++ b/deal.II/examples/step-36/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -84,7 +84,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-37/Makefile b/deal.II/examples/step-37/Makefile index 6132839bf9..06c565f61d 100644 --- a/deal.II/examples/step-37/Makefile +++ b/deal.II/examples/step-37/Makefile @@ -29,7 +29,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -39,7 +39,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -56,7 +56,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-39/Makefile b/deal.II/examples/step-39/Makefile index eda661971a..ca6e5ad597 100644 --- a/deal.II/examples/step-39/Makefile +++ b/deal.II/examples/step-39/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-40/Makefile b/deal.II/examples/step-40/Makefile index 0a60997d43..19ab53ea87 100644 --- a/deal.II/examples/step-40/Makefile +++ b/deal.II/examples/step-40/Makefile @@ -31,7 +31,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *d2 +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -41,7 +41,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *d2 # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -80,7 +80,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-41/Makefile b/deal.II/examples/step-41/Makefile index d6390c253e..6ea309f791 100644 --- a/deal.II/examples/step-41/Makefile +++ b/deal.II/examples/step-41/Makefile @@ -21,7 +21,7 @@ debug-mode = on # And so does the following variable. You will have to set it to # something more reasonable, of course. -clean-up-files = +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 # Finally, here is a variable which tells the `run' rule which # parameters to pass to the executable. Usually, this will be the name diff --git a/deal.II/examples/step-42/Makefile b/deal.II/examples/step-42/Makefile index e7c93444da..575312d3ad 100644 --- a/deal.II/examples/step-42/Makefile +++ b/deal.II/examples/step-42/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-45/Makefile b/deal.II/examples/step-45/Makefile index e7c93444da..575312d3ad 100644 --- a/deal.II/examples/step-45/Makefile +++ b/deal.II/examples/step-45/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index 94bda53bb2..575312d3ad 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *tex +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov *tex # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index a90d0c3ce4..575312d3ad 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 @@ -40,7 +40,7 @@ clean-up-files = *gmv *gnuplot *gpl *eps *pov # Usually, you will not need to change anything beyond this point. # # -# The next statement tell the `make' program where to find the +# The next statement tells the `make' program where to find the # deal.II top level directory and to include the file with the global # settings include $D/common/Make.global_options @@ -55,7 +55,7 @@ libs.g := $(lib-deal2.g) libs.o := $(lib-deal2.o) -# We now use the variable defined above which switch between debug and +# We now use the variable defined above to switch between debug and # 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 -- 2.39.5