/3rd_party/llvm/bindings/ocaml/transforms/ipo/Makefile
https://code.google.com/p/softart/ · Makefile · 19 lines · 5 code · 2 blank · 12 comment · 0 complexity · a1c924a94f29af7b88712895f6cbbae3 MD5 · raw file
- ##===- bindings/ocaml/transforms/scalar/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_scalar_opts interface.
- #
- ##===----------------------------------------------------------------------===##
- LEVEL := ../../../..
- LIBRARYNAME := llvm_ipo
- UsedComponents := ipo
- UsedOcamlInterfaces := llvm
- include ../../Makefile.ocaml