$! $! Build vax library $! $ was_verify = 'f$verify(0)' $ delete *.obj;* $ loop1: $ file = f$search("*.MAR") $ if file .eqs. "" then goto loop1e $ write sys$output "$ macro ''file'" $ macro/nolist 'file' $ goto loop1 $ loop1e: $ loop2: $ file = f$search("*.C") $ if file .eqs. "" then goto loop2e $ write sys$output "$ cc ''file'" $ cc/nolist 'file' $ goto loop2 $ loop2e: $ set verify $ lib/create/object [-]vaxlib *.obj $ delete *.obj;* $ if .not. was_verify then set noverify