Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:shlibpath_var

281 shlibpath_var=LD_LIBRARY_PATH
312 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
2319 if test -n "$shlibpath_var"; then
2320 # get the directories listed in $shlibpath_var
2321 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2850 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
4262 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
5102 if test -n "$shlibpath_var"; then
5103 # We should set the shlibpath_var
5121 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
5124 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
5717 # Export our shlibpath_var if we have one.
5718 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5720 # Add our own library path to $shlibpath_var
5721 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
5723 # Some systems cannot cope with colon-terminated $shlibpath_var
5725 $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
5727 export $shlibpath_var
6630 if test -n "$shlibpath_var"; then
6631 $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
6732 # Now add the directory to shlibpath_var.
6733 if eval "test -z \"\$$shlibpath_var\""; then
6734 eval "$shlibpath_var=\"\$dir\""
6736 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
6740 # This variable tells wrapper scripts just to set shlibpath_var
6770 if test -n "$shlibpath_var"; then
6771 # Export the shlibpath_var.
6772 eval "export $shlibpath_var"
6787 if test -n "$shlibpath_var"; then
6788 eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
6789 $echo "export $shlibpath_var"
7457 shlibpath_var=LD_LIBRARY_PATH
7488 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into