]> matita.cs.unibo.it Git - helm.git/blob - matitaB/components/content/Makefile
grafite parser updated
[helm.git] / matitaB / components / content / Makefile
1 PACKAGE = content
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         notationUtil.mli        \
6         notationEnv.mli \
7         notationPp.mli  \
8         $(NULL)
9 IMPLEMENTATION_FILES =          \
10         notationPt.ml   \
11         $(INTERFACE_FILES:%.mli=%.ml)
12
13 include ../../Makefile.defs
14 include ../Makefile.common