add makefile
authoradash <adash>
Mon, 16 Mar 2009 10:07:11 +0000 (10:07 +0000)
committeradash <adash>
Mon, 16 Mar 2009 10:07:11 +0000 (10:07 +0000)
Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile [new file with mode: 0644]

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
@@ -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