Move mlp and sese stuff into a separate compiler pass
[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= -mlp -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 all: $(PROGRAM).bin
10
11 view: PNGs
12         eog *.png &
13
14 PNGs: DOTs
15         d2p *COMPLETE*.dot
16
17 DOTs: $(PROGRAM).bin
18
19 $(PROGRAM).bin: $(SOURCE_FILES)
20         $(BUILDSCRIPT) $(BSFLAGS) -o $(PROGRAM) $(SOURCE_FILES)
21
22 clean:
23         rm -f  $(PROGRAM).bin
24         rm -fr tmpbuilddirectory
25         rm -f  *~
26         rm -f  *.dot
27         rm -f  *.png
28         rm -f  aliases.txt