From: bangerth Date: Thu, 28 Oct 2010 15:08:08 +0000 (+0000) Subject: Adjust Makefiles a bit further. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8c87be0e643c11dd890dd811a0633a9490d967a;p=dealii-svn.git Adjust Makefiles a bit further. git-svn-id: https://svn.dealii.org/trunk@22536 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.small b/deal.II/doc/development/Makefile.small index 486944be22..ee81d35de8 100644 --- a/deal.II/doc/development/Makefile.small +++ b/deal.II/doc/development/Makefile.small @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/doxygen/Makefile b/deal.II/examples/doxygen/Makefile index 20965df23a..978e5994a9 100644 --- a/deal.II/examples/doxygen/Makefile +++ b/deal.II/examples/doxygen/Makefile @@ -28,7 +28,7 @@ run: $(ok) ###################################################################### ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : @echo ==============optimized===== $( $@" $@ @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-10/Makefile b/deal.II/examples/step-10/Makefile index a54a5f9b86..2118d6ceee 100644 --- a/deal.II/examples/step-10/Makefile +++ b/deal.II/examples/step-10/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-11/Makefile b/deal.II/examples/step-11/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-11/Makefile +++ b/deal.II/examples/step-11/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-12/Makefile b/deal.II/examples/step-12/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-12/Makefile +++ b/deal.II/examples/step-12/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-13/Makefile b/deal.II/examples/step-13/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-13/Makefile +++ b/deal.II/examples/step-13/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-14/Makefile b/deal.II/examples/step-14/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-14/Makefile +++ b/deal.II/examples/step-14/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-15/Makefile b/deal.II/examples/step-15/Makefile index ff79b7915d..f7a80c67ca 100644 --- a/deal.II/examples/step-15/Makefile +++ b/deal.II/examples/step-15/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-16/Makefile b/deal.II/examples/step-16/Makefile index 4d9e4cd1a0..9d6ba67569 100644 --- a/deal.II/examples/step-16/Makefile +++ b/deal.II/examples/step-16/Makefile @@ -103,10 +103,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-17/Makefile b/deal.II/examples/step-17/Makefile index efabcd42e8..c58922e60f 100644 --- a/deal.II/examples/step-17/Makefile +++ b/deal.II/examples/step-17/Makefile @@ -136,10 +136,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-18/Makefile b/deal.II/examples/step-18/Makefile index 2b45a3cfb9..1a7ff40725 100644 --- a/deal.II/examples/step-18/Makefile +++ b/deal.II/examples/step-18/Makefile @@ -136,10 +136,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-19/Makefile b/deal.II/examples/step-19/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-19/Makefile +++ b/deal.II/examples/step-19/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-2/Makefile b/deal.II/examples/step-2/Makefile index 030d9f8570..95955afd17 100644 --- a/deal.II/examples/step-2/Makefile +++ b/deal.II/examples/step-2/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-20/Makefile b/deal.II/examples/step-20/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-20/Makefile +++ b/deal.II/examples/step-20/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-21/Makefile b/deal.II/examples/step-21/Makefile index a5ff390828..7a54136970 100644 --- a/deal.II/examples/step-21/Makefile +++ b/deal.II/examples/step-21/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-22/Makefile b/deal.II/examples/step-22/Makefile index a5ff390828..7a54136970 100644 --- a/deal.II/examples/step-22/Makefile +++ b/deal.II/examples/step-22/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-23/Makefile b/deal.II/examples/step-23/Makefile index 6f04662317..76e27151df 100644 --- a/deal.II/examples/step-23/Makefile +++ b/deal.II/examples/step-23/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-24/Makefile b/deal.II/examples/step-24/Makefile index 6f04662317..76e27151df 100644 --- a/deal.II/examples/step-24/Makefile +++ b/deal.II/examples/step-24/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-25/Makefile b/deal.II/examples/step-25/Makefile index 4da23a361c..ac25e50f03 100644 --- a/deal.II/examples/step-25/Makefile +++ b/deal.II/examples/step-25/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-26/Makefile b/deal.II/examples/step-26/Makefile index 1a2995af34..cd0f175ee8 100644 --- a/deal.II/examples/step-26/Makefile +++ b/deal.II/examples/step-26/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-27/Makefile b/deal.II/examples/step-27/Makefile index 7ea9c75ede..ff88f3c540 100644 --- a/deal.II/examples/step-27/Makefile +++ b/deal.II/examples/step-27/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-28/Makefile b/deal.II/examples/step-28/Makefile index 5bc46cd705..cc1f1a7118 100644 --- a/deal.II/examples/step-28/Makefile +++ b/deal.II/examples/step-28/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-29/Makefile b/deal.II/examples/step-29/Makefile index 958d00ef0b..4cdf29605e 100644 --- a/deal.II/examples/step-29/Makefile +++ b/deal.II/examples/step-29/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-3/Makefile b/deal.II/examples/step-3/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-3/Makefile +++ b/deal.II/examples/step-3/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-30/Makefile b/deal.II/examples/step-30/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-30/Makefile +++ b/deal.II/examples/step-30/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index a0ca07dd7c..766ccb5d08 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -124,10 +124,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-32/Makefile b/deal.II/examples/step-32/Makefile index 0a1e843c07..325456adbe 100644 --- a/deal.II/examples/step-32/Makefile +++ b/deal.II/examples/step-32/Makefile @@ -124,10 +124,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-33/Makefile b/deal.II/examples/step-33/Makefile index 7f21cdc7fc..b2c7a07510 100644 --- a/deal.II/examples/step-33/Makefile +++ b/deal.II/examples/step-33/Makefile @@ -130,10 +130,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-34/Makefile b/deal.II/examples/step-34/Makefile index 2fa0b3001c..6281a9857c 100644 --- a/deal.II/examples/step-34/Makefile +++ b/deal.II/examples/step-34/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-35/Makefile b/deal.II/examples/step-35/Makefile index 4860d54eb7..f6dbc87378 100755 --- a/deal.II/examples/step-35/Makefile +++ b/deal.II/examples/step-35/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-36/Makefile b/deal.II/examples/step-36/Makefile index f67c75f12f..2cf9eb2c80 100644 --- a/deal.II/examples/step-36/Makefile +++ b/deal.II/examples/step-36/Makefile @@ -133,10 +133,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-37/Makefile b/deal.II/examples/step-37/Makefile index 443e8f6149..6132839bf9 100644 --- a/deal.II/examples/step-37/Makefile +++ b/deal.II/examples/step-37/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-39/Makefile b/deal.II/examples/step-39/Makefile index b66d81e0da..eda661971a 100644 --- a/deal.II/examples/step-39/Makefile +++ b/deal.II/examples/step-39/Makefile @@ -105,10 +105,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-4/Makefile b/deal.II/examples/step-4/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-4/Makefile +++ b/deal.II/examples/step-4/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-40/Makefile b/deal.II/examples/step-40/Makefile index d51b3d7721..6338a519ff 100644 --- a/deal.II/examples/step-40/Makefile +++ b/deal.II/examples/step-40/Makefile @@ -138,10 +138,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-42/Makefile b/deal.II/examples/step-42/Makefile index a5ff390828..7a54136970 100644 --- a/deal.II/examples/step-42/Makefile +++ b/deal.II/examples/step-42/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-45/Makefile b/deal.II/examples/step-45/Makefile index 2fb0539b72..e7c93444da 100644 --- a/deal.II/examples/step-45/Makefile +++ b/deal.II/examples/step-45/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-5/Makefile b/deal.II/examples/step-5/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-5/Makefile +++ b/deal.II/examples/step-5/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-6/Makefile b/deal.II/examples/step-6/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-6/Makefile +++ b/deal.II/examples/step-6/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-7/Makefile b/deal.II/examples/step-7/Makefile index a12001cf4c..94bda53bb2 100644 --- a/deal.II/examples/step-7/Makefile +++ b/deal.II/examples/step-7/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-8/Makefile b/deal.II/examples/step-8/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-8/Makefile +++ b/deal.II/examples/step-8/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@ diff --git a/deal.II/examples/step-9/Makefile b/deal.II/examples/step-9/Makefile index 59c988d068..a90d0c3ce4 100644 --- a/deal.II/examples/step-9/Makefile +++ b/deal.II/examples/step-9/Makefile @@ -104,10 +104,10 @@ clean: # command line using the `at' sign in the first column of the rules # and write the string indicating what we do instead. ./%.g.$(OBJEXT) : - @echo ==============debug========= $( $@" @$(CXX) $(CXXFLAGS.g) -c $< -o $@ ./%.$(OBJEXT) : - @echo ==============optimized===== $( $@" @$(CXX) $(CXXFLAGS.o) -c $< -o $@