]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adapt Makefiles to moved or renamed files.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Aug 1999 12:42:28 +0000 (12:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Aug 1999 12:42:28 +0000 (12:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@1685 0785d39b-7218-0410-832d-ea1e28bc413d

12 files changed:
deal.II/deal.II/Attic/examples/convergence/Makefile
deal.II/deal.II/Attic/examples/dof/Makefile
deal.II/deal.II/Attic/examples/error-estimation/Makefile
deal.II/deal.II/Attic/examples/grid/Makefile
deal.II/deal.II/Attic/examples/multigrid/Makefile
deal.II/deal.II/Attic/examples/poisson/Makefile
tests/big-tests/convergence/Makefile
tests/big-tests/dof/Makefile
tests/big-tests/error-estimation/Makefile
tests/big-tests/grid/Makefile
tests/big-tests/multigrid/Makefile
tests/big-tests/poisson/Makefile

index 84c4f819e24011864ce68a593be83a425ecbb947..ea06a20f1eee2340c203eff28d2bb3013bd1d0c3 100644 (file)
@@ -39,7 +39,7 @@ delete-files = *gnuplot *.eps *ucd *history
 #deal include base path
 D = ../../..
 
-include $D/deal.II/Make.global_options
+include $D/common/Make.global_options
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
@@ -112,7 +112,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index bc79a24a6ef97d344858bccd501822f55e09822c..aaa73093698ab8eea09a61941907ed92a5f1ed8c 100644 (file)
@@ -36,11 +36,12 @@ delete-files = results/?d.*
 ###############################################################################
 # Internals
 
-include ../../Make.global_options
-
 #deal include base path
 D = ../../..
 
+include $D/common/Make.global_options
+
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -112,7 +113,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 5265b5d74e5f945fd4fbbfee17fdcfbc5261f5c2..28a3caf50789d6182b62648228d87d8dd9398258 100644 (file)
@@ -44,7 +44,7 @@ delete-files = data-*/*
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/common/Make.global_options
 
 
 # get lists of files we need
@@ -114,7 +114,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index e4b513f1b7d6b06a9a39b7baa19941c4f2289af9..feb050c656b822a9ceadd5958dc6d04423a482d5 100644 (file)
@@ -36,11 +36,12 @@ delete-files = results/[123]d*
 ###############################################################################
 # Internals
 
-include ../../Make.global_options
-
 #deal include base path
 D = ../../..
 
+include $D/common/Make.global_options
+
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -112,7 +113,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 819d0954592ba961ac969445212590ade506f10b..478f866bf138870f73117ab22b0cc410923039d2 100644 (file)
@@ -39,7 +39,7 @@ delete-files = *gnuplot *.eps *ucd *history
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/common/Make.global_options
 
 
 # get lists of files we need
@@ -112,7 +112,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 5751836cc658de2ef35784943195bb7e27409023..bd62f51ff2a607d73c2544461c75cbbba083c275 100644 (file)
@@ -39,7 +39,7 @@ delete-files = results/*gnuplot results/*.eps
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/common/Make.global_options
 
 
 
@@ -114,7 +114,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 84c4f819e24011864ce68a593be83a425ecbb947..ea06a20f1eee2340c203eff28d2bb3013bd1d0c3 100644 (file)
@@ -39,7 +39,7 @@ delete-files = *gnuplot *.eps *ucd *history
 #deal include base path
 D = ../../..
 
-include $D/deal.II/Make.global_options
+include $D/common/Make.global_options
 
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
@@ -112,7 +112,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index bc79a24a6ef97d344858bccd501822f55e09822c..aaa73093698ab8eea09a61941907ed92a5f1ed8c 100644 (file)
@@ -36,11 +36,12 @@ delete-files = results/?d.*
 ###############################################################################
 # Internals
 
-include ../../Make.global_options
-
 #deal include base path
 D = ../../..
 
+include $D/common/Make.global_options
+
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -112,7 +113,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 5265b5d74e5f945fd4fbbfee17fdcfbc5261f5c2..28a3caf50789d6182b62648228d87d8dd9398258 100644 (file)
@@ -44,7 +44,7 @@ delete-files = data-*/*
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/common/Make.global_options
 
 
 # get lists of files we need
@@ -114,7 +114,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index e4b513f1b7d6b06a9a39b7baa19941c4f2289af9..feb050c656b822a9ceadd5958dc6d04423a482d5 100644 (file)
@@ -36,11 +36,12 @@ delete-files = results/[123]d*
 ###############################################################################
 # Internals
 
-include ../../Make.global_options
-
 #deal include base path
 D = ../../..
 
+include $D/common/Make.global_options
+
+
 # get lists of files we need
 cc-files    = $(wildcard *.cc)
 o-files     = $(cc-files:.cc=.o)
@@ -112,7 +113,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 819d0954592ba961ac969445212590ade506f10b..478f866bf138870f73117ab22b0cc410923039d2 100644 (file)
@@ -39,7 +39,7 @@ delete-files = *gnuplot *.eps *ucd *history
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/common/Make.global_options
 
 
 # get lists of files we need
@@ -112,7 +112,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 
index 5751836cc658de2ef35784943195bb7e27409023..bd62f51ff2a607d73c2544461c75cbbba083c275 100644 (file)
@@ -39,7 +39,7 @@ delete-files = results/*gnuplot results/*.eps
 #deal include base path
 D = ../../..
 
-include ../../Make.global_options
+include $D/common/Make.global_options
 
 
 
@@ -114,7 +114,7 @@ clean:
 #rather for libnumerics.a(tria.o)
 Makefile.dep: $(cc-files) $(h-files) $(lib-h-files)
        @echo ============================ Remaking Makefile
-       @perl ../../Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
+       @perl $D/common/scripts/Make_dep.pl ./Obj $(INCLUDE) $(cc-files) \
                > Makefile.dep
 
 

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.