]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Output only lib name, no path.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Mar 2001 14:49:29 +0000 (14:49 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Mar 2001 14:49:29 +0000 (14:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@4235 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/Makefile
deal.II/lac/Makefile

index 04771f90c31661afc1e484ee3b67f3f06834cb93..4dbdf9ae054d25e2f81439f2f4ad21e6c5addca3 100644 (file)
@@ -78,20 +78,20 @@ endif
 
 
 $(LIBDIR)/libbase.a: $(forward-declarations) $(o-files)
-       @echo =====base=============optimized==$(MT)== Linking library:   $@
+       @echo =====base=============optimized==$(MT)== Linking library:   $(@F)
        @ar ruv $@ $(o-files)
 
 $(LIBDIR)/libbase.g.a: $(forward-declarations) $(go-files)
-       @echo =====base=============debug======$(MT)== Linking library:   $@
+       @echo =====base=============debug======$(MT)== Linking library:   $(@F)
        @ar ruv $@ $(go-files)
 
 
 $(LIBDIR)/libbase.so: $(forward-declarations) $(o-files)
-       @echo =====base=============optimized==$(MT)== Linking library:   $@
+       @echo =====base=============optimized==$(MT)== Linking library:   $(@F)
        @$(CC) $(CXXFLAGS.o) -shared -o $@ $(o-files)
 
 $(LIBDIR)/libbase.g.so: $(forward-declarations) $(go-files)
-       @echo =====base=============debug======$(MT)== Linking library:   $@
+       @echo =====base=============debug======$(MT)== Linking library:   $(@F)
        @$(CC) $(CXXFLAGS.g) -shared -o $@ $(go-files)
 
 
index 8ce1fb2b668f08a4b30925114dcb8c97f3340fe8..3e8a3262354323097a38668bbca7573646d600f6 100644 (file)
@@ -50,20 +50,20 @@ endif
 
 
 $(LIBDIR)/liblac.a: $(forward-declarations) $(o-files)
-       @echo =====lac==============optimized==$(MT)== Linking library:   $@
+       @echo =====lac==============optimized==$(MT)== Linking library:   $(@F)
        @ar ruv $@ $(o-files)
 
 $(LIBDIR)/liblac.g.a: $(forward-declarations) $(go-files)
-       @echo =====lac==============debug======$(MT)== Linking library:   $@
+       @echo =====lac==============debug======$(MT)== Linking library:   $(@F)
        @ar ruv $@ $(go-files)
 
 
 $(LIBDIR)/liblac.so: $(forward-declarations) $(o-files)
-       @echo =====lac==============optimized==$(MT)== Linking library:   $@
+       @echo =====lac==============optimized==$(MT)== Linking library:   $(@F)
        @$(CC) $(CXXFLAGS.o) -shared -o $@ $(o-files)
 
 $(LIBDIR)/liblac.g.so: $(forward-declarations) $(go-files)
-       @echo =====lac==============debug======$(MT)== Linking library:   $@
+       @echo =====lac==============debug======$(MT)== Linking library:   $(@F)
        @$(CC) $(CXXFLAGS.g) -shared -o $@ $(go-files)
 
 

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.