X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ld%2FMakefile;h=2ec6e0a43affc1258a4fcde29984a6e2dfb39afb;hb=12d9a4629bff8a7120b8fe0ecc8ebcb0e9438562;hp=2c6496263208046b99efddfb013b1e175250f3fc;hpb=c0af3f00529eefd09c708e9ef6827f5199c4fd77;p=oota-llvm.git diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index 2c649626320..2ec6e0a43af 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -1,16 +1,14 @@ -##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===## +##===- tools/llvm-ld/Makefile ------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. - -TOOLNAME = llvm-ld -USEDLIBS = ipo.a transforms.a scalaropts.a analysis.a ipa.a transformutils.a \ - target.a bcreader bcwriter vmcore support.a LLVMsystem.a +LEVEL := ../.. +TOOLNAME := llvm-ld +LINK_COMPONENTS := ipo scalaropts linker archive bitwriter include $(LEVEL)/Makefile.common