projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6562e0
)
add makefile
author
adash
<adash>
Mon, 16 Mar 2009 10:07:11 +0000
(10:07 +0000)
committer
adash
<adash>
Mon, 16 Mar 2009 10:07:11 +0000
(10:07 +0000)
Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile
b/Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile
new file mode 100644
(file)
index 0000000..
56d94de
--- /dev/null
+++ b/
Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile
@@ -0,0
+1,11
@@
+MAINCLASS=LookUpService
+SRC1=${MAINCLASS}.java \
+ DistributedHashMap.java
+FLAGS3=-dsm -optimize -mainclass ${MAINCLASS}
+FLAGS4=-dsm -dsmcaching -optimize -mainclass ${MAINCLASS}
+default:
+ ../../../../buildscript ${FLAGS3} -o ${MAINCLASS}NPNC ${SRC1}
+ ../../../../buildscript ${FLAGS4} -o ${MAINCLASS}NPC ${SRC1}
+clean:
+ rm -rf tmpbuilddirectory
+ rm *.bin