From 75ecc2c0ac2eee5cb186c5b17857e87872f3c219 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 15 Aug 2003 16:09:15 +0000 Subject: [PATCH] Use the new dependency generation script. git-svn-id: https://svn.dealii.org/trunk@7928 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/Makefile | 2 +- deal.II/deal.II/Makefile | 2 +- deal.II/doc/development/Makefile.large | 2 +- deal.II/doc/development/Makefile.small | 2 +- deal.II/examples/step-1/Makefile | 2 +- deal.II/examples/step-10/Makefile | 2 +- deal.II/examples/step-11/Makefile | 2 +- deal.II/examples/step-12/Makefile | 2 +- deal.II/examples/step-13/Makefile | 2 +- deal.II/examples/step-14/Makefile | 2 +- deal.II/examples/step-15/Makefile | 2 +- deal.II/examples/step-16/Makefile | 2 +- deal.II/examples/step-2/Makefile | 2 +- deal.II/examples/step-3/Makefile | 2 +- deal.II/examples/step-4/Makefile | 2 +- deal.II/examples/step-5/Makefile | 2 +- deal.II/examples/step-6/Makefile | 2 +- deal.II/examples/step-7/Makefile | 2 +- deal.II/examples/step-8/Makefile | 2 +- deal.II/examples/step-9/Makefile | 2 +- deal.II/lac/Makefile | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/deal.II/base/Makefile b/deal.II/base/Makefile index ef573e61f1..8171cc0f75 100644 --- a/deal.II/base/Makefile +++ b/deal.II/base/Makefile @@ -77,7 +77,7 @@ clean: #of this file. Makefile.dep: $(cc-files) $(h-files) Makefile @echo ============================ Remaking base/Makefile - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) "-B\$$(LIBDIR)/base" $(cc-files) \ + @$D/common/scripts/make_dependencies $(INCLUDE) "-B\$$(LIBDIR)/base" $(cc-files) \ > Makefile.dep diff --git a/deal.II/deal.II/Makefile b/deal.II/deal.II/Makefile index 02e5bca521..0406d94e5c 100644 --- a/deal.II/deal.II/Makefile +++ b/deal.II/deal.II/Makefile @@ -169,7 +169,7 @@ $(LIBDIR)/libdeal_II_3d.so: $(o-files-3d) #of this file. Makefile.dep: $(cc-files) $(h-files) Makefile @echo "============================ Remaking deal.II/Makefile" - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) "-B\$$(LIBDIR)" $(cc-files) \ + @$D/common/scripts/make_dependencies $(INCLUDE) "-B\$$(LIBDIR)" $(cc-files) \ | $(PERL) -p -e 's!LIBDIR\)/(.*):!LIBDIR)/DIM_PLACEHOLDER/$$1:!g;' \ | $(PERL) -pe 's!((\.g)?.$(OBJEXT)):!_DIM_PLACEHOLDER$$1:!g;' \ | $(PERL) -pe 's!^(.*)/DIM_PLACEHOLDER/(.*)_DIM_PLACEHOLDER(\..*):!$$1/1d/$$2_1d$$3 $$1/2d/$$2_2d$$3 $$1/3d/$$2_3d$$3:!g;'\ diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index 537bd5b7f5..0c92c2dc76 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -137,7 +137,7 @@ clean-data: # `lib/'. lib/Makefile.dep: $(cc-files) $(h-files) $(lib-h-files) Makefile @echo =====waves=======$(deal_II_dimension)d================== Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -Blib $(cc-files) \ + @$D/common/scripts/make_dependencies $(INCLUDE) -Blib $(cc-files) \ | $(PERL) -p -e 's!^lib/(.*):!lib/$(deal_II_dimension)d/$$1:!g;' \ > $@ diff --git a/deal.II/doc/development/Makefile.small b/deal.II/doc/development/Makefile.small index d980ce151d..43283e2ce2 100644 --- a/deal.II/doc/development/Makefile.small +++ b/deal.II/doc/development/Makefile.small @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index 05208fec72..2a6c220431 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-14/Makefile b/deal.II/examples/step-14/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-14/Makefile +++ b/deal.II/examples/step-14/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-15/Makefile b/deal.II/examples/step-15/Makefile index 6ead9d7a96..3a62635fac 100644 --- a/deal.II/examples/step-15/Makefile +++ b/deal.II/examples/step-15/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-16/Makefile b/deal.II/examples/step-16/Makefile index 4e5a318cec..433c82b233 100644 --- a/deal.II/examples/step-16/Makefile +++ b/deal.II/examples/step-16/Makefile @@ -144,7 +144,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index f5fc038d5b..fb2fbbb638 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index cbff3c14ff..c176eb33ab 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -143,7 +143,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index 23ca13fdd0..e829e8ebee 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index 186ce42a92..a92d87c241 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -141,7 +141,7 @@ Makefile.dep: $(target).cc Makefile \ $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking $@ - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -B. $(target).cc \ + @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep # To make the dependencies known to `make', we finally have to include diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index 7e24adfdba..054be1f3a8 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -96,7 +96,7 @@ clean: #of this file. Makefile.dep: $(cc-files) $(h-files) Makefile @echo ============================ Remaking lac/Makefile - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) "-B\$$(LIBDIR)/lac" $(cc-files) \ + @$D/common/scripts/make_dependencies $(INCLUDE) "-B\$$(LIBDIR)/lac" $(cc-files) \ > Makefile.dep # include all the dependencies -- 2.39.5