Annotation of libaitio/example/Makefile, revision 1.18
1.1 misho 1: all:
1.17 misho 2: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitio -lelwix
3: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o dir dir.c -laitio -lelwix
4: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o watchdir watchdir.c -laitio -lelwix
5: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o crypt crypt.c -laitio -lelwix
6: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o aes aes.c -laitio -lelwix
7: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o recvfile recvfile.c -laitio -lelwix
8: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o sendfile sendfile.c -laitio -lelwix
9: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_bufio test_bufio.c -laitio -lelwix
10: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -lelwix
11: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread
12: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread
13: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread
1.18 ! misho 14: cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_exec test_exec.c -laitio -lelwix
1.1 misho 15:
16: clean:
1.16 misho 17: rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \
1.18 ! misho 18: test_aio test_sess test2_sess bpf test_exec
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>