2011-01-20 06:39:06 +00:00
|
|
|
##===- tools/llvm-objdump/Makefile -------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = llvm-objdump
|
2011-09-21 01:13:19 +00:00
|
|
|
LINK_COMPONENTS = $(TARGETS_TO_BUILD) DebugInfo MC MCParser MCDisassembler \
|
|
|
|
Object
|
2011-01-20 06:39:06 +00:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
|
|
|
TOOL_NO_EXPORTS = 1
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|