]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bring slightly up-to-date.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2002 09:08:49 +0000 (09:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2002 09:08:49 +0000 (09:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@6276 0785d39b-7218-0410-832d-ea1e28bc413d

14 files changed:
deal.II/examples/step-1/Makefile
deal.II/examples/step-10/Makefile
deal.II/examples/step-11/Makefile
deal.II/examples/step-12/Makefile
deal.II/examples/step-13/Makefile
deal.II/examples/step-14/Makefile
deal.II/examples/step-2/Makefile
deal.II/examples/step-3/Makefile
deal.II/examples/step-4/Makefile
deal.II/examples/step-5/Makefile
deal.II/examples/step-6/Makefile
deal.II/examples/step-7/Makefile
deal.II/examples/step-8/Makefile
deal.II/examples/step-9/Makefile

index 6a18ca0937176f21df2609c27813d5cf1c3293cd..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -84,7 +84,7 @@ endif
 # if you call it without arguments.
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) 
+       @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
 
 
 # To make running the application somewhat independent of the actual
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index c906c51a2431c2cc36b53f09d566cc32243c9b42..f0183efa98241b62412fe3770189780f527d98bf 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 270ee163a7ac93f7081e60c1f6b85a5e06292d9d..afa15bfdd641111bb025299cc7c9cc49786365d0 100644 (file)
@@ -84,7 +84,7 @@ endif
 # if you call it without arguments.
 $(target) : $(libraries)
        @echo ============================ Linking $@
-       @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS) 
+       @$(CXX) -o $@ $^ $(LIBS) $(LDFLAGS)
 
 
 # To make running the application somewhat independent of the actual
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index d35afde1850c85c12e63dbec2c5769578782fdad..0761bd0557f01d40e64f6669cbf41d36c58a51b8 100644 (file)
@@ -135,21 +135,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 30399983e9870beb4ede6595eabb4c6b1e568ba4..1d6c5b3b0e3710bad7264e70dd27587955a0df47 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include
index 50192e901c3ced370b41a2e43a838787f398038a..5448e983c657699cb25391fc30692fb254116e36 100644 (file)
@@ -133,21 +133,14 @@ clean:
 # changed. The following rule to created a dependency file
 # `Makefile.dep', which `make' uses to determine when to regenerate
 # the executable. This file is automagically remade whenever needed,
-# i.e. whenever one of the cc-(include-path-base)/baseh-files changed. Make detects whether
+# i.e. whenever one of the cc-/h-files changed. Make detects whether
 # to remake this file upon inclusion at the bottom of this file.
-#
-# The dependency file is created using a perl script.  Since the
-# script prefixes the output names by `lib(include-path-base)/baseo' or `lib(include-path-base)/basego' (it was
-# written for the sublibraries' Makefile), we have to strip that again
-# since object files are placed in the present directory for this
-# application. All these things are made in the next rule:
 Makefile.dep: $(target).cc Makefile \
               $(shell echo $(include-path-base)/base/*.h    \
                            $(include-path-lac)/lac/*.h      \
                            $(include-path-deal2)/*/*.h)
-       @echo ============================ Remaking Makefile
+       @echo ============================ Remaking $@
        @$(PERL) $D/common/scripts/make_dependencies.pl  $(INCLUDE) -B. $(target).cc \
-               | $(PERL) -pi -e 's!lib/g?o/!!g;' \
                > Makefile.dep
 
 # To make the dependencies known to `make', we finally have to include

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.