2001-07-03 15:30:38 +00:00
|
|
|
LEVEL = ../..
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
all:: analyze
|
|
|
|
clean ::
|
|
|
|
rm -f opt
|
|
|
|
|
|
|
|
analyze : $(ObjectsG) Debug/.dir Depend/.dir
|
2001-07-15 21:13:29 +00:00
|
|
|
$(LinkG) -o $@ $(ObjectsG) -lopt -lasmparser \
|
|
|
|
-lbcreader -lvmcore -lasmwriter -lanalysis
|