shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/appl/demo/whiteboard/mkfile

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

TARG=\
		wbsrv.dis\
		whiteboard.dis\

SHTARG=\
		runwb.sh\

MODULES=\

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

DISBIN=$ROOT/dis/demo/whiteboard

<$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