]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Follow-up to change yesterday: strip $D/deal.II/ from screen output.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Apr 2010 13:39:10 +0000 (13:39 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Apr 2010 13:39:10 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@20998 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Makefile

index 1792e6b8816cb8486fce1d7abfa72da4108204d3..b1010a6a221b1980f94ab5d79a799d0c5366e0a4 100644 (file)
@@ -52,24 +52,24 @@ go-files = $(go-files-1d) $(go-files-2d) $(go-files-3d)
 # there are some files which needs exceptional rules; these are
 # listed immediately below
 $(LIBDIR)/1d/%.g.$(OBJEXT) :
-       @echo "=====deal.II====1d====debug======$(MT)== $(<:source/%=%)"
+       @echo "=====deal.II====1d====debug======$(MT)== $(<:$D/deal.II/source/%=%)"
        @$(CXX) $(CXXFLAGS.g) -Ddeal_II_dimension=1 -c $< -o $@
 $(LIBDIR)/1d/%.$(OBJEXT) :
-       @echo "=====deal.II====1d====optimized==$(MT)== $(<:source/%=%)"
+       @echo "=====deal.II====1d====optimized==$(MT)== $(<:$D/deal.II/source/%=%)"
        @$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=1 -c $< -o $@
 
 $(LIBDIR)/2d/%.g.$(OBJEXT) :
-       @echo "=====deal.II====2d====debug======$(MT)== $(<:source/%=%)"
+       @echo "=====deal.II====2d====debug======$(MT)== $(<:$D/deal.II/source/%=%)"
        @$(CXX) $(CXXFLAGS.g) -Ddeal_II_dimension=2 -c $< -o $@
 $(LIBDIR)/2d/%.$(OBJEXT) :
-       @echo "=====deal.II====2d====optimized==$(MT)== $(<:source/%=%)"
+       @echo "=====deal.II====2d====optimized==$(MT)== $(<:$D/deal.II/source/%=%)"
        @$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=2 -c $< -o $@
 
 $(LIBDIR)/3d/%.g.$(OBJEXT) :
-       @echo "=====deal.II====3d====debug======$(MT)== $(<:source/%=%)"
+       @echo "=====deal.II====3d====debug======$(MT)== $(<:$D/deal.II/source/%=%)"
        @$(CXX) $(CXXFLAGS.g) -Ddeal_II_dimension=3 -c $< -o $@
 $(LIBDIR)/3d/%.$(OBJEXT) :
-       @echo "=====deal.II====3d====optimized==$(MT)== $(<:source/%=%)"
+       @echo "=====deal.II====3d====optimized==$(MT)== $(<:$D/deal.II/source/%=%)"
        @$(CXX) $(CXXFLAGS.o) -Ddeal_II_dimension=3 -c $< -o $@
 
 source/%.inst : source/%.inst.in $D/common/template-arguments \

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.