File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / example / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 26 13:07:33 2012 UTC (12 years, 4 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

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

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

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