]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Well, really. If we change something in 6 of the Makefiles, I'd say we should do...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Sep 2011 15:12:54 +0000 (15:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 Sep 2011 15:12:54 +0000 (15:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@24352 0785d39b-7218-0410-832d-ea1e28bc413d

40 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-15/Makefile
deal.II/examples/step-16/Makefile
deal.II/examples/step-17/Makefile
deal.II/examples/step-18/Makefile
deal.II/examples/step-19/Makefile
deal.II/examples/step-2/Makefile
deal.II/examples/step-20/Makefile
deal.II/examples/step-21/Makefile
deal.II/examples/step-22/Makefile
deal.II/examples/step-23/Makefile
deal.II/examples/step-24/Makefile
deal.II/examples/step-25/Makefile
deal.II/examples/step-26/Makefile
deal.II/examples/step-27/Makefile
deal.II/examples/step-28/Makefile
deal.II/examples/step-29/Makefile
deal.II/examples/step-30/Makefile
deal.II/examples/step-31/Makefile
deal.II/examples/step-32/Makefile
deal.II/examples/step-33/Makefile
deal.II/examples/step-34/Makefile
deal.II/examples/step-35/Makefile
deal.II/examples/step-36/Makefile
deal.II/examples/step-37/Makefile
deal.II/examples/step-38/Makefile
deal.II/examples/step-39/Makefile
deal.II/examples/step-40/Makefile
deal.II/examples/step-42/Makefile
deal.II/examples/step-43/Makefile
deal.II/examples/step-44/Makefile
deal.II/examples/step-45/Makefile
deal.II/examples/step-46/Makefile
deal.II/examples/step-47/Makefile
deal.II/examples/step-9/Makefile

index 575312d3add443f3d73954e50a5c61cf70a00bb1..084f822e9a4696cb7883383e69d316827193e6a5 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..baba24a2be9bf7a9ac8263926f54837d3da1ba6b 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..280c87c148ce8f5e6982cf00302a6ca6aa22245c 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..3d40aaa78a8556a2d63eb5be8e13ab1808d0835a 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..3d9ca159ddcf5ee6fee569988a0c77350158d767 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..78e15dcdad0f5680c2079d47306e8cc159e0e8b3 100644 (file)
@@ -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
index b3567492a5060beeb10d5173e2b14ab44f3233cf..4ecede1912a4199761800f7dfc0eaaa0763daa77 100644 (file)
@@ -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
index 265e2677c36294dbcccaf1929417f96580f82f1b..bc5abffe760cab4764cc66794ba63da45a2fc41f 100644 (file)
@@ -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
index 5bee33573a2362463c177c2e8c36ec708d65d062..b4b2082cbb7886875f4b4fb8500a8cb5cb49d7c7 100644 (file)
@@ -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
index c21cfa37a5d7a43dfa6848b7439511ea227c9893..1be975a61845c036095a2bc3f5e1cdcc6569602b 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..35913edcb360dc31f2cb035525513b9f8922e27e 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..f02d72a57457de11ad8e65d1d5490af211ab472c 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..595a98107156d87019e23ed96c3669591e6c4766 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..ae6d725b2960f8ded4e9ba77fd7a0cb62e1e5453 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..b9aabf3c6ec8199cf14add3ad9abc02b5c85a74e 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..22f932d5ff0dfeec1a3617813051880b4a0c7e17 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..930c3342f6ea5f370fd362242d7e0043a909a375 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..04c73a68caf34387d1b96076e8a4aa22221bf93d 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..d1f8135f2980ca94f2c1dc118aab81539001d172 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..11266f695b3b9b70338cd971993269aeb3f05315 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..ebe87a982d247abdd5075e07b7cca79707b7417a 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..82fbbb29a9b25902f5fda6d647faec009da788eb 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..86781f4373ca10e98bd59ade12f4140c780a7188 100644 (file)
@@ -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
index ddf6cee2a4ee278cc438ad28b46143002ef19dc7..53635501635a5904479dd19021e566c213ad29d6 100644 (file)
@@ -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
index c55cca85847cba5e4dd4169d16ba534caa0a4355..6d22d837e27d9df594128cff78fb9cdea18d0206 100644 (file)
@@ -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
index a15735c1a24face35b7529acdda5b1296f95fd00..e97f74f33be18b5c6bdfd73a742d93690e71edfa 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..67e03cc5b4a94a072d98ce56fc66e91158908334 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..6bdb6fc108968de970fb089423d2ffcbcb94bd6d 100755 (executable)
@@ -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
index 201e97fdf494ae4a2253aba56717913e30bdbbcd..1a18f86b919c81b7e6e8cd4ad5bb8a715cec4751 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..2c39a273a86996faa483d63cb7de1fa6fed3c183 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..88ebf317c0faee51b0100e120a8de23d3bf658bf 100644 (file)
@@ -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
index ca6e5ad5975f1d6e8522f7ceac1fa2a015b07075..4953885f9b3bb22f0c5aa6ffff2c1de2c53894f1 100644 (file)
@@ -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
index d873609dd2f491df08b5daaffd4f7d332ade6a23..8761f2c86fdcb0d841081c9a5896f0711e1db37b 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..e9014c33102989614610bcfc740f4a4530f9471a 100644 (file)
@@ -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
index ddf6cee2a4ee278cc438ad28b46143002ef19dc7..2fb15f3214d4333b1cb06659df74237d17ef9d15 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..dc39e88b684490021afed25381b608dcea1c6388 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..ddb8f0103eb7e4dc60f1e0e4290a94e9a33e5b84 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..33d8588416275ffe8059d1a558a3be7d6ede831f 100644 (file)
@@ -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
index b994ce8f5624594438c74c33a3b1e9f18350ac4d..935b005b4364a278eda1d4991bb04d7ff05b0872 100644 (file)
@@ -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
index 575312d3add443f3d73954e50a5c61cf70a00bb1..2f733af35552a4b71624b8f982be629368125b59 100644 (file)
@@ -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

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.