]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bring in synch with the Makefile.small template.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Nov 2010 03:26:19 +0000 (03:26 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 4 Nov 2010 03:26:19 +0000 (03:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@22601 0785d39b-7218-0410-832d-ea1e28bc413d

42 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-15/Makefile
deal.II/examples/step-16/Makefile
deal.II/examples/step-17/Makefile
deal.II/examples/step-18/Makefile
deal.II/examples/step-19/Makefile
deal.II/examples/step-2/Makefile
deal.II/examples/step-20/Makefile
deal.II/examples/step-21/Makefile
deal.II/examples/step-22/Makefile
deal.II/examples/step-23/Makefile
deal.II/examples/step-24/Makefile
deal.II/examples/step-25/Makefile
deal.II/examples/step-26/Makefile
deal.II/examples/step-27/Makefile
deal.II/examples/step-28/Makefile
deal.II/examples/step-29/Makefile
deal.II/examples/step-3/Makefile
deal.II/examples/step-30/Makefile
deal.II/examples/step-31/Makefile
deal.II/examples/step-32/Makefile
deal.II/examples/step-33/Makefile
deal.II/examples/step-34/Makefile
deal.II/examples/step-35/Makefile
deal.II/examples/step-36/Makefile
deal.II/examples/step-37/Makefile
deal.II/examples/step-39/Makefile
deal.II/examples/step-4/Makefile
deal.II/examples/step-40/Makefile
deal.II/examples/step-41/Makefile
deal.II/examples/step-42/Makefile
deal.II/examples/step-45/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 ec52647be79ee83d4421378e06f6f19a3eeb5ccd..7ba35cd9e920c38fc46168bbbabf391e802029e9 100644 (file)
@@ -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
index 2118d6ceee4746019f03a80ca786ca9fbaf162f2..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index f7a80c67ca264b91e414a67c7e7b76f05b901050..b3567492a5060beeb10d5173e2b14ab44f3233cf 100644 (file)
@@ -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
index 9d6ba6756983bb80c7e9fffb613c2a227d4374ea..265e2677c36294dbcccaf1929417f96580f82f1b 100644 (file)
@@ -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
index c58922e60f570dcebee2e7d811b15143c9bae4db..5bee33573a2362463c177c2e8c36ec708d65d062 100644 (file)
@@ -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
index 1a7ff40725c1874b9d87069207b9f99d4fa9cdf9..c21cfa37a5d7a43dfa6848b7439511ea227c9893 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index 95955afd17696bec920a6d7f18390b3ac00f3025..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index e7c93444dacffbbaabd32d16296738f9e2c56885..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index e7c93444dacffbbaabd32d16296738f9e2c56885..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index 4cdf29605ef72914014b3ca584ff02b449b10944..2fe5e3972efcda079e8f65d01425f5a66eb92fb9 100644 (file)
@@ -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
index 4cdf29605ef72914014b3ca584ff02b449b10944..2fe5e3972efcda079e8f65d01425f5a66eb92fb9 100644 (file)
@@ -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
index ff88f3c54084792f21df57dea3bfa74862aa289a..2fe5e3972efcda079e8f65d01425f5a66eb92fb9 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index ff88f3c54084792f21df57dea3bfa74862aa289a..2fe5e3972efcda079e8f65d01425f5a66eb92fb9 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index 4cdf29605ef72914014b3ca584ff02b449b10944..2fe5e3972efcda079e8f65d01425f5a66eb92fb9 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index fc845ebe8c34ecf65f1f0cc8384f75aa95de90a7..ddf6cee2a4ee278cc438ad28b46143002ef19dc7 100644 (file)
@@ -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
index b78b9e855042caca742a7bb415a33c1423367cc0..be88f603198153d5bb3f4a844dcf29b3ecf1f13e 100644 (file)
@@ -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
index 0b127365fd3236921d8b7947f9bec9beb3f32f1f..a15735c1a24face35b7529acdda5b1296f95fd00 100644 (file)
@@ -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
index 4a8f64a53b176942048742e5c407693ddf0e00e8..b77927098cf5bea19cb3bc2c7b2ff62c5681b8d1 100644 (file)
@@ -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
index f6dbc87378038737b38b942b90c0a7cae72148ac..6bdb6fc108968de970fb089423d2ffcbcb94bd6d 100755 (executable)
@@ -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
index 2cf9eb2c80bbb19e47ca6265fbff615426ad2e61..201e97fdf494ae4a2253aba56717913e30bdbbcd 100644 (file)
@@ -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
index 6132839bf9f22604325a9558bd67a92e659c6aad..06c565f61dee41a025d5c976df70a1740d97379c 100644 (file)
@@ -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
index eda661971a93f028269000b481323389866d5d1c..ca6e5ad5975f1d6e8522f7ceac1fa2a015b07075 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index 0a60997d438c16db1b72308425b3d8673cac47d9..19ab53ea878698384a3c8a0fd7bc682b8275c08e 100644 (file)
@@ -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
index d6390c253e1ce7265c141c15fc909544c47454ba..6ea309f7913af37660e900550198e081266206c5 100644 (file)
@@ -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
index e7c93444dacffbbaabd32d16296738f9e2c56885..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index e7c93444dacffbbaabd32d16296738f9e2c56885..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index 94bda53bb2a85b189d02a77648fb214fda861fbb..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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
index a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e..575312d3add443f3d73954e50a5c61cf70a00bb1 100644 (file)
@@ -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

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.