2003-10-21 06:26:57 +08:00
|
|
|
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2003-10-21 06:26:57 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-10 00:44:42 +08:00
|
|
|
#
|
2003-10-21 06:26:57 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2001-06-07 04:29:01 +08:00
|
|
|
LEVEL = ..
|
2002-08-28 06:05:53 +08:00
|
|
|
|
2009-06-30 05:12:26 +08:00
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2013-06-17 23:47:20 +08:00
|
|
|
PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen \
|
2013-09-25 07:52:22 +08:00
|
|
|
Target ExecutionEngine Linker LTO MC Object Option DebugInfo \
|
2013-03-26 10:25:37 +08:00
|
|
|
IRReader
|
2003-07-01 05:59:07 +08:00
|
|
|
|
2001-06-07 04:29:01 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|