Lines Matching refs:opt_mode

422     $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
448 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
455 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1083 opt_mode="$optarg"
1184 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1192 help="Try \`$progname --help --mode=$opt_mode' for more information."
2274 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2280 case $opt_mode in
2456 func_fatal_help "invalid operation mode \`$opt_mode'"
2471 for opt_mode in compile link execute install finish uninstall clean; do
2477 for opt_mode in compile link execute install finish uninstall clean; do
2626 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
2745 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
3210 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6777 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6875 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7524 if test "$opt_mode" != relink; then
8028 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8075 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8259 if test "$opt_mode" = relink; then
8431 if test "$opt_mode" = relink; then
8524 if test "$opt_mode" = relink; then
8536 if test "$opt_mode" = relink; then
9417 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9458 test "$opt_mode" = uninstall && odir="$dir"
9461 if test "$opt_mode" = clean; then
9494 case "$opt_mode" in
9540 if test "$opt_mode" = clean ; then
9591 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9594 test -z "$opt_mode" && {
9600 func_fatal_help "invalid operation mode \`$opt_mode'"