blob: 480f496ac98650f6772a1d8f8b3b98af18f1cbfe [file] [log] [blame]
Nick Lewycky1f055872011-04-15 06:57:32 +00001##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
2#
Daniel Dunbar253521b2010-01-19 21:12:58 +00003# 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 Lewycky1f055872011-04-15 06:57:32 +00007#
Daniel Dunbar253521b2010-01-19 21:12:58 +00008##===----------------------------------------------------------------------===##
9
Daniel Dunbarac141e62010-06-30 22:10:38 +000010CLANG_LEVEL := ..
Nick Lewycky1f055872011-04-15 06:57:32 +000011include $(CLANG_LEVEL)/../../Makefile.config
12
13ifndef NO_RUNTIME_LIBS
14
15PARALLEL_DIRS := libcxx compiler-rt
16
17endif
18
Daniel Dunbarafed0992010-06-08 20:34:18 +000019include $(CLANG_LEVEL)/Makefile
Daniel Dunbar253521b2010-01-19 21:12:58 +000020
Nick Lewycky1f055872011-04-15 06:57:32 +000021install::