]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/acic_content/Makefile
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / acic_content / Makefile
diff --git a/helm/ocaml/acic_content/Makefile b/helm/ocaml/acic_content/Makefile
deleted file mode 100644 (file)
index 862a9ee..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-PACKAGE = acic_content
-PREDICATES =
-
-INTERFACE_FILES =              \
-       content.mli             \
-       contentPp.mli           \
-       acic2content.mli        \
-       content2cic.mli         \
-       cicNotationUtil.mli     \
-       cicNotationEnv.mli      \
-       cicNotationPp.mli       \
-       acic2astMatcher.mli     \
-       termAcicContent.mli     \
-       $(NULL)
-IMPLEMENTATION_FILES =         \
-       cicNotationPt.ml        \
-       $(INTERFACE_FILES:%.mli=%.ml)
-
-include ../../Makefile.defs
-include ../Makefile.common