view 3rdparty/subrtns/makefile @ 1178:900ceed1880a

Added standard headers
author boisy
date Sun, 25 May 2003 15:50:20 +0000
parents c847e6ee341d
children 770c350f4c15
line wrap: on
line source

include ../../Makefile.rules

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)