]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/acic_content/Makefile
test branch
[helm.git] / helm / ocaml / acic_content / Makefile
diff --git a/helm/ocaml/acic_content/Makefile b/helm/ocaml/acic_content/Makefile
new file mode 100644 (file)
index 0000000..cc4da37
--- /dev/null
@@ -0,0 +1,19 @@
+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.common