8012468d8b0e643dadeb63122fd06703fe93e9c5
[oota-llvm.git] / lib / ExecutionEngine / Makefile
1 LEVEL = ../..
2 TOOLNAME = lli
3 USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
4            target transforms
5 TOOLLINKOPTS = -ldl
6
7 include $(LEVEL)/Makefile.common