X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fdaemons%2Fhttp_getter%2FMakefile;h=4f0438fde1b5312d760f8196ba469b8c8469656d;hb=ef98db5ff416ef53004e57cc054e28abd1bf871e;hp=e8e9280d599b02691574414ee925c2d3a29ff7e9;hpb=ee3f8d6fa92b051394a2ff7c71c03ac33a05182b;p=helm.git diff --git a/helm/software/daemons/http_getter/Makefile b/helm/software/daemons/http_getter/Makefile index e8e9280d5..4f0438fde 100644 --- a/helm/software/daemons/http_getter/Makefile +++ b/helm/software/daemons/http_getter/Makefile @@ -3,7 +3,11 @@ NAME = http_getter REQUIRES = helm-getter helm-logger helm-registry netstring COMMONOPTS = -package "$(REQUIRES)" -pp camlp4o -thread +ifeq ($(origin OCAMLPATH), undefined) OCAMLFIND = OCAMLPATH=../../components/METAS ocamlfind +else +OCAMLFIND = ocamlfind +endif OCAMLC = $(OCAMLFIND) ocamlc -g $(COMMONOPTS) OCAMLOPT = $(OCAMLFIND) opt $(COMMONOPTS)