• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/SmartcardCCID-55008/libusb/libusb/

Lines Matching refs:shlibpath_var

1898       # Now add the directory to shlibpath_var.
1899 if eval "test -z \"\$$shlibpath_var\""; then
1900 eval "$shlibpath_var=\"\$dir\""
1902 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1906 # This variable tells wrapper scripts just to set shlibpath_var
1936 if test -n "$shlibpath_var"; then
1937 # Export the shlibpath_var.
1938 eval "export $shlibpath_var"
1955 if test -n "$shlibpath_var"; then
1956 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
1957 echo "export $shlibpath_var"
2008 if test -n "$shlibpath_var"; then
2009 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
3198 # Export our shlibpath_var if we have one.
3199 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
3201 # Add our own library path to $shlibpath_var
3202 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
3204 # Some systems cannot cope with colon-terminated $shlibpath_var
3206 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
3208 export $shlibpath_var
3567 const char * LIB_PATH_VARNAME = "$shlibpath_var";
3570 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5252 if test -n "$shlibpath_var"; then
5253 # get the directories listed in $shlibpath_var
5254 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
5838 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
7266 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
8042 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
8045 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"