view 3rdparty/packages/arcadepak/shanghai/makefile @ 2652:32908c617568

Now pressing a key quits demo sound temporarily rts's until we figure out PIC code
author Boisy Pitre <boisy.pitre@nuance.com>
date Mon, 02 Apr 2012 21:54:25 -0500
parents 0db361fd74df
children e88aef1ccaec
line wrap: on
line source

include $(NITROS9DIR)/rules.mak

DEPENDS		= ./makefile

CMDS		= shanghai stile

SYSFILES	= cards.til shanghai.til traffic.til
ROOTFILES	= empty_tiles.vef

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)

shanghai: shanghai.asm
	$(AS) $(AFLAGS) $< $(ASOUT)$@

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(CMDS)

showroot:
	@$(ECHO) $(ROOTFILES)

showsys:
	@$(ECHO) $(SYSFILES)