]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/lexicon/Makefile
test branch
[helm.git] / helm / ocaml / lexicon / Makefile
diff --git a/helm/ocaml/lexicon/Makefile b/helm/ocaml/lexicon/Makefile
new file mode 100644 (file)
index 0000000..0e9c095
--- /dev/null
@@ -0,0 +1,17 @@
+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.common