11 lines
230 B
Makefile
Raw Normal View History

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: analyze
clean ::
2001-07-18 23:43:53 +00:00
rm -f analyze
analyze : $(ObjectsG) Debug/.dir Depend/.dir
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
-lbcreader -lvmcore -lasmwriter -lanalysis