X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fxml%2FMakefile;h=f1037d90e9508a371b73bd76917f4ba679a59e15;hb=8efd7ae18e1a9555e66254a39afadce56b74c42d;hp=90e1011e5664a3278650094a195ed826c8f06bde;hpb=5a92117eeff70048d29e91ba24e113155d956e1b;p=helm.git diff --git a/helm/ocaml/xml/Makefile b/helm/ocaml/xml/Makefile index 90e1011e5..f1037d90e 100644 --- a/helm/ocaml/xml/Makefile +++ b/helm/ocaml/xml/Makefile @@ -1,36 +1,9 @@ -BIN_DIR = /usr/local/bin +PACKAGE = xml REQUIRES = PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) -OCAMLDEP = ocamldep - -all: xml.cmo -opt: xml.cmx DEPOBJS = xml.mli xml.ml -depend: - $(OCAMLDEP) $(DEPOBJS) > .depend - -.SUFFIXES: .ml .mli .cmo .cmi .cmx -.ml.cmo: - $(OCAMLC) -c $< -.mli.cmi: - $(OCAMLC) -c $< -.ml.cmx: - $(OCAMLOPT) -c $< - -clean: - rm -f *.cm[iox] - -install: - #cp - -uninstall: - #rm -f - -.PHONY: install uninstall clean +OBJECTS = xml.cmo -include .depend +include ../Makefile.common