File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / example / Makefile
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 26 14:44:33 2012 UTC (12 years, 11 months ago) by misho
Branches: mqtt1_1
Diff to: branchpoint 1.1.1.1: preferred, unified
added mqtt_expandTopic API

all:
	${CC} -Wall -g -o test_enclen -I ../inc -L ../lib test_enclen.c -laitmqtt
	${CC} -Wall -g -o test_declen -I ../inc -L ../lib test_declen.c -laitmqtt
	${CC} -Wall -g -o test -I ../inc -L ../lib test.c -laitmqtt
	${CC} -Wall -g -o cmds -I ../inc -L ../lib cmds.c -laitmqtt
	${CC} -Wall -g -o exptop -I ../inc -L ../lib exptop.c -laitmqtt

clean:
	rm -f *.o *~ test_enclen test_declen test cmds exptop

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