: This run file is used to set up directories and GPAC commands.
: The first argument is the pathname of an existing directory into which
: the GPAC directories are to be formed.
: The remaining arguments are the devices that are to be configured.
: Thus gw, tek, null, and cv are the possibilities.
: Once this shell file is executed the run files in the indep
: and device dependent directories should be executed.
mkdir $1/gpac
echo "cc -i -O $2 $3 $4 $5 $6 $7 $8 $9" $1"/gpac/glib" $1"/gpac/dep$1/$1lib" >/usr/bin/gp
chmod 755 /usr/bin/gp
chdir $1
shift
: loop
if $1x = x exit
mkdir dep$1
shift
goto loop
