Lines Matching +refs:help +refs:mode +refs:finish

88 help="Try \`$progname --help' for more information."
115 # We save the old values to restore during execute mode.
143 mode=$default_mode
171 # Return a directory name, but don't create it in dry-run mode
188 # If we're not in dry-run mode, bomb out on failure
532 --help)
556 $echo "$progname: enabling shell trace mode"
580 --finish) mode="finish" ;;
582 --mode) prevopt="--mode" prev=mode ;;
583 --mode=*) mode="$optarg" ;;
611 $echo "$help" 1>&2
624 $echo "$help" 1>&2
647 # Infer the operation mode.
648 if test -z "$mode"; then
649 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
650 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
653 mode=link
658 mode=compile
665 mode=execute
668 mode=install
671 mode=uninstall
674 # If we have no mode, but dlfiles were specified, then do execute mode.
675 test -n "$execute_dlfiles" && mode=execute
677 # Just use the default operation mode.
678 if test -z "$mode"; then
680 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
682 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
689 # Only execute mode is allowed to have -dlopen flags.
690 if test -n "$execute_dlfiles" && test "$mode" != execute; then
692 $echo "$help" 1>&2
696 # Change the help message to a mode-specific one.
697 generic_help="$help"
698 help="Try \`$modename --help --mode=$mode' for more information."
701 case $mode in
702 # libtool compile mode
896 $echo "$help" 1>&2
1148 # libtool link mode
1726 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1728 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1729 # +DA*, +DD* enable 64-bit mode on the HP compiler
2064 $echo "$help" 1>&2
2108 $echo "$help" 1>&2
2788 if test "$linkmode" = prog || test "$mode" != relink; then
2882 if test "$linkmode" = prog || test "$mode" = relink; then
2961 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
3254 $echo "$help" 1>&2
3318 $echo "$help" 1>&2
3535 if test "$mode" != relink; then
3931 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
4006 test "$mode" != relink && rpath="$compile_rpath$rpath"
4058 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
4158 if test "$mode" = relink; then
4311 if test "$mode" = relink; then
4321 if test "$mode" = relink; then
5369 lt_error_core (int exit_status, const char * mode,
5372 fprintf (stderr, "%s: %s: ", program_name, mode);
5437 # This environment variable determines our operation mode.
5439 # install mode needs the following variable:
5442 # When we are sourced in execute mode, \$file and \$echo are already set.
5758 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5890 # libtool install mode
5978 $echo "$help" 1>&2
5984 $echo "$help" 1>&2
5994 $echo "$help" 1>&2
6023 $echo "$help" 1>&2
6035 $echo "$help" 1>&2
6064 $echo "$help" 1>&2
6170 if test "$mode" = relink; then
6212 $echo "$help" 1>&2
6393 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6399 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6405 # libtool finish mode
6406 finish)
6407 modename="$modename: finish"
6419 # Do each command in the finish commands.
6440 # Exit here if they wanted silent mode.
6480 # libtool execute mode
6488 $echo "$help"
6496 $echo "$help" 1>&2
6507 $echo "$help" 1>&2
6621 # libtool clean and uninstall mode
6623 modename="$modename: $mode"
6644 $echo "$help" 1>&2
6660 test "$mode" = uninstall && objdir="$dir"
6663 if test "$mode" = clean; then
6696 case "$mode" in
6765 if test "$mode" = clean ; then
6818 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6829 # We need to display help for each of the modes.
6830 case $mode in
6840 --finish same as \`--mode=finish'
6841 --help display this help message and exit
6842 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6853 finish complete the installation of libtool libraries
6858 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6867 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6881 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6885 This mode accepts the following additional options:
6902 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6906 This mode accepts the following additional options:
6910 This mode sets the library path environment variable according to \`-dlopen'
6920 finish)
6922 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6928 The commands that this mode executes may require superuser privileges. Use
6934 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6947 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6969 -no-fast-install disable the fast-install mode
7004 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
7017 $echo "$modename: invalid operation mode \`$mode'" 1>&2
7018 $echo "$help" 1>&2
7024 $echo "Try \`$modename --help' for more information about other modes."
7048 # mode:shell-script