Return to Makefile CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitsess / contrib |
version 1.1.1.1.6.1, 2011/09/07 15:59:46 | version 1.2, 2012/02/10 23:38:29 |
---|---|
Line 1 | Line 1 |
all: | all: |
gcc -I/usr/local/include -I. -L. -L/usr/local/lib -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 -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 |
clean: | clean: |
rm -f test test2 *.o *~ | rm -f test test2 *.o *~ |