Home | History | Annotate | Download | only in cpp

Lines Matching refs:rpath

1579   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is
4094 rpath=
4343 rpath | xrpath)
4351 if test "$prev" = rpath; then
4352 case "$rpath " in
4354 *) rpath="$rpath $arg" ;;
4636 -rpath)
4637 prev=rpath
5515 # Make sure the rpath contains only unique directories.
6082 test -n "$rpath" && \
6083 func_warning "\`-rpath' is ignored for archives"
6143 set dummy $rpath
6146 func_warning "ignoring multiple \`-rpath's for a libtool library"
6151 if test -z "$rpath"; then
6449 # If the user specified any rpath flags, then add them.
6484 if test -n "$rpath"; then
6893 rpath="$finalize_rpath"
6894 test "$mode" != relink && rpath="$compile_rpath$rpath"
6895 for libdir in $rpath; do
6921 # Substitute the hardcoded libdirs into the rpath.
6933 rpath=
6935 rpath="$rpath$dir:"
6937 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
7400 test -n "$rpath" && \
7401 func_warning "\`-rpath' is ignored for objects"
7570 if test -n "$rpath$xrpath"; then
7571 # If the user specified any rpath flags, then add them.
7572 for libdir in $rpath $xrpath; do
7573 # This is the magic to use -rpath.
7582 rpath=
7601 rpath="$rpath $flag"
7625 # Substitute the hardcoded libdirs into the rpath.
7629 eval rpath=\" $hardcode_libdir_flag_spec\"
7631 compile_rpath="$rpath"
7633 rpath=
7652 rpath="$rpath $flag"
7661 # Substitute the hardcoded libdirs into the rpath.
7665 eval rpath=\" $hardcode_libdir_flag_spec\"
7667 finalize_rpath="$rpath"
7728 rpath=
7730 rpath="$rpath$dir:"
7732 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
7736 rpath=
7738 rpath="$rpath$dir:"
7740 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "