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
|
|
|
|
2010-07-01 02:10:38 +04:00
|
|
|
PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
|
2011-06-16 03:25:17 +04:00
|
|
|
StaticAnalyzer Rewrite ARCMigrate Serialization Frontend \
|
|
|
|
FrontendTool Index Driver
|
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
|
|
|
|