Lines Matching refs:rpath

758   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
776 only library objects (\`.lo' files) may be specified, and \`-rpath' is
2655 rpath=
2907 rpath | xrpath)
2915 if test "$prev" = rpath; then
2916 case "$rpath " in
2918 *) rpath="$rpath $arg" ;;
3187 -rpath)
3188 prev=rpath
4058 # Make sure the rpath contains only unique directories.
4616 test -n "$rpath" && \
4617 func_warning "\`-rpath' is ignored for archives"
4677 set dummy $rpath
4680 func_warning "ignoring multiple \`-rpath's for a libtool library"
4685 if test -z "$rpath"; then
4962 # If the user specified any rpath flags, then add them.
4997 if test -n "$rpath"; then
5394 rpath="$finalize_rpath"
5395 test "$mode" != relink && rpath="$compile_rpath$rpath"
5396 for libdir in $rpath; do
5422 # Substitute the hardcoded libdirs into the rpath.
5434 rpath=
5436 rpath="$rpath$dir:"
5438 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
5889 test -n "$rpath" && \
5890 func_warning "\`-rpath' is ignored for objects"
6059 if test -n "$rpath$xrpath"; then
6060 # If the user specified any rpath flags, then add them.
6061 for libdir in $rpath $xrpath; do
6062 # This is the magic to use -rpath.
6071 rpath=
6090 rpath="$rpath $flag"
6112 # Substitute the hardcoded libdirs into the rpath.
6116 eval rpath=\" $hardcode_libdir_flag_spec\"
6118 compile_rpath="$rpath"
6120 rpath=
6139 rpath="$rpath $flag"
6148 # Substitute the hardcoded libdirs into the rpath.
6152 eval rpath=\" $hardcode_libdir_flag_spec\"
6154 finalize_rpath="$rpath"
6211 rpath=
6213 rpath="$rpath$dir:"
6215 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
6219 rpath=
6221 rpath="$rpath$dir:"
6223 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "