view 3rdparty/subrtns/makefile @ 1652:558cab468052

RG fixed a bug in the Vavasour emulator clock2 module. clock2 is now of type Sbrtn instead of Systm. clock.asm has been modified to link to this type.
author boisy
date Sat, 17 Jul 2004 12:20:31 +0000
parents 174d263c0995
children 53c42701f680 e4a0f58a5f9b
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) -aLevel=1

hires_l2: hires.asm
	$(AS) $(ASOUT)$@ $< $(AFLAGS) -aLevel=2

clean:
	$(RM) $(ALLOBJS)