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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2011-10-18 19:27:24 +00:00
|
|
|
LEVEL := ../..
|
|
|
|
TOOLNAME := llvm-objdump
|
|
|
|
LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
|
2011-01-20 06:39:06 +00:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 19:27:24 +00:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2011-01-20 06:39:06 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|