2009-06-18 23:04:45 +00:00
|
|
|
##===- tools/llvm-mc/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-mc
|
|
|
|
LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support
|
2009-06-18 23:04:45 +00:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
2011-10-18 19:27:24 +00:00
|
|
|
TOOL_NO_EXPORTS := 1
|
2010-04-12 19:43:00 +00:00
|
|
|
|
2011-10-18 19:27:24 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|