projects
/
IRC.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1821aeb69af102debb4588cd04c345a1d2918e18
[IRC.git]
/
Robust
/
src
/
Benchmarks
/
oooJava
/
kmeans
/
makefile
1
PROGRAM=KMeans
2
3
SOURCE_FILES=${PROGRAM}.java \
4
Random.java \
5
Cluster.java \
6
Normal.java \
7
Common.java \
8
GlobalArgs.java
9
10
NUM_OOO_WORKERS=24
11
NUM_RCR_WORKERS=24
12
13
include ../master-makefile