]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
we rewrite the paramodulation code!
[helm.git] / helm / software / components / ng_paramodulation / Makefile
diff --git a/helm/software/components/ng_paramodulation/Makefile b/helm/software/components/ng_paramodulation/Makefile
new file mode 100644 (file)
index 0000000..8612f4b
--- /dev/null
@@ -0,0 +1,11 @@
+PACKAGE = ng_paramodulation
+
+INTERFACE_FILES = \
+       terms.mli pp.mli founif.mli index.mli orderings.mli
+
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+all:
+
+include ../../Makefile.defs
+include ../Makefile.common