Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/multivue/cmds_6309/makefile @ 1528:1c5a50add566
Megaread added
author | boisy |
---|---|
date | Wed, 07 Apr 2004 01:43:41 +0000 |
parents | 7edc948ddcaa |
children | c8bb06c82d68 |
line wrap: on
line source
include ../../../../rules.mak vpath %.asm ../cmds_6809 AFLAGS += -e DEPENDS = ./makefile OSCMDS = $(6309L2)/cmds/shell $(6309L2)/cmds/utilpak1 \ $(6309L2)/cmds/grfdrv $(6309L2)/cmds/backup \ $(6309L2)/cmds/format $(6309L2)/cmds/free $(6309L2)/cmds/help CMDS = gshell cocopr control demo fstat \ gcal gcalc gclock gport gprint gsort ALLOBJS = $(OSCMDS) $(CMDS) all: cmds $(ALLOBJS) cmds: $(CD) $(6309L2)/cmds; make gshell: gshell.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) clean: $(RM) $(CMDS) showobjs: @$(ECHO) $(ALLOBJS) identify: $(IDENT_SHORT) $(ALLOBJS)