]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_content/Makefile
branch for universe
[helm.git] / components / acic_content / Makefile
diff --git a/components/acic_content/Makefile b/components/acic_content/Makefile
new file mode 100644 (file)
index 0000000..72aa997
--- /dev/null
@@ -0,0 +1,19 @@
+PACKAGE = acic_content
+PREDICATES =
+
+INTERFACE_FILES =              \
+       content.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