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" ;;
7194 -rpath)
7195 prev=rpath
8150 # Make sure the rpath contains only unique directories.
8756 test -n "$rpath" && \
8757 func_warning "'-rpath' is ignored for archives"
8817 set dummy $rpath
8820 && func_warning "ignoring multiple '-rpath's for a libtool library"
8825 if test -z "$rpath"; then
9139 # If the user specified any rpath flags, then add them.
9175 if test -n "$rpath"; then
9601 rpath=$finalize_rpath
9602 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9603 for libdir in $rpath; do
9631 # Substitute the hardcoded libdirs into the rpath.
9639 rpath=
9641 func_append rpath "$dir:"
9643 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10148 test -n "$rpath" && \
10149 func_warning "'-rpath' is ignored for objects"
10321 if test -n "$rpath$xrpath"; then
10322 # If the user specified any rpath flags, then add them.
10323 for libdir in $rpath $xrpath; do
10324 # This is the magic to use -rpath.
10333 rpath=
10352 func_append rpath " $flag"
10376 # Substitute the hardcoded libdirs into the rpath.
10380 eval rpath=\" $hardcode_libdir_flag_spec\"
10382 compile_rpath=$rpath
10384 rpath=
10403 func_append rpath " $flag"
10412 # Substitute the hardcoded libdirs into the rpath.
10416 eval rpath=\" $hardcode_libdir_flag_spec\"
10418 finalize_rpath=$rpath
10483 rpath=
10485 func_append rpath "$dir:"
10487 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10491 rpath=
10493 func_append rpath "$dir:"
10495 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "