Rev 1655 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
#
#
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
PROGS+= perf1 perf2 perf3 perf4
include $(BASE)/config/example.mk
perf1:
make -f $(SUBMAKE) BASE=$(BASE) APP=perf1 INIT= OTHEROBJS= SHARKOPT=__OLDCHAR__
perf2:
make -f $(SUBMAKE) BASE=$(BASE) APP=perf2 INIT= OTHEROBJS=initfile.o SHARKOPT=__OLDCHAR__
perf3:
make -f $(SUBMAKE) BASE=$(BASE) APP=perf3 INIT= OTHEROBJS=initfile.o SHARKOPT=__OLDCHAR__
perf4:
make -f $(SUBMAKE) BASE=$(BASE) APP=perf4 INIT= OTHEROBJS= SHARKOPT=__OLDCHAR__