Lines Matching refs:shlibpath_var

2582       # Now add the directory to shlibpath_var.
2583 if eval "test -z \"\$$shlibpath_var\""; then
2584 eval "$shlibpath_var=\"\$dir\""
2586 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2590 # This variable tells wrapper scripts just to set shlibpath_var
2619 if test -n "$shlibpath_var"; then
2620 # Export the shlibpath_var.
2621 eval "export $shlibpath_var"
2638 if test -n "$shlibpath_var"; then
2639 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2640 echo "export $shlibpath_var"
2729 if test -n "$shlibpath_var"; then
2730 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4104 # Export our shlibpath_var if we have one.
4105 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
4107 # Add our own library path to $shlibpath_var
4108 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
4110 # Some systems cannot cope with colon-terminated $shlibpath_var
4112 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
4114 export $shlibpath_var
4305 const char * LIB_PATH_VARNAME = "$shlibpath_var";
4308 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
6016 if test -n "$shlibpath_var"; then
6017 # get the directories listed in $shlibpath_var
6018 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
6645 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
8106 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
8928 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
8931 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"