1 ##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 # This is the makefile for the llvm-ml interface. Reference materials on
11 # installing ocaml libraries:
13 # https://fedoraproject.org/wiki/Packaging/OCaml
14 # http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.txt
16 ##===----------------------------------------------------------------------===##
19 LIBRARYNAME := llvm_bitwriter
20 DONT_BUILD_RELINKED := 1
21 UsedComponents := bitwriter
22 UsedOcamlInterfaces := llvm
24 include ../Makefile.ocaml