]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/Makefile
Makefiles removed in favour of dune-only solution
[helm.git] / matita / components / ng_tactics / Makefile
diff --git a/matita/components/ng_tactics/Makefile b/matita/components/ng_tactics/Makefile
deleted file mode 100644 (file)
index b7a9840..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-PACKAGE = ng_tactics
-
-INTERFACE_FILES = \
-  continuationals.mli \
-       nCicTacReduction.mli \
-       nTacStatus.mli \
-       nCicElim.mli \
-       nTactics.mli \
-        nnAuto.mli \
-       declarative.mli \
-       nDestructTac.mli \
-       nInversion.mli
-
-IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
-
-
-all:
-
-
-include ../../Makefile.defs
-include ../Makefile.common