summaryrefslogtreecommitdiffstats
path: root/tools/lli/Makefile
blob: 522665f8bef7d2a66809254aa5677ba694cf161b (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