set FILE="~/.config/cshrc.tru64" set TEXT="Tru64 .cshrc directives" set VERSION=0.1 if ( $DEBUG == "1" ) echo "${FILE} (${TEXT}) v${VERSION}" ############################################################################### ### Set the default paths ##################################################### ############################################################################### if (-d /usr/share/sysman/bin) set path = ( $path /usr/share/sysman/bin ); ############################################################################### ### Default Compiler Information ############################################## ############################################################################### setenv CC /usr/bin/cc setenv CFLAGS "-n32 -mips3 -G 0"