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, 10 months ago) by misho
Branches: sched4_2
Diff to: branchpoint 1.3: preferred, unified
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

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

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