Subversion Repositories shark

Rev

Rev 1105 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#
#
#

ifndef BASE
BASE=../../..
endif
include $(BASE)/config/config.mk

PROGS= simple hello hello1 hello2 test0 treef1 treec1 treec2

include $(BASE)/config/example.mk

simple:
        make -f $(SUBMAKE) BASE=$(BASE) APP=simple OTHEROBJS=initfs.o
hello:
        make -f $(SUBMAKE) BASE=$(BASE) APP=hello OTHEROBJS=initfs.o
hello1:
        make -f $(SUBMAKE) BASE=$(BASE) APP=hello1 OTHEROBJS="initfs.o common.o"
hello2:
        make -f $(SUBMAKE) BASE=$(BASE) APP=hello2 OTHEROBJS="initfs.o common.o"
test0:
        make -f $(SUBMAKE) BASE=$(BASE) APP=test0 OTHEROBJS="initfs.o common.o"
treef1:
        make -f $(SUBMAKE) BASE=$(BASE) APP=treef1 OTHEROBJS="initfs.o common.o"
treec1:
        make -f $(SUBMAKE) BASE=$(BASE) APP=treec1 OTHEROBJS="initfs.o common.o"
treec2:
        make -f $(SUBMAKE) BASE=$(BASE) APP=treec2 OTHEROBJS="initfs.o common.o"