]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/Makefile
branch for universe
[helm.git] / components / grafite / Makefile
diff --git a/components/grafite/Makefile b/components/grafite/Makefile
new file mode 100644 (file)
index 0000000..6eb3e7a
--- /dev/null
@@ -0,0 +1,14 @@
+PACKAGE = grafite
+PREDICATES =
+
+INTERFACE_FILES =              \
+       grafiteAstPp.mli        \
+       grafiteMarshal.mli      \
+       $(NULL)
+IMPLEMENTATION_FILES =         \
+       grafiteAst.ml           \
+       $(INTERFACE_FILES:%.mli=%.ml)
+
+
+include ../../Makefile.defs
+include ../Makefile.common