view bindings/ocaml/analysis/Makefile @ 1:f783a2dd24b1

Added tag LLVM3.4 for changeset 95c75e76d11b
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 13:57:29 +0900
parents 95c75e76d11b
children 60c9769439b8
line wrap: on
line source

##===- bindings/ocaml/analysis/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_analysis interface.
# 
##===----------------------------------------------------------------------===##

LEVEL := ../../..
LIBRARYNAME := llvm_analysis
UsedComponents := analysis
UsedOcamlInterfaces := llvm

include ../Makefile.ocaml