view 3rdparty/packages/arcadepak/shanghai/makefile @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
parents df598bc45426
children
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)