]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/Makefile
fork for Matita version B
[helm.git] / matitaB / components / ng_paramodulation / Makefile
diff --git a/matitaB/components/ng_paramodulation/Makefile b/matitaB/components/ng_paramodulation/Makefile
new file mode 100644 (file)
index 0000000..f4c1022
--- /dev/null
@@ -0,0 +1,14 @@
+PACKAGE = ng_paramodulation
+
+INTERFACE_FILES = \
+       terms.mli pp.mli foSubst.mli \
+       orderings.mli foUtils.mli foUnif.mli index.mli superposition.mli \
+       stats.mli paramod.mli nCicBlob.mli nCicProof.mli \
+       nCicParamod.mli
+
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+all:
+
+include ../../Makefile.defs
+include ../Makefile.common