]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/Makefile
First very-very-very-very-alfa release of a MathQL Interpreter implemented
[helm.git] / helm / ocaml / mathql_interpreter / Makefile
diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile
new file mode 100644 (file)
index 0000000..27ae1fb
--- /dev/null
@@ -0,0 +1,15 @@
+PACKAGE = mathql_interpreter
+REQUIRES = helm-urimanager pgocaml
+PREDICATES =
+
+INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli \
+                 select.mli intersect.mli union.mli pattern.mli use.mli \
+                 mqint.mli
+
+IMPLEMENTATION_FILES = mathql.ml $(INTERFACE_FILES:%.mli=%.ml)
+
+EXTRA_OBJECTS_TO_INSTALL = mathql.ml mathql.cmi
+EXTRA_OBJECTS_TO_CLEAN =
+
+
+include ../Makefile.common