Rev 1105 | Details | Compare with Previous | 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: |
||
1144 | pj | 15 | make -f $(SUBMAKE) BASE=$(BASE) APP=simple OTHEROBJS=initfs.o SHARKOPT=__OLDCHAR__ |
1093 | pj | 16 | hello: |
1144 | pj | 17 | make -f $(SUBMAKE) BASE=$(BASE) APP=hello OTHEROBJS=initfs.o SHARKOPT=__OLDCHAR__ |
1093 | pj | 18 | hello1: |
1144 | pj | 19 | make -f $(SUBMAKE) BASE=$(BASE) APP=hello1 OTHEROBJS="initfs.o common.o" SHARKOPT=__OLDCHAR__ |
1093 | pj | 20 | hello2: |
1144 | pj | 21 | make -f $(SUBMAKE) BASE=$(BASE) APP=hello2 OTHEROBJS="initfs.o common.o" SHARKOPT=__OLDCHAR__ |
1093 | pj | 22 | test0: |
1144 | pj | 23 | make -f $(SUBMAKE) BASE=$(BASE) APP=test0 OTHEROBJS="initfs.o common.o" SHARKOPT=__OLDCHAR__ |
1093 | pj | 24 | treef1: |
1144 | pj | 25 | make -f $(SUBMAKE) BASE=$(BASE) APP=treef1 OTHEROBJS="initfs.o common.o" SHARKOPT=__OLDCHAR__ |
1093 | pj | 26 | treec1: |
1144 | pj | 27 | make -f $(SUBMAKE) BASE=$(BASE) APP=treec1 OTHEROBJS="initfs.o common.o" SHARKOPT=__OLDCHAR__ |
1093 | pj | 28 | treec2: |
1144 | pj | 29 | make -f $(SUBMAKE) BASE=$(BASE) APP=treec2 OTHEROBJS="initfs.o common.o" SHARKOPT=__OLDCHAR__ |