bug fix in evaluating the various classes of out-of-context predicates
[IRC.git] / Robust / src / Benchmarks / disjoint / makefile
1 BUILDSCRIPT=~/research/Robust/src/buildscript
2
3 #DEBUGFLAGS= -disjoint-debug-callsite MDRunner t3 100
4 #DEBUGFLAGS= -disjoint-debug-callsite calcGoodFeature calcGoodFeatureTask 100
5 #DEBUGFLAGS= -disjoint-debug-callsite getRows calcGoodFeature 4
6
7 #SNAPFLAGS= -disjoint-debug-snap-method calcGoodFeatureTask 5 10 true
8 #SNAPFLAGS= -disjoint-debug-snap-method calcGoodFeature 5 1 true
9
10 BSFLAGS= -recover -justanalyze -disjoint -disjoint-k 1 -disjoint-write-dots final -disjoint-alias-file aliases.txt normal -enable-assertions
11
12 all:
13         $(BUILDSCRIPT) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java
14
15 clean:
16         rm -f  *.bin
17         rm -fr tmpbuilddirectory
18         rm -f  *~
19         rm -f  *.dot
20         rm -f  *.png
21         rm -f  *.aux
22         rm -f  *.log
23         rm -f  *.pdf
24         rm -f  aliases.txt
25         rm -f  tabResults.tex