]> matita.cs.unibo.it Git - helm.git/blob - matita/components/lexicon/Makefile
b7aba0ebd58d9d690da2f1a5112192fed942df85
[helm.git] / matita / components / lexicon / Makefile
1 PACKAGE = lexicon
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         grafiteDisambiguate.mli \
6         lexiconSync.mli         \
7         $(NULL)
8 IMPLEMENTATION_FILES =          \
9         $(INTERFACE_FILES:%.mli=%.ml)
10
11
12 include ../../Makefile.defs
13 include ../Makefile.common