blob: 0ddf917599f1d0e800d203ca365698a3cd7943f9 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-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 Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattner2f7c9632001-06-06 20:29:01 +00009LEVEL = ..
Anand Shuklaa1cd3fe2002-08-27 22:05:53 +000010
Daniel Dunbarfdbbc522009-06-29 21:12:26 +000011include $(LEVEL)/Makefile.config
12
Bill Wendlingd3b43442013-10-30 04:03:03 +000013PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
14 ExecutionEngine Linker LTO MC Object Option DebugInfo \
Justin Bognerf8d79192014-03-21 17:24:48 +000015 IRReader LineEditor ProfileData
John Criswell3ef61af2003-06-30 21:59:07 +000016
Chris Lattner2f7c9632001-06-06 20:29:01 +000017include $(LEVEL)/Makefile.common