Searched refs:shlibpath_var (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/test/Unit/
H A Dlit.site.cfg.in11 config.shlibpath_var = "@SHLIBPATH_VAR@"
/external/llvm/test/Unit/
H A Dlit.site.cfg.in9 config.shlibpath_var = "@SHLIBPATH_VAR@"
/external/jpeg/
H A Dltmain.sh656 if test -n "$shlibpath_var"; then
1369 if test -n "$shlibpath_var"; then
1370 # We should set the shlibpath_var
1391 compile_command="$shlibpath_var=\"$compile_shlibpath\$$shlibpath_var\" $compile_command"
1394 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
1498 # Export our shlibpath_var if we have one.
1499 if test -n "$shlibpath_var" && test -n "$temp_rpath"; then
1501 # Add our own library path to $shlibpath_var
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh656 if test -n "$shlibpath_var"; then
1369 if test -n "$shlibpath_var"; then
1370 # We should set the shlibpath_var
1391 compile_command="$shlibpath_var=\"$compile_shlibpath\$$shlibpath_var\" $compile_command"
1394 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
1498 # Export our shlibpath_var if we have one.
1499 if test -n "$shlibpath_var" && test -n "$temp_rpath"; then
1501 # Add our own library path to $shlibpath_var
[all...]
/external/libffi/
H A Dltconfig930 # If the only mechanism to avoid hardcoding is shlibpath_var, we
973 shlibpath_var=
985 shlibpath_var=LIBPATH
996 shlibpath_var=LD_LIBRARY_PATH
1020 shlibpath_var=LIBPATH
1050 shlibpath_var=LIBRARY_PATH
1062 shlibpath_var=LD_LIBRARY_PATH
1099 shlibpath_var=PATH
1124 shlibpath_var=DYLD_LIBRARY_PATH
1149 shlibpath_var
[all...]
H A Dltmain.sh2007 if test -n "$shlibpath_var"; then
2008 # get the directories listed in $shlibpath_var
2009 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2537 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3949 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4791 if test -n "$shlibpath_var"; then
4792 # We should set the shlibpath_var
4810 compile_command="$shlibpath_var
[all...]
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh2020 if test -n "$shlibpath_var"; then
2021 # get the directories listed in $shlibpath_var
2022 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2558 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3982 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4825 if test -n "$shlibpath_var"; then
4826 # We should set the shlibpath_var
4844 compile_command="$shlibpath_var
[all...]
/external/chromium/third_party/libevent/
H A Dltmain.sh2020 if test -n "$shlibpath_var"; then
2021 # get the directories listed in $shlibpath_var
2022 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2555 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3974 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4817 if test -n "$shlibpath_var"; then
4818 # We should set the shlibpath_var
4836 compile_command="$shlibpath_var
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m41974 # If the only mechanism to avoid hardcoding is shlibpath_var, we
2110 shlibpath_var=
2126 shlibpath_var=LIBPATH
2140 shlibpath_var=LD_LIBRARY_PATH
2172 shlibpath_var=LIBPATH
2194 shlibpath_var=LIBRARY_PATH
2203 shlibpath_var=LD_LIBRARY_PATH
2272 shlibpath_var=PATH
2283 shlibpath_var=DYLD_LIBRARY_PATH
2296 shlibpath_var
[all...]
/external/expat/
H A Dlibtool240 shlibpath_var=LD_LIBRARY_PATH
384 # "absolute",i.e impossible to change by setting ${shlibpath_var} if the
3020 # Now add the directory to shlibpath_var.
3021 if eval "test -z \"\$$shlibpath_var\""; then
3022 eval "$shlibpath_var=\"\$dir\""
3024 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
3028 # This variable tells wrapper scripts just to set shlibpath_var
3057 if test -n "$shlibpath_var"; then
3058 # Export the shlibpath_var
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh2581 # Now add the directory to shlibpath_var.
2582 if eval "test -z \"\$$shlibpath_var\""; then
2583 eval "$shlibpath_var=\"\$dir\""
2585 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2589 # This variable tells wrapper scripts just to set shlibpath_var
2618 if test -n "$shlibpath_var"; then
2619 # Export the shlibpath_var.
2620 eval "export $shlibpath_var"
2637 if test -n "$shlibpath_var"; the
[all...]
/external/llvm/autoconf/
H A Dltmain.sh1967 if test -n "$shlibpath_var"; then
1968 # get the directories listed in $shlibpath_var
1969 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2495 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3902 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4742 if test -n "$shlibpath_var"; then
4743 # We should set the shlibpath_var
4761 compile_command="$shlibpath_var
[all...]
/external/llvm/projects/sample/autoconf/
H A Dltmain.sh1967 if test -n "$shlibpath_var"; then
1968 # get the directories listed in $shlibpath_var
1969 eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
2495 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
3902 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
4742 if test -n "$shlibpath_var"; then
4743 # We should set the shlibpath_var
4761 compile_command="$shlibpath_var
[all...]
/external/expat/conftools/
H A Dltmain.sh2580 # Now add the directory to shlibpath_var.
2581 if eval "test -z \"\$$shlibpath_var\""; then
2582 eval "$shlibpath_var=\"\$dir\""
2584 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
2588 # This variable tells wrapper scripts just to set shlibpath_var
2617 if test -n "$shlibpath_var"; then
2618 # Export the shlibpath_var.
2619 eval "export $shlibpath_var"
2636 if test -n "$shlibpath_var"; the
[all...]
/external/libmtp/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
/external/libogg/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
/external/libpng/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
/external/libusb/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
/external/libusb-compat/
H A Dltmain.sh1705 # Now add the directory to shlibpath_var.
1706 if eval "test -z \"\$$shlibpath_var\""; then
1707 eval "$shlibpath_var=\"\$dir\""
1709 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1713 # This variable tells wrapper scripts just to set shlibpath_var
1743 if test -n "$shlibpath_var"; then
1744 # Export the shlibpath_var.
1745 eval "export $shlibpath_var"
1762 if test -n "$shlibpath_var"; the
[all...]
/external/libvorbis/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
/external/openfst/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
H A Dconfigure10099 shlibpath_var=
10115 shlibpath_var=LIBPATH
10129 shlibpath_var=LD_LIBRARY_PATH
10161 shlibpath_var=LIBPATH
10183 shlibpath_var=LIBRARY_PATH
10192 shlibpath_var=LD_LIBRARY_PATH
10259 shlibpath_var=PATH
10270 shlibpath_var=DYLD_LIBRARY_PATH
10283 shlibpath_var=LD_LIBRARY_PATH
10313 shlibpath_var
[all...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dltmain.sh1698 # Now add the directory to shlibpath_var.
1699 if eval "test -z \"\$$shlibpath_var\""; then
1700 eval "$shlibpath_var=\"\$dir\""
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1706 # This variable tells wrapper scripts just to set shlibpath_var
1736 if test -n "$shlibpath_var"; then
1737 # Export the shlibpath_var.
1738 eval "export $shlibpath_var"
1755 if test -n "$shlibpath_var"; the
[all...]
/external/protobuf/gtest/build-aux/
H A Dltmain.sh1697 # Now add the directory to shlibpath_var.
1698 if eval "test -z \"\$$shlibpath_var\""; then
1699 eval "$shlibpath_var=\"\$dir\""
1701 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1705 # This variable tells wrapper scripts just to set shlibpath_var
1735 if test -n "$shlibpath_var"; then
1736 # Export the shlibpath_var.
1737 eval "export $shlibpath_var"
1754 if test -n "$shlibpath_var"; the
[all...]
/external/protobuf/
H A Dltmain.sh1697 # Now add the directory to shlibpath_var.
1698 if eval "test -z \"\$$shlibpath_var\""; then
1699 eval "$shlibpath_var=\"\$dir\""
1701 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
1705 # This variable tells wrapper scripts just to set shlibpath_var
1735 if test -n "$shlibpath_var"; then
1736 # Export the shlibpath_var.
1737 eval "export $shlibpath_var"
1754 if test -n "$shlibpath_var"; the
[all...]

Completed in 688 milliseconds

12