• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/

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
4214 rpath=
4463 rpath | xrpath)
4471 if test "$prev" = rpath; then
4472 case "$rpath " in
4474 *) rpath="$rpath $arg" ;;
4756 -rpath)
4757 prev=rpath
5632 # Make sure the rpath contains only unique directories.
6198 test -n "$rpath" && \
6199 func_warning "\`-rpath' is ignored for archives"
6259 set dummy $rpath
6262 func_warning "ignoring multiple \`-rpath's for a libtool library"
6267 if test -z "$rpath"; then
6562 # If the user specified any rpath flags, then add them.
6597 if test -n "$rpath"; then
7006 rpath="$finalize_rpath"
7007 test "$mode" != relink && rpath="$compile_rpath$rpath"
7008 for libdir in $rpath; do
7034 # Substitute the hardcoded libdirs into the rpath.
7046 rpath=
7048 rpath="$rpath$dir:"
7050 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
7513 test -n "$rpath" && \
7514 func_warning "\`-rpath' is ignored for objects"
7683 if test -n "$rpath$xrpath"; then
7684 # If the user specified any rpath flags, then add them.
7685 for libdir in $rpath $xrpath; do
7686 # This is the magic to use -rpath.
7695 rpath=
7714 rpath="$rpath $flag"
7738 # Substitute the hardcoded libdirs into the rpath.
7742 eval rpath=\" $hardcode_libdir_flag_spec\"
7744 compile_rpath="$rpath"
7746 rpath=
7765 rpath="$rpath $flag"
7774 # Substitute the hardcoded libdirs into the rpath.
7778 eval rpath=\" $hardcode_libdir_flag_spec\"
7780 finalize_rpath="$rpath"
7841 rpath=
7843 rpath="$rpath$dir:"
7845 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
7849 rpath=
7851 rpath="$rpath$dir:"
7853 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "