X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FMakefile;h=a8d0b8ea9f07ae53c0ea99da97f24661fcd5e97d;hb=772def9075b7b62870ebf4cecec6bcd37a549b1d;hp=8612f4bfc93eadbfb0c87adc1ff2b4d8d2c68dbd;hpb=ddd751449e73a22af523ce78ce1d8f0bb211e941;p=helm.git diff --git a/helm/software/components/ng_paramodulation/Makefile b/helm/software/components/ng_paramodulation/Makefile index 8612f4bfc..a8d0b8ea9 100644 --- a/helm/software/components/ng_paramodulation/Makefile +++ b/helm/software/components/ng_paramodulation/Makefile @@ -1,7 +1,9 @@ PACKAGE = ng_paramodulation INTERFACE_FILES = \ - terms.mli pp.mli founif.mli index.mli orderings.mli + terms.mli pp.mli foSubst.mli \ + orderings.mli foUtils.mli index.mli foUnif.mli superposition.mli \ + paramod.mli nCicBlob.mli cicBlob.mli nCicProof.mli nCicParamod.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)