• 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

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
6635 # Make sure the rpath contains only unique directories.
7210 test -n "$rpath" && \
7211 func_warning "\`-rpath' is ignored for archives"
7271 set dummy $rpath
7274 func_warning "ignoring multiple \`-rpath's for a libtool library"
7279 if test -z "$rpath"; then
7577 # If the user specified any rpath flags, then add them.
7613 if test -n "$rpath"; then
8034 rpath="$finalize_rpath"
8035 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8036 for libdir in $rpath; do
8064 # Substitute the hardcoded libdirs into the rpath.
8076 rpath=
8078 func_append rpath "$dir:"
8080 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
8584 test -n "$rpath" && \
8585 func_warning "\`-rpath' is ignored for objects"
8757 if test -n "$rpath$xrpath"; then
8758 # If the user specified any rpath flags, then add them.
8759 for libdir in $rpath $xrpath; do
8760 # This is the magic to use -rpath.
8769 rpath=
8788 func_append rpath " $flag"
8812 # Substitute the hardcoded libdirs into the rpath.
8816 eval rpath=\" $hardcode_libdir_flag_spec\"
8818 compile_rpath="$rpath"
8820 rpath=
8839 func_append rpath " $flag"
8848 # Substitute the hardcoded libdirs into the rpath.
8852 eval rpath=\" $hardcode_libdir_flag_spec\"
8854 finalize_rpath="$rpath"
8921 rpath=
8923 func_append rpath "$dir:"
8925 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8929 rpath=
8931 func_append rpath "$dir:"
8933 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "