version 1.8, 2011/10/31 13:53:50
|
version 1.15, 2012/08/29 13:51:29
|
Line 1
|
Line 1
|
all: |
all: |
gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test test.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o dir dir.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o astvar astvar.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o astvar astvar.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o watchdir watchdir.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o watchdir watchdir.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o crypt crypt.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o crypt crypt.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o test_array test_array.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_array test_array.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o test_sarray test_sarray.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o test_sarray test_sarray.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o envargs envargs.c -laitio | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o envargs envargs.c -laitio -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o rb rb.c | gcc -g -I/usr/local/include -I. -L. -L/usr/local/lib -o rb rb.c -laitcrc |
gcc -g -I../inc -I. -L. -L../lib -o aes aes.c -laitio | 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 aes aes.c -laitio -laitcrc |
| 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 test dir astvar watchdir crypt test_array test_sarray envargs rb aes | rm -f *.o *~ test_aio.dat test dir astvar watchdir crypt test_array test_sarray \ |
| envargs rb rb2 aes recvfile sendfile test_n2 test_bufio test_vars test_mem test_aio |