X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=0fd0bd9342cf27d3021876230bb44372d9acca85;hb=2ecd65dbcc1388bb2dfe6425e6ef1b2e3f45c4ac;hp=3a3bcbf6fb6a3bebb2f20ab79f412bb09473ea48;hpb=5b493dc2698d1f971484df9962089523e525ec3d;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 3a3bcbf6f..0fd0bd934 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -15,15 +15,16 @@ MODULES = \ cic_omdoc \ metadata \ tactics \ - cic_transformations \ cic_notation \ - cic_textual_parser2 \ + cic_transformations \ + cic_disambiguation \ + paramodulation \ $(NULL) OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLPATH = @OCAMLFIND_META_DIR@ -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)