source: proiecte/HadoopA51/src/java/Makefile @ 166

Last change on this file since 166 was 166, checked in by (none), 14 years ago

HadoopA51: imported git repository from github

File size: 413 bytes
Line 
1src=`find -name "*.java"`
2
3test_a5:build
4        java -classpath /usr/lib/hadoop-0.20/hadoop-0.20.1+152-core.jar:bin/TableGen.jar ro.pub.cs.pp.a51hadoop.algorithm.a51.A51Hashfn
5
6all:build
7        hadoop jar bin/TableGen.jar ro.pub.cs.pp.a51hadoop.table.TableGen /strinput /tables
8
9build:
10        javac -classpath /usr/lib/hadoop-0.20/hadoop-0.20.1+152-core.jar -d bin $(src)
11        jar -cvf bin/TableGen.jar -C bin/ .
12
13clean:
14        rm -rf bin/*
Note: See TracBrowser for help on using the repository browser.