#  set_root from ObjectProDSP 0.2
#  Copyright (C) 1994 1995, Mountain Math Software, All rights reserved.
#  Licensed for free use and distribution under version 2 of the Gnu General
#  Public License. Please see file COPYING for details and restrictions.
#  
#  ObjectProDSP is a trademark of Mountain Math Software.
#  
#  set_root from ObjectProDSP 0.2
#  Copyright (C) 1994, Mountain Math Software, All rights reserved.
#  Licensed for free use and distribution under version 2 of the Gnu General
#  Public License. Please see file COPYING for details and restrictions.eral

#  Public License. Please see file COPYING for details and restrictions.eral


#  ObjectProDSP is a trademark of Mountain Math Software.
#  
if [ ! -e ./set_root ] ;then 
	echo "\`set_root' must be run in the root directory where ObjectProDSP was"
	echo "installed. You are NOT in that directory or the system has not"
	echo "been correctly installed."
else
	OPD_ROOT=`pwd`
	export OPD_ROOT
	. $OPD_ROOT/scripts/set_opt_sys
fi
