]> matita.cs.unibo.it Git - helm.git/blob - matita/components/content/Makefile
8ea1cd33c734c0aa2bb493fb368ebc8f8b548484
[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         $(NULL)
10 IMPLEMENTATION_FILES =          \
11         notationPt.ml   \
12         $(INTERFACE_FILES:%.mli=%.ml)
13
14 include ../../Makefile.defs
15 include ../Makefile.common