]> matita.cs.unibo.it Git - helm.git/blob - matita/components/grafite/Makefile
158bc992dae0b093a45eb46b1c885c9bafaaea76
[helm.git] / matita / components / grafite / Makefile
1 PACKAGE = grafite
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         grafiteAstPp.mli        \
6         $(NULL)
7 IMPLEMENTATION_FILES =          \
8         grafiteAst.ml           \
9         $(INTERFACE_FILES:%.mli=%.ml)
10
11
12 include ../../Makefile.defs
13 include ../Makefile.common