X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=30c25dc195586c1ba0a8773d440d1c31e503f3db;hb=34fad691712f60b4cd11510b9f73c09d25eaf125;hp=f74927b6eeb37876245a07bc0276d22dae50150b;hpb=d67ebd1c12fd3d7b041a79b79e5829b25d90da9f;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index f74927b6e..30c25dc19 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,8 +1,11 @@ # Warning: the modules must be in compilation order NULL = MODULES = \ + extlib \ xml \ + hgdome \ registry \ + hmysql \ utf8_macros \ thread \ xmldiff \ @@ -12,19 +15,22 @@ MODULES = \ cic \ cic_proof_checking \ cic_unification \ - cic_omdoc \ + cic_acic \ + acic_content \ + content_pres \ + grafite \ metadata \ + whelp \ tactics \ - cic_transformations \ - cic_notation \ - 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-disambiguator +METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation all: metas $(MODULES:%=%.all) opt: metas $(MODULES:%=%.opt)