]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/thread/Makefile
thread library (actually contains just ThreadSafe module)
[helm.git] / helm / ocaml / thread / Makefile
diff --git a/helm/ocaml/thread/Makefile b/helm/ocaml/thread/Makefile
new file mode 100644 (file)
index 0000000..6a5dd3d
--- /dev/null
@@ -0,0 +1,8 @@
+
+PACKAGE = thread
+REQUIRES = threads
+INTERFACE_FILES = threadSafe.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+include ../Makefile.common
+