blob: b89b73d502b807e2639e3c4f619cd0ef72c6d3f9 [file] [log] [blame]
John Criswelle488e932003-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 Lattner00950542001-06-06 20:29:01 +00009LEVEL = ..
Anand Shukla26022022002-08-27 22:05:53 +000010
Misha Brukman3559a932004-09-15 01:34:42 +000011PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
Reid Spencer9d969b82004-11-14 21:54:41 +000012 ExecutionEngine Debugger Linker
John Criswell7a73b802003-06-30 21:59:07 +000013
Chris Lattner00950542001-06-06 20:29:01 +000014include $(LEVEL)/Makefile.common
15