Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/multivue/cmds_6309/makefile @ 1427:b3868abe1fee
Rearrangement of directories and files for making bootable 6809/6309 MV disks
author | boisy |
---|---|
date | Tue, 02 Dec 2003 22:35:55 +0000 |
parents | 59187a65f10c |
children | 7e0ecb2e394a |
line wrap: on
line source
include ../../../../rules.mak vpath %.asm $(6809L2)/cmds:../cmds_6809 AFLAGS += -e DEPENDS = ./makefile CMDS = grfdrv \ gshell cocopr control demo fstat gcal gcalc gclock gport \ gprint ALLOBJS = $(CMDS) all: $(ALLOBJS) gshell: gshell.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) clean: $(RM) $(ALLOBJS) showobjs: @$(ECHO) $(ALLOBJS) identify: $(IDENT_SHORT) $(ALLOBJS)