summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
blob: 8012468d8b0e643dadeb63122fd06703fe93e9c5 (plain)
1
2
3
4
5
6
7
LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
	   target transforms
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common