Annotation of libaitcfg/example/Makefile, revision 1.5.24.1
1.2 misho 1: all:
1.5 misho 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
1.5.24.1! misho 6: ${CC} -g -I/usr/local/include -L/usr/local/lib -O2 -o testcfg testcfg.c -laitcfg -lelwix
1.2 misho 7:
8: clean:
1.5.24.1! misho 9: rm -f *~ *.o test test_boot test_av2 test_pwd testcfg
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>