]> matita.cs.unibo.it Git - helm.git/blob - content/Makefile
made executable again
[helm.git] / 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