2007-10-06 23:00:36 +02:00
|
|
|
##===- bindings/ocaml/analysis/Makefile --------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:11:13 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-10-06 23:00:36 +02:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
#
|
|
|
|
# This is the makefile for the Objective Caml Llvm_analysis interface.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../../..
|
|
|
|
LIBRARYNAME := llvm_analysis
|
|
|
|
UsedComponents := analysis
|
|
|
|
UsedOcamlInterfaces := llvm
|
|
|
|
|
|
|
|
include ../Makefile.ocaml
|