From: Guido Kanschat Date: Mon, 30 Aug 2004 10:24:04 +0000 (+0000) Subject: Makefiles adapted X-Git-Tag: v8.0.0~14875 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735dd82adf38165021ca78ba117073db00225a27;p=dealii.git Makefiles adapted git-svn-id: https://svn.dealii.org/trunk@9593 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index 2a6c220431..b539fcc427 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-14/Makefile b/deal.II/examples/step-14/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-14/Makefile +++ b/deal.II/examples/step-14/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-15/Makefile b/deal.II/examples/step-15/Makefile index 3a62635fac..aebe1cd809 100644 --- a/deal.II/examples/step-15/Makefile +++ b/deal.II/examples/step-15/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-16/Makefile b/deal.II/examples/step-16/Makefile index dae158698b..6038d092ad 100644 --- a/deal.II/examples/step-16/Makefile +++ b/deal.II/examples/step-16/Makefile @@ -136,9 +136,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-17/Makefile b/deal.II/examples/step-17/Makefile index 2d7deb8ece..8a0690f41c 100644 --- a/deal.II/examples/step-17/Makefile +++ b/deal.II/examples/step-17/Makefile @@ -156,9 +156,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index fb2fbbb638..dfa815e67a 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index c176eb33ab..f12f835d33 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -139,9 +139,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index e829e8ebee..3b93e6e3e5 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index a92d87c241..8154cc6545 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -137,9 +137,7 @@ clean: # 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. Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) + $(shell echo $D/*/include/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > Makefile.dep