Diff for /mqtt/src/Attic/Makefile between versions 1.1.1.1.2.10 and 1.1.1.1.2.12

version 1.1.1.1.2.10, 2011/11/30 00:12:30 version 1.1.1.1.2.12, 2011/12/01 00:10:18
Line 19  BIN = ../bin Line 19  BIN = ../bin
 INC = ../inc  INC = ../inc
 LIB = ../lib  LIB = ../lib
   
LIBS = -laitio -laitcfg -lsqlite3LIBS = -laitio -laitcfg -laitsched -lsqlite3
 LDADD = -laitmqtt ${LIBS}  LDADD = -laitmqtt ${LIBS}
   
 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
Line 28  LDFLAGS = -L. -L${LIB} -L${libdir} -L/usr/local/lib  Line 28  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}
   
MQTTD_SRCS = mqttd.c compile.c dl.c utils.cMQTTD_SRCS = mqttd.c compile.c dl.c utils.c daemon.c
MQTTD_OBJS = mqttd.o compile.o dl.o utils.oMQTTD_OBJS = mqttd.o compile.o dl.o utils.o daemon.o
 MQTTD_PROG = mqttd  MQTTD_PROG = mqttd
   
 MQTT_SRCS = mqtt.c compile.c dl.c  MQTT_SRCS = mqtt.c compile.c dl.c

Removed from v.1.1.1.1.2.10  
changed lines
  Added in v.1.1.1.1.2.12


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