forked from OSchip/llvm-project
17 lines
539 B
Makefile
17 lines
539 B
Makefile
##===- 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.
|
|
PARALLEL_DIRS = Core Driver Passes ReaderWriter
|
|
|
|
include $(LLD_LEVEL)/../../Makefile.config
|
|
|
|
include $(LLD_LEVEL)/Makefile
|