X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=20493218b0646df24cd30676b972e611696e408a;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=b79e6c47aa33a14c3bdbfc0b403a158c7111d837;hpb=66de1893bc6d492b7aa6b27fc11bae0ae44847b8;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index b79e6c47aa3..20493218b06 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -1,13 +1,15 @@ -LEVEL = ../.. - -TOOLNAME = bugpoint - -OPTLIBS = transforms instrument profpaths -ANALIBS = datastructure ipa target.a - -USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \ - transformutils asmparser bcreader bcwriter vmcore support - -TOOLLINKOPTS = -ldl +##===- 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 +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \ + bitwriter irreader vectorize objcarcopts include $(LEVEL)/Makefile.common