version 1.1, 2012/07/03 12:12:37
|
version 1.2, 2012/07/03 12:46:00
|
Line 0
|
Line 1
|
|
# |
|
# (C) 2011 by Michael Pounov <misho@openbsd-bg.org> |
|
# AITNET ltd - Sofia/Bulgaria |
|
# |
|
# $Author$ |
|
# $Id$ |
|
# |
|
prefix = @prefix@ |
|
exec_prefix = @exec_prefix@ |
|
libdir = @libdir@ |
|
|
|
INSTALL = @INSTALL@ |
|
|
|
RTLM_PUB = mqtt_pub.so |
|
RTLM_ACC = mqtt_acc.so |
|
RTLM_LOG = mqtt_log.so |
|
|
|
all: |
|
|
|
depend: |
|
|
|
clean: |
|
@rm -f *~ ${RTLM_PUB} ${RTLM_ACC} ${RTLM_LOG} |
|
|
|
install: |
|
${INSTALL} -d ${libdir}/mqtt |
|
${INSTALL} ${RTLM_PUB} ${libdir}/mqtt |
|
${INSTALL} ${RTLM_ACC} ${libdir}/mqtt |
|
${INSTALL} ${RTLM_LOG} ${libdir}/mqtt |