Lines Matching refs:shlibpath_var
2561 # Now add the directory to shlibpath_var.
2562 if eval "test -z \"\$$shlibpath_var\""; then
2563 eval "$shlibpath_var=\"\$dir\""
2565 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2569 # This variable tells wrapper scripts just to set shlibpath_var
2598 if test -n "$shlibpath_var"; then
2599 # Export the shlibpath_var.
2600 eval "export $shlibpath_var"
2617 if test -n "$shlibpath_var"; then
2618 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2619 echo "export $shlibpath_var"
2708 if test -n "$shlibpath_var"; then
2709 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4083 # Export our shlibpath_var if we have one.
4084 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
4086 # Add our own library path to $shlibpath_var
4087 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
4089 # Some systems cannot cope with colon-terminated $shlibpath_var
4091 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
4093 export $shlibpath_var
4284 const char * LIB_PATH_VARNAME = "$shlibpath_var";
4287 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5995 if test -n "$shlibpath_var"; then
5996 # get the directories listed in $shlibpath_var
5997 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
6624 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
8077 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
8899 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
8902 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"