Lines Matching refs:shlibpath_var

2580       # Now add the directory to shlibpath_var.
2581 if eval "test -z \"\$$shlibpath_var\""; then
2582 eval "$shlibpath_var=\"\$dir\""
2584 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2588 # This variable tells wrapper scripts just to set shlibpath_var
2617 if test -n "$shlibpath_var"; then
2618 # Export the shlibpath_var.
2619 eval "export $shlibpath_var"
2636 if test -n "$shlibpath_var"; then
2637 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2638 echo "export $shlibpath_var"
2727 if test -n "$shlibpath_var"; then
2728 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4097 # Export our shlibpath_var if we have one.
4098 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
4100 # Add our own library path to $shlibpath_var
4101 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
4103 # Some systems cannot cope with colon-terminated $shlibpath_var
4105 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
4107 export $shlibpath_var
4298 const char * LIB_PATH_VARNAME = "$shlibpath_var";
4301 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
6002 if test -n "$shlibpath_var"; then
6003 # get the directories listed in $shlibpath_var
6004 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
6633 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
8087 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
8909 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
8912 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"