Lines Matching refs:rpath

852     rpath=
1076 rpath | xrpath)
1085 if test "$prev" = rpath; then
1086 case "$rpath " in
1088 *) rpath="$rpath $arg" ;;
1274 -rpath)
1275 prev=rpath
2030 # Make sure the rpath contains only unique directories.
2418 if test -n "$rpath"; then
2419 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
2483 set dummy $rpath
2485 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
2490 if test -z "$rpath"; then
2712 # If the user specified any rpath flags, then add them.
2747 if test -n "$rpath"; then
3038 rpath="$finalize_rpath"
3039 test "$mode" != relink && rpath="$compile_rpath$rpath"
3040 for libdir in $rpath; do
3066 # Substitute the hardcoded libdirs into the rpath.
3074 rpath=
3076 rpath="$rpath$dir:"
3078 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
3353 if test -n "$rpath"; then
3354 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
3539 if test -n "$rpath$xrpath"; then
3540 # If the user specified any rpath flags, then add them.
3541 for libdir in $rpath $xrpath; do
3542 # This is the magic to use -rpath.
3551 rpath=
3570 rpath="$rpath $flag"
3587 # Substitute the hardcoded libdirs into the rpath.
3591 eval rpath=\" $hardcode_libdir_flag_spec\"
3593 compile_rpath="$rpath"
3595 rpath=
3614 rpath="$rpath $flag"
3623 # Substitute the hardcoded libdirs into the rpath.
3627 eval rpath=\" $hardcode_libdir_flag_spec\"
3629 finalize_rpath="$rpath"
3838 rpath=
3843 rpath="$rpath$dir:"
3847 rpath="$rpath\$thisdir/$dir:"
3851 temp_rpath="$rpath"
3866 rpath=
3868 rpath="$rpath$dir:"
3870 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
3874 rpath=
3876 rpath="$rpath$dir:"
3878 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
5397 -rpath LIBDIR the created library will eventually be installed in LIBDIR
5410 only library objects (\`.lo' files) may be specified, and \`-rpath' is