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