X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=5d287ef188aeb9af43b3e75cc76f1f99486ce9b0;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=a648a3c4759d7c3670584e65cf857d892d2dea3f;hpb=218e26ef3583cc3270f5f2a2b9cb1025e5b05ebe;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index a648a3c4759..5d287ef188a 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -1,13 +1,16 @@ +##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = bugpoint -#OPTLIBS = instrument profpaths -ANALIBS = datastructure ipa target.a - -USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \ - transformutils asmparser bcreader bcwriter vmcore support - -TOOLLINKOPTS = -ldl +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \ + linker bitreader bitwriter include $(LEVEL)/Makefile.common