Diff for /libaitio/example/Makefile between versions 1.17 and 1.18

version 1.17, 2013/06/26 22:48:53 version 1.18, 2013/12/15 22:57:20
Line 11  all: Line 11  all:
         cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread          cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sess test_sess.c -laitio -lelwix -lpthread
         cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread          cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test2_sess test2_sess.c -laitio -lelwix -lpthread
         cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread          cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o bpf bpf.c -laitio -lelwix -lpthread
           cc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_exec test_exec.c -laitio -lelwix
   
 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 bpf                test_aio test_sess test2_sess bpf test_exec

Removed from v.1.17  
changed lines
  Added in v.1.18


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