aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/all_backends/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/all_backends/Makefile')
-rw-r--r--bindings/ocaml/all_backends/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/bindings/ocaml/all_backends/Makefile b/bindings/ocaml/all_backends/Makefile
new file mode 100644
index 0000000..a5ff290
--- /dev/null
+++ b/bindings/ocaml/all_backends/Makefile
@@ -0,0 +1,21 @@
+##===- bindings/ocaml/all_backends/Makefile ----------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# This is the makefile for the Objective Caml Llvm_backends interface.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../../..
+include $(LEVEL)/Makefile.config
+
+LIBRARYNAME := llvm_all_backends
+UsedComponents := $(TARGETS_TO_BUILD)
+UsedOcamlInterfaces :=
+
+include ../Makefile.ocaml