$ pwd = f$environment("DEFAULT") $ arch = f$getsyi("ARCH_NAME") $ if ((arch .EQS. "Alpha") .or. (arch .EQS. "IA64")) $ then $ gmake :== $'pwd'gmake.exe $ else $ write sys$output "Building on this platform is not supported." $ write sys$output " Use an Alpha or Itanium system for this build." $ exit $ endif $ $ write sys$output "--------------------------------------------------------------------------------" $ write sys$output " The setup for building the Kerberos examples is complete. " $ write sys$output " Type the following command for help using gmake in this directory:" $ write sys$output " $ gmake help" $ write sys$output "--------------------------------------------------------------------------------" $ $ exit