2008-03-16 02:59:48 +03:00
|
|
|
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
2007-07-11 21:01:13 +04:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 23:02:25 +03:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-07-11 21:01:13 +04:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../..
|
|
|
|
|
2010-01-20 00:12:58 +03:00
|
|
|
PARALLEL_DIRS = Headers Runtime Basic Lex Parse AST Sema CodeGen Analysis \
|
2010-01-25 07:41:41 +03:00
|
|
|
Checker Rewrite Frontend Index Driver
|
2007-07-11 21:01:13 +04:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|