Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/subrtns/makefile @ 1262:67e11bfc9cd4
More 6309 optimizations
author | boisy |
---|---|
date | Mon, 18 Aug 2003 22:54:07 +0000 |
parents | 900ceed1880a |
children | 770c350f4c15 |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile CMDS = cpu hires_l1 hires_l2 joystk ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party Subroutine Modules *" @$(ECHO) "* *" @$(ECHO) "*********************************************" hires_l1: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -aLevel=1 hires_l2: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -aLevel=2 clean: $(RM) $(ALLOBJS)