Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1086 → Rev 1088

/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