File:  [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / example / Makefile
Revision 1.2.14.2: download - view: text, annotated - select for diffs - revision graph
Fri Sep 16 04:14:03 2022 UTC (22 months ago) by misho
Branches: mqtt1_8
Diff to: branchpoint 1.2: preferred, unified
fix issue with subscribers

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

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