#!/bin/csh -f -v setenv INSTALL_DIR $NCV_HOME setenv ARCH sun4v gcc -g -Wall -c vmc.c /bin/rm -f libvmc.a ar cr libvmc.a vmc.o make -f Makefile.nc