]> matita.cs.unibo.it Git - helm.git/blob - components/lexicon/Makefile
tagged 0.5.0-rc1
[helm.git] / components / lexicon / Makefile
1 PACKAGE = lexicon
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         lexiconAstPp.mli                \
6         disambiguatePp.mli      \
7         lexiconMarshal.mli      \
8         cicNotation.mli         \
9         lexiconEngine.mli       \
10         lexiconSync.mli         \
11         $(NULL)
12 IMPLEMENTATION_FILES =          \
13         lexiconAst.ml           \
14         $(INTERFACE_FILES:%.mli=%.ml)
15
16
17 include ../../Makefile.defs
18 include ../Makefile.common