Lines Matching refs:opt_mode

442     $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
468 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
475 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1103 opt_mode="$optarg"
1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1212 help="Try \`$progname --help --mode=$opt_mode' for more information."
2324 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2330 case $opt_mode in
2506 func_fatal_help "invalid operation mode \`$opt_mode'"
2521 for opt_mode in compile link execute install finish uninstall clean; do
2527 for opt_mode in compile link execute install finish uninstall clean; do
2676 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
2795 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
3260 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6848 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6946 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7595 if test "$opt_mode" != relink; then
8099 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8146 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8330 if test "$opt_mode" = relink; then
8502 if test "$opt_mode" = relink; then
8595 if test "$opt_mode" = relink; then
8607 if test "$opt_mode" = relink; then
9488 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9529 test "$opt_mode" = uninstall && odir="$dir"
9532 if test "$opt_mode" = clean; then
9565 case "$opt_mode" in
9611 if test "$opt_mode" = clean ; then
9662 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9665 test -z "$opt_mode" && {
9671 func_fatal_help "invalid operation mode \`$opt_mode'"