Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/multivue/cmds_6809/makefile @ 1363:53c50c807d55
Major move to new NitrOS-9 project
author | boisy |
---|---|
date | Fri, 26 Sep 2003 12:26:10 +0000 |
parents | c847e6ee341d |
children | 59187a65f10c |
line wrap: on
line source
include ../../../../rules.mak 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)