Lines Matching refs:shlibpath_var
3947 if eval "test -z \"\$$shlibpath_var\""; then
3948 eval "$shlibpath_var=\"\$dir\""
3950 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3984 if test -n "$shlibpath_var"; then
3985 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3986 echo "export $shlibpath_var"
3991 if test -n "$shlibpath_var"; then
3993 eval "export $shlibpath_var"
4094 if test -n "$shlibpath_var"; then
5527 …if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath";…
5529 # Add our own library path to $shlibpath_var
5530 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5532 # Some systems cannot cope with colon-terminated $shlibpath_var
5534 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5536 export $shlibpath_var
5730 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5733 …if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath";…
7518 if test -n "$shlibpath_var"; then
7519 # get the directories listed in $shlibpath_var
7520 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
8149 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
9651 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
10472 …compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile…
10475 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"