Diff for /mqtt/src/Attic/Makefile between versions 1.1.1.1.2.13 and 1.1.1.1.2.16

version 1.1.1.1.2.13, 2011/12/01 00:15:00 version 1.1.1.1.2.16, 2011/12/14 12:45:30
Line 20  INC = ../inc Line 20  INC = ../inc
 LIB = ../lib  LIB = ../lib
   
 LIBS = -laitio -laitcfg -lsqlite3  LIBS = -laitio -laitcfg -lsqlite3
LDADD = -laitmqtt -lpthread -laitsched -laitio -laitcfg LDADD = -laitmqtt -lpthread -laitsched -laitio -laitcfg -lutil -lcrypto
   
 CFLAGS = -I. -I${INC} -I${includedir} -Wall -O2 -fPIC -I/usr/local/include -g -O2  CFLAGS = -I. -I${INC} -I${includedir} -Wall -O2 -fPIC -I/usr/local/include -g -O2
LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib
   
 SRCS = ${MQTTLIB_SRCS} ${MQTTD_SRCS} ${MQTT_SRCS} ${MQTTPUB_SRCS} ${MQTTACC_SRCS} ${MQTTLOG_SRCS}  SRCS = ${MQTTLIB_SRCS} ${MQTTD_SRCS} ${MQTT_SRCS} ${MQTTPUB_SRCS} ${MQTTACC_SRCS} ${MQTTLOG_SRCS}
 PROGS = ${LIBA} ${LIBSO} ${MQTTD_PROG} ${MQTT_PROG} ${RTLM_PUB} ${RTLM_ACC} ${RTLM_LOG}  PROGS = ${LIBA} ${LIBSO} ${MQTTD_PROG} ${MQTT_PROG} ${RTLM_PUB} ${RTLM_ACC} ${RTLM_LOG}
Line 32  MQTTD_SRCS = mqttd.c compile.c dl.c utils.c daemon.c Line 32  MQTTD_SRCS = mqttd.c compile.c dl.c utils.c daemon.c
 MQTTD_OBJS = mqttd.o compile.o dl.o utils.o daemon.o  MQTTD_OBJS = mqttd.o compile.o dl.o utils.o daemon.o
 MQTTD_PROG = mqttd  MQTTD_PROG = mqttd
   
MQTT_SRCS = mqtt.c compile.c dl.cMQTT_SRCS = mqtt.c compile.c dl.c client.c
MQTT_OBJS = mqtt.o compile.o dl.oMQTT_OBJS = mqtt.o compile.o dl.o client.o
 MQTT_PROG = mqtt  MQTT_PROG = mqtt
   
 MQTTLIB_SRCS = aitmqtt.c conn.c pub.c sub.c recv.c  MQTTLIB_SRCS = aitmqtt.c conn.c pub.c sub.c recv.c

Removed from v.1.1.1.1.2.13  
changed lines
  Added in v.1.1.1.1.2.16


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