]> matita.cs.unibo.it Git - helm.git/blob - matita/components/acic_content/Makefile
- cic_exportation, cic_acic, acic_content (only parts related to acic)
[helm.git] / matita / components / acic_content / Makefile
1 PACKAGE = acic_content
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         content.mli             \
6         cicNotationUtil.mli     \
7         cicNotationEnv.mli      \
8         cicNotationPp.mli       \
9         termAcicContent.mli \
10         $(NULL)
11 IMPLEMENTATION_FILES =          \
12         cicNotationPt.ml        \
13         $(INTERFACE_FILES:%.mli=%.ml)
14
15 include ../../Makefile.defs
16 include ../Makefile.common