Home | History | Annotate | Download | only in libffi

Lines Matching refs:shlibpath_var

3787       # Now add the directory to shlibpath_var.
3788 if eval "test -z \"\$$shlibpath_var\""; then
3789 eval "$shlibpath_var=\"\$dir\""
3791 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3795 # This variable tells wrapper scripts just to set shlibpath_var
3825 if test -n "$shlibpath_var"; then
3826 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3827 echo "export $shlibpath_var"
3832 if test -n "$shlibpath_var"; then
3833 # Export the shlibpath_var.
3834 eval "export $shlibpath_var"
3935 if test -n "$shlibpath_var"; then
3936 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
5359 # Export our shlibpath_var if we have one.
5360 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5362 # Add our own library path to $shlibpath_var
5363 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5365 # Some systems cannot cope with colon-terminated $shlibpath_var
5367 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
5369 export $shlibpath_var
5558 const char * LIB_PATH_VARNAME = "$shlibpath_var";
5561 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
7283 if test -n "$shlibpath_var"; then
7284 # get the directories listed in $shlibpath_var
7285 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
7911 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
9376 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
10195 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
10198 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"