Subversion Repositories shark

Rev

Rev 1116 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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