projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd9e63
)
change makefile
author
adash
<adash>
Thu, 15 Jan 2009 01:38:07 +0000
(
01:38
+0000)
committer
adash
<adash>
Thu, 15 Jan 2009 01:38:07 +0000
(
01:38
+0000)
Robust/src/Benchmarks/Prefetch/2DFFT/javasingle/makefile
patch
|
blob
|
history
diff --git
a/Robust/src/Benchmarks/Prefetch/2DFFT/javasingle/makefile
b/Robust/src/Benchmarks/Prefetch/2DFFT/javasingle/makefile
index 248cdd0218b687ec4f08c299de26fb1eba0e4cd7..d6256cbd1a270ffb55c9fd79a7c93ad6ee2f9d72 100644
(file)
--- a/
Robust/src/Benchmarks/Prefetch/2DFFT/javasingle/makefile
+++ b/
Robust/src/Benchmarks/Prefetch/2DFFT/javasingle/makefile
@@
-1,7
+1,9
@@
-MAINCLASS=FFT2d
-SRC=${MAINCLASS}.java FFT1d.java
+MAINCLASS=fft2d
+SRC=${MAINCLASS}.java \
+ fft1d.java \
+ Matrix.java
default:
- ../../../../buildscript -
optimize -thread -debug
-mainclass ${MAINCLASS} ${SRC} -o ${MAINCLASS}
+ ../../../../buildscript -
thread -optimize
-mainclass ${MAINCLASS} ${SRC} -o ${MAINCLASS}
clean:
rm -rf tmpbuilddirectory