From: <sg...@us...> - 2003-09-01 04:59:04
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv1073/toc/make Modified Files: makerules.SHARED_LIBS Log Message: Changed from LIBS to LIBEXECS. Index: makerules.SHARED_LIBS =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/makerules.SHARED_LIBS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- makerules.SHARED_LIBS 28 Aug 2003 09:16:56 -0000 1.1 +++ makerules.SHARED_LIBS 1 Sep 2003 04:59:01 -0000 1.2 @@ -20,17 +20,16 @@ \$(call toc_link_shared_lib,${t}) install-so-${sofile}: - @\$(call toc_make_install_so,${sofile},\$(${t}_so_MAJOR),\$(${t}_so_MINOR),\$(${t}_so_PATCH),\$(INSTALL_LIBS_DEST)) + @\$(call toc_make_install_so,${sofile},\$(${t}_so_MAJOR),\$(${t}_so_MINOR),\$(${t}_so_PATCH),\$(INSTALL_LIBEXECS_DEST)) uninstall-so-${sofile}: - @\$(call toc_make_uninstall,${sofile} ${sofile}.\$(${t}_so_MAJOR) ${sofile}.\$(${t}_so_MAJOR).\$(${t}_so_MINOR) ${sofile}.\$(${t}_so_MAJOR).\$(${t}_so_MINOR).\$(${t}_so_PATCH),\$(INSTALL_LIBS_DEST)) + @\$(call toc_make_uninstall,${sofile} ${sofile}.\$(${t}_so_MAJOR) ${sofile}.\$(${t}_so_MAJOR).\$(${t}_so_MINOR) ${sofile}.\$(${t}_so_MAJOR).\$(${t}_so_MINOR).\$(${t}_so_PATCH),\$(INSTALL_LIBEXECS_DEST)) -install-LIBS: install-so-${sofile} -uninstall-LIBS: uninstall-so-${sofile} +install-LIBEXECS: install-so-${sofile} +uninstall-LIBEXECS: uninstall-so-${sofile} libs-static: lib-${t} -INSTALL_LIBS += ${sofile} EOF done |