Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1088 → Rev 1102

/demos/trunk/oldexamples/kernel/makefile
7,7 → 7,7
endif
include $(BASE)/config/config.mk
 
PROGS= test4 test5 test6 test7 test8 testa testc testd teste testf testg
PROGS= testc testd teste testf testg
PROGS+= testh testi testj testk testl testm testn testo testp
PROGS+= testq testr tests testu testw testz testss
PROGS+= ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 sysend
15,18 → 15,6
 
include $(BASE)/config/example.mk
 
test4:
make -f $(SUBMAKE) BASE=$(BASE) BASE=$(BASE) APP=test4 INIT=init1.o OTHEROBJS=
test5:
make -f $(SUBMAKE) BASE=$(BASE) APP=test5 INIT=init1.o OTHEROBJS=
test6:
make -f $(SUBMAKE) BASE=$(BASE) APP=test6 INIT=init2.o OTHEROBJS=
test7:
make -f $(SUBMAKE) BASE=$(BASE) APP=test7 INIT=init2.o OTHEROBJS=
test8:
make -f $(SUBMAKE) BASE=$(BASE) APP=test8 INIT=init2.o OTHEROBJS=
testa:
make -f $(SUBMAKE) BASE=$(BASE) APP=testa INIT=init3.o OTHEROBJS=
testc:
make -f $(SUBMAKE) BASE=$(BASE) APP=testc INIT=init4.o OTHEROBJS=
testd: