Rev 1120 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1120 | pj | 1 | # |
2 | # |
||
3 | # |
||
4 | |||
5 | ifndef BASE |
||
6 | BASE=../.. |
||
7 | endif |
||
8 | include $(BASE)/config/config.mk |
||
9 | |||
10 | PROGS=idetest0 idetest1 idetest2 idetest3 idelin idernd idetx430 |
||
11 | |||
12 | include $(BASE)/config/example.mk |
||
13 | |||
14 | # |
||
15 | # |
||
16 | # |
||
17 | |||
18 | idetest0: |
||
1144 | pj | 19 | make -f $(SUBMAKE) BASE=$(BASE) APP=idetest0 OTHEROBJS="common.o initblk.o" SHARKOPT=__OLDCHAR__ |
1120 | pj | 20 | |
21 | idetest1: |
||
1144 | pj | 22 | make -f $(SUBMAKE) BASE=$(BASE) APP=idetest1 OTHEROBJS="common.o initblk.o" SHARKOPT=__OLDCHAR__ |
1120 | pj | 23 | |
24 | idetest2: |
||
1144 | pj | 25 | make -f $(SUBMAKE) BASE=$(BASE) APP=idetest2 OTHEROBJS="common.o initblk.o" SHARKOPT=__OLDCHAR__ |
1120 | pj | 26 | |
27 | idetest3: |
||
1144 | pj | 28 | make -f $(SUBMAKE) BASE=$(BASE) APP=idetest3 OTHEROBJS="common.o initblk.o" SHARKOPT=__OLDCHAR__ |
1120 | pj | 29 | |
30 | idelin: |
||
1144 | pj | 31 | make -f $(SUBMAKE) BASE=$(BASE) APP=idelin OTHEROBJS="common.o initblk.o" SHARKOPT=__OLDCHAR__ |
1120 | pj | 32 | |
33 | idernd: |
||
1144 | pj | 34 | make -f $(SUBMAKE) BASE=$(BASE) APP=idernd OTHEROBJS="common.o initblk.o" SHARKOPT=__OLDCHAR__ |