X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=aa9fb9c41a60a6201e8767f36cc7009094018f41;hb=9d4a3a25b327bb2c15bd0cff116ba6698b1a4335;hp=a59228b34bbaa96eddcda88c80a781c3f43d43d2;hpb=108f7ef287b08d4d7228790d7c6d956434f16c6c;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index a59228b34..aa9fb9c41 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 \ @@ -12,18 +14,24 @@ MODULES = \ getter \ cic \ cic_proof_checking \ - cic_unification \ - cic_omdoc \ + cic_acic \ + acic_content \ + content_pres \ + grafite \ metadata \ + library \ + cic_unification \ + whelp \ tactics \ - cic_notation \ - cic_transformations \ - cic_disambiguation \ paramodulation \ + cic_disambiguation \ + grafite2 \ + grafite_parser \ $(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