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
|
|
|
|
|
|
|
|
PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
|
2011-09-20 02:34:27 +02:00
|
|
|
Target ExecutionEngine Linker MC Object DebugInfo
|
2003-06-30 23:59:07 +02:00
|
|
|
|
2001-06-06 22:29:01 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|