version 1.4, 2013/08/26 18:48:23
|
version 1.4.10.1, 2014/01/28 11:58:12
|
Line 2 all:
|
Line 2 all:
|
${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched |
${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched |
${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched |
${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched |
${CC} -I/usr/local/include -L/usr/local/lib -o test_brut -O2 -Wall -g test_brut.c -laitsched |
${CC} -I/usr/local/include -L/usr/local/lib -o test_brut -O2 -Wall -g test_brut.c -laitsched |
|
${CC} -I/usr/local/include -L/usr/local/lib -o test_basic -O2 -Wall -g test_basic.c -laitsched |
|
|
clean: |
clean: |
rm -f test test_time test_brut *.o *~ | rm -f test test_time test_brut test_basic *.o *~ |