From e6c3a304ae3f201067e150c6912307ff1e7a2a55 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 21 Sep 2011 15:12:54 +0000 Subject: [PATCH] Well, really. If we change something in 6 of the Makefiles, I'd say we should do it in all of them... git-svn-id: https://svn.dealii.org/trunk@24352 0785d39b-7218-0410-832d-ea1e28bc413d --- 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-17/Makefile | 2 +- deal.II/examples/step-18/Makefile | 2 +- deal.II/examples/step-19/Makefile | 2 +- deal.II/examples/step-2/Makefile | 2 +- deal.II/examples/step-20/Makefile | 2 +- deal.II/examples/step-21/Makefile | 2 +- deal.II/examples/step-22/Makefile | 2 +- deal.II/examples/step-23/Makefile | 2 +- deal.II/examples/step-24/Makefile | 2 +- deal.II/examples/step-25/Makefile | 2 +- deal.II/examples/step-26/Makefile | 2 +- deal.II/examples/step-27/Makefile | 2 +- deal.II/examples/step-28/Makefile | 2 +- deal.II/examples/step-29/Makefile | 2 +- deal.II/examples/step-30/Makefile | 2 +- deal.II/examples/step-31/Makefile | 2 +- deal.II/examples/step-32/Makefile | 2 +- deal.II/examples/step-33/Makefile | 2 +- deal.II/examples/step-34/Makefile | 2 +- deal.II/examples/step-35/Makefile | 2 +- deal.II/examples/step-36/Makefile | 2 +- deal.II/examples/step-37/Makefile | 2 +- deal.II/examples/step-38/Makefile | 2 +- deal.II/examples/step-39/Makefile | 2 +- deal.II/examples/step-40/Makefile | 2 +- deal.II/examples/step-42/Makefile | 2 +- deal.II/examples/step-43/Makefile | 2 +- deal.II/examples/step-44/Makefile | 2 +- deal.II/examples/step-45/Makefile | 2 +- deal.II/examples/step-46/Makefile | 2 +- deal.II/examples/step-47/Makefile | 2 +- deal.II/examples/step-9/Makefile | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/deal.II/examples/step-1/Makefile b/deal.II/examples/step-1/Makefile index 575312d3ad..084f822e9a 100644 --- a/deal.II/examples/step-1/Makefile +++ b/deal.II/examples/step-1/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-1 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index 575312d3ad..baba24a2be 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-10 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index 575312d3ad..280c87c148 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-11 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index 575312d3ad..3d40aaa78a 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-12 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index 575312d3ad..3d9ca159dd 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-13 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-14/Makefile b/deal.II/examples/step-14/Makefile index 575312d3ad..78e15dcdad 100644 --- a/deal.II/examples/step-14/Makefile +++ b/deal.II/examples/step-14/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-14 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-15/Makefile b/deal.II/examples/step-15/Makefile index b3567492a5..4ecede1912 100644 --- a/deal.II/examples/step-15/Makefile +++ b/deal.II/examples/step-15/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-15 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-16/Makefile b/deal.II/examples/step-16/Makefile index 265e2677c3..bc5abffe76 100644 --- a/deal.II/examples/step-16/Makefile +++ b/deal.II/examples/step-16/Makefile @@ -6,7 +6,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-16 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-17/Makefile b/deal.II/examples/step-17/Makefile index 5bee33573a..b4b2082cbb 100644 --- a/deal.II/examples/step-17/Makefile +++ b/deal.II/examples/step-17/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-17 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-18/Makefile b/deal.II/examples/step-18/Makefile index c21cfa37a5..1be975a618 100644 --- a/deal.II/examples/step-18/Makefile +++ b/deal.II/examples/step-18/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-18 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-19/Makefile b/deal.II/examples/step-19/Makefile index 575312d3ad..35913edcb3 100644 --- a/deal.II/examples/step-19/Makefile +++ b/deal.II/examples/step-19/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-19 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index 575312d3ad..f02d72a574 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-2 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-20/Makefile b/deal.II/examples/step-20/Makefile index 575312d3ad..595a981071 100644 --- a/deal.II/examples/step-20/Makefile +++ b/deal.II/examples/step-20/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-20 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-21/Makefile b/deal.II/examples/step-21/Makefile index 575312d3ad..ae6d725b29 100644 --- a/deal.II/examples/step-21/Makefile +++ b/deal.II/examples/step-21/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-21 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-22/Makefile b/deal.II/examples/step-22/Makefile index 575312d3ad..b9aabf3c6e 100644 --- a/deal.II/examples/step-22/Makefile +++ b/deal.II/examples/step-22/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-22 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-23/Makefile b/deal.II/examples/step-23/Makefile index 575312d3ad..22f932d5ff 100644 --- a/deal.II/examples/step-23/Makefile +++ b/deal.II/examples/step-23/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-23 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-24/Makefile b/deal.II/examples/step-24/Makefile index 575312d3ad..930c3342f6 100644 --- a/deal.II/examples/step-24/Makefile +++ b/deal.II/examples/step-24/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-24 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-25/Makefile b/deal.II/examples/step-25/Makefile index 575312d3ad..04c73a68ca 100644 --- a/deal.II/examples/step-25/Makefile +++ b/deal.II/examples/step-25/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-25 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-26/Makefile b/deal.II/examples/step-26/Makefile index 575312d3ad..d1f8135f29 100644 --- a/deal.II/examples/step-26/Makefile +++ b/deal.II/examples/step-26/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-26 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-27/Makefile b/deal.II/examples/step-27/Makefile index 575312d3ad..11266f695b 100644 --- a/deal.II/examples/step-27/Makefile +++ b/deal.II/examples/step-27/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-27 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-28/Makefile b/deal.II/examples/step-28/Makefile index 575312d3ad..ebe87a982d 100644 --- a/deal.II/examples/step-28/Makefile +++ b/deal.II/examples/step-28/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-28 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-29/Makefile b/deal.II/examples/step-29/Makefile index 575312d3ad..82fbbb29a9 100644 --- a/deal.II/examples/step-29/Makefile +++ b/deal.II/examples/step-29/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-29 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-30/Makefile b/deal.II/examples/step-30/Makefile index 575312d3ad..86781f4373 100644 --- a/deal.II/examples/step-30/Makefile +++ b/deal.II/examples/step-30/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-30 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index ddf6cee2a4..5363550163 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-31 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-32/Makefile b/deal.II/examples/step-32/Makefile index c55cca8584..6d22d837e2 100644 --- a/deal.II/examples/step-32/Makefile +++ b/deal.II/examples/step-32/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-32 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-33/Makefile b/deal.II/examples/step-33/Makefile index a15735c1a2..e97f74f33b 100644 --- a/deal.II/examples/step-33/Makefile +++ b/deal.II/examples/step-33/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-33 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-34/Makefile b/deal.II/examples/step-34/Makefile index 575312d3ad..67e03cc5b4 100644 --- a/deal.II/examples/step-34/Makefile +++ b/deal.II/examples/step-34/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-34 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-35/Makefile b/deal.II/examples/step-35/Makefile index 575312d3ad..6bdb6fc108 100755 --- a/deal.II/examples/step-35/Makefile +++ b/deal.II/examples/step-35/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-35 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-36/Makefile b/deal.II/examples/step-36/Makefile index 201e97fdf4..1a18f86b91 100644 --- a/deal.II/examples/step-36/Makefile +++ b/deal.II/examples/step-36/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-36 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-37/Makefile b/deal.II/examples/step-37/Makefile index 575312d3ad..2c39a273a8 100644 --- a/deal.II/examples/step-37/Makefile +++ b/deal.II/examples/step-37/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-37 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-38/Makefile b/deal.II/examples/step-38/Makefile index 575312d3ad..88ebf317c0 100644 --- a/deal.II/examples/step-38/Makefile +++ b/deal.II/examples/step-38/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-38 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-39/Makefile b/deal.II/examples/step-39/Makefile index ca6e5ad597..4953885f9b 100644 --- a/deal.II/examples/step-39/Makefile +++ b/deal.II/examples/step-39/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-39 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-40/Makefile b/deal.II/examples/step-40/Makefile index d873609dd2..8761f2c86f 100644 --- a/deal.II/examples/step-40/Makefile +++ b/deal.II/examples/step-40/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-40 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-42/Makefile b/deal.II/examples/step-42/Makefile index 575312d3ad..e9014c3310 100644 --- a/deal.II/examples/step-42/Makefile +++ b/deal.II/examples/step-42/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-42 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-43/Makefile b/deal.II/examples/step-43/Makefile index ddf6cee2a4..2fb15f3214 100644 --- a/deal.II/examples/step-43/Makefile +++ b/deal.II/examples/step-43/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-43 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-44/Makefile b/deal.II/examples/step-44/Makefile index 575312d3ad..dc39e88b68 100644 --- a/deal.II/examples/step-44/Makefile +++ b/deal.II/examples/step-44/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-44 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-45/Makefile b/deal.II/examples/step-45/Makefile index 575312d3ad..ddb8f0103e 100644 --- a/deal.II/examples/step-45/Makefile +++ b/deal.II/examples/step-45/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-45 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-46/Makefile b/deal.II/examples/step-46/Makefile index 575312d3ad..33d8588416 100644 --- a/deal.II/examples/step-46/Makefile +++ b/deal.II/examples/step-46/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-46 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-47/Makefile b/deal.II/examples/step-47/Makefile index b994ce8f56..935b005b43 100644 --- a/deal.II/examples/step-47/Makefile +++ b/deal.II/examples/step-47/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-47 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index 575312d3ad..2f733af355 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -7,7 +7,7 @@ # The first is the name of the application. It is assumed that the # application name is the same as the base file name of the single C++ # file from which the application is generated. -target = $(basename $(shell echo step-*.cc)) +target = step-9 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no -- 2.39.5