all: PlayTHX PlayTHX_gui thx-play.m thx-play_020.m
	cp PlayTHX PlayTHX_gui thx-play.m thx-play_020.m /
	rm PlayTHX PlayTHX_gui thx-play.m thx-play_020.m

PlayTHX: PlayTHX.e
	ec PlayTHX

PlayTHX_gui: PlayTHX_gui.e
	ec PlayTHX_gui

thx-play.m: thx-play.asm
	phxass NOEXE thx-play.asm
	o2m thx-play
	delete thx-play.o
	cp thx-play.m emodules:tools/
	flushcache tools/thx-play

thx-play_020.m: thx-play.asm
	phxass NOEXE set _USE020_ thx-play.asm to thx-play_020.o
	o2m thx-play_020
	delete thx-play_020.o
	cp thx-play_020.m emodules:tools/
	flushcache tools/thx-play_020
