Diff for /libaitio/example/Makefile between versions 1.16 and 1.16.8.1

version 1.16, 2013/03/13 14:54:38 version 1.16.8.1, 2013/06/25 09:08:10
Line 10  all: Line 10  all:
         gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -lelwix          gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -lelwix
         gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread          gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread
         gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread          gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread
           gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread
   
 clean:  clean:
         rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \          rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \
                test_aio test_sess test2_sess                test_aio test_sess test2_sess bpf

Removed from v.1.16  
changed lines
  Added in v.1.16.8.1


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