• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/

Lines Matching refs:rpath

1582   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
1600 only library objects (\`.lo' files) may be specified, and \`-rpath' is
4097 rpath=
4346 rpath | xrpath)
4354 if test "$prev" = rpath; then
4355 case "$rpath " in
4357 *) rpath="$rpath $arg" ;;
4639 -rpath)
4640 prev=rpath
5524 # Make sure the rpath contains only unique directories.
6090 test -n "$rpath" && \
6091 func_warning "\`-rpath' is ignored for archives"
6151 set dummy $rpath
6154 func_warning "ignoring multiple \`-rpath's for a libtool library"
6159 if test -z "$rpath"; then
6454 # If the user specified any rpath flags, then add them.
6489 if test -n "$rpath"; then
6898 rpath="$finalize_rpath"
6899 test "$mode" != relink && rpath="$compile_rpath$rpath"
6900 for libdir in $rpath; do
6926 # Substitute the hardcoded libdirs into the rpath.
6938 rpath=
6940 rpath="$rpath$dir:"
6942 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
7413 test -n "$rpath" && \
7414 func_warning "\`-rpath' is ignored for objects"
7583 if test -n "$rpath$xrpath"; then
7584 # If the user specified any rpath flags, then add them.
7585 for libdir in $rpath $xrpath; do
7586 # This is the magic to use -rpath.
7595 rpath=
7614 rpath="$rpath $flag"
7638 # Substitute the hardcoded libdirs into the rpath.
7642 eval rpath=\" $hardcode_libdir_flag_spec\"
7644 compile_rpath="$rpath"
7646 rpath=
7665 rpath="$rpath $flag"
7674 # Substitute the hardcoded libdirs into the rpath.
7678 eval rpath=\" $hardcode_libdir_flag_spec\"
7680 finalize_rpath="$rpath"
7741 rpath=
7743 rpath="$rpath$dir:"
7745 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
7749 rpath=
7751 rpath="$rpath$dir:"
7753 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "