Home | History | Annotate | Download | only in libevent

Lines Matching refs:rpath

1164     rpath=
1416 rpath | xrpath)
1425 if test "$prev" = rpath; then
1426 case "$rpath " in
1428 *) rpath="$rpath $arg" ;;
1741 -rpath)
1742 prev=rpath
2556 # Make sure the rpath contains only unique directories.
3134 if test -n "$rpath"; then
3135 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
3201 set dummy $rpath
3203 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
3208 if test -z "$rpath"; then
3492 # If the user specified any rpath flags, then add them.
3527 if test -n "$rpath"; then
3919 rpath="$finalize_rpath"
3920 test "$mode" != relink && rpath="$compile_rpath$rpath"
3921 for libdir in $rpath; do
3947 # Substitute the hardcoded libdirs into the rpath.
3962 rpath=
3964 rpath="$rpath$dir:"
3966 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
4274 if test -n "$rpath"; then
4275 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
4461 if test -n "$rpath$xrpath"; then
4462 # If the user specified any rpath flags, then add them.
4463 for libdir in $rpath $xrpath; do
4464 # This is the magic to use -rpath.
4473 rpath=
4492 rpath="$rpath $flag"
4514 # Substitute the hardcoded libdirs into the rpath.
4518 eval rpath=\" $hardcode_libdir_flag_spec\"
4520 compile_rpath="$rpath"
4522 rpath=
4541 rpath="$rpath $flag"
4550 # Substitute the hardcoded libdirs into the rpath.
4554 eval rpath=\" $hardcode_libdir_flag_spec\"
4556 finalize_rpath="$rpath"
4819 rpath=
4824 rpath="$rpath$dir:"
4828 rpath="$rpath\$thisdir/$dir:"
4832 temp_rpath="$rpath"
4847 rpath=
4849 rpath="$rpath$dir:"
4851 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
4855 rpath=
4857 rpath="$rpath$dir:"
4859 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
6883 -rpath LIBDIR the created library will eventually be installed in LIBDIR
6898 only library objects (\`.lo' files) may be specified, and \`-rpath' is