Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1120 pj 1
#
2
#
3
#
4
 
5
ifndef BASE
6
BASE=../..
7
endif
8
include $(BASE)/config/config.mk
9
 
10
PROGS+= perf1 perf2 perf3 perf4
11
 
12
include $(BASE)/config/example.mk
13
 
14
perf1:
1144 pj 15
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf1 INIT= OTHEROBJS= SHARKOPT=__OLDCHAR__
1120 pj 16
perf2:
1144 pj 17
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf2 INIT= OTHEROBJS=initfile.o SHARKOPT=__OLDCHAR__
1120 pj 18
perf3:
1144 pj 19
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf3 INIT= OTHEROBJS=initfile.o SHARKOPT=__OLDCHAR__
1120 pj 20
perf4:
1144 pj 21
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf4 INIT= OTHEROBJS= SHARKOPT=__OLDCHAR__
1120 pj 22