1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/tools/llvm-objdump/Makefile

18 lines
558 B
Makefile
Raw Normal View History

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