blob: 74df7abcef24d4d9dbcc963ee4ee47e23c2abcac [file] [log] [blame]
Chris Lattnerbda0b622008-03-15 23:59:48 +00001##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Daniel Dunbarafed0992010-06-08 20:34:18 +00009CLANG_LEVEL := ..
Chris Lattnerbda0b622008-03-15 23:59:48 +000010
Daniel Dunbarac141e62010-06-30 22:10:38 +000011PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
John McCall8f0e8d22011-06-15 23:25:17 +000012 StaticAnalyzer Rewrite ARCMigrate Serialization Frontend \
13 FrontendTool Index Driver
Chris Lattnerbda0b622008-03-15 23:59:48 +000014
Daniel Dunbarafed0992010-06-08 20:34:18 +000015include $(CLANG_LEVEL)/Makefile
Chris Lattnerbda0b622008-03-15 23:59:48 +000016