Adding ocaml language bindings for the vmcore and bitwriter libraries. These are
[oota-llvm.git] / bindings / ocaml / bitwriter / Makefile
1 ##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
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.
7
8 ##===----------------------------------------------------------------------===##
9
10 # This is the makefile for the llvm-ml interface. Reference materials on
11 # installing ocaml libraries:
12
13 #   https://fedoraproject.org/wiki/Packaging/OCaml
14 #   http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.txt
15
16 ##===----------------------------------------------------------------------===##
17
18 LEVEL := ../../..
19 LIBRARYNAME := llvm_bitwriter
20 DONT_BUILD_RELINKED := 1
21 UsedComponents := bitwriter
22
23 include ../Makefile.ocaml