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