File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Makefile
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Aug 26 18:48:23 2013 UTC (10 years, 10 months ago) by misho
Branches: MAIN
CVS tags: sched4_7, sched4_6, sched4_5, sched4_4, sched4_3, SCHED4_6, SCHED4_5, SCHED4_4, SCHED4_3, SCHED4_2, HEAD
version 4.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_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>