Lines Matching refs:opt_mode
446 $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
472 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
479 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1106 opt_mode="$optarg"
1203 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1211 help="Try \`$progname --help --mode=$opt_mode' for more information."
2293 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2299 case $opt_mode in
2475 func_fatal_help "invalid operation mode \`$opt_mode'"
2490 for opt_mode in compile link execute install finish uninstall clean; do
2496 for opt_mode in compile link execute install finish uninstall clean; do
2645 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
2764 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
3227 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6786 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6884 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7535 if test "$opt_mode" != relink; then
8034 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8085 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8269 if test "$opt_mode" = relink; then
8441 if test "$opt_mode" = relink; then
8534 if test "$opt_mode" = relink; then
8546 if test "$opt_mode" = relink; then
9424 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9465 test "$opt_mode" = uninstall && odir="$dir"
9468 if test "$opt_mode" = clean; then
9501 case "$opt_mode" in
9547 if test "$opt_mode" = clean ; then
9598 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9601 test -z "$opt_mode" && {
9607 func_fatal_help "invalid operation mode \`$opt_mode'"