blob: 043eda6b99b7ec65608e425dcdd5db224c9aa8d8 [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
Chandler Carruthef860a22013-01-02 09:10:48 +000013PARALLEL_DIRS := IR AsmParser Bitcode Archive Analysis Transforms CodeGen \
Michael J. Spencer41ee0412012-12-05 00:29:32 +000014 Target ExecutionEngine Linker MC Object Option DebugInfo
John Criswell3ef61af2003-06-30 21:59:07 +000015
Chris Lattner2f7c9632001-06-06 20:29:01 +000016include $(LEVEL)/Makefile.common
17