bug fixes for LookUpServerThread.java
[IRC.git] / Robust / src / Benchmarks / Prefetch / MatrixMultiply / javasingle / makefile
1 MAINCLASS=MatrixMultiply
2 SRC1=${MAINCLASS}N.java
3 SRC2=${MAINCLASS}Nrun.java
4 default:
5         ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC1} -o ${MAINCLASS}
6 #       ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC2} -o ${MAINCLASS}N
7
8 clean:
9         rm -rf tmpbuilddirectory
10         rm *.bin