• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/

Lines Matching refs:rpath

2428   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5156 rpath=
5410 rpath | xrpath)
5418 if test "$prev" = rpath; then
5419 case "$rpath " in
5421 *) func_append rpath " $arg" ;;
5716 -rpath)
5717 prev=rpath
6645 # Make sure the rpath contains only unique directories.
7220 test -n "$rpath" && \
7221 func_warning "\`-rpath' is ignored for archives"
7281 set dummy $rpath
7284 func_warning "ignoring multiple \`-rpath's for a libtool library"
7289 if test -z "$rpath"; then
7585 # If the user specified any rpath flags, then add them.
7621 if test -n "$rpath"; then
8047 rpath="$finalize_rpath"
8048 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8049 for libdir in $rpath; do
8077 # Substitute the hardcoded libdirs into the rpath.
8085 rpath=
8087 func_append rpath "$dir:"
8089 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
8593 test -n "$rpath" && \
8594 func_warning "\`-rpath' is ignored for objects"
8766 if test -n "$rpath$xrpath"; then
8767 # If the user specified any rpath flags, then add them.
8768 for libdir in $rpath $xrpath; do
8769 # This is the magic to use -rpath.
8778 rpath=
8797 func_append rpath " $flag"
8821 # Substitute the hardcoded libdirs into the rpath.
8825 eval rpath=\" $hardcode_libdir_flag_spec\"
8827 compile_rpath="$rpath"
8829 rpath=
8848 func_append rpath " $flag"
8857 # Substitute the hardcoded libdirs into the rpath.
8861 eval rpath=\" $hardcode_libdir_flag_spec\"
8863 finalize_rpath="$rpath"
8930 rpath=
8932 func_append rpath "$dir:"
8934 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
8938 rpath=
8940 func_append rpath "$dir:"
8942 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "