shithub: purgatorio

ref: 6c2f8fd5e4f0e0be44495a5526930fa3760cd87e
dir: /appl/demo/odbc/mkfile/

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

TARG=\
		odbcmnt.dis\

SHTARG=\
		runodbc.sh\

MODULES=\

SYSMODULES= \
	arg.m\
	convcs.m\
	daytime.m\
	draw.m\
	string.m\
	styx.m\
	styxservers.m\
	sys.m\

DISBIN=$ROOT/dis/demo/odbc

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