Diff for /libaitpelco/lib/Makefile.in between versions 1.1 and 1.2

version 1.1, 2010/01/22 00:57:32 version 1.2, 2012/07/22 22:21:50
Line 12  libdir = @libdir@ Line 12  libdir = @libdir@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
VERS = 1.0VERS = @PACKAGE_VERSION@
 LIBSO = libaitpelco.so  LIBSO = libaitpelco.so
 LIBA = libaitpelco.a  LIBA = libaitpelco.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.2


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