Mercurial > hg > Members > kono > nitros9-code
diff 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 diff
--- a/3rdparty/packages/multivue/cmds_6809/makefile Fri Sep 26 11:23:57 2003 +0000 +++ b/3rdparty/packages/multivue/cmds_6809/makefile Fri Sep 26 12:26:10 2003 +0000 @@ -1,7 +1,7 @@ -include ../../../../Makefile.rules +include ../../../../rules.mak H6309 = $(AFLAGS) -aH6309=1 -e -DEPENDS = ./Makefile +DEPENDS = ./makefile CMDS = gshell_6309 cocopr control demo fstat gcal gcalc gclock \ gport gprint @@ -9,7 +9,7 @@ ALLOBJS = $(CMDS) all: $(ALLOBJS) - $(CD) ICONS; make + $(CD) icons; make gshell_6309: gshell.asm $(AS) $(ASOUT)$@ $< $(H6309)