2010-11-27 05:58:44 +00:00
|
|
|
##===- tools/macho-dump/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 := macho-dump
|
|
|
|
LINK_COMPONENTS := support object
|
2010-11-27 05:58:44 +00:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 19:27:24 +00:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2010-11-27 05:58:44 +00:00
|
|
|
|
2011-10-18 19:27:24 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|