2014-06-04 17:54:07 +08:00
|
|
|
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LLD_LEVEL := ..
|
|
|
|
|
|
|
|
# ARCMigrate and Rewrite are always needed because of libclang.
|
2014-11-11 08:40:36 +08:00
|
|
|
PARALLEL_DIRS = Config Core Driver Passes ReaderWriter
|
2014-06-04 17:54:07 +08:00
|
|
|
|
|
|
|
include $(LLD_LEVEL)/../../Makefile.config
|
|
|
|
|
|
|
|
include $(LLD_LEVEL)/Makefile
|