Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1086 → Rev 1088

/demos/trunk/oldexamples/kernel/makefile
16,82 → 16,70
include $(BASE)/config/example.mk
 
test4:
make -f $(SUBMAKE) APP=test4 INIT=init1.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) BASE=$(BASE) APP=test4 INIT=init1.o OTHEROBJS=
test5:
make -f $(SUBMAKE) APP=test5 INIT=init1.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=test5 INIT=init1.o OTHEROBJS=
test6:
make -f $(SUBMAKE) APP=test6 INIT=init2.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=test6 INIT=init2.o OTHEROBJS=
test7:
make -f $(SUBMAKE) APP=test7 INIT=init2.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=test7 INIT=init2.o OTHEROBJS=
test8:
make -f $(SUBMAKE) APP=test8 INIT=init2.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=test8 INIT=init2.o OTHEROBJS=
testa:
make -f $(SUBMAKE) APP=testa INIT=init3.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testa INIT=init3.o OTHEROBJS=
testc:
make -f $(SUBMAKE) APP=testc INIT=init4.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testc INIT=init4.o OTHEROBJS=
testd:
make -f $(SUBMAKE) APP=testd INIT=init5.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testd INIT=init5.o OTHEROBJS=
teste:
make -f $(SUBMAKE) APP=teste INIT=init6.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=teste INIT=init6.o OTHEROBJS=
testf:
make -f $(SUBMAKE) APP=testf INIT=h3pi.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testf INIT=h3pi.o OTHEROBJS=
testg:
make -f $(SUBMAKE) APP=testg INIT=initg.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testg INIT=initg.o OTHEROBJS=
testh:
make -f $(SUBMAKE) APP=testh INIT=h3pi.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testh INIT=h3pi.o OTHEROBJS=
testi:
make -f $(SUBMAKE) APP=testi INIT=h3pi.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testi INIT=h3pi.o OTHEROBJS=
testj:
make -f $(SUBMAKE) APP=testj INIT=h3pi.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testj INIT=h3pi.o OTHEROBJS=
testk:
make -f $(SUBMAKE) APP=testk INIT=h3pi.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testk INIT=h3pi.o OTHEROBJS=
testl:
make -f $(SUBMAKE) APP=testl INIT=h3pips.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testl INIT=h3pips.o OTHEROBJS=
testm:
make -f $(SUBMAKE) APP=testm INIT=rm1.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testm INIT=rm1.o OTHEROBJS=
testn:
make -f $(SUBMAKE) APP=testn INIT=hartik3.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testn INIT=hartik3.o OTHEROBJS=
testo:
make -f $(SUBMAKE) APP=testo INIT=hartik3.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testo INIT=hartik3.o OTHEROBJS=
testp:
make -f $(SUBMAKE) APP=testp INIT=hartik3.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testp INIT=hartik3.o OTHEROBJS=
testq:
make -f $(SUBMAKE) APP=testq INIT=h3pips.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testq INIT=h3pips.o OTHEROBJS=
testr:
make -f $(SUBMAKE) APP=testr INIT=h3pips.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testr INIT=h3pips.o OTHEROBJS=
tests:
make -f $(SUBMAKE) APP=tests INIT=hartik3.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=tests INIT=hartik3.o OTHEROBJS=
testu:
make -f $(SUBMAKE) APP=testu INIT=h3pips.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testu INIT=h3pips.o OTHEROBJS=
testw:
make -f $(SUBMAKE) APP=testw INIT=pinit.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testw INIT=pinit.o OTHEROBJS=
testz:
make -f $(SUBMAKE) APP=testz INIT=hartik3.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testz INIT=hartik3.o OTHEROBJS=
testss:
make -f $(SUBMAKE) APP=testss INIT=h3piss.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=testss INIT=h3piss.o OTHEROBJS=
 
 
ptest1:
make -f $(SUBMAKE) APP=ptest1 INIT=pinit.o OTHEROBJS=
ptest2:
make -f $(SUBMAKE) APP=ptest2 INIT=pinit.o OTHEROBJS=
ptest3:
make -f $(SUBMAKE) APP=ptest3 INIT=pinit.o OTHEROBJS=
ptest4:
make -f $(SUBMAKE) APP=ptest4 INIT=pinit.o OTHEROBJS=
ptest5:
make -f $(SUBMAKE) APP=ptest5 INIT=pinit.o OTHEROBJS=
ptest6:
make -f $(SUBMAKE) APP=ptest6 INIT=pinit.o OTHEROBJS=
sysend:
make -f $(SUBMAKE) APP=sysend INIT=init1.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=sysend INIT=init1.o OTHEROBJS=
 
