]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
Reorganized foUtils, added Clauses module to avoid duplicate code around are_invertib...
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index a48753c4ab4e2111ad58b3c05c664bf5a0854166..0d2eef1033086e3c3db24aae91bdd069b7df7575 100644 (file)
@@ -1,8 +1,11 @@
 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 \
+       foUtils.mli foUnif.mli orderings.mli \
+        clauses.mli index.mli superposition.mli \
+       stats.mli paramod.mli nCicBlob.mli cicBlob.mli nCicProof.mli \
+       nCicParamod.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)