aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/Makefile
blob: b33d40bd6909fbc85c057d6d3b92f694f13a238a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: analyze
clean ::
	rm -f analyze

LIBDEPS =  ../../lib/Optimizations/Debug/libopt.a  ../../lib/Analysis/Debug/libanalysis.a

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