blob: e5bd8669894fe59e6b810264a373f8f4dfbe6819 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner2f7c9632001-06-06 20:29:01 +00009LEVEL = ..
Anand Shuklaa1cd3fe2002-08-27 22:05:53 +000010
Chris Lattner00246e92007-05-06 19:50:06 +000011PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
Chris Lattner20571d92007-04-22 06:26:05 +000012 Target ExecutionEngine Debugger Linker
John Criswell3ef61af2003-06-30 21:59:07 +000013
Chris Lattner2f7c9632001-06-06 20:29:01 +000014include $(LEVEL)/Makefile.common
15