File:
[ELWIX - Embedded LightWeight unIX -] /
libaitcfg /
example /
Makefile
Revision
1.6:
download - view:
text,
annotated -
select for diffs -
revision graph
Fri Nov 26 01:15:03 2021 UTC (3 years, 1 month ago) by
misho
Branches:
MAIN
CVS tags:
cfg9_5,
cfg9_4,
cfg9_3,
cfg9_2,
cfg9_1,
HEAD,
CFG9_4,
CFG9_3,
CFG9_2,
CFG9_1,
CFG9_0
version 9.0
all:
${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -lelwix
${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -lelwix
${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -lelwix
${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o test_pwd test_pwd.c -laitcfg -lelwix
${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o testcfg testcfg.c -laitcfg -lelwix
clean:
rm -f *~ *.o test test_boot test_av2 test_pwd testcfg
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>