Lines Matching refs:shlibpath_var
3902 # Now add the directory to shlibpath_var.
3903 if eval "test -z \"\$$shlibpath_var\""; then
3904 eval "$shlibpath_var=\"\$dir\""
3906 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3910 # This variable tells wrapper scripts just to set shlibpath_var
3940 if test -n "$shlibpath_var"; then
3941 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3942 echo "export $shlibpath_var"
3947 if test -n "$shlibpath_var"; then
3948 # Export the shlibpath_var.
3949 eval "export $shlibpath_var"
4050 if test -n "$shlibpath_var"; then
4051 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
5481 # Export our shlibpath_var if we have one.
5482 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5484 # Add our own library path to $shlibpath_var
5485 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5487 # Some systems cannot cope with colon-terminated $shlibpath_var
5489 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5491 export $shlibpath_var
5685 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5688 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
7459 if test -n "$shlibpath_var"; then
7460 # get the directories listed in $shlibpath_var
7461 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
8090 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
9604 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
10425 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
10428 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"