]> git.proxmox.com Git - rustc.git/blame - src/llvm/bindings/ocaml/executionengine/Makefile
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / bindings / ocaml / executionengine / Makefile
CommitLineData
85aaf69f
SL
1##===- bindings/ocaml/executionengine/Makefile -------------*- Makefile -*-===##
2#
223e47cc
LB
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
85aaf69f 7#
223e47cc 8##===----------------------------------------------------------------------===##
85aaf69f 9#
223e47cc 10# This is the makefile for the Objective Caml Llvm_executionengine interface.
85aaf69f 11#
223e47cc
LB
12##===----------------------------------------------------------------------===##
13
14LEVEL := ../../..
15LIBRARYNAME := llvm_executionengine
85aaf69f 16UsedComponents := executionengine mcjit native
223e47cc 17UsedOcamlInterfaces := llvm llvm_target
85aaf69f 18FindlibPackages := ctypes
223e47cc
LB
19
20include ../Makefile.ocaml