• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/

Lines Matching refs:rpath

327 hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
333 # Whether we need a single "-rpath" flag with a separated argument.
2066 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2084 only library objects (\`.lo' files) may be specified, and \`-rpath' is
4581 rpath=
4830 rpath | xrpath)
4838 if test "$prev" = rpath; then
4839 case "$rpath " in
4841 *) rpath="$rpath $arg" ;;
5123 -rpath)
5124 prev=rpath
5999 # Make sure the rpath contains only unique directories.
6565 test -n "$rpath" && \
6566 func_warning "\`-rpath' is ignored for archives"
6626 set dummy $rpath
6629 func_warning "ignoring multiple \`-rpath's for a libtool library"
6634 if test -z "$rpath"; then
6929 # If the user specified any rpath flags, then add them.
6964 if test -n "$rpath"; then
7373 rpath="$finalize_rpath"
7374 test "$mode" != relink && rpath="$compile_rpath$rpath"
7375 for libdir in $rpath; do
7401 # Substitute the hardcoded libdirs into the rpath.
7413 rpath=
7415 rpath="$rpath$dir:"
7417 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
7880 test -n "$rpath" && \
7881 func_warning "\`-rpath' is ignored for objects"
8050 if test -n "$rpath$xrpath"; then
8051 # If the user specified any rpath flags, then add them.
8052 for libdir in $rpath $xrpath; do
8053 # This is the magic to use -rpath.
8062 rpath=
8081 rpath="$rpath $flag"
8105 # Substitute the hardcoded libdirs into the rpath.
8109 eval rpath=\" $hardcode_libdir_flag_spec\"
8111 compile_rpath="$rpath"
8113 rpath=
8132 rpath="$rpath $flag"
8141 # Substitute the hardcoded libdirs into the rpath.
8145 eval rpath=\" $hardcode_libdir_flag_spec\"
8147 finalize_rpath="$rpath"
8208 rpath=
8210 rpath="$rpath$dir:"
8212 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8216 rpath=
8218 rpath="$rpath$dir:"
8220 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "