Mercurial > hg > Members > kono > nitros9-code
view level1/cmds/makefile @ 1891:5f8822fb42e0
shortened H6309L2 code to fit within $1D0 bytes
author | robert |
---|---|
date | Fri, 14 Oct 2005 01:53:05 +0000 |
parents | 6f066e2f3ee2 |
children | 0382b69961f2 |
line wrap: on
line source
include ../../rules.mak vpath %.asm $(3RDPARTY)/packages/basic09 DEPENDS = ./makefile BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm CMDS = asm attr backup binex build cmp cobbler config copy cputype \ date dcheck debug ded deiniz del deldir devs dir disasm \ display dmode dsave dump echo edit error exbin format \ free grfo help ident iniz irqs link list load login makdir \ megaread mdir merge mfree mpi os9gen padrom park printerr procs prompt pwd pxd \ rename runb save setime shellplus shell_21 sleep \ tee tmode touch tsmon tuneport unlink verify xmode SUBS = gfx inkey syscall ALLOBJS = $(CMDS) $(DRAGONCMDS) $(SUBS) all: $(ALLOBJS) pwd: pd.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPWD=1 xmode: xmode.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aXMODE=1 tmode: xmode.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aTMODE=1 pxd: pd.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -aPXD=1 clean: $(RM) $(ALLOBJS) identify: $(IDENT_SHORT) $(ALLOBJS) showallobjs: @$(ECHO) $(ALLOBJS) showcocoobjs: @$(ECHO) $(CMDS) $(SUBS) showdragonobjs: @$(ECHO) $(CMDS) $(DRAGONCMDS)