X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FMakefile;h=6196ab1f9210fc6b135e6c98db10acc0de744635;hb=b367de0252e88d6b0476648d5ceac7e4aeffca27;hp=a48753c4ab4e2111ad58b3c05c664bf5a0854166;hpb=25cf2297c8d14c14cfb2ff7695c9b6331825f4c9;p=helm.git diff --git a/helm/software/components/ng_paramodulation/Makefile b/helm/software/components/ng_paramodulation/Makefile index a48753c4a..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 foSubst.mli foUnif.mli index.mli orderings.mli \ - nCicBlob.mli cicBlob.mli paramod.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)