File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Makefile
Revision 1.4.10.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 28 11:58:12 2014 UTC (10 years, 5 months ago) by misho
Branches: sched4_7
Diff to: branchpoint 1.4: preferred, colored
add new UT

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_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_basic -O2 -Wall -g test_basic.c -laitsched

clean:
	rm -f test test_time test_brut test_basic *.o *~

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