Subversion Repositories shark

Rev

Rev 1105 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1093 pj 1
#
2
#
3
#
4
 
5
ifndef BASE
6
BASE=../../..
7
endif
8
include $(BASE)/config/config.mk
9
 
10
PROGS= simple hello hello1 hello2 test0 treef1 treec1 treec2
11
 
12
include $(BASE)/config/example.mk
13
 
14
simple:
15
	make -f $(SUBMAKE) BASE=$(BASE) APP=simple INIT=initfs.o OTHEROBJS=
16
hello:
17
	make -f $(SUBMAKE) BASE=$(BASE) APP=hello INIT=initfs.o OTHEROBJS=
18
hello1:
19
	make -f $(SUBMAKE) BASE=$(BASE) APP=hello1 INIT=initfs.o OTHEROBJS=common.o
20
hello2:
21
	make -f $(SUBMAKE) BASE=$(BASE) APP=hello2 INIT=initfs.o OTHEROBJS=common.o
22
test0:
23
	make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
24
treef1:
25
	make -f $(SUBMAKE) BASE=$(BASE) APP=treef1 INIT=initfs.o OTHEROBJS=common.o
26
treec1:
27
	make -f $(SUBMAKE) BASE=$(BASE) APP=treec1 INIT=initfs.o OTHEROBJS=common.o
28
treec2:
29
	make -f $(SUBMAKE) BASE=$(BASE) APP=treec2 INIT=initfs.o OTHEROBJS=common.o