blob: 2eb72a91e68b9b32f0e5bef91e9da67309325562 [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 \
Ted Kremenek30660a82012-03-06 20:06:33 +000012 StaticAnalyzer Edit Rewrite ARCMigrate Serialization Frontend \
Chandler Carruthf95d4122012-06-20 09:53:52 +000013 FrontendTool Tooling 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