From f00ae2ddb8fd45924b19f5a88cab26190b31cff4 Mon Sep 17 00:00:00 2001 From: adash Date: Fri, 25 Sep 2009 08:44:48 +0000 Subject: [PATCH] changes to makefile --- .../Benchmarks/Prefetch/MatrixMultiply/javasingle/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/javasingle/makefile b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/javasingle/makefile index bbc9c37d..171ae1a8 100644 --- a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/javasingle/makefile +++ b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/javasingle/makefile @@ -1,9 +1,11 @@ MAINCLASS=MatrixMultiply SRC1=${MAINCLASS}N.java SRC2=${MAINCLASS}Nrun.java +SRC3=${MAINCLASS}D.java default: - ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC1} -o ${MAINCLASS} -# ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC2} -o ${MAINCLASS}N +# ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC1} -o ${MAINCLASS} +# ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC2} -o ${MAINCLASS} + ../../../../buildscript -thread -optimize -mainclass ${MAINCLASS} ${SRC3} -o ${MAINCLASS} clean: rm -rf tmpbuilddirectory -- 2.34.1