From 4e5eea661c70f20b6b00f78ee9311a343fe723e9 Mon Sep 17 00:00:00 2001 From: adash Date: Mon, 16 Mar 2009 10:07:11 +0000 Subject: [PATCH] add makefile --- .../Distributed/LookUpService/dsm2/makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile diff --git a/Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile b/Robust/src/Benchmarks/Distributed/LookUpService/dsm2/makefile new file mode 100644 index 00000000..56d94de7 --- /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 -- 2.34.1