Lines Matching refs:rpath

3991   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
4016 only library objects ('.lo' files) may be specified, and '-rpath' is
6804 rpath=
7069 rpath | xrpath)
7077 if test rpath = "$prev"; then
7078 case "$rpath " in
7080 *) func_append rpath " $arg" ;;
7404 -rpath)
7405 prev=rpath
8371 # Make sure the rpath contains only unique directories.
8977 test -n "$rpath" && \
8978 func_warning "'-rpath' is ignored for archives"
9038 set dummy $rpath
9041 && func_warning "ignoring multiple '-rpath's for a libtool library"
9046 if test -z "$rpath"; then
9363 # If the user specified any rpath flags, then add them.
9399 if test -n "$rpath"; then
9825 rpath=$finalize_rpath
9826 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9827 for libdir in $rpath; do
9855 # Substitute the hardcoded libdirs into the rpath.
9863 rpath=
9865 func_append rpath "$dir:"
9867 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10372 test -n "$rpath" && \
10373 func_warning "'-rpath' is ignored for objects"
10545 if test -n "$rpath$xrpath"; then
10546 # If the user specified any rpath flags, then add them.
10547 for libdir in $rpath $xrpath; do
10548 # This is the magic to use -rpath.
10557 rpath=
10576 func_append rpath " $flag"
10600 # Substitute the hardcoded libdirs into the rpath.
10604 eval rpath=\" $hardcode_libdir_flag_spec\"
10606 compile_rpath=$rpath
10608 rpath=
10627 func_append rpath " $flag"
10636 # Substitute the hardcoded libdirs into the rpath.
10640 eval rpath=\" $hardcode_libdir_flag_spec\"
10642 finalize_rpath=$rpath
10707 rpath=
10709 func_append rpath "$dir:"
10711 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10715 rpath=
10717 func_append rpath "$dir:"
10719 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "