set -x
rm wbplot.o 
cc  -c -g -Xa  -I/usr/openwin/include wbplot.c  
f77  -Bstatic wbplot.o                       \
      -L/usr/openwin/lib            \
      -L/opt/SUNWspro/lib           \
      -R/opt/SUNWspro/lib           \
      -R/usr/openwin/lib            \
      -o wbplot
