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