X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=306dc2695431a43618d721549e2605293709dba0;hb=1bf23558e2145bcc125102d61f1ca17643d0fd02;hp=3a3bcbf6fb6a3bebb2f20ab79f412bb09473ea48;hpb=5b493dc2698d1f971484df9962089523e525ec3d;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 3a3bcbf6f..306dc2695 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 \ @@ -11,19 +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_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)