Home | History | Annotate | Download | only in cpp

Lines Matching refs:shlibpath_var

205 shlibpath_var=LD_LIBRARY_PATH
342 # "absolute",i.e impossible to change by setting ${shlibpath_var} if the
350 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2199 # Now add the directory to shlibpath_var.
2200 if eval "test -z \"\$$shlibpath_var\""; then
2201 eval "$shlibpath_var=\"\$dir\""
2203 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2207 # This variable tells wrapper scripts just to set shlibpath_var
2237 if test -n "$shlibpath_var"; then
2238 # Export the shlibpath_var.
2239 eval "export $shlibpath_var"
2256 if test -n "$shlibpath_var"; then
2257 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2258 $ECHO "export $shlibpath_var"
2309 if test -n "$shlibpath_var"; then
2310 $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable"
3373 # Export our shlibpath_var if we have one.
3374 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
3376 # Add our own library path to $shlibpath_var
3377 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
3379 # Some systems cannot cope with colon-terminated $shlibpath_var
3381 $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
3383 export $shlibpath_var
3803 const char * LIB_PATH_VARNAME = "$shlibpath_var";
3806 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5427 if test -n "$shlibpath_var"; then
5428 # get the directories listed in $shlibpath_var
5429 eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
6015 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
7446 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
8218 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
8221 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
9001 # "absolute",i.e impossible to change by setting ${shlibpath_var} if the
9009 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR