Home | History | Annotate | Download | only in build-aux

Lines Matching refs:rpath

2428   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5156 rpath=
5410 rpath | xrpath)
5418 if test "$prev" = rpath; then
5419 case "$rpath " in
5421 *) func_append rpath " $arg" ;;
5716 -rpath)
5717 prev=rpath
6648 # Make sure the rpath contains only unique directories.
7223 test -n "$rpath" && \
7224 func_warning "\`-rpath' is ignored for archives"
7284 set dummy $rpath
7287 func_warning "ignoring multiple \`-rpath's for a libtool library"
7292 if test -z "$rpath"; then
7591 # If the user specified any rpath flags, then add them.
7627 if test -n "$rpath"; then
8053 rpath="$finalize_rpath"
8054 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8055 for libdir in $rpath; do
8083 # Substitute the hardcoded libdirs into the rpath.
8091 rpath=
8093 func_append rpath "$dir:"
8095 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
8599 test -n "$rpath" && \
8600 func_warning "\`-rpath' is ignored for objects"
8772 if test -n "$rpath$xrpath"; then
8773 # If the user specified any rpath flags, then add them.
8774 for libdir in $rpath $xrpath; do
8775 # This is the magic to use -rpath.
8784 rpath=
8803 func_append rpath " $flag"
8827 # Substitute the hardcoded libdirs into the rpath.
8831 eval rpath=\" $hardcode_libdir_flag_spec\"
8833 compile_rpath="$rpath"
8835 rpath=
8854 func_append rpath " $flag"
8863 # Substitute the hardcoded libdirs into the rpath.
8867 eval rpath=\" $hardcode_libdir_flag_spec\"
8869 finalize_rpath="$rpath"
8936 rpath=
8938 func_append rpath "$dir:"
8940 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8944 rpath=
8946 func_append rpath "$dir:"
8948 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "