]> matita.cs.unibo.it Git - helm.git/blobdiff - components/lexicon/Makefile
branch for universe
[helm.git] / components / lexicon / Makefile
diff --git a/components/lexicon/Makefile b/components/lexicon/Makefile
new file mode 100644 (file)
index 0000000..b8582ba
--- /dev/null
@@ -0,0 +1,18 @@
+PACKAGE = lexicon
+PREDICATES =
+
+INTERFACE_FILES =              \
+       lexiconAstPp.mli                \
+       disambiguatePp.mli      \
+       lexiconMarshal.mli      \
+       cicNotation.mli         \
+       lexiconEngine.mli       \
+       lexiconSync.mli         \
+       $(NULL)
+IMPLEMENTATION_FILES =         \
+       lexiconAst.ml           \
+       $(INTERFACE_FILES:%.mli=%.ml)
+
+
+include ../../Makefile.defs
+include ../Makefile.common