1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/tools/analyze/Makefile
Chris Lattner ed83549672 Initial checkin of analyze tool.
llvm-svn: 137
2001-07-03 15:30:38 +00:00

11 lines
250 B
Makefile

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