** install_libs:
[libfirm] / MakeTargets
index 7550378..e4a8cc2 100644 (file)
@@ -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' are ranlib'ed already, and the '.so' doesn't need ranlib-ing
+       # $(RANLIB) $(addprefix $(LIBDIR)/,$(INSTALL_LIBS))
 endif