]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
new instantiate, only known bug is w.r.t. in/out scope and file matita/contribs/ng_as...
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index 152c74a1be02ec5ccd2521482099f3699b386f13..6196ab1f9210fc6b135e6c98db10acc0de744635 100644 (file)
@@ -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)