blob: eb5a5a645256e151e128ed9291afa815ad070ac6 [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 Dunbar253521b2010-01-19 21:12:58 +000011PARALLEL_DIRS = Headers Runtime Basic Lex Parse AST Sema CodeGen Analysis \
Ted Kremenek1309f9a2010-01-25 04:41:41 +000012 Checker Rewrite Frontend Index Driver
Chris Lattnerbda0b622008-03-15 23:59:48 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/Makefile
Chris Lattnerbda0b622008-03-15 23:59:48 +000015