set FILE="~/.config/cshrc.irix" set TEXT="IRIX .cshrc directives" set VERSION=0.1 if ( $DEBUG == "1" ) echo "${FILE} (${TEXT}) v${VERSION}" ############################################################################### ### Set the default paths ##################################################### ############################################################################### setenv DOMAIN `/usr/bsd/hostname | awk -F. ' { print $2 } '` if (-d /etc) set path = ( $path /etc ); if (-d /usr/etc) set path = ( $path /usr/etc ); if (-d /usr/java/bin) set path = ( $path /usr/java/bin ); if (-d /usr/bsd) set path = ( $path /usr/bsd ); if (-d /usr/local/bin/X11) set path = ( $path /usr/local/bin/X11 ); if (-d /usr/local/shared/bin/Pbm) set path = \ ( $path /usr/local/shared/bin/Pbm ); if (-d /usr/freeware/bin) set path = ( $path /usr/freeware/bin ); if (-d /usr/share/catman) setenv MANPATH ${MANPATH}:/usr/share/catman if (-d /usr/catman) setenv MANPATH ${MANPATH}:/usr/catman ############################################################################### ### Default Compiler Information ############################################## ############################################################################### setenv CC /usr/bin/cc setenv CFLAGS "-n32 -mips3 -G 0" # setenv CFLAGS "-n64 -mips4 -G 0"