Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/subrtns/makefile @ 3140:03b580a02945
Allow CoCo3FPGA-specific build of superdesc.asm
Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm"
to reflect changes needed to build the new SD card descriptors for the
Coco3FPGA.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:26 +0100 |
parents | 9edca3e61b66 |
children |
line wrap: on
line source
include ../../rules.mak 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) -DLevel=1 hires_l2: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -DLevel=2 clean: $(RM) $(ALLOBJS) dsk: dskcopy: