Skip to content
Makefile 456 B
Newer Older
LEVEL = ../..
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support \
	   target transforms
TOOLLINKOPTS = -ldl
all :: $(LEVEL)/tools/Debug/RuntimeLib.bc

Debug/RuntimeLib.c: RuntimeLib.lc
	cp -f $< $@

Debug/RuntimeLib.ll: Debug/RuntimeLib.c
	/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
	../Debug/gccas $< -o $@