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 | # |
| 5 | # This file was developed by the LLVM research group and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 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 |
| 13 | |