view 3rdparty/subrtns/makefile @ 2965:9edca3e61b66

3rdparty: Stop build on failing dsk or dskcopy targets Add dummy dsk and dskcopy targets where there are no disk images to be built.
author Tormod Volden <debian.tormod@gmail.com>
date Mon, 10 Feb 2014 01:36:20 +0100
parents 28ed72477814
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: