]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
right inference step completed
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index 152c74a1be02ec5ccd2521482099f3699b386f13..6fff2162c7f60ea9cfbab8311d3eabea75dd042c 100644 (file)
@@ -1,7 +1,8 @@
 PACKAGE = ng_paramodulation
 
 INTERFACE_FILES = \
-       terms.mli pp.mli fosubst.mli founif.mli index.mli orderings.mli \
+       terms.mli pp.mli foSubst.mli \
+       orderings.mli foUtils.mli index.mli foUnif.mli superposition.mli \
        nCicBlob.mli cicBlob.mli paramod.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)