Chris Lattner | 8eaafde | 2006-07-06 23:48:57 +0000 | [diff] [blame] | 1 | ##===- tools/llvm2cpp/Makefile -----------------------------*- Makefile -*-===## |
Reid Spencer | fb0c0dc | 2006-05-29 00:57:22 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 5116784 | 2007-12-29 20:07:17 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Reid Spencer | fb0c0dc | 2006-05-29 00:57:22 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../.. |
| 10 | TOOLNAME = llvm2cpp |
Chris Lattner | 44dadff | 2007-05-06 09:29:57 +0000 | [diff] [blame] | 11 | LINK_COMPONENTS = bitreader |
Reid Spencer | fb0c0dc | 2006-05-29 00:57:22 +0000 | [diff] [blame] | 12 | |
| 13 | include $(LEVEL)/Makefile.common |
Reid Spencer | 409411e | 2006-06-02 00:39:08 +0000 | [diff] [blame] | 14 | |
Reid Spencer | 7bd7873 | 2006-11-03 00:05:16 +0000 | [diff] [blame] | 15 | CompileCommonOpts := $(CompileCommonOpts) -Wno-format |