Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/multivue/cmds_6809/makefile @ 1432:7edc948ddcaa
Fixed slight bug in 6809 version of gshell with regard to scrollbar,
updated makefiles
author | boisy |
---|---|
date | Wed, 03 Dec 2003 13:29:33 +0000 |
parents | 44d21b07a99f |
children | c8bb06c82d68 |
line wrap: on
line source
include ../../../../rules.mak DEPENDS = ./makefile OSCMDS = $(6809L2)/cmds/shell $(6809L2)/cmds/utilpak1 \ $(6809L2)/cmds/grfdrv $(6809L2)/cmds/backup \ $(6809L2)/cmds/format $(6809L2)/cmds/free $(6809L2)/cmds/help CMDS = gshell cocopr control demo fstat \ gcal gcalc gclock gport gprint gsort ALLOBJS = $(OSCMDS) $(CMDS) all: cmds $(ALLOBJS) cmds: $(CD) $(6809L2)/cmds; make gshell: gshell.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) clean: $(RM) $(CMDS) showobjs: @$(ECHO) $(ALLOBJS) identify: $(IDENT_SHORT) $(ALLOBJS)