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

version 1.15, 2012/08/29 13:51:29 version 1.16, 2013/03/13 14:54:38
Line 1 Line 1
 all:  all:
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o dir dir.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o dir dir.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o astvar astvar.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o watchdir watchdir.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o watchdir watchdir.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o crypt crypt.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o crypt crypt.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o aes aes.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_array test_array.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o recvfile recvfile.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sarray test_sarray.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o sendfile sendfile.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o envargs envargs.c -laitio -laitcrc        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_bufio test_bufio.c -laitio -lelwix
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o rb rb.c -laitcrc        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 rb2 rb2.c -laitcrc        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 aes aes.c -laitio -laitcrc        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 recvfile recvfile.c -laitio -laitcrc 
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o sendfile sendfile.c -laitio -laitcrc 
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_n2 test_n2.c -laitio -laitcrc 
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_bufio test_bufio.c -laitio -laitcrc 
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_vars test_vars.c -laitio -laitcrc 
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_mem test_mem.c -laitio -lpthread -laitcrc 
        gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_aio test_aio.c -laitio -laitcrc 
   
 clean:  clean:
        rm -f *.o *~ test_aio.dat test dir astvar watchdir crypt test_array test_sarray \        rm -f *.o *~ test_aio.dat test dir watchdir crypt aes recvfile sendfile test_bufio \
                envargs rb rb2 aes recvfile sendfile test_n2 test_bufio test_vars test_mem test_aio                test_aio test_sess test2_sess

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


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