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