blob: 924819c81807f050d24eb576d1e1f079f1eada77 [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 \
Nico Weberfddbcb42011-04-30 03:09:18 +000012 StaticAnalyzer Rewrite Serialization Frontend FrontendTool \
Manuel Klimek16f21312011-06-02 16:58:33 +000013 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