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

    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>