Diff for /libaitpelco/lib/Makefile.in between versions 1.1.1.1 and 1.1.1.1.4.1

version 1.1.1.1, 2010/01/22 00:57:32 version 1.1.1.1.4.1, 2011/06/16 19:52:10
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.1.1  
changed lines
  Added in v.1.1.1.1.4.1


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