Home | History | Annotate | Download | only in autotools

Lines Matching refs:rpath

1579   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is
4094 rpath=
4343 rpath | xrpath)
4351 if test "$prev" = rpath; then
4352 case "$rpath " in
4354 *) rpath="$rpath $arg" ;;
4636 -rpath)
4637 prev=rpath
5512 # Make sure the rpath contains only unique directories.
6078 test -n "$rpath" && \
6079 func_warning "\`-rpath' is ignored for archives"
6139 set dummy $rpath
6142 func_warning "ignoring multiple \`-rpath's for a libtool library"
6147 if test -z "$rpath"; then
6442 # If the user specified any rpath flags, then add them.
6477 if test -n "$rpath"; then
6886 rpath="$finalize_rpath"
6887 test "$mode" != relink && rpath="$compile_rpath$rpath"
6888 for libdir in $rpath; do
6914 # Substitute the hardcoded libdirs into the rpath.
6926 rpath=
6928 rpath="$rpath$dir:"
6930 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
7393 test -n "$rpath" && \
7394 func_warning "\`-rpath' is ignored for objects"
7563 if test -n "$rpath$xrpath"; then
7564 # If the user specified any rpath flags, then add them.
7565 for libdir in $rpath $xrpath; do
7566 # This is the magic to use -rpath.
7575 rpath=
7594 rpath="$rpath $flag"
7618 # Substitute the hardcoded libdirs into the rpath.
7622 eval rpath=\" $hardcode_libdir_flag_spec\"
7624 compile_rpath="$rpath"
7626 rpath=
7645 rpath="$rpath $flag"
7654 # Substitute the hardcoded libdirs into the rpath.
7658 eval rpath=\" $hardcode_libdir_flag_spec\"
7660 finalize_rpath="$rpath"
7721 rpath=
7723 rpath="$rpath$dir:"
7725 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
7729 rpath=
7731 rpath="$rpath$dir:"
7733 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "