2008-03-16 02:59:48 +03:00
|
|
|
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
2007-07-11 21:01:13 +04:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 23:02:25 +03:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-07-11 21:01:13 +04:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2010-06-09 00:34:18 +04:00
|
|
|
CLANG_LEVEL := ..
|
2007-07-11 21:01:13 +04:00
|
|
|
|
2012-07-06 09:48:52 +04:00
|
|
|
PARALLEL_DIRS = Headers Basic Lex Parse AST ASTMatchers Sema CodeGen Analysis \
|
2012-03-07 00:06:33 +04:00
|
|
|
StaticAnalyzer Edit Rewrite ARCMigrate Serialization Frontend \
|
2012-12-03 22:12:45 +04:00
|
|
|
FrontendTool Tooling Driver Format
|
2007-07-11 21:01:13 +04:00
|
|
|
|
2010-06-09 00:34:18 +04:00
|
|
|
include $(CLANG_LEVEL)/Makefile
|
2007-07-11 21:01:13 +04:00
|
|
|
|