#DS	example of project specific qsglib
#: /*^ instal -d `dirsetup -f ^R` ^F
#F cmd/qeffile
-addpath LibPath ../lib
-
-# Set suffixes to be standard set plus .eg and .eg1
-
-set Suffixes	-s eg eg1
-
-prepend QsgLibs eg
-addpath QsgLibPath ../qsl
-Begin
-
-# Note that *.eg and *.eg1 files handled by cmds_eg in ../qsglib
-
-commands @argv
#F cmd/test.eg
-This *.eg file to be installed to demonstrate cmds_eg -- see ../qsglib
#F cmd/test.eg1
-This *.eg1 file to be installed to demonstrate cmds_eg -- see ../qsglib
#F qsl/cmds_eg.qsg
-#: /*^ ^{qsglib}
-summary [-cvL] [-d destdir] [-] *.eg files
-create qef script to install *.eg files
-
--c		suppress automatic inclusion in Local and Install
-		groups -- i.e., construct only if requested
--v		add version string -- for compatibility only
--L		Local -- for compatibility only
--d destdir	directory into which files are to be installed
-		defaults to _DestDir_/_LibDir_/eg
-
-This script processes *.eg and *.eg1 files.  Directives are
-output to install such files in the destination tree.
-
-Note that this script will be invoked by commands to handle
-*.eg and *.eg1 files.
-endsummary
-
-# test if invoked with unsupported file suffixes
-if @[bad @argv~!x/eg.eg1/]~n
-	fatal \100(script): invoked for non *.{eg,eg1} files @bad
-fi
-if @argv~v
-	return \100(script): Warning: invoked without arguments
-fi
-
-# set Default destination directory
-cset dParm _DestDir_/_LibDir_/eg
-
-install \100(flags cd) @argv\040
#F qsl/qeffile
-set	Suffixes qsg
-set	QsgLibs		# must clear as library may not exist
-
-Begin
-
-mkqsglib -neg -v @argv
#F qsl/qsl_init.qsg
-#: /*^ ^{qsglib}
-summary [-]
-tut4 qsg library initialization
-
-Sets the QsgCmdProc[] settings for the tut4 qsg library.
-
-See also: commands(x-qvrs)
-endsummary
-
-if \100(1stset tut4>qsl_init.done)
-	# map *.eg1 files to cmds_eg procedure
-	qsgcmdproc cmds_eg.eg1
-fi
