Home | History | Annotate | Download | only in cpp

Lines Matching refs:inst_prefix_dir

2514 	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
2522 test "$inst_prefix_dir" = "$destdir" && \
2525 if test -n "$inst_prefix_dir"; then
2526 # Stick the inst_prefix_dir data into the link command.
2527 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
2529 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
4572 inst_prefix_dir=
4734 inst_prefix_dir="$arg"
6221 if test -n "$inst_prefix_dir"; then
6224 add_dir="$add_dir -L$inst_prefix_dir$libdir"
6284 if test -n "$inst_prefix_dir" &&
6285 test -f "$inst_prefix_dir$libdir/$linklib" ; then
6286 add="$inst_prefix_dir$libdir/$linklib"
6294 if test -n "$inst_prefix_dir"; then
6297 add_dir="$add_dir -L$inst_prefix_dir$libdir"
8546 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"