Diff for /libaitio/lib/Makefile.in between versions 1.1 and 1.4

version 1.1, 2010/02/23 22:54:52 version 1.4, 2011/08/29 12:00:57
Line 1 Line 1
 #  #
# (C) 2010 by Michael Pounov <misho@openbsd-bg.org># (C) 2010 by Michael Pounov <misho@elwix.org>
 #   AITNET ltd - Sofia/Bulgaria  #   AITNET ltd - Sofia/Bulgaria
 #  #
 # $Author$  # $Author$
Line 12  libdir = @libdir@ Line 12  libdir = @libdir@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
VERS = 1.0VERS = @PACKAGE_VERSION@
 LIBSO = libaitio.so  LIBSO = libaitio.so
 LIBA = libaitio.a  LIBA = libaitio.a
   
 all:  all:
           @ln -sf ${LIBSO} ${LIBSO}.${VERS}
   
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBSO} ${LIBA} *~        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   
 install:  install:
         ${INSTALL} ${LIBA} ${libdir}          ${INSTALL} ${LIBA} ${libdir}

Removed from v.1.1  
changed lines
  Added in v.1.4


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