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