X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2FMakefile.in;h=30c25dc195586c1ba0a8773d440d1c31e503f3db;hb=afa05d30f20de12e031c3e5c3e5c33c19c42a7d8;hp=a59228b34bbaa96eddcda88c80a781c3f43d43d2;hpb=108f7ef287b08d4d7228790d7c6d956434f16c6c;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index a59228b34..30c25dc19 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -3,7 +3,9 @@ NULL = MODULES = \ extlib \ xml \ + hgdome \ registry \ + hmysql \ utf8_macros \ thread \ xmldiff \ @@ -13,17 +15,20 @@ MODULES = \ cic \ cic_proof_checking \ cic_unification \ - cic_omdoc \ + cic_acic \ + acic_content \ + content_pres \ + grafite \ metadata \ + whelp \ tactics \ - cic_notation \ - cic_transformations \ 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