Pull interprocedural analyses out of Analysis library into their own lib
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3 USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
4            ipo ipa target analysis transforms vmcore support
5
6 include $(LEVEL)/Makefile.common
7