Lines Matching refs:rpath

3792   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
3815 only library objects ('.lo' files) may be specified, and '-rpath' is
6603 rpath=
6868 rpath | xrpath)
6876 if test rpath = "$prev"; then
6877 case "$rpath " in
6879 *) func_append rpath " $arg" ;;
7184 -rpath)
7185 prev=rpath
8140 # Make sure the rpath contains only unique directories.
8746 test -n "$rpath" && \
8747 func_warning "'-rpath' is ignored for archives"
8807 set dummy $rpath
8810 && func_warning "ignoring multiple '-rpath's for a libtool library"
8815 if test -z "$rpath"; then
9129 # If the user specified any rpath flags, then add them.
9165 if test -n "$rpath"; then
9591 rpath=$finalize_rpath
9592 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9593 for libdir in $rpath; do
9621 # Substitute the hardcoded libdirs into the rpath.
9629 rpath=
9631 func_append rpath "$dir:"
9633 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10138 test -n "$rpath" && \
10139 func_warning "'-rpath' is ignored for objects"
10311 if test -n "$rpath$xrpath"; then
10312 # If the user specified any rpath flags, then add them.
10313 for libdir in $rpath $xrpath; do
10314 # This is the magic to use -rpath.
10323 rpath=
10342 func_append rpath " $flag"
10366 # Substitute the hardcoded libdirs into the rpath.
10370 eval rpath=\" $hardcode_libdir_flag_spec\"
10372 compile_rpath=$rpath
10374 rpath=
10393 func_append rpath " $flag"
10402 # Substitute the hardcoded libdirs into the rpath.
10406 eval rpath=\" $hardcode_libdir_flag_spec\"
10408 finalize_rpath=$rpath
10473 rpath=
10475 func_append rpath "$dir:"
10477 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10481 rpath=
10483 func_append rpath "$dir:"
10485 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "