view 3rdparty/subrtns/makefile @ 3173:adcbab1e0f36

Enable lowercase for CoHR
author lfantoniosi
date Sat, 13 May 2017 23:17:11 -0700
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: