Set explicitely the tarval mode to wrap around
[libfirm] / MakeTargets
index 3cf04bd..9e0d7a4 100644 (file)
@@ -1,8 +1,13 @@
-# Hey Emacs, this is a -*- makefile -*-
 #
-# libFIRM Project
-#
-# $Id$
+# Project:     libFIRM
+# File name:   MakeTargets
+# Purpose:
+# Author:      nicht Till Riedel, das waren andere
+# Modified by:
+# Created:
+# CVS-ID:      $Id$
+# Copyright:   (c) 2002-2003 Universität Karlsruhe
+# Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
 #
 
 .PHONY: subdir_all
@@ -67,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:
@@ -78,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