summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Makefile
blob: bf4483f5b4d4445c2fc40c8d61442d241f63ebbe (plain)
1
2
3
4
5
6
7
8
9
10
11
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: lli
clean::	
	rm -f lli

lli : $(ObjectsG)
	$(LinkG) -o $@ $(ObjectsG) \
		-lopt -lbcreader -lbcwriter \
		-lvmcore -lasmwriter -lanalysis -lsupport -ltarget