X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fopt%2FMakefile;h=cfe97d77cd72460cefd7440186bbd4bceb86557b;hb=6cb9743eb86daa5ab9e1209167134cc4ae9c9044;hp=4a14d372e5aa70a9b050ac3896745f777424da4f;hpb=955f899bcd335d85835ee5e3ad88ce9c42a3c228;p=oota-llvm.git diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 4a14d372e5a..cfe97d77cd7 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,10 +1,7 @@ LEVEL = ../.. -include $(LEVEL)/Makefile.common +TOOLNAME = opt +USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ + ipo ipa datastructure transforms target analysis transformutils vmcore support -all:: opt -clean :: - rm -f opt +include $(LEVEL)/Makefile.common -opt : $(ObjectsG) ../../lib/Optimizations/Debug/libopt.a - $(LinkG) -o $@ $(ObjectsG) -lopt -lbcreader -lbcwriter \ - -lasmwriter -lanalysis -lvmcore