Annotation of libaitcfg/example/Makefile, revision 1.5

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.2       misho       6: 
                      7: clean:
1.4       misho       8:        rm -f *~ *.o test test_boot test_av2 test_pwd

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