--- libaitsess/lib/Makefile.in 2008/09/30 20:05:20 1.1.2.1 +++ libaitsess/lib/Makefile.in 2011/06/16 19:55:45 1.2.2.1 @@ -1,15 +1,30 @@ -libdir = /usr/local/lib +# +# (C) 2008 by Michael Pounov +# AITNET ltd - Sofia/Bulgaria +# +# $Author: misho $ +# $Id: Makefile.in,v 1.2.2.1 2011/06/16 19:55:45 misho Exp $ +# -INSTALL = install +prefix = @prefix@ +exec_prefix = @exec_prefix@ +libdir = @libdir@ -LIBSO = libaitsess.so +INSTALL = @INSTALL@ +VERS = @PACKAGE_VERSION@ +LIBSO = @PACKAGE_NAME@.so +LIBA = @PACKAGE_NAME@.a + all: + @ln -sf ${LIBSO} ${LIBSO}.${VERS} depend: clean: - @rm -f ${LIBSO} *~ + @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~ install: + ${INSTALL} ${LIBA} ${libdir} ${INSTALL} ${LIBSO} ${libdir} + @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}