Subversion Repositories shark

Rev

Rev 1686 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1686 fabio 1
APPS:= ptest1 ptest2 ptest3 ptest4 ptest5 ptest6
1085 pj 2
 
1686 fabio 3
S?=../../
4
include $(S)/mk/App.mk
1085 pj 5
 
1686 fabio 6
ptest1:
7
	make -f $(S)/Makefile APP=ptest1 OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 8
 
1686 fabio 9
ptest2:
10
	make -f $(S)/Makefile APP=ptest2 OTHEROBJS="pinit.o" SHARKOPT=
1085 pj 11
 
12
ptest3:
1686 fabio 13
	make -f $(S)/Makefile APP=ptest3 OTHEROBJS="pinit.o" SHARKOPT=
14
 
1085 pj 15
ptest4:
1686 fabio 16
	make -f $(S)/Makefile APP=ptest4 OTHEROBJS="pinit.o" SHARKOPT=
17
 
1085 pj 18
ptest5:
1686 fabio 19
	make -f $(S)/Makefile APP=ptest5 OTHEROBJS="pinit.o" SHARKOPT=
20
 
1085 pj 21
ptest6:
1686 fabio 22
	make -f $(S)/Makefile APP=ptest6 OTHEROBJS="pinit.o" SHARKOPT=
1450 giacomo 23