File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / example / Attic / Makefile-linux
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Sep 14 16:16:55 2016 UTC (7 years, 10 months ago) by misho
Branches: mqtt1_8
adds linux makefile

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

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