Misha Brukman | a6d8ab3 | 2004-08-09 19:51:49 +0000 | [diff] [blame] | 1 | ##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===## |
John Criswell | e2fab73 | 2003-10-20 22:29:16 +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 | ##===----------------------------------------------------------------------===## |
Chris Lattner | 443ea94 | 2003-08-15 02:33:49 +0000 | [diff] [blame] | 9 | |
Reid Spencer | 0108346 | 2004-12-02 09:58:09 +0000 | [diff] [blame] | 10 | LEVEL := ../.. |
Chris Lattner | 709b274 | 2005-01-02 22:55:16 +0000 | [diff] [blame] | 11 | PARALLEL_DIRS := crtend libc libgcc libm |
Chris Lattner | 443ea94 | 2003-08-15 02:33:49 +0000 | [diff] [blame] | 12 | include $(LEVEL)/Makefile.common |