Lines Matching refs:rpath

3748   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
3771 only library objects ('.lo' files) may be specified, and '-rpath' is
6558 rpath=
6823 rpath | xrpath)
6831 if test rpath = "$prev"; then
6832 case "$rpath " in
6834 *) func_append rpath " $arg" ;;
7139 -rpath)
7140 prev=rpath
8091 # Make sure the rpath contains only unique directories.
8701 test -n "$rpath" && \
8702 func_warning "'-rpath' is ignored for archives"
8762 set dummy $rpath
8765 && func_warning "ignoring multiple '-rpath's for a libtool library"
8770 if test -z "$rpath"; then
9089 # If the user specified any rpath flags, then add them.
9125 if test -n "$rpath"; then
9554 rpath=$finalize_rpath
9555 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
9556 for libdir in $rpath; do
9584 # Substitute the hardcoded libdirs into the rpath.
9592 rpath=
9594 func_append rpath "$dir:"
9596 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
10101 test -n "$rpath" && \
10102 func_warning "'-rpath' is ignored for objects"
10274 if test -n "$rpath$xrpath"; then
10275 # If the user specified any rpath flags, then add them.
10276 for libdir in $rpath $xrpath; do
10277 # This is the magic to use -rpath.
10286 rpath=
10305 func_append rpath " $flag"
10329 # Substitute the hardcoded libdirs into the rpath.
10333 eval rpath=\" $hardcode_libdir_flag_spec\"
10335 compile_rpath=$rpath
10337 rpath=
10356 func_append rpath " $flag"
10365 # Substitute the hardcoded libdirs into the rpath.
10369 eval rpath=\" $hardcode_libdir_flag_spec\"
10371 finalize_rpath=$rpath
10436 rpath=
10438 func_append rpath "$dir:"
10440 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
10444 rpath=
10446 func_append rpath "$dir:"
10448 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "