Annotation of libaitsess/contrib/Makefile, revision 1.2.2.2

1.1       misho       1: all:
1.2       misho       2:        gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread
                      3:        gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread
1.2.2.2 ! misho       4:        gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test_mem test_mem.c -laitsess -laitio
1.2       misho       5: 
                      6: clean:
1.2.2.1   misho       7:        rm -f test test2 test_mem *.o *~

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