mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
6aece93d5c
llvm-svn: 45416
21 lines
653 B
Makefile
21 lines
653 B
Makefile
##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
#
|
|
# This is the makefile for the Objective Caml Llvm_bitwriter interface.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL := ../../..
|
|
LIBRARYNAME := llvm_bitwriter
|
|
DONT_BUILD_RELINKED := 1
|
|
UsedComponents := bitwriter
|
|
UsedOcamlInterfaces := llvm
|
|
|
|
include ../Makefile.ocaml
|