]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/lexicon/Makefile
Preparing for 0.5.9 release.
[helm.git] / helm / software / 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