#
# use this file to compile xdraw on a DECstation
# NOTE: linker will look for /usr/lib/X11
#
echo "Ignore any Warnings - pray for no Errors"
mv plot.APOLLO plot.f
mv xdrvr.APOLLO xdrvr.c
mv xdraw.APOLLO xdraw
compile_xdraw.APOLLO
rm *.o
exit
