view 3rdparty/packages/multivue/cmds_6309/makefile @ 1129:c847e6ee341d

Removed CHMODs now that os9 attrs are in place
author boisy
date Mon, 14 Apr 2003 02:58:44 +0000
parents 48c56efd777b
children 53c50c807d55
line wrap: on
line source

include ../../../../Makefile.rules

H6309		= $(AFLAGS) -aH6309=1 -e
DEPENDS		= ./Makefile

CMDS		= gshell_6309 cocopr control demo fstat gcal gcalc gclock \
		gport gprint

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)
	$(CD) ICONS; make

gshell_6309: gshell.asm
	$(AS) $(ASOUT)$@ $< $(H6309)

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)