Mercurial > hg > Members > kono > nitros9-code
changeset 562:c7dda4211c00
All CMDS are in one macro now
author | boisy |
---|---|
date | Thu, 31 Oct 2002 16:35:25 +0000 |
parents | b857a3ab42d5 |
children | e1be1b610076 |
files | level1/cmds/makefile |
diffstat | 1 files changed, 6 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/makefile Thu Oct 31 16:35:13 2002 +0000 +++ b/level1/cmds/makefile Thu Oct 31 16:35:25 2002 +0000 @@ -3,17 +3,15 @@ DEPENDS = ./Makefile BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm -COCOCMDS_D1 = attr backup binex build cmp copy date \ +COCOCMDS = asm attr backup binex build cmp cobbler config copy date \ dcheck debug deiniz del deldir dir display dsave dump \ - echo edit error exbin free help ident iniz link \ + echo edit error exbin format free grfo help ident iniz link \ list load login makdir mdir merge mfree \ - printerr procs pwd pxd \ - rename save setime shell sleep tee tmode tsmon \ + os9gen park printerr procs pwd pxd \ + rename runb save setime shell sleep tee tmode tsmon \ tuneport unlink verify xmode gfx inkey syscall -COCOCMDS_D2 = asm config help copy del dir os9gen rename runb park -COCOCMDS = cobbler format os9gen grfo DRAGONCMDS = cobbler_d64 format_d64 os9gen_d64 drvr51.dr go51 -ALLOBJS = $(COCOCMDS_D1) $(COCOCMDS_D2) $(COCOCMDS) $(DRAGONCMDS) +ALLOBJS = $(COCOCMDS) $(DRAGONCMDS) all: $(ALLOBJS) $(CHMOD) 755 $(ALLOBJS) @@ -28,13 +26,7 @@ @$(ECHO) $(ALLOBJS) showcocoobjs: - @$(ECHO) $(CMDS) $(COCOCMDS_D1) $(COCOCMDS_D2) $(COCOCMDS) - -showcocoobjs_d1: - @$(ECHO) $(CMDS) $(COCOCMDS_D1) $(COCOCMDS) - -showcocoobjs_d2: - @$(ECHO) $(CMDS) $(COCOCMDS_D2) + @$(ECHO) $(COCOCMDS) showdragonobjs: @$(ECHO) $(CMDS) $(DRAGONCMDS)