bde049fdc88e4ada4ba67cc8ad2ed4fd7e99a2c5
[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 codegen preopts \
6            postopts.a \
7            livevar scalaropts \
8            ipo ipa.a datastructure transforms target.a analysis \
9            transformutils vmcore support
10 TOOLLINKOPTS = -ldl $(ExportSymbols)
11
12 KEEP_SYMBOLS = 1
13
14 include $(LEVEL)/Makefile.common
15