Straighten out makefiles after moving code to new Transform Utils library
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3 USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
4            ipo ipa datastructure transforms target analysis transformutils vmcore support
5
6 include $(LEVEL)/Makefile.common
7