blob: 538bf439407128e8db40d22dfe2972863df5e94c [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##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10
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
14include $(LEVEL)/Makefile.common
15