2011-04-16 02:57:00 +08:00
|
|
|
##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
CLANG_LEVEL := ..
|
|
|
|
include $(CLANG_LEVEL)/../../Makefile.config
|
|
|
|
|
|
|
|
ifndef NO_RUNTIME_LIBS
|
|
|
|
|
2011-10-01 04:24:28 +08:00
|
|
|
PARALLEL_DIRS := compiler-rt libcxx
|
2011-04-16 02:57:00 +08:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|
|
|
|
|
|
|
|
install::
|
|
|
|
|