ad9d6ba85db30efb3ab2e04fd5f6b65134885f04
[IRC.git] / Robust / src / Tests / mlp / tinyTest / makefile
1 PROGRAM=test
2
3 SOURCE_FILES=$(PROGRAM).java
4
5 BUILDSCRIPT=~/research/Robust/src/buildscript
6 BSFLAGS= -mlpdebug -justanalyze -mainclass Test -ownership -ownallocdepth 1 -ownwritedots final -enable-assertions -flatirusermethods -ownaliasfile aliases.txt #-justanalyze -recover 
7 #BSFLAGS= -mainclass Test -ownership -ownallocdepth 1 -ownwritedots final -enable-assertions -flatirusermethods -ownaliasfile aliases.txt #-justanalyze -recover 
8
9
10 all: $(PROGRAM).bin
11
12 view: PNGs
13         eog *.png &
14
15 PNGs: DOTs
16         d2p *COMPLETE*.dot
17
18 DOTs: $(PROGRAM).bin
19
20 $(PROGRAM).bin: $(SOURCE_FILES)
21         $(BUILDSCRIPT) $(BSFLAGS) -o $(PROGRAM) $(SOURCE_FILES)
22
23 clean:
24         rm -f  $(PROGRAM).bin
25         rm -fr tmpbuilddirectory
26         rm -f  *~
27         rm -f  *.dot
28         rm -f  *.png
29         rm -f  aliases.txt