llvm-6502/tools/lli/Makefile
2002-03-11 17:57:13 +00:00

8 lines
170 B
Makefile

LEVEL = ../..
TOOLNAME = lli
USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
target transforms
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common