2001-06-06 20:29:01 +00:00
|
|
|
LEVEL = ../..
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
all:: dis
|
|
|
|
clean ::
|
|
|
|
rm -f dis
|
|
|
|
|
|
|
|
dis : $(ObjectsG)
|
2001-07-23 02:35:57 +00:00
|
|
|
$(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport
|
2001-07-15 21:13:29 +00:00
|
|
|
|