blob: 522295937b3470a33360bff327dba5a5611c2d75 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswelle488e932003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner00950542001-06-06 20:29:01 +00009LEVEL = ..
Anand Shukla26022022002-08-27 22:05:53 +000010
Chris Lattner65933802007-05-06 19:50:06 +000011PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
Chris Lattner6742b4d2007-04-22 06:26:05 +000012 Target ExecutionEngine Debugger Linker
John Criswell7a73b802003-06-30 21:59:07 +000013
Chris Lattner00950542001-06-06 20:29:01 +000014include $(LEVEL)/Makefile.common
15