X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fhelena%2FMakefile.common;h=0db660fe6f0b7856260860e69eecca6879c6c7ce;hb=a0c8e5f59273c09542a1b8184dd1577d8f4240d7;hp=902f37a3db557e6b748f50b25d24e368161b6c16;hpb=eadeb433386822aac6862c76ba73957c07a99098;p=helm.git diff --git a/helm/software/helena/Makefile.common b/helm/software/helena/Makefile.common index 902f37a3d..0db660fe6 100644 --- a/helm/software/helena/Makefile.common +++ b/helm/software/helena/Makefile.common @@ -1,13 +1,13 @@ H=@ ifeq ($(origin OCAMLPATH), undefined) - OCAMLFIND = OCAMLPATH=$(HOME)/svn/helm-stable/software/components/METAS ocamlfind + OCAMLFIND = OCAMLPATH=$(HOME)/svn/claudio/components/METAS ocamlfind else OCAMLFIND = ocamlfind endif RELISE = $(MAIN:%=%_$(shell cat MakeVersion)) -DOWNDIR = $(HOME)/svn/helm-stable/www/lambda_delta/download +DOWNDIR = ../../www/lambdadelta/download DIRECTORIES = $(addprefix $(SRC)/,$(shell cat $(SRC)/Make)) @@ -91,6 +91,6 @@ etc: @echo " OCAMLOPT $<" $(H)$(OCAMLOPT) -c $< -TAGS += $(MAIN).opt +TAGS += all opt $(MAIN).opt $(foreach TAG, $(TAGS), $(eval $(call INCLUDE_TEMPLATE, $(TAG))))