Diff for /libaitcfg/lib/Makefile.in between versions 1.2.8.1 and 1.5

version 1.2.8.1, 2011/06/16 19:45:00 version 1.5, 2025/01/31 00:03:15
Line 13  libdir = @libdir@ Line 13  libdir = @libdir@
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
 VERS = @PACKAGE_VERSION@  VERS = @PACKAGE_VERSION@
LIBSO = @PACKAGE_NAME@.soLIBSO = libaitcfg.so
LIBA = @PACKAGE_NAME@.aLIBA = libaitcfg.a
   
 all:  all:
         @ln -sf ${LIBSO} ${LIBSO}.${VERS}          @ln -sf ${LIBSO} ${LIBSO}.${VERS}
Line 25  clean: Line 25  clean:
         @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~          @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   
 install:  install:
           ${INSTALL} -d ${prefix}
           ${INSTALL} -d ${libdir}
         ${INSTALL} ${LIBA} ${libdir}          ${INSTALL} ${LIBA} ${libdir}
         ${INSTALL} ${LIBSO} ${libdir}          ${INSTALL} ${LIBSO} ${libdir}
         @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}          @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}
           @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.`echo ${VERS} | cut -d '.' -f 1`

Removed from v.1.2.8.1  
changed lines
  Added in v.1.5


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