
if test $# -ne 1
then
    echo Usage: bind test-file-root
else
echo  }} binding $1 and chk$1
cc chk$1.o $1.o /bb/run/bin/errchk.o /bb/run/bin/errxtbl.o /bb/run/bin/getval.o /bb/run/bin/cdbl.o /bb/run/bin/movs.o /usr/cdwaf/mybberr.o /usr/cdwaf/gensubs.o  -o chk
echo  }} output = chk
fi
