Go to most recent revision | Details | 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+= perf1 perf2 perf3 perf4 |
||
11 | |||
12 | include $(BASE)/config/example.mk |
||
13 | |||
14 | perf1: |
||
15 | make -f $(SUBMAKE) BASE=$(BASE) APP=perf1 INIT= OTHEROBJS= |
||
16 | perf2: |
||
17 | make -f $(SUBMAKE) BASE=$(BASE) APP=perf2 INIT= OTHEROBJS=initfile.o |
||
18 | perf3: |
||
19 | make -f $(SUBMAKE) BASE=$(BASE) APP=perf3 INIT= OTHEROBJS=initfile.o |
||
20 | perf4: |
||
21 | make -f $(SUBMAKE) BASE=$(BASE) APP=perf4 INIT= OTHEROBJS= |
||
22 |