X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-mc%2FMakefile;h=b147fadb5747b956122cf9b8bdf5bc3ef0fdbec8;hb=566fb9fe3ed767be7218fb1608ec6a284067d3b0;hp=a12749324956076d543410ecbdebc0c0d9885c82;hpb=9a56c328b13b27c44a12e288aee035554ee28494;p=oota-llvm.git diff --git a/tools/llvm-mc/Makefile b/tools/llvm-mc/Makefile index a1274932495..b147fadb574 100644 --- a/tools/llvm-mc/Makefile +++ b/tools/llvm-mc/Makefile @@ -7,20 +7,11 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = llvm-mc +LEVEL := ../.. +TOOLNAME := llvm-mc +LINK_COMPONENTS := all-targets MCDisassembler MCParser MC support # This tool has no plugins, optimize startup time. -TOOL_NO_EXPORTS = 1 +TOOL_NO_EXPORTS := 1 -# Include this here so we can get the configuration of the targets -# that have been configured for construction. We have to do this -# early so we can set up LINK_COMPONENTS before including Makefile.rules -include $(LEVEL)/Makefile.config - -LINK_COMPONENTS := $(TARGETS_TO_BUILD) MCParser MC support - -include $(LLVM_SRC_ROOT)/Makefile.rules - -# Using LIBS instead of USEDLIBS to force static linking -LIBS += $(LLVMLibDir)/libEnhancedDisassembly.a +include $(LEVEL)/Makefile.common