📄 build
字号:
#! /bin/sh
#
# Build script for iMatix SFL Package, for generic UNIX.
# Requires the iMatix 'c' shell script.
#
# Generated by Otto v2.2 from buildsfl.txt on 100/04/01, 16:33:28
# For more info see Otto documentation at http://www.imatix.com.
# Bug reports & questions to <ph@imatix.com>
# ---------------------------------------------------------------
#
test -f c && chmod +x c
echo 'Building the iMatix Standard Function Library'
echo 'Press [Enter] to continue, or Ctrl-C to abort.'
if test "$1" = ""; then read pause; fi
echo 'Checking for required files...'
#- require prelude.h
if test ! -f prelude.h; then
echo prelude.h missing - aborting
exit
fi
#- require sflbits.h sflbits.c
if test ! -f sflbits.h; then
echo sflbits.h missing - aborting
exit
fi
if test ! -f sflbits.c; then
echo sflbits.c missing - aborting
exit
fi
#- require sflhttp.h sflhttp.c
if test ! -f sflhttp.h; then
echo sflhttp.h missing - aborting
exit
fi
if test ! -f sflhttp.c; then
echo sflhttp.c missing - aborting
exit
fi
#- require sflcomp.h sflcomp.c
if test ! -f sflcomp.h; then
echo sflcomp.h missing - aborting
exit
fi
if test ! -f sflcomp.c; then
echo sflcomp.c missing - aborting
exit
fi
#- require sflcons.h sflcons.c
if test ! -f sflcons.h; then
echo sflcons.h missing - aborting
exit
fi
if test ! -f sflcons.c; then
echo sflcons.c missing - aborting
exit
fi
#- require sflconv.h sflcvbs.c sflcvdp.c sflcvds.c sflcvns.c
if test ! -f sflconv.h; then
echo sflconv.h missing - aborting
exit
fi
if test ! -f sflcvbs.c; then
echo sflcvbs.c missing - aborting
exit
fi
if test ! -f sflcvdp.c; then
echo sflcvdp.c missing - aborting
exit
fi
if test ! -f sflcvds.c; then
echo sflcvds.c missing - aborting
exit
fi
if test ! -f sflcvns.c; then
echo sflcvns.c missing - aborting
exit
fi
#- require sflcvsb.c sflcvsd.c sflcvsn.c
if test ! -f sflcvsb.c; then
echo sflcvsb.c missing - aborting
exit
fi
if test ! -f sflcvsd.c; then
echo sflcvsd.c missing - aborting
exit
fi
if test ! -f sflcvsn.c; then
echo sflcvsn.c missing - aborting
exit
fi
#- require sflcvtp.c sflcvts.c sflconv.c
if test ! -f sflcvtp.c; then
echo sflcvtp.c missing - aborting
exit
fi
if test ! -f sflcvts.c; then
echo sflcvts.c missing - aborting
exit
fi
if test ! -f sflconv.c; then
echo sflconv.c missing - aborting
exit
fi
#- require sflcvst.c sflcvst.d sflcvst.i
if test ! -f sflcvst.c; then
echo sflcvst.c missing - aborting
exit
fi
if test ! -f sflcvst.d; then
echo sflcvst.d missing - aborting
exit
fi
if test ! -f sflcvst.i; then
echo sflcvst.i missing - aborting
exit
fi
#- require sflcryp.h sflcryp.c
if test ! -f sflcryp.h; then
echo sflcryp.h missing - aborting
exit
fi
if test ! -f sflcryp.c; then
echo sflcryp.c missing - aborting
exit
fi
#- require sfldate.h sfldate.c
if test ! -f sfldate.h; then
echo sfldate.h missing - aborting
exit
fi
if test ! -f sfldate.c; then
echo sfldate.c missing - aborting
exit
fi
#- require sfldbio.h sfldbio.c
if test ! -f sfldbio.h; then
echo sfldbio.h missing - aborting
exit
fi
if test ! -f sfldbio.c; then
echo sfldbio.c missing - aborting
exit
fi
#- require sfldir.h sfldir.c
if test ! -f sfldir.h; then
echo sfldir.h missing - aborting
exit
fi
if test ! -f sfldir.c; then
echo sfldir.c missing - aborting
exit
fi
#- require sflenv.h sflenv.c
if test ! -f sflenv.h; then
echo sflenv.h missing - aborting
exit
fi
if test ! -f sflenv.c; then
echo sflenv.c missing - aborting
exit
fi
#- require sflexdr.h sflexdr.c
if test ! -f sflexdr.h; then
echo sflexdr.h missing - aborting
exit
fi
if test ! -f sflexdr.c; then
echo sflexdr.c missing - aborting
exit
fi
#- require sflfile.h sflfile.c
if test ! -f sflfile.h; then
echo sflfile.h missing - aborting
exit
fi
if test ! -f sflfile.c; then
echo sflfile.c missing - aborting
exit
fi
#- require sflfind.h sflfind.c
if test ! -f sflfind.h; then
echo sflfind.h missing - aborting
exit
fi
if test ! -f sflfind.c; then
echo sflfind.c missing - aborting
exit
fi
#- require sflfort.h sflfort.c
if test ! -f sflfort.h; then
echo sflfort.h missing - aborting
exit
fi
if test ! -f sflfort.c; then
echo sflfort.c missing - aborting
exit
fi
#- require sflini.h sflini.c
if test ! -f sflini.h; then
echo sflini.h missing - aborting
exit
fi
if test ! -f sflini.c; then
echo sflini.c missing - aborting
exit
fi
#- require sfllang.h sfllang.c
if test ! -f sfllang.h; then
echo sfllang.h missing - aborting
exit
fi
if test ! -f sfllang.c; then
echo sfllang.c missing - aborting
exit
fi
#- require sfllbuf.h sfllbuf.c
if test ! -f sfllbuf.h; then
echo sfllbuf.h missing - aborting
exit
fi
if test ! -f sfllbuf.c; then
echo sfllbuf.c missing - aborting
exit
fi
#- require sfllist.h sfllist.c
if test ! -f sfllist.h; then
echo sfllist.h missing - aborting
exit
fi
if test ! -f sfllist.c; then
echo sfllist.c missing - aborting
exit
fi
#- require sflmail.h sflmail.c
if test ! -f sflmail.h; then
echo sflmail.h missing - aborting
exit
fi
if test ! -f sflmail.c; then
echo sflmail.c missing - aborting
exit
fi
#- require sflmath.h sflmath.c
if test ! -f sflmath.h; then
echo sflmath.h missing - aborting
exit
fi
if test ! -f sflmath.c; then
echo sflmath.c missing - aborting
exit
fi
#- require sflmem.h sflmem.c
if test ! -f sflmem.h; then
echo sflmem.h missing - aborting
exit
fi
if test ! -f sflmem.c; then
echo sflmem.c missing - aborting
exit
fi
#- require sflmesg.h sflmesg.c
if test ! -f sflmesg.h; then
echo sflmesg.h missing - aborting
exit
fi
if test ! -f sflmesg.c; then
echo sflmesg.c missing - aborting
exit
fi
#- require sflmysql.h sflmysql.c
if test ! -f sflmysql.h; then
echo sflmysql.h missing - aborting
exit
fi
if test ! -f sflmysql.c; then
echo sflmysql.c missing - aborting
exit
fi
#- require sflmime.h sflmime.c
if test ! -f sflmime.h; then
echo sflmime.h missing - aborting
exit
fi
if test ! -f sflmime.c; then
echo sflmime.c missing - aborting
exit
fi
#- require sflnode.h sflnode.c
if test ! -f sflnode.h; then
echo sflnode.h missing - aborting
exit
fi
if test ! -f sflnode.c; then
echo sflnode.c missing - aborting
exit
fi
#- require sflproc.h sflproc.c
if test ! -f sflproc.h; then
echo sflproc.h missing - aborting
exit
fi
if test ! -f sflproc.c; then
echo sflproc.c missing - aborting
exit
fi
#- require sflprint.h sflprint.c
if test ! -f sflprint.h; then
echo sflprint.h missing - aborting
exit
fi
if test ! -f sflprint.c; then
echo sflprint.c missing - aborting
exit
fi
#- require sflslot.h sflslot.c
if test ! -f sflslot.h; then
echo sflslot.h missing - aborting
exit
fi
if test ! -f sflslot.c; then
echo sflslot.c missing - aborting
exit
fi
#- require sflsock.h sflsock.c
if test ! -f sflsock.h; then
echo sflsock.h missing - aborting
exit
fi
if test ! -f sflsock.c; then
echo sflsock.c missing - aborting
exit
fi
#- require sflstr.h sflstr.c
if test ! -f sflstr.h; then
echo sflstr.h missing - aborting
exit
fi
if test ! -f sflstr.c; then
echo sflstr.c missing - aborting
exit
fi
#- require sflsymb.h sflsymb.c
if test ! -f sflsymb.h; then
echo sflsymb.h missing - aborting
exit
fi
if test ! -f sflsymb.c; then
echo sflsymb.c missing - aborting
exit
fi
#- require sflsyst.h sflsyst.c
if test ! -f sflsyst.h; then
echo sflsyst.h missing - aborting
exit
fi
if test ! -f sflsyst.c; then
echo sflsyst.c missing - aborting
exit
fi
#- require sfltok.h sfltok.c
if test ! -f sfltok.h; then
echo sfltok.h missing - aborting
exit
fi
if test ! -f sfltok.c; then
echo sfltok.c missing - aborting
exit
fi
#- require sfltree.h sfltree.c
if test ! -f sfltree.h; then
echo sfltree.h missing - aborting
exit
fi
if test ! -f sfltree.c; then
echo sfltree.c missing - aborting
exit
fi
#- require sfltron.h sfltron.c
if test ! -f sfltron.h; then
echo sfltron.h missing - aborting
exit
fi
if test ! -f sfltron.c; then
echo sfltron.c missing - aborting
exit
fi
#- require sfluid.h sfluid.c
if test ! -f sfluid.h; then
echo sfluid.h missing - aborting
exit
fi
if test ! -f sfluid.c; then
echo sfluid.c missing - aborting
exit
fi
#- require sflxml.h sflxml.c
if test ! -f sflxml.h; then
echo sflxml.h missing - aborting
exit
fi
if test ! -f sflxml.c; then
echo sflxml.c missing - aborting
exit
fi
#- require sflxmll.c sflxmll.d sflxmll.i
if test ! -f sflxmll.c; then
echo sflxmll.c missing - aborting
exit
fi
if test ! -f sflxmll.d; then
echo sflxmll.d missing - aborting
exit
fi
if test ! -f sflxmll.i; then
echo sflxmll.i missing - aborting
exit
fi
#- require testall.c
if test ! -f testall.c; then
echo testall.c missing - aborting
exit
fi
#- require testbits.c
if test ! -f testbits.c; then
echo testbits.c missing - aborting
exit
fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -