mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
17 lines
575 B
Makefile
Executable File
17 lines
575 B
Makefile
Executable File
##===- lib/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 := ..
|
|
|
|
PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
|
|
StaticAnalyzer Rewrite ARCMigrate Serialization Frontend \
|
|
FrontendTool Index Driver
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|
|
|