Diff for /mqtt/lib/Attic/Makefile between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2011/11/07 08:47:16 version 1.1.1.1.2.1, 2011/11/22 20:22:57
Line 15  INSTALL = /usr/bin/install -c Line 15  INSTALL = /usr/bin/install -c
 VERS = 1.0  VERS = 1.0
 LIBSO = libaitmqtt.so  LIBSO = libaitmqtt.so
 LIBA = libaitmqtt.a  LIBA = libaitmqtt.a
   RTLM_DB = mqtt_db.so
   
 all:  all:
         @ln -sf ${LIBSO} ${LIBSO}.${VERS}          @ln -sf ${LIBSO} ${LIBSO}.${VERS}
Line 22  all: Line 23  all:
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~ ${RTLM_DB}
   
 install:  install:
         ${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}
   
           ${INSTALL} -d ${libdir}/mqtt
           ${INSTALL} ${RTLM_DB} ${libdir}/mqtt

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


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