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= test4 test5 test6 test7 test8 testa testc testd teste testf testg |
||
11 | PROGS+= testh testi testj testk testl testm testn testo testp |
||
12 | PROGS+= testq testr tests testu testw testz testss |
||
13 | PROGS+= ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 sysend |
||
14 | PROGS+= perf1 perf2 perf3 perf4 |
||
15 | |||
16 | include $(BASE)/config/example.mk |
||
17 | |||
18 | test4: |
||
19 | make -f $(SUBMAKE) APP=test4 INIT=init1.o OTHEROBJS= |
||
20 | test5: |
||
21 | make -f $(SUBMAKE) APP=test5 INIT=init1.o OTHEROBJS= |
||
22 | test6: |
||
23 | make -f $(SUBMAKE) APP=test6 INIT=init2.o OTHEROBJS= |
||
24 | test7: |
||
25 | make -f $(SUBMAKE) APP=test7 INIT=init2.o OTHEROBJS= |
||
26 | test8: |
||
27 | make -f $(SUBMAKE) APP=test8 INIT=init2.o OTHEROBJS= |
||
28 | testa: |
||
29 | make -f $(SUBMAKE) APP=testa INIT=init3.o OTHEROBJS= |
||
30 | testc: |
||
31 | make -f $(SUBMAKE) APP=testc INIT=init4.o OTHEROBJS= |
||
32 | testd: |
||
33 | make -f $(SUBMAKE) APP=testd INIT=init5.o OTHEROBJS= |
||
34 | teste: |
||
35 | make -f $(SUBMAKE) APP=teste INIT=init6.o OTHEROBJS= |
||
36 | testf: |
||
37 | make -f $(SUBMAKE) APP=testf INIT=h3pi.o OTHEROBJS= |
||
38 | testg: |
||
39 | make -f $(SUBMAKE) APP=testg INIT=initg.o OTHEROBJS= |
||
40 | testh: |
||
41 | make -f $(SUBMAKE) APP=testh INIT=h3pi.o OTHEROBJS= |
||
42 | testi: |
||
43 | make -f $(SUBMAKE) APP=testi INIT=h3pi.o OTHEROBJS= |
||
44 | testj: |
||
45 | make -f $(SUBMAKE) APP=testj INIT=h3pi.o OTHEROBJS= |
||
46 | testk: |
||
47 | make -f $(SUBMAKE) APP=testk INIT=h3pi.o OTHEROBJS= |
||
48 | testl: |
||
49 | make -f $(SUBMAKE) APP=testl INIT=h3pips.o OTHEROBJS= |
||
50 | testm: |
||
51 | make -f $(SUBMAKE) APP=testm INIT=rm1.o OTHEROBJS= |
||
52 | testn: |
||
53 | make -f $(SUBMAKE) APP=testn INIT=hartik3.o OTHEROBJS= |
||
54 | testo: |
||
55 | make -f $(SUBMAKE) APP=testo INIT=hartik3.o OTHEROBJS= |
||
56 | testp: |
||
57 | make -f $(SUBMAKE) APP=testp INIT=hartik3.o OTHEROBJS= |
||
58 | testq: |
||
59 | make -f $(SUBMAKE) APP=testq INIT=h3pips.o OTHEROBJS= |
||
60 | testr: |
||
61 | make -f $(SUBMAKE) APP=testr INIT=h3pips.o OTHEROBJS= |
||
62 | tests: |
||
63 | make -f $(SUBMAKE) APP=tests INIT=hartik3.o OTHEROBJS= |
||
64 | testu: |
||
65 | make -f $(SUBMAKE) APP=testu INIT=h3pips.o OTHEROBJS= |
||
66 | testw: |
||
67 | make -f $(SUBMAKE) APP=testw INIT=pinit.o OTHEROBJS= |
||
68 | testz: |
||
69 | make -f $(SUBMAKE) APP=testz INIT=hartik3.o OTHEROBJS= |
||
70 | testss: |
||
71 | make -f $(SUBMAKE) APP=testss INIT=h3piss.o OTHEROBJS= |
||
72 | |||
73 | |||
74 | ptest1: |
||
75 | make -f $(SUBMAKE) APP=ptest1 INIT=pinit.o OTHEROBJS= |
||
76 | ptest2: |
||
77 | make -f $(SUBMAKE) APP=ptest2 INIT=pinit.o OTHEROBJS= |
||
78 | ptest3: |
||
79 | make -f $(SUBMAKE) APP=ptest3 INIT=pinit.o OTHEROBJS= |
||
80 | ptest4: |
||
81 | make -f $(SUBMAKE) APP=ptest4 INIT=pinit.o OTHEROBJS= |
||
82 | ptest5: |
||
83 | make -f $(SUBMAKE) APP=ptest5 INIT=pinit.o OTHEROBJS= |
||
84 | ptest6: |
||
85 | make -f $(SUBMAKE) APP=ptest6 INIT=pinit.o OTHEROBJS= |
||
86 | sysend: |
||
87 | make -f $(SUBMAKE) APP=sysend INIT=init1.o OTHEROBJS= |
||
88 | |||
89 | perf1: |
||
90 | make -f $(SUBMAKE) APP=perf1 INIT= OTHEROBJS= |
||
91 | perf2: |
||
92 | make -f $(SUBMAKE) APP=perf2 INIT=init5.o OTHEROBJS= |
||
93 | perf3: |
||
94 | make -f $(SUBMAKE) APP=perf3 INIT=init5.o OTHEROBJS= |
||
95 | perf4: |
||
96 | make -f $(SUBMAKE) APP=perf4 INIT= OTHEROBJS= |
||
97 |