accidentally changed this makefile, roll it back
[IRC.git] / Robust / src / Benchmarks / Prefetch / DSTM2 / MatrixMultiply / makefile
1 SRC = dstm2/MMulMain
2 RUNSRC = dstm2.MMulMain
3 BENCHMARK = -b dstm2.benchmark.MMulBenchMark
4 CP = bcel-5.2.jar
5 VMFLAG = -Xmx1000m
6
7 default:
8         javac -cp $(CP):. $(SRC).java
9 run:
10         java $(VMFLAG) -cp $(CP):. $(RUNSRC) $(BENCHMARK)
11
12 clean: 
13         rm dstm2/*.class
14         rm dstm2/exceptions/*.class
15         rm dstm2/factory/*.class
16         rm dstm2/benchmark/*.class
17         rm dstm2/manager/*.class
18         rm dstm2/util/*.class