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