Lines Matching refs:shlibpath_var
3900 if eval "test -z \"\$$shlibpath_var\""; then
3901 eval "$shlibpath_var=\"\$dir\""
3903 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3937 if test -n "$shlibpath_var"; then
3938 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3939 echo "export $shlibpath_var"
3944 if test -n "$shlibpath_var"; then
3946 eval "export $shlibpath_var"
4047 if test -n "$shlibpath_var"; then
5479 …if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath";…
5481 # Add our own library path to $shlibpath_var
5482 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5484 # Some systems cannot cope with colon-terminated $shlibpath_var
5486 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5488 export $shlibpath_var
5682 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5685 …if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath";…
7456 if test -n "$shlibpath_var"; then
7457 # get the directories listed in $shlibpath_var
7458 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
8087 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
9589 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
10410 …compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile…
10413 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"