blob: 4616b78adb2ee1e55539c65bfc59fd4254af36f4 [file] [log] [blame]
Michael J. Spencer92e1deb2011-01-20 06:39:06 +00001##===- tools/llvm-objdump/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Michael J. Spencer92e1deb2011-01-20 06:39:06 +00009
Daniel Dunbar8c39c962011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-objdump
12LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
Michael J. Spencer92e1deb2011-01-20 06:39:06 +000013
14# This tool has no plugins, optimize startup time.
Daniel Dunbar8c39c962011-10-18 19:27:24 +000015TOOL_NO_EXPORTS := 1
Michael J. Spencer92e1deb2011-01-20 06:39:06 +000016
17include $(LEVEL)/Makefile.common