]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite_parser/Makefile
1. matitaEngine splitted into disambiguation (now in grafite_parser) and
[helm.git] / helm / ocaml / grafite_parser / Makefile
diff --git a/helm/ocaml/grafite_parser/Makefile b/helm/ocaml/grafite_parser/Makefile
new file mode 100644 (file)
index 0000000..afb0549
--- /dev/null
@@ -0,0 +1,10 @@
+PACKAGE = grafite_parser
+PREDICATES =
+
+INTERFACE_FILES = \
+       matitaDisambiguator.mli \
+       grafiteDisambiguate.mli \
+       $(NULL)
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+include ../Makefile.common