Newer
Older
TOOLNAME = lli
USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
include $(LEVEL)/Makefile.common
all :: $(LEVEL)/tools/Debug/RuntimeLib.bc
Debug/RuntimeLib.c: RuntimeLib.lc
cp -f $< $@
Debug/RuntimeLib.ll: Debug/RuntimeLib.c
Chris Lattner
committed
@-rm $@
/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
../Debug/gccas $< -o $@