#DS	qef tutorial set # 2
#:	SID	@(#)qeftut2.ds	8.3 - 00/02/13
#F README
-ls -R
-	note QefAdm/confvrs/confdefl.vrs, root.vrs
-cat root.vrs
-	note TreeType is ``baseline''
-cat QefAdm/confvrs/confdefl.vrs
-qef
-	qef: Building in a tree with TreeType baseline prohibited
-mkqtree -o ../obj	# create object tree
-cd ../obj
-ls
-cat root.vrs
-cat conf.vrs
-sls
-	lists files in source path
-sls -c
-	columnated list by directory
-qef
-	note file accessed remotely with full path
-qef Install
-	_DestDir_ still not set
-qvrs -f
-rootvrs -d ../dest
-	sets _DestDir_ to \100(resolve @RootDir/../dest)
-qvrs
-	note different settings
-qvrs @_DestDir_
-	note resolved path
-qef Install
-	note does installation
-qef RemoveInst
-	removes installed files
-x-qvrs opt-vars
-	lists options
-x-qvrs DEBUGGING
-qef RemoveAll
-cd ..
-rm -rf dest obj
-
-Move on to qeftut3
#F QefAdm/confvrs/confdefl.vrs
-#	SID	\045w\045 - \045e\045
-
-options			# e.g., DEBUGGING, NO_MAN, PURIFY
-			# Run ``x-qvrs opt-vars'' for standard list
-
-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 hello.c
-#include	<stdio.h>
-
-main()
-{
-	printf("Hello world\134n");
-	exit(0);
-}
#F qeffile
-# Additional qvrs settings
-
-Begin
-
-commands @argv
#F root.vrs
-cset	Project		tut2
-cset	TreeType	baseline
-cset	Revision	1.1
