]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_paramodulation/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / ng_paramodulation / Makefile
diff --git a/matita/components/ng_paramodulation/Makefile b/matita/components/ng_paramodulation/Makefile
deleted file mode 100644 (file)
index ca2e5d1..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-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: hash.o
-opt: hash.o
-
-hash.o:
-       gcc -I `ocamlc -where`/caml/ -c hash.c
-
-include ../../Makefile.defs
-include ../Makefile.common