• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libiconv-41/libiconv/libcharset/build-aux/

Lines Matching +refs:mode +refs:symbol

107 # We save the old values to restore during execute mode.
127 mode=$default_mode
153 # Return a directory name, but don't create it in dry-run mode
170 # If we're not in dry-run mode, bomb out on failure
475 $echo "$progname: enabling shell trace mode"
499 --finish) mode="finish" ;;
501 --mode) prevopt="--mode" prev=mode ;;
502 --mode=*) mode="$optarg" ;;
566 # Infer the operation mode.
567 if test -z "$mode"; then
568 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
569 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
572 mode=link
577 mode=compile
584 mode=execute
587 mode=install
590 mode=uninstall
593 # If we have no mode, but dlfiles were specified, then do execute mode.
594 test -n "$execute_dlfiles" && mode=execute
596 # Just use the default operation mode.
597 if test -z "$mode"; then
599 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
601 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
608 # Only execute mode is allowed to have -dlopen flags.
609 if test -n "$execute_dlfiles" && test "$mode" != execute; then
615 # Change the help message to a mode-specific one.
617 help="Try \`$modename --help --mode=$mode' for more information."
620 case $mode in
621 # libtool compile mode
1067 # libtool link mode
1192 # Add the symbol object into the linking commands.
1233 $echo "$modename: symbol file \`$arg' does not exist"
1617 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1619 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1620 # +DA*, +DD* enable 64-bit mode on the HP compiler
2619 $show "extracting exported symbol list from \`$soname'"
2649 if test "$linkmode" = prog || test "$mode" != relink; then
2743 if test "$linkmode" = prog || test "$mode" = relink; then
2819 $echo "*** However, this would only work if libtool was able to extract symbol"
3381 if test "$mode" != relink; then
3777 $echo "*** However, this would only work if libtool was able to extract symbol"
3855 test "$mode" != relink && rpath="$compile_rpath$rpath"
3904 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
3938 $show "generating symbol list for \`$libname.la'"
4004 if test "$mode" = relink; then
4091 $show "generating symbol list for \`$libname.la'"
4157 if test "$mode" = relink; then
4167 if test "$mode" = relink; then
4516 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4526 /* External symbol declarations for the compiler. */\
4530 $show "generating symbol list for \`$output'"
4534 # Add our own program objects to the symbol list.
4621 /* The mapping between symbol names and symbols. */
4670 # compiling the symbol table file with pic_flag works around
4687 # Now compile the dynamic symbol file.
4695 # Transform the symbol file into the correct name.
4722 # Nullify the symbol file.
5212 lt_error_core (int exit_status, const char * mode,
5215 fprintf (stderr, "%s: %s: ", program_name, mode);
5266 # This environment variable determines our operation mode.
5268 # install mode needs the following variable:
5271 # When we are sourced in execute mode, \$file and \$echo are already set.
5587 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5719 # libtool install mode
5991 if test "$mode" = relink; then
6226 # libtool finish mode
6261 # Exit here if they wanted silent mode.
6301 # libtool execute mode
6440 # libtool clean and uninstall mode
6442 modename="$modename: $mode"
6479 test "$mode" = uninstall && objdir="$dir"
6482 if test "$mode" = clean; then
6515 case "$mode" in
6584 if test "$mode" = clean ; then
6637 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6649 case $mode in
6659 --finish same as \`--mode=finish'
6661 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6677 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6686 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6700 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6704 This mode accepts the following additional options:
6721 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6725 This mode accepts the following additional options:
6729 This mode sets the library path environment variable according to \`-dlopen'
6741 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6747 The commands that this mode executes may require superuser privileges. Use
6753 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6766 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6788 -no-fast-install disable the fast-install mode
6821 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6834 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6865 # mode:shell-script