#DS	files for a minimal qef project
#: /*^ instal -d `dirsetup -f ^R` ^F
#:	SID	@(#)miniproj.ds	8.8 - 00/04/17
#F qeffile
-#	SID	\045W\045 - \045E\045
-
-set	_DefaultArgs_	All	# Normal default in root directory
-set	SaveQefTrack	1	# Save the qef track if build fails
-
-Begin	qefdirs
-
-P = Post	apply post processing passes
-
-All = Install Man Post
-
-# add directories and operations after this line
-
-+
-# last level should consist of file system integrity package
-# (if available) and the relinfo directory
-
-# QefAdm/fsic		P
-# QefAdm/relinfo	P
#F root.vrs
-#	SID	\045W\045 - \045E\045
-
-# Unlike other root.vrs files, master or baseline tree root.vrs files are sour\
-ce.
-# rootvrs(1) may be used to modify it but it might contain additional
-# variables for use just within the master tree.
-
-cset	TreeType	baseline	# the type of the tree
-set	Project		demo		# the name of the project
-set	Revision	1.1
-# set	OldRoot		<path>		# legacy source root
-# set	VCSys		<system>	# name of versioning system
-#					# see vci(1)
-# set	VCRoot		<path>		# root of version tree if not
-#					# this directory
#F tree.vrs
-#	SID	\045W\045 - \045E\045
-
-# standard flags for instal(1)
-setifnil _F_instal	-qIs
-
-cset	InstLog		@RootDir/instal.log
-addpath TouchPath	\100(paths QefAdm/touchdir @RootPath)
-
-# name of the Product's normal directory
-#	probably needs to be fixed or configured in conf.vrs
-
-setifnil ProdDir	@_DestDir_
-
-if \100(notempty @_DestDir_)
-	addpath	LibPath		@_DestDir_/lib
-	addpath	InclPath	@_DestDir_/hdrs
-fi
-if !\100(option STAND_ALONE)
-	addpath	LibPath		@ProdDir/lib
-	addpath	InclPath	@ProdDir/hdrs
-fi
-
-# Add any universal flags and/or options
-
-# Add any checks for validity of configured values
#F QefAdm/confvrs/confdefl.vrs
-#	SID	\045W\045 - \045E\045
-
-options 	# e.g., DEBUGGING, NO_MAN, PURIFY
-		# STAND_ALONE if not to use ProdDir include and lib
-		# Run ``x-qvrs opt-vars'' for standard list
-
-cset ProdDir		@NotSet # the project's product directory
-cset _F_cc		@NotSet # flag to all cc executions
-cset _F_cc_c		@NotSet # flags to cc -c executions
-cset _F_cc_o		@NotSet # flags to cc -o executions
-cset _F_instal		-qIs # instal(1) flags
-cset _T_cc		@NotSet # name of cc
#F QefAdm/touchdir/qeffile
-#	SID	\045W\045 - \045E\045
-
-set PermitQef	This script does nothing other than produce documentation
-#		and serve as a place holder so that treedirs will create
-#		this directory in shadow trees.
-
-Begin	qsg
-
-touchdir
