aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/Makefile
blob: 1ff0e53fd8f47622ebea2f3c982e13ac1096c121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 -lsupport