Subversion Repositories shark

Rev

Rev 1144 | 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:
1144 pj 15
	make -f $(SUBMAKE) APP=ptest1 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
1085 pj 16
ptest2:
1144 pj 17
	make -f $(SUBMAKE) APP=ptest2 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
1085 pj 18
ptest3:
1144 pj 19
	make -f $(SUBMAKE) APP=ptest3 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
1085 pj 20
ptest4:
1144 pj 21
	make -f $(SUBMAKE) APP=ptest4 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
1085 pj 22
ptest5:
1144 pj 23
	make -f $(SUBMAKE) APP=ptest5 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__
1085 pj 24
ptest6:
1144 pj 25
	make -f $(SUBMAKE) APP=ptest6 INIT= OTHEROBJS="pinit.o" SHARKOPT=__OLDCHAR__