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

Lines Matching refs:rpath

366 #hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
372 # Whether we need a single "-rpath" flag with a separated argument.
2850 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2873 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5567 rpath=
5821 rpath | xrpath)
5829 if test "$prev" = rpath; then
5830 case "$rpath " in
5832 *) rpath+=" $arg" ;;
6126 -rpath)
6127 prev=rpath
7060 # Make sure the rpath contains only unique directories.
7635 test -n "$rpath" && \
7636 func_warning "\`-rpath' is ignored for archives"
7696 set dummy $rpath
7699 func_warning "ignoring multiple \`-rpath's for a libtool library"
7704 if test -z "$rpath"; then
8002 # If the user specified any rpath flags, then add them.
8038 if test -n "$rpath"; then
8459 rpath="$finalize_rpath"
8460 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8461 for libdir in $rpath; do
8489 # Substitute the hardcoded libdirs into the rpath.
8501 rpath=
8503 rpath+="$dir:"
8505 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
9009 test -n "$rpath" && \
9010 func_warning "\`-rpath' is ignored for objects"
9182 if test -n "$rpath$xrpath"; then
9183 # If the user specified any rpath flags, then add them.
9184 for libdir in $rpath $xrpath; do
9185 # This is the magic to use -rpath.
9194 rpath=
9213 rpath+=" $flag"
9237 # Substitute the hardcoded libdirs into the rpath.
9241 eval rpath=\" $hardcode_libdir_flag_spec\"
9243 compile_rpath="$rpath"
9245 rpath=
9264 rpath+=" $flag"
9273 # Substitute the hardcoded libdirs into the rpath.
9277 eval rpath=\" $hardcode_libdir_flag_spec\"
9279 finalize_rpath="$rpath"
9346 rpath=
9348 rpath+="$dir:"
9350 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
9354 rpath=
9356 rpath+="$dir:"
9358 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "