OCAML_LIBS    = ../util/version ../idl/ocaml_backend/common ../idl/ocaml_backend/client
OCAMLINCLUDES = ../idl/ocaml_backend/ ../idl ../autogen
OCAMLPACKS    = xml-light2 stdext stunnel http-svr xcp rpclib uuid

OCamlProgram(mpathalert, mpathalert)
OCamlDocProgram(mpathalert, mpathalert)

.PHONY: clean

clean:
	rm -f $(CLEAN_OBJS) mpathalert

.PHONY: install
install:
	mkdir -p $(DESTDIR)$(OPTDIR)/bin
	$(IPROG) mpathalert $(DESTDIR)$(OPTDIR)/bin

