Skip to content
Makefile 338 B
Newer Older
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: analyze
clean ::
Chris Lattner's avatar
Chris Lattner committed
	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