X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FMakefile;h=6196ab1f9210fc6b135e6c98db10acc0de744635;hb=3ca99dabf7d136ebd58fa61e7a2d7134c8dc365c;hp=ccf1b57a4c4f51af56149fd40cfe1fa5a83f70e7;hpb=46bfce7d0f09058ca063766192a1d4251ce7df63;p=helm.git diff --git a/helm/software/components/ng_paramodulation/Makefile b/helm/software/components/ng_paramodulation/Makefile index ccf1b57a4..6196ab1f9 100644 --- a/helm/software/components/ng_paramodulation/Makefile +++ b/helm/software/components/ng_paramodulation/Makefile @@ -1,7 +1,10 @@ PACKAGE = ng_paramodulation INTERFACE_FILES = \ - terms.mli pp.mli founif.mli index.mli orderings.mli subst.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)