File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Makefile
Revision 1.3.40.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 26 15:01:07 2013 UTC (10 years, 11 months ago) by misho
Branches: sched4_2
Diff to: branchpoint 1.3: preferred, unified
add new ut

    1: all:
    2: 	${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
    3: 	${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched
    4: 	${CC} -I/usr/local/include -L/usr/local/lib -o test_brut -O2 -Wall -g test_brut.c -laitsched
    5: 
    6: clean:
    7: 	rm -f test test_time test_brut *.o *~

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>