]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_engine/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / grafite_engine / Makefile
diff --git a/matita/components/grafite_engine/Makefile b/matita/components/grafite_engine/Makefile
deleted file mode 100644 (file)
index c8d3866..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-PACKAGE = grafite_engine
-PREDICATES =
-
-INTERFACE_FILES = \
-       grafiteTypes.mli \
-       nCicCoercDeclaration.mli \
-       grafiteEngine.mli \
-       $(NULL)
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
-
-include ../../Makefile.defs
-include ../Makefile.common