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, 5 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: all:
    2: 	${CC} -Wall -g -o test_enclen -I ../inc -L ../lib test_enclen.c -laitmqtt
    3: 	${CC} -Wall -g -o test_declen -I ../inc -L ../lib test_declen.c -laitmqtt
    4: 	${CC} -Wall -g -o test -I ../inc -L ../lib test.c -laitmqtt
    5: 	${CC} -Wall -g -o cmds -I ../inc -L ../lib cmds.c -laitmqtt
    6: 
    7: clean:
    8: 	rm -f *.o *~ test_enclen test_declen test cmds

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