Lines Matching refs:rpath

2408   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
2431 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5136 rpath=
5390 rpath | xrpath)
5398 if test "$prev" = rpath; then
5399 case "$rpath " in
5401 *) func_append rpath " $arg" ;;
5696 -rpath)
5697 prev=rpath
6625 # Make sure the rpath contains only unique directories.
7200 test -n "$rpath" && \
7201 func_warning "\`-rpath' is ignored for archives"
7261 set dummy $rpath
7264 func_warning "ignoring multiple \`-rpath's for a libtool library"
7269 if test -z "$rpath"; then
7565 # If the user specified any rpath flags, then add them.
7601 if test -n "$rpath"; then
8027 rpath="$finalize_rpath"
8028 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8029 for libdir in $rpath; do
8057 # Substitute the hardcoded libdirs into the rpath.
8065 rpath=
8067 func_append rpath "$dir:"
8069 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
8573 test -n "$rpath" && \
8574 func_warning "\`-rpath' is ignored for objects"
8746 if test -n "$rpath$xrpath"; then
8747 # If the user specified any rpath flags, then add them.
8748 for libdir in $rpath $xrpath; do
8749 # This is the magic to use -rpath.
8758 rpath=
8777 func_append rpath " $flag"
8801 # Substitute the hardcoded libdirs into the rpath.
8805 eval rpath=\" $hardcode_libdir_flag_spec\"
8807 compile_rpath="$rpath"
8809 rpath=
8828 func_append rpath " $flag"
8837 # Substitute the hardcoded libdirs into the rpath.
8841 eval rpath=\" $hardcode_libdir_flag_spec\"
8843 finalize_rpath="$rpath"
8910 rpath=
8912 func_append rpath "$dir:"
8914 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8918 rpath=
8920 func_append rpath "$dir:"
8922 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "