• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/build-aux/

Lines Matching refs:rpath

2427   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5144 rpath=
5398 rpath | xrpath)
5406 if test "$prev" = rpath; then
5407 case "$rpath " in
5409 *) func_append rpath " $arg" ;;
5703 -rpath)
5704 prev=rpath
6631 # Make sure the rpath contains only unique directories.
7206 test -n "$rpath" && \
7207 func_warning "\`-rpath' is ignored for archives"
7267 set dummy $rpath
7270 func_warning "ignoring multiple \`-rpath's for a libtool library"
7275 if test -z "$rpath"; then
7570 # If the user specified any rpath flags, then add them.
7606 if test -n "$rpath"; then
8027 rpath="$finalize_rpath"
8028 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8029 for libdir in $rpath; do
8057 # Substitute the hardcoded libdirs into the rpath.
8069 rpath=
8071 func_append rpath "$dir:"
8073 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
8577 test -n "$rpath" && \
8578 func_warning "\`-rpath' is ignored for objects"
8750 if test -n "$rpath$xrpath"; then
8751 # If the user specified any rpath flags, then add them.
8752 for libdir in $rpath $xrpath; do
8753 # This is the magic to use -rpath.
8762 rpath=
8781 func_append rpath " $flag"
8805 # Substitute the hardcoded libdirs into the rpath.
8809 eval rpath=\" $hardcode_libdir_flag_spec\"
8811 compile_rpath="$rpath"
8813 rpath=
8832 func_append rpath " $flag"
8841 # Substitute the hardcoded libdirs into the rpath.
8845 eval rpath=\" $hardcode_libdir_flag_spec\"
8847 finalize_rpath="$rpath"
8914 rpath=
8916 func_append rpath "$dir:"
8918 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8922 rpath=
8924 func_append rpath "$dir:"
8926 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "