X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fdaemons%2Frdfly%2FMakefile;h=a762f5273bbf3a2a3c2a97c8011068ebbb33b39d;hb=8653dd54c57943e28e3ef60d2d0cbc1861a76a33;hp=779bb7b44c9cc6de0424a91e78194128b3becbf6;hpb=76ad23ea1e83e8c187a4593027e9baed1bb022e3;p=helm.git diff --git a/helm/software/daemons/rdfly/Makefile b/helm/software/daemons/rdfly/Makefile index 779bb7b44..a762f5273 100644 --- a/helm/software/daemons/rdfly/Makefile +++ b/helm/software/daemons/rdfly/Makefile @@ -1,8 +1,12 @@ BIN_DIR = /usr/local/bin -REQUIRES = mysql http helm-registry +REQUIRES = http helm-registry helm-hmysql helm-library PREDICATES = OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -pp camlp4o +ifeq ($(origin OCAMLPATH), undefined) +OCAMLFIND = OCAMLPATH=../../components/METAS ocamlfind +else OCAMLFIND = ocamlfind +endif OCAMLC = $(OCAMLFIND) ocamlc -thread $(OCAMLOPTIONS) OCAMLOPT = $(OCAMLFIND) ocamlopt -thread $(OCAMLOPTIONS) OCAMLDEP = ocamldep -pp camlp4o