2007-10-06 23:00:36 +02:00
|
|
|
##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===##
|
2007-09-18 14:49:39 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:11:13 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-09-18 14:49:39 +02:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
#
|
2007-10-06 23:00:36 +02:00
|
|
|
# This is the makefile for the Objective Caml Llvm_bitwriter interface.
|
2007-09-18 14:49:39 +02:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../../..
|
|
|
|
LIBRARYNAME := llvm_bitwriter
|
|
|
|
UsedComponents := bitwriter
|
2007-09-26 22:56:12 +02:00
|
|
|
UsedOcamlInterfaces := llvm
|
2007-09-18 14:49:39 +02:00
|
|
|
|
|
|
|
include ../Makefile.ocaml
|