X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fdaemons%2Fgraphs%2Ftools%2FMakefile;h=bd473431a0bd420fcda7d33878b7290b56a337c3;hb=d6484aac4ff287a3a3646807801eab4b27cfb054;hp=bef00fca356b88eba54d5fe30a6f9013028fdc21;hpb=3b875dad94c1835059450dc0de3b1e2779aff454;p=helm.git diff --git a/helm/software/daemons/graphs/tools/Makefile b/helm/software/daemons/graphs/tools/Makefile index bef00fca3..bd473431a 100644 --- a/helm/software/daemons/graphs/tools/Makefile +++ b/helm/software/daemons/graphs/tools/Makefile @@ -6,7 +6,11 @@ SED=cat REQUIRES = http helm-registry PREDICATES = mt OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread -OCAMLFIND = OCAMLPATH=../../../components/METAS/ ocamlfind +ifeq ($(origin OCAMLPATH), undefined) +OCAMLFIND = OCAMLPATH=../../components/METAS ocamlfind +else +OCAMLFIND = ocamlfind +endif OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLOPTIONS) OCAMLOPT = $(OCAMLFIND) ocamlopt $(OCAMLOPTIONS) EXECUTABLES = uriSetQueue drawGraph