File: 
 
[ELWIX - Embedded LightWeight unIX -] / 
libaitsched / 
example / 
Makefile
 Revision 
1.5: 
download - view: 
text, 
annotated - 
select for diffs - 
revision graph
Tue Jan 28 13:17:33 2014 UTC (11 years, 9 months ago) by 
misho
Branches: 
MAIN
CVS tags: 
sched8_5,
sched8_4,
sched8_3,
sched8_2,
sched8_1,
sched8_0,
sched7_9,
sched7_8,
sched7_7,
sched7_6,
sched7_5,
sched7_4,
sched7_3,
sched7_2,
sched7_1,
sched7_0,
sched6_9,
sched6_8,
sched6_7,
sched6_6,
sched6_5,
sched6_4,
sched6_3,
sched6_2,
sched6_1,
sched6_0,
sched5_2,
sched5_1,
sched5_0,
SCHED8_4,
SCHED8_3,
SCHED8_2,
SCHED8_1,
SCHED8_0,
SCHED7_9,
SCHED7_8,
SCHED7_7,
SCHED7_6,
SCHED7_5,
SCHED7_4,
SCHED7_3,
SCHED7_2,
SCHED7_1,
SCHED7_0,
SCHED6_9,
SCHED6_8,
SCHED6_7,
SCHED6_6,
SCHED6_5,
SCHED6_4,
SCHED6_3,
SCHED6_2,
SCHED6_1,
SCHED6_0,
SCHED5_2,
SCHED5_1,
SCHED5_0,
SCHED4_7,
HEAD
version 4.7
    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: 	${CC} -I/usr/local/include -L/usr/local/lib -o test_basic -O2 -Wall -g test_basic.c -laitsched
    6: 
    7: clean:
    8: 	rm -f test test_time test_brut test_basic *.o *~
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>