X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Ftutors%2FMakefile;h=fed96f9668c848a4a02d93ed5e96246f4b73eee8;hb=fc35fbb35a01c110f221c52661f1193ea5664aa6;hp=fe6331ee4dfb8585581e7dedb629eb4829667820;hpb=84ce2dfd5b63c9821b6da62daa16b944014a6021;p=helm.git diff --git a/helm/hbugs/tutors/Makefile b/helm/hbugs/tutors/Makefile index fe6331ee4..fed96f966 100644 --- a/helm/hbugs/tutors/Makefile +++ b/helm/hbugs/tutors/Makefile @@ -1,9 +1,12 @@ METADIR = ../meta -REQUIRES = threads hbugs-common helm-cic_proof_checking helm-tactics helm-getter +REQUIRES = threads hbugs-common helm-cic_proof_checking helm-getter \ + helm-cic_textual_parser \ + helm-mathql helm-mathql_interpreter helm-tactics COMMONOPTS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" OCAMLFIND = ocamlfind OCAMLC = $(OCAMLFIND) ocamlc $(COMMONOPTS) OCAMLOPT = $(OCAMLFIND) opt $(COMMONOPTS) +OCAMLDEP = $(OCAMLFIND) ocamldep -package "$(REQUIRES)" LINK_OPTIONS = -thread -package threads -linkpkg TUTORS_TEMPLATE = hbugs_tutor.TPL.ml TUTORS_INDEX = INDEX.xml @@ -50,4 +53,5 @@ clean: distclean: clean rm -f run/* .PHONY: all world byte opt clean start stop +.PRECIOUS: %.cmi