Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/subrtns/makefile @ 3215:195c09cade21
Updated MMC Driver makefile so it will have place holders for
dsk, dskclean, and dskcopy so that make does not error out when
chaining into the driver tree to build disk images where applicable.
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 16:07:36 -0600 |
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: