John Criswell | e2fab73 | 2003-10-20 22:29:16 +0000 | [diff] [blame^] | 1 | ##===- runtime/GCCLibraries/libm/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 | ##===----------------------------------------------------------------------===## |
Chris Lattner | c1e20ac | 2002-03-08 23:20:52 +0000 | [diff] [blame] | 9 | LEVEL = ../../.. |
Chris Lattner | da86e6c | 2003-08-15 02:20:32 +0000 | [diff] [blame] | 10 | BYTECODE_LIBRARY=1 |
| 11 | DONT_BUILD_RELINKED=1 |
| 12 | LIBRARYNAME=m |
Chris Lattner | c1e20ac | 2002-03-08 23:20:52 +0000 | [diff] [blame] | 13 | |
Chris Lattner | da86e6c | 2003-08-15 02:20:32 +0000 | [diff] [blame] | 14 | include $(LEVEL)/Makefile.common |
Chris Lattner | c1e20ac | 2002-03-08 23:20:52 +0000 | [diff] [blame] | 15 | |