Diff for /libaitsess/lib/Makefile.in between versions 1.1.2.1 and 1.3

version 1.1.2.1, 2008/09/30 20:05:20 version 1.3, 2011/09/07 13:11:55
Line 1 Line 1
libdir = /usr/local/lib#
 # (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
 #   AITNET ltd - Sofia/Bulgaria
 #
 # $Author$
 # $Id$
 #
   
INSTALL = installprefix = @prefix@
 exec_prefix = @exec_prefix@
 libdir = @libdir@
   
LIBSO = libaitsess.soINSTALL = @INSTALL@
   
   VERS = @PACKAGE_VERSION@
   LIBSO = @PACKAGE_NAME@.so
   LIBA = @PACKAGE_NAME@.a
   
 all:  all:
           @ln -sf ${LIBSO} ${LIBSO}.${VERS}
   
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBSO} *~        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   
 install:  install:
           ${INSTALL} ${LIBA} ${libdir}
         ${INSTALL} ${LIBSO} ${libdir}          ${INSTALL} ${LIBSO} ${libdir}
           @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

Removed from v.1.1.2.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>