Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1624 | giacomo | 1 | # |
2 | # |
||
3 | |||
4 | ifndef BASE |
||
5 | BASE=../.. |
||
6 | endif |
||
7 | include $(BASE)/config/config.mk |
||
8 | |||
9 | PROGS= test1 test2 test3 test4 test5 test6 test7 testiq |
||
10 | |||
11 | include $(BASE)/config/example.mk |
||
12 | |||
13 | test1: |
||
14 | make -f $(SUBMAKE) APP=test1 INIT= OTHEROBJS="edfstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
15 | |||
16 | test2: |
||
17 | make -f $(SUBMAKE) APP=test2 INIT= OTHEROBJS="edfstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
18 | |||
19 | test3: |
||
20 | make -f $(SUBMAKE) APP=test3 INIT= OTHEROBJS="edfstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
21 | |||
22 | test4: |
||
23 | make -f $(SUBMAKE) APP=test4 INIT= OTHEROBJS="edfstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
24 | |||
25 | test5: |
||
26 | make -f $(SUBMAKE) APP=test5 INIT= OTHEROBJS="edfstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
27 | |||
28 | test6: |
||
29 | make -f $(SUBMAKE) APP=test6 INIT= OTHEROBJS="rmstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
30 | |||
31 | test7: |
||
32 | make -f $(SUBMAKE) APP=test7 INIT= OTHEROBJS="posixstar.o cbsstar.o" OTHERINCL= SHARKOPT=__OLDCHAR__ |
||
33 | |||
34 | #testiq: |
||
35 | # make -f $(SUBMAKE) APP=testiq INIT= OTHEROBJS="iqueue.o " OTHERINCL= |