Annotation of libaitcfg/example/Makefile, revision 1.2.6.1
1.2 misho 1: all:
1.2.6.1 ! misho 2: cc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc
! 3: cc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc
! 4: cc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_av2 test_av2.c -laitcfg -laitio -laitcrc
1.2 misho 5:
6: clean:
1.2.6.1 ! misho 7: rm -f *~ *.o test test_boot test_av2
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>