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