summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
blob: 97a54bcdce02c88a5572065f2209d63a44dd4afb (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: analyze
clean ::
	rm -f opt

analyze : $(ObjectsG) Debug/.dir Depend/.dir
	$(LinkG) -o $@ $(ObjectsG) -lvmcore -lanalysis -lbcreader \
                               -lopt -lasmwriter -lasmparser