--- libaitcfg/lib/Makefile.in 2008/10/03 17:29:16 1.1.2.2 +++ libaitcfg/lib/Makefile.in 2022/12/05 22:31:12 1.4 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.1.2.2 2008/10/03 17:29:16 misho Exp $ +# $Id: Makefile.in,v 1.4 2022/12/05 22:31:12 misho Exp $ # prefix = @prefix@ @@ -13,15 +13,20 @@ libdir = @libdir@ INSTALL = @INSTALL@ VERS = @PACKAGE_VERSION@ -LIBSO = @PACKAGE_NAME@.so +LIBSO = libaitcfg.so +LIBA = libaitcfg.a all: + @ln -sf ${LIBSO} ${LIBSO}.${VERS} depend: clean: - @rm -f ${LIBSO} *~ + @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~ install: + ${INSTALL} -d ${prefix} + ${INSTALL} -d ${libdir} + ${INSTALL} ${LIBA} ${libdir} ${INSTALL} ${LIBSO} ${libdir} @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}