git: purgatorio

ref: 482e874528c6c86e661a3e4a1b9fda12f2346385
dir: /appl/demo/chat/mkfile/

View raw version
<../../../mkconfig

TARG=\
		chat.dis\
		chatsrv.dis\

SHTARG=\
		chatclient.sh\

MODULES=\

SYSMODULES= \
	draw.m\
	styx.m\
	styxservers.m\
	sys.m\
	tk.m\
	tkclient.m\

DISBIN=$ROOT/dis/demo/chat

<$ROOT/mkfiles/mkdis

SHFILES=${SHTARG:%.sh=$DISBIN/%}
install:V:	$SHFILES
%.install:V:	$DISBIN/%
%.installall:V:	$DISBIN/%

$DISBIN/%:	%.sh
	cp $stem.sh $target && chmod a+rx $target