869ba26c00416a836408b033b9e2303a5b20b284
[oota-llvm.git] / tools / opt / Makefile
1 LEVEL = ../..
2 TOOLNAME = opt
3
4 USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
5            ipo ipa.a datastructure.a transforms target.a analysis.a \
6            transformutils vmcore support
7 TOOLLINKOPTS = -ldl
8
9 include $(LEVEL)/Makefile.common
10