73dd08aba73c7f8a6e11b2e82f0afbcb47fb8cd1
[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 TOOLLINKOPTS = $(PLATFORMLIBDL)
9
10 include $(LEVEL)/Makefile.common