Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:rpath

1127     rpath=
1369 rpath | xrpath)
1378 if test "$prev" = rpath; then
1379 case "$rpath " in
1381 *) rpath="$rpath $arg" ;;
1688 -rpath)
1689 prev=rpath
2499 # Make sure the rpath contains only unique directories.
3070 if test -n "$rpath"; then
3071 $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
3137 set dummy $rpath
3139 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
3144 if test -z "$rpath"; then
3428 # If the user specified any rpath flags, then add them.
3463 if test -n "$rpath"; then
3858 rpath="$finalize_rpath"
3859 test "$mode" != relink && rpath="$compile_rpath$rpath"
3860 for libdir in $rpath; do
3886 # Substitute the hardcoded libdirs into the rpath.
3898 rpath=
3900 rpath="$rpath$dir:"
3902 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
4209 if test -n "$rpath"; then
4210 $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
4394 if test -n "$rpath$xrpath"; then
4395 # If the user specified any rpath flags, then add them.
4396 for libdir in $rpath $xrpath; do
4397 # This is the magic to use -rpath.
4406 rpath=
4425 rpath="$rpath $flag"
4447 # Substitute the hardcoded libdirs into the rpath.
4451 eval rpath=\" $hardcode_libdir_flag_spec\"
4453 compile_rpath="$rpath"
4455 rpath=
4474 rpath="$rpath $flag"
4483 # Substitute the hardcoded libdirs into the rpath.
4487 eval rpath=\" $hardcode_libdir_flag_spec\"
4489 finalize_rpath="$rpath"
4752 rpath=
4757 rpath="$rpath$dir:"
4761 rpath="$rpath\$thisdir/$dir:"
4765 temp_rpath="$rpath"
4780 rpath=
4782 rpath="$rpath$dir:"
4784 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
4788 rpath=
4790 rpath="$rpath$dir:"
4792 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
6800 -rpath LIBDIR the created library will eventually be installed in LIBDIR
6813 only library objects (\`.lo' files) may be specified, and \`-rpath' is