version 1.2.2.2, 2012/02/27 23:57:12
|
version 1.3.2.1, 2012/05/23 15:14:41
|
Line 1
|
Line 1
|
all: |
all: |
gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread |
gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test test.c -laitsess -laitio -lpthread |
gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread |
gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test2 test2.c -laitsess -laitio -lpthread |
gcc -I/usr/local/include -I. -L. -L/usr/local/lib -g -O2 -o test_mem test_mem.c -laitsess -laitio |
|
|
|
clean: |
clean: |
rm -f test test2 test_mem *.o *~ | rm -f test test2 *.o *~ |