X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FMakefile;h=6196ab1f9210fc6b135e6c98db10acc0de744635;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=7eee8d511da4d84c6760de81d83e6350b7157c03;hpb=3c1a432c1612f8ed21f5b2220005599c4d9da1d5;p=helm.git diff --git a/helm/software/components/ng_paramodulation/Makefile b/helm/software/components/ng_paramodulation/Makefile index 7eee8d511..6196ab1f9 100644 --- a/helm/software/components/ng_paramodulation/Makefile +++ b/helm/software/components/ng_paramodulation/Makefile @@ -1,8 +1,10 @@ PACKAGE = ng_paramodulation INTERFACE_FILES = \ - terms.mli pp.mli founif.mli index.mli orderings.mli subst.mli \ - nCicBlob.mli cicBlob.mli + terms.mli pp.mli foSubst.mli \ + orderings.mli foUtils.mli foUnif.mli index.mli superposition.mli \ + stats.mli paramod.mli nCicBlob.mli cicBlob.mli nCicProof.mli \ + nCicParamod.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)