Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison bindings/ocaml/bitwriter/Makefile @ 83:60c9769439b8
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
1 ##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===## | 1 ##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===## |
2 # | 2 # |
3 # The LLVM Compiler Infrastructure | 3 # The LLVM Compiler Infrastructure |
4 # | 4 # |
5 # This file is distributed under the University of Illinois Open Source | 5 # This file is distributed under the University of Illinois Open Source |
6 # License. See LICENSE.TXT for details. | 6 # License. See LICENSE.TXT for details. |
7 # | 7 # |
8 ##===----------------------------------------------------------------------===## | 8 ##===----------------------------------------------------------------------===## |
9 # | 9 # |
10 # This is the makefile for the Objective Caml Llvm_bitwriter interface. | 10 # This is the makefile for the Objective Caml Llvm_bitwriter interface. |
11 # | 11 # |
12 ##===----------------------------------------------------------------------===## | 12 ##===----------------------------------------------------------------------===## |
13 | 13 |
14 LEVEL := ../../.. | 14 LEVEL := ../../.. |
15 LIBRARYNAME := llvm_bitwriter | 15 LIBRARYNAME := llvm_bitwriter |
16 UsedComponents := bitwriter | 16 UsedComponents := bitwriter |