New benchmark for 2D FFT ... still has compile problems with global data
[IRC.git] / Robust / src / Benchmarks / Prefetch / 2DFFT / dsm / Makefile
1 MAINCLASS=fft2d
2 SRC=${MAINCLASS}.java \
3         fft1d.java \
4         Matrix.java
5 FLAGS = -dsm -optimize -mainclass ${MAINCLASS}
6
7 default:
8         ../../../../buildscript ${FLAGS} ${SRC} -o ${MAINCLASS}
9
10 clean:
11         rm -rf tmpbuilddirectory
12         rm *.bin