#! /bin/sh
#             "@(#)ckxproot	1.3 AVS 95/04/10"
#		"@(#)ckxproot	1.1 AVS 95/03/13"
#			Copyright (c) 1993 by
#			Advanced Visual Systems Inc.
#			All Rights Reserved
#	
#	This software comprises unpublished confidential information of
#	Advanced Visual Systems Inc. and may not be used, copied or made
#	available to anyone, except in accordance with the license
#	under which it is furnished.
#	
#	This file is under sccs control at AVS in:
#	/src1/sccs/xp_demo/s.ckxproot
#	
#		"@(#)chxproot	1.3 AVS 95/03/06"
#			Copyright (c) 1993 by
#			Advanced Visual Systems Inc.
#			All Rights Reserved
#	
#	This software comprises unpublished confidential information of
#	Advanced Visual Systems Inc. and may not be used, copied or made
#	available to anyone, except in accordance with the license
#	under which it is furnished.
#	
#	This file is under sccs control at AVS in:
#	/src1/sccs/xp_demo/s.chxproot
#	
#
# Express environment var checker
#
if [ "$XP_ROOT" = "" ] ; then
   echo "Environment variable XP_ROOT not found, cannot continue this build."
   echo "Please set it with the path to your primary Express install area."
   exit 1
fi
if [ "$MACHINE" = "" ] ; then
   echo "Environment variable MACHINE not found, cannot continue this build."
   echo "Please set it with the your architecture, sgi, hp, etc."
   exit 1
fi
   echo " *****************************************************"
   echo " ***** Demo Applications Makefile Initialization *****"
   echo " *****************************************************"
#
