X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fparamodulation%2FMakefile;h=85462109008f2e3369dd82824a5d1e705b842e1f;hb=acf84dee7d161e3405527c8506bc475098a98634;hp=ff724fa6c900fb048e92083ae0ac0f1871450e5e;hpb=d065a590ca5c4aec5ab505f2cf9e295e6c900942;p=helm.git diff --git a/helm/ocaml/paramodulation/Makefile b/helm/ocaml/paramodulation/Makefile index ff724fa6c..854621090 100644 --- a/helm/ocaml/paramodulation/Makefile +++ b/helm/ocaml/paramodulation/Makefile @@ -2,12 +2,10 @@ PACKAGE = paramodulation INTERFACE_FILES = \ utils.mli \ - inference.mli + inference.mli\ + equality_indexing.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) \ - trie.ml \ - path_indexing.ml \ - discrimination_tree.ml \ indexing.ml \ saturation.ml @@ -31,7 +29,7 @@ $(ARCHIVE_OPT): paramodulation.cmx $(LIBRARIES_OPT) PARAMOD_OBJS = $(IMPLEMENTATION_FILES:%.ml=%.cmo) PARAMOD_OBJS_OPT = $(IMPLEMENTATION_FILES:%.ml=%.cmx) -LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite +LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser saturate: saturate_main.ml $(PARAMOD_OBJS) $(LIBRARIES) $(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $(PARAMOD_OBJS) $< saturate.opt: saturate_main.ml $(PARAMOD_OBJS_OPT) $(LIBRARIES)