2007-12-11 08:20:48 +08:00
|
|
|
##===- bindings/ocaml/bitreader/Makefile -------------------*- Makefile -*-===##
|
2014-10-28 14:15:18 +08:00
|
|
|
#
|
2007-12-11 08:20:48 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:11:13 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2014-10-28 14:15:18 +08:00
|
|
|
#
|
2007-12-11 08:20:48 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2014-10-28 14:15:18 +08:00
|
|
|
#
|
2007-12-11 08:20:48 +08:00
|
|
|
# This is the makefile for the Objective Caml Llvm_bitreader interface.
|
2014-10-28 14:15:18 +08:00
|
|
|
#
|
2007-12-11 08:20:48 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../../..
|
|
|
|
LIBRARYNAME := llvm_bitreader
|
|
|
|
UsedComponents := bitreader
|
|
|
|
UsedOcamlInterfaces := llvm
|
|
|
|
|
|
|
|
include ../Makefile.ocaml
|