view 3rdparty/packages/pacos9/makefile @ 2868:cfa46960b6bd

makefiles: Rename DW3 to DW all over Rename dw3*.sb to dwio*.sb This is part of getting default and lwtools-port branches together, trying to avoid things falling through the cracks.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 11:13:40 +0100
parents 57b3108c144d
children 1addfd8c9d5f
line wrap: on
line source

ifndef  NITROS9DIR
NITROS9DIR      = $(HOME)/nitros9
endif
include $(NITROS9DIR)/rules.mak

RFILES	= main90.r board90.r caged90.r check90.r ghosts90.r movpac90.r \
	score90.r scrns90.r setup90.r

pacos9: $(RFILES)
	rlink  $(RFILES) -o=pacos9 -l=$(NITROS9DIR)/lib/sys6809l2.l

clean:
	$(RM) $(RFILES) pacos9

info: