IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / bindings / ocaml / bitwriter / Makefile
index 953ab4c082b04660d0b3b3b1339cac1ef3d031f4..9f0b2c85a85bd01cc94f7f6da217789f99241b99 100644 (file)
@@ -1,23 +1,18 @@
-##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===##
-# 
+##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===##
+#
 #                     The LLVM Compiler Infrastructure
 #
 #                     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 file 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
-# 
+#
+# This is the makefile for the Objective Caml Llvm_bitwriter interface.
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../../..
 LIBRARYNAME := llvm_bitwriter
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../../..
 LIBRARYNAME := llvm_bitwriter
-DONT_BUILD_RELINKED := 1
 UsedComponents := bitwriter
 UsedOcamlInterfaces := llvm
 
 UsedComponents := bitwriter
 UsedOcamlInterfaces := llvm