2009-08-30 23:41:20 +00:00
|
|
|
##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===##
|
2007-09-18 12:49:39 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:11:13 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-09-18 12:49:39 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
#
|
2007-10-06 21:00:36 +00:00
|
|
|
# This is the makefile for the Objective Caml Llvm interface.
|
2007-09-18 12:49:39 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../../..
|
|
|
|
LIBRARYNAME := llvm
|
|
|
|
UsedComponents := core
|
|
|
|
UsedOcamLibs := llvm
|
|
|
|
|
|
|
|
include ../Makefile.ocaml
|