X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FMakefile.defs.in;h=faa0c41f448abde5786d9262b5e5d5a46133220d;hb=b637879a2b3f2ceda65afb3c950061189c4730b7;hp=ff882055b0b9a378846c7eb780c3850233eba3fc;hpb=f5e08781241c4ad7c47ab75cb24c3f1865617405;p=helm.git diff --git a/helm/software/Makefile.defs.in b/helm/software/Makefile.defs.in index ff882055b..faa0c41f4 100644 --- a/helm/software/Makefile.defs.in +++ b/helm/software/Makefile.defs.in @@ -1,5 +1,9 @@ +ifeq ($(origin OCAMLPATH), undefined) OCAMLFIND = OCAMLPATH=@OCAMLPATH@ @OCAMLFIND@ -CAMLP4O = @CAMLP4O@ +else +OCAMLFIND = @OCAMLFIND@ +endif +CAMLP5O = @CAMLP5O@ LABLGLADECC = @LABLGLADECC@ HAVE_OCAMLOPT = @HAVE_OCAMLOPT@ DISTRIBUTED = @DISTRIBUTED@