Lines Matching refs:shlibpath_var

4147       # Now add the directory to shlibpath_var.
4148 if eval "test -z \"\$$shlibpath_var\""; then
4149 eval "$shlibpath_var=\"\$dir\""
4151 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
4155 # This variable tells wrapper scripts just to set shlibpath_var
4185 if test -n "$shlibpath_var"; then
4186 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
4187 echo "export $shlibpath_var"
4192 if test -n "$shlibpath_var"; then
4193 # Export the shlibpath_var.
4194 eval "export $shlibpath_var"
4295 if test -n "$shlibpath_var"; then
4296 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
5727 # Export our shlibpath_var if we have one.
5728 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5730 # Add our own library path to $shlibpath_var
5731 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5733 # Some systems cannot cope with colon-terminated $shlibpath_var
5735 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5737 export $shlibpath_var
5931 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5934 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
7736 if test -n "$shlibpath_var"; then
7737 # get the directories listed in $shlibpath_var
7738 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
8370 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
9875 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
10696 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
10699 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"