Lines Matching refs:locate
290 local locate ;
298 locate = [ on $(f) return $(LOCATE) ] ;
300 "$(nl)\"$(f:TG=:R=$(locate))\"" ;
312 # To handle such cases on VMS, one needs first to locate the library module
314 # GLOB_ARCHIVE built-in can locate the module name (globbing by symbol MAIN).
437 local locate = [ on $(targets[1]) return $(LOCATE) ] ;
438 LINK-MAINMOD-OPT on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.opt) ;
439 LINK-MAINMOD-JAM on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.jam) ;
483 local locate = [ on $(targets[1]) return $(LOCATE) ] ;
484 LINK-MAINMOD-OPT on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.opt) ;
485 LINK-MAINMOD-JAM on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.jam) ;