X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllc%2FMakefile;h=c24f378bc53891d2c94be103d6c06e5bbf868c71;hb=fc699872e35ec794d7373680be6f1946fe8e9ca6;hp=7319aada489e17e0c2dbeb46fc05e9f50e9c5a86;hpb=43b5f9312d56be400af031f7487a99b75b7b0f97;p=oota-llvm.git diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 7319aada489..c24f378bc53 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -7,15 +7,9 @@ # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = llc +LEVEL := ../.. +TOOLNAME := llc +LINK_COMPONENTS := all-targets bitreader asmparser irreader -# 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) bitreader asmparser - -include $(LLVM_SRC_ROOT)/Makefile.rules +include $(LEVEL)/Makefile.common