File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / example / Attic / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 27 15:05:38 2012 UTC (12 years, 5 months ago) by misho
Branches: MAIN
CVS tags: mqtt1_1, HEAD
added new files

    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: 	${CC} -Wall -g -o disp -I ../inc -L ../lib disp.c -laitmqtt
    7: 
    8: clean:
    9: 	rm -f *.o *~ test_enclen test_declen test cmds disp

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