Subversion Repositories shark

Rev

Rev 1450 | Rev 1686 | Go to most recent revision | Details | Compare with Previous | 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:
1450 giacomo 15
	make -f $(SUBMAKE) APP=ptest1 INIT= OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 16
ptest2:
1450 giacomo 17
	make -f $(SUBMAKE) APP=ptest2 INIT= OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 18
ptest3:
1450 giacomo 19
	make -f $(SUBMAKE) APP=ptest3 INIT= OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 20
ptest4:
1450 giacomo 21
	make -f $(SUBMAKE) APP=ptest4 INIT= OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 22
ptest5:
1450 giacomo 23
	make -f $(SUBMAKE) APP=ptest5 INIT= OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 24
ptest6:
1450 giacomo 25
	make -f $(SUBMAKE) APP=ptest6 INIT= OTHEROBJS="pinit.o" SHARKOPT=
26