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 log rpc-light

OCamlProgram(graph, graph ../idl/datamodel ../idl/datamodel_utils ../idl/dm_api)

.PHONY: clean
clean:
	rm -f $(CLEAN_OBJS) graph

.PHONY: install
install:
	mkdir -p $(DEBUGDIST)
	$(IPROG) graph $(DEBUGDIST)


