File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.4.4.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 17 13:46:59 2013 UTC (11 years, 4 months ago) by misho
Branches: cfg7_0
Diff to: branchpoint 1.4: preferred, unified
fix examples

    1: all:
    2: 	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -lelwix
    3: 	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -lelwix
    4: 	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -lelwix
    5: 	${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix
    6: 
    7: clean:
    8: 	rm -f *~ *.o test test_boot test_av2 test_pwd

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