]> mj.ucw.cz Git - moe.git/blob - eval/Makefile
Doc: Note that Isolate has moved
[moe.git] / eval / Makefile
1 # Makefile for Moe evaluator
2 # (c) 2008 Martin Mares <mj@ucw.cz>
3
4 DIRS+=eval
5 PROGS+=$(addprefix $(o)/eval/,iwrapper ev)
6 DATAFILES+=$(o)/eval/libeval.sh
7
8 $(o)/eval/iwrapper: $(o)/eval/iwrapper.o
9 $(o)/eval/ev: $(s)/eval/ev.sh
10
11 CONFIGS+=eval
12 run/cf/eval: $(o)/eval/eval.cf