Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1655 giacomo 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:
15
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf1 INIT= OTHEROBJS= SHARKOPT=__OLDCHAR__
16
perf2:
17
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf2 INIT= OTHEROBJS=initfile.o SHARKOPT=__OLDCHAR__
18
perf3:
19
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf3 INIT= OTHEROBJS=initfile.o SHARKOPT=__OLDCHAR__
20
perf4:
21
	make -f $(SUBMAKE) BASE=$(BASE) APP=perf4 INIT= OTHEROBJS= SHARKOPT=__OLDCHAR__
22