Lines Matching refs:rpath

3992   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
4017 only library objects ('.lo' files) may be specified, and '-rpath' is
6805 rpath=
7070 rpath | xrpath)
7078 if test rpath = "$prev"; then
7079 case "$rpath " in
7081 *) func_append rpath " $arg" ;;
7405 -rpath)
7406 prev=rpath
8367 # Make sure the rpath contains only unique directories.
8973 test -n "$rpath" && \
8974 func_warning "'-rpath' is ignored for archives"
9034 set dummy $rpath
9037 && func_warning "ignoring multiple '-rpath's for a libtool library"
9042 if test -z "$rpath"; then
9356 # If the user specified any rpath flags, then add them.
9392 if test -n "$rpath"; then
9818 rpath=$finalize_rpath
9819 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9820 for libdir in $rpath; do
9848 # Substitute the hardcoded libdirs into the rpath.
9856 rpath=
9858 func_append rpath "$dir:"
9860 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10365 test -n "$rpath" && \
10366 func_warning "'-rpath' is ignored for objects"
10538 if test -n "$rpath$xrpath"; then
10539 # If the user specified any rpath flags, then add them.
10540 for libdir in $rpath $xrpath; do
10541 # This is the magic to use -rpath.
10550 rpath=
10569 func_append rpath " $flag"
10593 # Substitute the hardcoded libdirs into the rpath.
10597 eval rpath=\" $hardcode_libdir_flag_spec\"
10599 compile_rpath=$rpath
10601 rpath=
10620 func_append rpath " $flag"
10629 # Substitute the hardcoded libdirs into the rpath.
10633 eval rpath=\" $hardcode_libdir_flag_spec\"
10635 finalize_rpath=$rpath
10700 rpath=
10702 func_append rpath "$dir:"
10704 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10708 rpath=
10710 func_append rpath "$dir:"
10712 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "