# Watson: Monitoring system for Sherlock

DIRS+=utils/watson
PROGS+=$(addprefix obj/utils/watson/,watson Watsonlib.pm analyze-gatherd analyze-indexer analyze-search \
	analyze-gatherd drwatson.cgi graph.cgi watson-err)
EXTRA_RUNDIRS+=log/inter cache lib/cgi-bin
DATAFILES+=obj/utils/watson/error.png

obj/utils/watson/drwatson.cgi: BINDIR=lib/cgi-bin
obj/utils/watson/graph.cgi: BINDIR=lib/cgi-bin
obj/utils/watson/error.png: DATADIR=lib/cgi-bin

include utils/watson/graph/Makefile
