mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
af1b2037d3
llvm-svn: 80526
20 lines
596 B
Makefile
20 lines
596 B
Makefile
##===- bindings/ocaml/llvm/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 interface.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL := ../../..
|
|
LIBRARYNAME := llvm
|
|
UsedComponents := core
|
|
UsedOcamLibs := llvm
|
|
|
|
include ../Makefile.ocaml
|