blob: 50ed94a88d07564a5cd550eec054e3fa2a63ebfa [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 Dunbar3ede8d02009-03-02 19:59:07 +000011PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite \
12 Frontend Driver
Chris Lattnerbda0b622008-03-15 23:59:48 +000013
14include $(LEVEL)/Makefile.common
15