]> matita.cs.unibo.it Git - helm.git/blobdiff - components/hmysql/Makefile
branch for universe
[helm.git] / components / hmysql / Makefile
diff --git a/components/hmysql/Makefile b/components/hmysql/Makefile
new file mode 100644 (file)
index 0000000..356e6e0
--- /dev/null
@@ -0,0 +1,14 @@
+PACKAGE = hmysql
+PREDICATES =
+
+INTERFACE_FILES = \
+        hSql.mli 
+IMPLEMENTATION_FILES = \
+        hSqlite3.ml \
+        hMysql.ml \
+       $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../../Makefile.defs
+include ../Makefile.common