]> matita.cs.unibo.it Git - helm.git/blob - matita/components/ng_disambiguation/Makefile
added comment about version number to be manually changed
[helm.git] / matita / components / ng_disambiguation / Makefile
1 PACKAGE = ng_disambiguation
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         nnumber_notation.mli    \
6         disambiguateChoices.mli \
7   nCicDisambiguate.mli    \
8         grafiteDisambiguate.mli \
9         $(NULL)
10 IMPLEMENTATION_FILES =          \
11   $(INTERFACE_FILES:%.mli=%.ml)
12
13
14 include ../../Makefile.defs
15 include ../Makefile.common