blob: fd575cd19570ef2034af5f9e8e6614a1a87e5e99 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
John Criswelle488e932003-10-20 22:26:57 +00003# 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.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
John Criswelle488e932003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattner00950542001-06-06 20:29:01 +00009LEVEL = ..
Anand Shukla26022022002-08-27 22:05:53 +000010
Daniel Dunbar74deeb82009-06-29 21:12:26 +000011include $(LEVEL)/Makefile.config
12
13PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
Eric Christophereae5a132011-09-20 00:34:27 +000014 Target ExecutionEngine Linker MC Object DebugInfo
John Criswell7a73b802003-06-30 21:59:07 +000015
Chris Lattner00950542001-06-06 20:29:01 +000016include $(LEVEL)/Makefile.common
17