Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1085 | pj | 1 | # |
2 | # |
||
3 | # |
||
4 | |||
5 | ifndef BASE |
||
6 | BASE=../.. |
||
7 | endif |
||
8 | include $(BASE)/config/config.mk |
||
9 | |||
10 | PROGS+= ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 |
||
11 | |||
12 | include $(BASE)/config/example.mk |
||
13 | |||
14 | ptest1: |
||
15 | make -f $(SUBMAKE) APP=ptest1 INIT= OTHEROBJS="pinit.o" |
||
16 | ptest2: |
||
17 | make -f $(SUBMAKE) APP=ptest2 INIT= OTHEROBJS="pinit.o" |
||
18 | ptest3: |
||
19 | make -f $(SUBMAKE) APP=ptest3 INIT= OTHEROBJS="pinit.o" |
||
20 | ptest4: |
||
21 | make -f $(SUBMAKE) APP=ptest4 INIT= OTHEROBJS="pinit.o" |
||
22 | ptest5: |
||
23 | make -f $(SUBMAKE) APP=ptest5 INIT= OTHEROBJS="pinit.o" |
||
24 | ptest6: |
||
25 | make -f $(SUBMAKE) APP=ptest6 INIT= OTHEROBJS="pinit.o" |