From: Martin Kronbichler Date: Wed, 21 Sep 2011 08:38:41 +0000 (+0000) Subject: Remove invalid .cc extension on targets. X-Git-Tag: v8.0.0~3446 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d6ce147c1e68dd25a8019c7f046fc4c4484d77;p=dealii.git Remove invalid .cc extension on targets. git-svn-id: https://svn.dealii.org/trunk@24349 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 63c08f1218..a6e8e24895 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/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 = step-3.cc +target = step-3 # 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-4/Makefile b/deal.II/examples/step-4/Makefile index abbbf3ced9..3e3f620ec1 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/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 = step-4.cc +target = step-4 # 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-5/Makefile b/deal.II/examples/step-5/Makefile index 3f4716d82b..3e83e83c1e 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/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 = step-5.cc +target = step-5 # 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-6/Makefile b/deal.II/examples/step-6/Makefile index 14129c9378..695e047530 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/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 = step-6.cc +target = step-6 # 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-7/Makefile b/deal.II/examples/step-7/Makefile index 5dd30eea54..b0571b9001 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/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 = step-7.cc +target = step-7 # 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-8/Makefile b/deal.II/examples/step-8/Makefile index cb5a053b76..ad172848f0 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/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 = step-8.cc +target = step-8 # The second field determines whether you want to run your program in # debug or optimized mode. The latter is significantly faster, but no