X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=6b2bf09cb8f37efe9bf46edc84463cccc723a6f0;hb=de782c7f0c4c841b8ecad9399a0948016cf3e2bd;hp=2f3009462102aa36414b9b9d2a2e3e55f69b7bee;hpb=359a1bd5ae0e0a1495573e087b3ce29cd2dd442e;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 2f3009462..6b2bf09cb 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,8 +1,10 @@ # Warning: the modules must be in compilation order NULL = MODULES = \ + extlib \ xml \ registry \ + hmysql \ utf8_macros \ thread \ xmldiff \ @@ -17,12 +19,13 @@ MODULES = \ tactics \ cic_notation \ cic_transformations \ - cic_textual_parser2 \ + cic_disambiguation \ paramodulation \ $(NULL) OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLPATH = @OCAMLFIND_META_DIR@ +OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@ METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation