OCAML_LIBS+=../../idl/ocaml_backend/common ../../idl/ocaml_backend/client
OCAMLINCLUDES+=..
OCAMLPACKS+=xmlm,xml-light2,stdext,uuid,str,camldm,lvm,mmap,xb,xs

IEXE=install -m 755 -o root -g root


.PHONY: clean

clean:
	rm -f *.cmi *.cmx *.cmo *.a *.cma *.cmxa *.run *.opt *.annot *.o

