Lines Matching refs:rpath

2458   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
2481 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5189 rpath=
5443 rpath | xrpath)
5451 if test "$prev" = rpath; then
5452 case "$rpath " in
5454 *) func_append rpath " $arg" ;;
5750 -rpath)
5751 prev=rpath
6696 # Make sure the rpath contains only unique directories.
7271 test -n "$rpath" && \
7272 func_warning "\`-rpath' is ignored for archives"
7332 set dummy $rpath
7335 func_warning "ignoring multiple \`-rpath's for a libtool library"
7340 if test -z "$rpath"; then
7636 # If the user specified any rpath flags, then add them.
7672 if test -n "$rpath"; then
8098 rpath="$finalize_rpath"
8099 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8100 for libdir in $rpath; do
8128 # Substitute the hardcoded libdirs into the rpath.
8136 rpath=
8138 func_append rpath "$dir:"
8140 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
8644 test -n "$rpath" && \
8645 func_warning "\`-rpath' is ignored for objects"
8817 if test -n "$rpath$xrpath"; then
8818 # If the user specified any rpath flags, then add them.
8819 for libdir in $rpath $xrpath; do
8820 # This is the magic to use -rpath.
8829 rpath=
8848 func_append rpath " $flag"
8872 # Substitute the hardcoded libdirs into the rpath.
8876 eval rpath=\" $hardcode_libdir_flag_spec\"
8878 compile_rpath="$rpath"
8880 rpath=
8899 func_append rpath " $flag"
8908 # Substitute the hardcoded libdirs into the rpath.
8912 eval rpath=\" $hardcode_libdir_flag_spec\"
8914 finalize_rpath="$rpath"
8981 rpath=
8983 func_append rpath "$dir:"
8985 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8989 rpath=
8991 func_append rpath "$dir:"
8993 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "