llvm-6502/tools/analyze/Makefile
2001-07-15 21:13:29 +00:00

11 lines
226 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: analyze
clean ::
rm -f opt
analyze : $(ObjectsG) Debug/.dir Depend/.dir
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
-lbcreader -lvmcore -lasmwriter -lanalysis