File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / example / Attic / Makefile
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Mon Nov 7 16:55:45 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
added funcs & unit test

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

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