blob: c72c353f8b531c4a3460c43b39672d634b3f0aa2 [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
Nico Weberfd54ebc2008-08-05 23:33:20 +000011PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
Chris Lattnerbda0b622008-03-15 23:59:48 +000012
13include $(LEVEL)/Makefile.common
14