Home | History | Annotate | Download | only in libexif

Lines Matching refs:shlibpath_var

2583       # Now add the directory to shlibpath_var.
2584 if eval "test -z \"\$$shlibpath_var\""; then
2585 eval "$shlibpath_var=\"\$dir\""
2587 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2591 # This variable tells wrapper scripts just to set shlibpath_var
2620 if test -n "$shlibpath_var"; then
2621 # Export the shlibpath_var.
2622 eval "export $shlibpath_var"
2639 if test -n "$shlibpath_var"; then
2640 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2641 echo "export $shlibpath_var"
2730 if test -n "$shlibpath_var"; then
2731 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4100 # Export our shlibpath_var if we have one.
4101 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
4103 # Add our own library path to $shlibpath_var
4104 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
4106 # Some systems cannot cope with colon-terminated $shlibpath_var
4108 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
4110 export $shlibpath_var
4301 const char * LIB_PATH_VARNAME = "$shlibpath_var";
4304 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
6011 if test -n "$shlibpath_var"; then
6012 # get the directories listed in $shlibpath_var
6013 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
6642 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
8093 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
8923 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
8926 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"