]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust Makefiles a bit further.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Oct 2010 15:08:08 +0000 (15:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Oct 2010 15:08:08 +0000 (15:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@22536 0785d39b-7218-0410-832d-ea1e28bc413d

43 files changed:
deal.II/doc/development/Makefile.small
deal.II/examples/doxygen/Makefile
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-3/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-39/Makefile
deal.II/examples/step-4/Makefile
deal.II/examples/step-40/Makefile
deal.II/examples/step-42/Makefile
deal.II/examples/step-45/Makefile
deal.II/examples/step-5/Makefile
deal.II/examples/step-6/Makefile
deal.II/examples/step-7/Makefile
deal.II/examples/step-8/Makefile
deal.II/examples/step-9/Makefile

index 486944be22c72b2a3818e2a5888ab59eab25d924..ee81d35de89ec380969172d4fd1f6735f02c563c 100644 (file)
@@ -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========= $(<F) $@
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 20965df23a2eab5bd7892633b1cd396638af3180..978e5994a98481f7a7b97f5545e6c7cafe2010a8 100644 (file)
@@ -28,7 +28,7 @@ run: $(ok)
 ######################################################################
 
 ./%.g.$(OBJEXT) :
-       @echo ==============debug========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
        @echo ==============optimized===== $(<F)
index 486944be22c72b2a3818e2a5888ab59eab25d924..ec52647be79ee83d4421378e06f6f19a3eeb5ccd 100644 (file)
@@ -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========= $(<F) $@
+       @echo "==============debug========= $(<F)  ->  $@" $@
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index a54a5f9b86c85ae382c519b4b8e769e9da863360..2118d6ceee4746019f03a80ca786ca9fbaf162f2 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index ff79b7915d968c744ace04905e5fc3a4be8f2a70..f7a80c67ca264b91e414a67c7e7b76f05b901050 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 4d9e4cd1a0e19c53896225c87875689a8f2df36c..9d6ba6756983bb80c7e9fffb613c2a227d4374ea 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index efabcd42e82fb2a365ceea3e29e8a44737decb37..c58922e60f570dcebee2e7d811b15143c9bae4db 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 2b45a3cfb98d51c1224b2442c0c020dae77e88f3..1a7ff40725c1874b9d87069207b9f99d4fa9cdf9 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 030d9f8570b7ca9ea5168399111cc0e49b70f384..95955afd17696bec920a6d7f18390b3ac00f3025 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index a5ff390828033b6278e0e189c8d96a66d3149f51..7a54136970669aca37a24df14a78c92531c9c444 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index a5ff390828033b6278e0e189c8d96a66d3149f51..7a54136970669aca37a24df14a78c92531c9c444 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 6f046623171e770d7c57a92650ec6cec3d70876c..76e27151df879dec54c783a9e4215e3de4b1834e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 6f046623171e770d7c57a92650ec6cec3d70876c..76e27151df879dec54c783a9e4215e3de4b1834e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 4da23a361ccfbd1dcd0f3b7ea897f1534fa645f2..ac25e50f033cb63a79d315d2b127ca7f6c07644a 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 1a2995af344403db86a65c398b460a7d4bb6eaa7..cd0f175ee84cca818c868782639e5b9c4c81bcd1 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 7ea9c75ede44f9c5eb8c4d2c513c05b5ac6639ae..ff88f3c54084792f21df57dea3bfa74862aa289a 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 5bc46cd7055a67ad66d0638df4f664ab4f9820ab..cc1f1a71183ac2798086a92cde5157aabb35e4a6 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 958d00ef0b194cf29b255271a328a6b8f0033f94..4cdf29605ef72914014b3ca584ff02b449b10944 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index a0ca07dd7cf7f9569f97bf3cd3b5510d2ee30d71..766ccb5d08f11d2cd933d6b8f3abc0d76e19310e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 0a1e843c07fded81b9dde9141d157f9f157ef122..325456adbe728472c44676a061441febb712bdd5 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 7f21cdc7fc9309e569f2aa972e22fd77f26c373b..b2c7a0751067672eb8ebe1632972cda828e1c56e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 2fa0b3001c085d42f85c08cc0eacfc59ace1322c..6281a9857c4263ec4f8091acfd8169a6c5fc7ea1 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 4860d54eb759a35bfaae8f83efd2a88695640f9e..f6dbc87378038737b38b942b90c0a7cae72148ac 100755 (executable)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index f67c75f12f48c5924601c9d22f4b4844f5b04f4f..2cf9eb2c80bbb19e47ca6265fbff615426ad2e61 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 443e8f6149ac24376783e6197d91e7cefbe56985..6132839bf9f22604325a9558bd67a92e659c6aad 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index b66d81e0da848e2afa3f19c141896edf45c932e6..eda661971a93f028269000b481323389866d5d1c 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index d51b3d772191bc59d5c1e551117ec878961173af..6338a519ffdc0467fbbfc4e1bcbffb7ff6709f64 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index a5ff390828033b6278e0e189c8d96a66d3149f51..7a54136970669aca37a24df14a78c92531c9c444 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 2fb0539b723b36c542739c003ac7f1fe046f779a..e7c93444dacffbbaabd32d16296738f9e2c56885 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index a12001cf4cd01347b91668d38f2eff00b840fb15..94bda53bb2a85b189d02a77648fb214fda861fbb 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
index 59c988d068ed494245e3f67cf8422368f22ccb04..a90d0c3ce48b9b7bfde772e4ead5dbf5fd92021e 100644 (file)
@@ -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========= $(<F)
+       @echo "==============debug========= $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 ./%.$(OBJEXT) :
-       @echo ==============optimized===== $(<F) $@
+       @echo "==============optimized===== $(<F)  ->  $@"
        @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 

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.