]> matita.cs.unibo.it Git - helm.git/blob - components/acic_content/Makefile
tagged 0.5.0-rc1
[helm.git] / components / acic_content / Makefile
1 PACKAGE = acic_content
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         content.mli             \
6         acic2content.mli        \
7         content2cic.mli         \
8         cicNotationUtil.mli     \
9         cicNotationEnv.mli      \
10         cicNotationPp.mli       \
11         acic2astMatcher.mli     \
12         termAcicContent.mli     \
13         $(NULL)
14 IMPLEMENTATION_FILES =          \
15         cicNotationPt.ml        \
16         $(INTERFACE_FILES:%.mli=%.ml)
17
18 include ../../Makefile.defs
19 include ../Makefile.common