X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=9e0d7a44d1f08782d30ab74aea331529950a4b31;hb=a89063290e573d23f0ef4d827a68b319ae74e594;hp=d08b95eeb2f1dad678c4f9b09aba926c9cf0b7bd;hpb=4ee068a0c45f583892cc29ed79196d58dd474fa7;p=libfirm diff --git a/MakeTargets b/MakeTargets index d08b95eeb..9e0d7a44d 100644 --- a/MakeTargets +++ b/MakeTargets @@ -2,7 +2,7 @@ # Project: libFIRM # File name: MakeTargets # Purpose: -# Author: Till Riedel +# Author: nicht Till Riedel, das waren andere # Modified by: # Created: # CVS-ID: $Id$ @@ -72,6 +72,10 @@ local_tags: $(TAGFILES) # installation install: $(INCLUDEDIR) install_headers $(LIBDIR) install_libs + @echo ================================================ + @echo Don\'t forget to add $(LIBDIR) to LD_LIBRARY_PATH + @echo Don\'t forget to add /usr/public/libxml2/lib to LD_LIBRARY_PATH + @echo ================================================ install_headers: subdir_install_headers local_install_headers local_install_headers: @@ -83,6 +87,8 @@ install_libs: subdir_install_libs local_install_libs local_install_libs: ifneq ($(strip $(INSTALL_LIBS)),) $(INSTALL) -m u+rw,a+r $(addprefix $(topdir)/,$(INSTALL_LIBS)) $(LIBDIR) + @# the '.a' is ranlib'ed already, and the '.so' doesn't need ranlib-ing + @# $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS)) endif