Chris Lattner | c01ab8f | 2004-02-13 23:31:12 +0000 | [diff] [blame] | 1 | ##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===## |
John Criswell | e488e93 | 2003-10-20 22:26:57 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | fc643c5 | 2007-12-29 20:09:26 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
John Criswell | e488e93 | 2003-10-20 22:26:57 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Sumant Kowshik | 9ddc86c | 2002-05-08 18:09:58 +0000 | [diff] [blame] | 9 | |
Chris Lattner | c01ab8f | 2004-02-13 23:31:12 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
Reid Spencer | 6cb21d4 | 2004-10-27 23:18:45 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMCBackend |
Sumant Kowshik | 9ddc86c | 2002-05-08 18:09:58 +0000 | [diff] [blame] | 12 | include $(LEVEL)/Makefile.common |
Reid Spencer | a2e05ea | 2006-06-01 05:49:51 +0000 | [diff] [blame] | 13 | |
Reid Spencer | e4d87aa | 2006-12-23 06:05:41 +0000 | [diff] [blame] | 14 | CompileCommonOpts += -Wno-format |