bd6aab694d70a008898ac92da80579f20d8ec886
[IRC.git] / Robust / src / Tests / mlp / regression / makefile
1 PROGRAM1=testSingle
2 PROGRAM2=testMulti
3
4 SOURCE_FILES=test.java
5
6 BUILDSCRIPT=~/research/Robust/src/buildscript
7
8 USEMLP= -mlp 8 2 -mlpdebug # use to turn mlp on and off and make sure rest of build not broken
9 BSFLAGS= -nooptimize -debug -garbagestats -mainclass Test -ownership -ownallocdepth 1 -enable-assertions -ownaliasfile aliases.txt
10
11 all: $(PROGRAM1).bin $(PROGRAM2).bin
12
13 $(PROGRAM1).bin: $(SOURCE_FILES)
14         $(BUILDSCRIPT)           $(BSFLAGS) -o $(PROGRAM1) $(SOURCE_FILES)
15
16 $(PROGRAM2).bin: $(SOURCE_FILES)
17         $(BUILDSCRIPT) $(USEMLP) $(BSFLAGS) -o $(PROGRAM2) $(SOURCE_FILES)
18
19 clean:
20         rm -f  $(PROGRAM1).bin
21         rm -f  $(PROGRAM2).bin
22         rm -fr tmpbuilddirectory
23         rm -f  *~
24         rm -f  *.dot
25         rm -f  *.png
26         rm -f  aliases.txt