From: jjenista Date: Thu, 25 Mar 2010 22:54:43 +0000 (+0000) Subject: a helpful makefile to run for the record X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b638184a540bcf7c4982ec2071f3379e609fd14;p=IRC.git a helpful makefile to run for the record --- diff --git a/Robust/src/Benchmarks/disjoint/makefile b/Robust/src/Benchmarks/disjoint/makefile index 48723059..5cc58813 100644 --- a/Robust/src/Benchmarks/disjoint/makefile +++ b/Robust/src/Benchmarks/disjoint/makefile @@ -16,11 +16,30 @@ BUILDSCRIPT=~/research/Robust/src/buildscript #SNAPFLAGS= -disjoint-debug-snap-method innerKMeansSetting 1 20 true -#BSFLAGS= -recover -justanalyze -disjoint -disjoint-k 1 -disjoint-write-dots final -disjoint-alias-file aliases.txt normal -enable-assertions -BSFLAGS= -recover -justanalyze -disjoint -disjoint-k 1 -disjoint-write-dots final -disjoint-alias-file aliases.txt normal -disjoint-release-mode + + +BAMBOOFLAGS= -recover +JAVAFLAGS= -mainclass test + +DEBUGMODE= -enable-assertions +RELEASEMODE= -disjoint-release-mode + +BSFLAGS= -justanalyze -disjoint -disjoint-k 1 -disjoint-write-dots final -disjoint-alias-file aliases.txt normal all: - $(BUILDSCRIPT) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java + echo 'pass another arg: ' + +bamboo: + $(BUILDSCRIPT) $(BAMBOOFLAGS) $(DEBUGMODE) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java + +bamboo-release: + $(BUILDSCRIPT) $(BAMBOOFLAGS) $(RELEASEMODE) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java + +java: + $(BUILDSCRIPT) $(JAVAFLAGS) $(DEBUGMODE) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java + +java-release: + $(BUILDSCRIPT) $(JAVAFLAGS) $(RELEASEMODE) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java clean: rm -f *.bin