Nick Lewycky | 1f05587 | 2011-04-15 06:57:32 +0000 | [diff] [blame] | 1 | ##===- runtime/Makefile ------------------------------------*- Makefile -*-===## |
| 2 | # |
Daniel Dunbar | 253521b | 2010-01-19 21:12:58 +0000 | [diff] [blame] | 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Nick Lewycky | 1f05587 | 2011-04-15 06:57:32 +0000 | [diff] [blame] | 7 | # |
Daniel Dunbar | 253521b | 2010-01-19 21:12:58 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
| 9 | |
Daniel Dunbar | ac141e6 | 2010-06-30 22:10:38 +0000 | [diff] [blame] | 10 | CLANG_LEVEL := .. |
Nick Lewycky | 1f05587 | 2011-04-15 06:57:32 +0000 | [diff] [blame] | 11 | include $(CLANG_LEVEL)/../../Makefile.config |
| 12 | |
| 13 | ifndef NO_RUNTIME_LIBS |
| 14 | |
| 15 | PARALLEL_DIRS := libcxx compiler-rt |
| 16 | |
| 17 | endif |
| 18 | |
Daniel Dunbar | afed099 | 2010-06-08 20:34:18 +0000 | [diff] [blame] | 19 | include $(CLANG_LEVEL)/Makefile |
Daniel Dunbar | 253521b | 2010-01-19 21:12:58 +0000 | [diff] [blame] | 20 | |
Nick Lewycky | 1f05587 | 2011-04-15 06:57:32 +0000 | [diff] [blame] | 21 | install:: |