X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fopt%2FMakefile;h=726cad87123f24572f5b058c295925818fcab550;hb=2decb22222cac46bb1d9163e7b89d7e5be8ef65f;hp=869ba26c00416a836408b033b9e2303a5b20b284;hpb=56d27019e6aebd7cfa5d031c832193eb66d75830;p=oota-llvm.git diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 869ba26c004..726cad87123 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,10 +1,14 @@ +##===- tools/opt/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 = opt -USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ - ipo ipa.a datastructure.a transforms target.a analysis.a \ - transformutils vmcore support -TOOLLINKOPTS = -ldl +LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo include $(LEVEL)/Makefile.common -