summaryrefslogtreecommitdiff
path: root/bindings/ocaml/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/llvm/Makefile')
-rw-r--r--bindings/ocaml/llvm/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile
new file mode 100644
index 0000000000..cbfb75ca15
--- /dev/null
+++ b/bindings/ocaml/llvm/Makefile
@@ -0,0 +1,24 @@
+##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# This is the makefile for the llvm-ml interface. Reference materials on
+# installing ocaml libraries:
+#
+# https://fedoraproject.org/wiki/Packaging/OCaml
+# http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.txt
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../../..
+LIBRARYNAME := llvm
+DONT_BUILD_RELINKED := 1
+UsedComponents := core
+UsedOcamLibs := llvm
+
+include ../Makefile.ocaml