#DS	infrastructure files for a qef project
#: /*^ instal -d `dirsetup -f ^R` ^F
#:	SID	@(#)newproj.ds	8.11 - 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 read.me
-This generic qef project was initialized using:
-
-	dirsetup newproj
-
-The created files and directories are:
-
-qeffile
-read.me			this file
-root.vrs
-tree.vrs
-QefAdm/			directory of miscellaneous administration directories
-    /confvrs/		directory of default and production ConfVrs files
-	/confdefl.vrs	the default ConfVrs file
-	/read.me	explanation of confvrs directory
-    /relinfo/		directory for post build processes
-	/qeffile
-    /touchdir/		directory of Touch files
-	/qeffile
-    /treedirs/		directory of treedirs files
-	/example.lst	example treedirs file
-	/read.me	explanation of the treedirs directory
#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/confvrs/read.me
-This directory typically contains the default ConfVrs file:
-
-	confdefl.vrs
-
-and the p_<sysnm>.vrs files:
-
-        p_sun4_1.vrs
-        p_sun5_5u.vrs
-
-if any.
-
-It is also used, by convention, to contain production ConfVrs files.
-
-See confvrs/(x-qvrs).
#F QefAdm/relinfo/qeffile
-#	SID	\045W\045 - \045E\045
-
-Begin	qsg
-
-# relinfo script creates _DestDir_/relinfo file
-
-relinfo -Q -TPost
#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
#F QefAdm/treedirs/example.lst
-# An example treedirs file -- this one for the whole tree.
-# This file can be named by root.vrs TreedirsList variable.
-# See treedirs, TreedirsList(x-qvrs), and rootvrs
-QefAdm/relinfo/qeffile
-QefAdm/touchdir/qeffile
-qeffile
-root.vrs
-tree.vrs
#F QefAdm/treedirs/read.me
-By convention this directory is used to store treedirs files.
-Such files are named by the TreedirsList variable in the root.vrs
-file (see using the -L flag).  treedirs will read such a file
-when creating a shadow tree.
-
-Usually such a file is used to specify a subset of a full tree
-when the subset represents a particular configuration or product.
-
-Such files are best created using:
-
-	treedirs -LQefAdm/treedirs/<name>
-
-in the root directory and then using the editor to remove unwanted
-files and directories.
-
-Note:	The FSIC package will create treedirs.lst in this directory.
