John Criswell | e2fab73 | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 1 | ##===- runtime/GCCLibraries/libc/Makefile ------------------------------*- Makefile -*-===## |
| 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 | ##===----------------------------------------------------------------------===## |
Reid Spencer | 8c2c315 | 2004-10-22 21:02:08 +0000 | [diff] [blame] | 9 | |
Chris Lattner | c1e20ac | 2002-03-08 23:20:52 +0000 | [diff] [blame] | 10 | LEVEL = ../../.. |
Reid Spencer | 0108346 | 2004-12-02 09:58:09 +0000 | [diff] [blame] | 11 | BYTECODE_LIBRARY = 1 |
| 12 | DONT_BUILD_RELINKED = 1 |
| 13 | LIBRARYNAME = c |
Reid Spencer | e676067 | 2004-12-22 05:57:33 +0000 | [diff] [blame] | 14 | BYTECODE_DESTINATION = $(CFERuntimeLibDir) |
Chris Lattner | c1e20ac | 2002-03-08 23:20:52 +0000 | [diff] [blame] | 15 | |
Chris Lattner | da86e6c | 2003-08-15 02:20:32 +0000 | [diff] [blame] | 16 | include $(LEVEL)/Makefile.common |
Chris Lattner | c1e20ac | 2002-03-08 23:20:52 +0000 | [diff] [blame] | 17 | |