standardize the benchmarks so we script them easily
[IRC.git] / Robust / src / Benchmarks / Prefetch / 2DConv / dsm / Makefile
1 MAINCLASS=Convolution
2 SRC=${MAINCLASS}.java
3 FLAGS =-dsm -dsmcaching -prefetch -optimize -excprefetch Image.initKernel -excprefetch Image.setValues -excprefetch Convolution.main -trueprob 0.95 -mainclass ${MAINCLASS}
4 FLAGS1=-dsm -optimize -mainclass ${MAINCLASS}
5
6 default:
7         ../../../../buildscript ${FLAGS1} ${SRC} -o ${MAINCLASS}NPNC
8         ../../../../buildscript ${FLAGS} ${SRC} -o ${MAINCLASS}N
9
10 clean:
11         rm -rf tmpbuilddirectory
12         rm *.bin