view 3rdparty/packages/multivue/cmds_6809/makefile @ 496:e5ba386351af

Changed gshell to gshell_6309
author boisy
date Wed, 09 Oct 2002 15:29:57 +0000
parents 4240f093661c
children 910b1bd03739
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:
	$(AS) $(ASOUT)$@ $< $(H6309)

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)