]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/hmysql/Makefile
test branch
[helm.git] / helm / ocaml / hmysql / Makefile
diff --git a/helm/ocaml/hmysql/Makefile b/helm/ocaml/hmysql/Makefile
new file mode 100644 (file)
index 0000000..2ae1d4e
--- /dev/null
@@ -0,0 +1,11 @@
+PACKAGE = hmysql
+PREDICATES =
+
+INTERFACE_FILES = \
+        hMysql.mli 
+IMPLEMENTATION_FILES = \
+       $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../Makefile.common