X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=30c25dc195586c1ba0a8773d440d1c31e503f3db;hb=34fad691712f60b4cd11510b9f73c09d25eaf125;hp=b6b3bd0d7da7188fbd7f544083fb8d39618dd029;hpb=66cb9dbb90775e44e281cfa29429c335d41a9998;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index b6b3bd0d7..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,18 +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 = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation all: metas $(MODULES:%=%.all) opt: metas $(MODULES:%=%.opt)