Lines Matching refs:mode

39 #     --mode=MODE          use operation mode MODE
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
94 # NLS nuisances: We save the old values to restore during execute mode.
242 # Echo program name prefixed message, along with the current mode
246 $ECHO "$progname${mode+: }$mode: $*"
250 # Echo program name prefixed message in verbose mode only.
265 $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
272 $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
359 # Return a directory name, but don't create it in dry-run mode
376 # If we're not in dry-run mode, bomb out on failure
587 # $mode is unset
699 # Shorthand for --mode=foo, only valid as the first argument
702 shift; set dummy --mode clean ${1+"$@"}; shift
705 shift; set dummy --mode compile ${1+"$@"}; shift
708 shift; set dummy --mode execute ${1+"$@"}; shift
711 shift; set dummy --mode finish ${1+"$@"}; shift
714 shift; set dummy --mode install ${1+"$@"}; shift
717 shift; set dummy --mode link ${1+"$@"}; shift
720 shift; set dummy --mode uninstall ${1+"$@"}; shift
724 # Parse non-mode specific arguments:
733 func_echo "enabling shell trace mode"
745 --finish) mode="finish" ;;
747 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
749 # Valid mode arguments:
766 mode="$1"
788 -dlopen=*|--mode=*|--tag=*)
870 test -z "$mode" && func_fatal_error "error: you must specify a MODE."
877 # Only execute mode is allowed to have -dlopen flags.
878 if test -n "$execute_dlfiles" && test "$mode" != execute; then
884 # Change the help message to a mode-specific one.
886 help="Try \`$progname --help --mode=$mode' for more information."
1448 test "$mode" = compile && func_mode_compile ${1+"$@"}
1454 case $mode in
1463 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1477 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
1481 This mode accepts the following additional options:
1500 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
1504 This mode accepts the following additional options:
1508 This mode sets the library path environment variable according to \`-dlopen'
1520 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
1526 The commands that this mode executes may require superuser privileges. Use
1532 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
1549 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
1571 -no-fast-install disable the fast-install mode
1609 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
1622 func_fatal_help "invalid operation mode \`$mode'"
1632 # Now that we've collected a possible --mode arg, show help if necessary
1764 test "$mode" = execute && func_mode_execute ${1+"$@"}
1795 # Exit here if they wanted silent mode.
1844 test "$mode" = finish && func_mode_finish ${1+"$@"}
2283 test "$mode" = install && func_mode_install ${1+"$@"}
2744 # This environment variable determines our operation mode.
2746 # install mode needs the following variables:
2750 # When we are sourced in execute mode, \$file and \$ECHO are already set.
3837 lt_error_core (int exit_status, const char *mode,
3840 fprintf (stderr, "%s: %s: ", program_name, mode);
4757 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
4759 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
4760 # +DA*, +DD* enable 64-bit mode on the HP compiler
5015 # The preopen pass in lib mode reverses $deplibs; put it back here
5664 if test "$linkmode" = prog || test "$mode" != relink; then
5762 if test "$linkmode" = prog || test "$mode" = relink; then
6405 if test "$mode" != relink; then
6891 test "$mode" != relink && rpath="$compile_rpath$rpath"
6940 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
7092 if test "$mode" = relink; then
7255 if test "$mode" = relink; then
7348 if test "$mode" = relink; then
7360 if test "$mode" = relink; then
7814 # Only actually do things if not in dry run mode.
8042 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
8189 { test "$mode" = link || test "$mode" = relink; } &&
8231 test "$mode" = uninstall && objdir="$dir"
8234 if test "$mode" = clean; then
8267 case "$mode" in
8314 if test "$mode" = clean ; then
8366 { test "$mode" = uninstall || test "$mode" = clean; } &&
8369 test -z "$mode" && {
8375 func_fatal_help "invalid operation mode \`$mode'"
8406 # mode:shell-script