summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
blob: b1b936d3bf0ba92e6f88b269fe17e44177efcf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LEVEL = ../..
TOOLNAME = lli
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
TOOLLINKOPTS = -ldl

include $(LEVEL)/Makefile.common

all :: $(LEVEL)/tools/Debug/RuntimeLib.bc

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

Debug/RuntimeLib.o: Debug/RuntimeLib.c
	/home/vadve/lattner/cvs/gcc_install/bin/gcc $< -c -o $@

$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.o
	opt -dce $< -o $@ -f -q