perf1:
make -f $(SUBMAKE) APP=perf1 INIT= OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=perf1 INIT= OTHEROBJS=
perf2:
make -f $(SUBMAKE) APP=perf2 INIT=init5.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=perf2 INIT=init5.o OTHEROBJS=
perf3:
make -f $(SUBMAKE) APP=perf3 INIT=init5.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=perf3 INIT=init5.o OTHEROBJS=
perf4:
make -f $(SUBMAKE) APP=perf4 INIT= OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=perf4 INIT= OTHEROBJS=
 
/demos/trunk/oldexamples/tracer/makefile
13,21 → 13,21
include $(BASE)/config/example.mk
 
simple:
make -f $(SUBMAKE) APP=simple INIT=initfs.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=simple INIT=initfs.o OTHEROBJS=
hello:
make -f $(SUBMAKE) APP=hello INIT=initfs.o OTHEROBJS=
make -f $(SUBMAKE) BASE=$(BASE) APP=hello INIT=initfs.o OTHEROBJS=
hello1:
make -f $(SUBMAKE) APP=hello1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=hello1 INIT=initfs.o OTHEROBJS=common.o
hello2:
make -f $(SUBMAKE) APP=hello2 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=hello2 INIT=initfs.o OTHEROBJS=common.o
test0:
make -f $(SUBMAKE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
treef1:
make -f $(SUBMAKE) APP=treef1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=treef1 INIT=initfs.o OTHEROBJS=common.o
treec1:
make -f $(SUBMAKE) APP=treec1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=treec1 INIT=initfs.o OTHEROBJS=common.o
treec2:
make -f $(SUBMAKE) APP=treec2 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=treec2 INIT=initfs.o OTHEROBJS=common.o
 
#
#
/demos/trunk/oldexamples/stdio/makefile
13,16 → 13,16
include $(BASE)/config/example.mk
 
test0:
make -f $(SUBMAKE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
 
test1:
make -f $(SUBMAKE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
 
test2:
make -f $(SUBMAKE) APP=test2 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test2 INIT=initfs.o OTHEROBJS=common.o
 
test3:
make -f $(SUBMAKE) APP=test3 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test3 INIT=initfs.o OTHEROBJS=common.o
 
test4:
make -f $(SUBMAKE) APP=test4 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test4 INIT=initfs.o OTHEROBJS=common.o
/demos/trunk/oldexamples/fs/makefile
21,25 → 21,25
#
 
hello:
make -f $(SUBMAKE) APP=hello INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=hello INIT=initfs.o OTHEROBJS=common.o
 
test0:
make -f $(SUBMAKE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
 
test1:
make -f $(SUBMAKE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
 
testu:
make -f $(SUBMAKE) APP=testu INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=testu INIT=initfs.o OTHEROBJS=common.o
 
testw0:
make -f $(SUBMAKE) APP=testw0 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=testw0 INIT=initfs.o OTHEROBJS=common.o
 
testw1:
make -f $(SUBMAKE) APP=testw1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=testw1 INIT=initfs.o OTHEROBJS=common.o
 
tree1:
make -f $(SUBMAKE) APP=tree1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=tree1 INIT=initfs.o OTHEROBJS=common.o
 
tree2:
make -f $(SUBMAKE) APP=tree2 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=tree2 INIT=initfs.o OTHEROBJS=common.o
/demos/trunk/oldexamples/block/makefile
17,19 → 17,19
#
 
idetest0:
make -f $(SUBMAKE) APP=idetest0 INIT=initblk.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=idetest0 INIT=initblk.o OTHEROBJS=common.o
 
idetest1:
make -f $(SUBMAKE) APP=idetest1 INIT=initblk.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=idetest1 INIT=initblk.o OTHEROBJS=common.o
 
idetest2:
make -f $(SUBMAKE) APP=idetest2 INIT=initblk.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=idetest2 INIT=initblk.o OTHEROBJS=common.o
 
idetest3:
make -f $(SUBMAKE) APP=idetest3 INIT=initblk.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=idetest3 INIT=initblk.o OTHEROBJS=common.o
 
idelin:
make -f $(SUBMAKE) APP=idelin INIT=initblk.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=idelin INIT=initblk.o OTHEROBJS=common.o
 
idernd:
make -f $(SUBMAKE) APP=idernd INIT=initblk.o OTHEROBJS=common.o
make -f $(SUBMAKE) BASE=$(BASE) APP=idernd INIT=initblk.o OTHEROBJS=common.o