2009-06-02 13:58:47 -04:00
|
|
|
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
|
|
|
|
#
|
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
|
#
|
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
|
#
|
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
LEVEL = ../../..
|
|
|
|
|
|
2010-01-23 06:10:26 -05:00
|
|
|
PARALLEL_DIRS = Headers Runtime Basic Lex Parse AST Sema CodeGen Analysis \
|
2010-02-16 04:31:36 -05:00
|
|
|
Checker Rewrite Frontend Index Driver
|
2009-06-02 13:58:47 -04:00
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|