blob: 1f14aa078e4daed9e4bc1aa1d595a80bfa9e0611 [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
Manuel Klimek4da21662012-07-06 05:48:52 +000011PARALLEL_DIRS = Headers Basic Lex Parse AST ASTMatchers 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