view 3rdparty/packages/multivue/cmds_6309/makefile @ 497:910b1bd03739

Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
author boisy
date Wed, 09 Oct 2002 15:33:11 +0000
parents e5ba386351af
children 48c56efd777b
line wrap: on
line source

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

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

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

ALLOBJS		= $(CMDS)

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

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

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)