Annotation of libaitsched/example/Makefile, revision 1.4.10.1
1.2 misho 1: all:
2: ${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
1.3 misho 3: ${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched
1.4 misho 4: ${CC} -I/usr/local/include -L/usr/local/lib -o test_brut -O2 -Wall -g test_brut.c -laitsched
1.4.10.1! misho 5: ${CC} -I/usr/local/include -L/usr/local/lib -o test_basic -O2 -Wall -g test_basic.c -laitsched
1.2 misho 6:
7: clean:
1.4.10.1! misho 8: rm -f test test_time test_brut test_basic *.o *~
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>