• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenPAM-20/openpam/

Lines Matching +refs:mode +refs:symbol

115 # We save the old values to restore during execute mode.
137 mode=$default_mode
165 # Return a directory name, but don't create it in dry-run mode
182 # If we're not in dry-run mode, bomb out on failure
533 $echo "$progname: enabling shell trace mode"
557 --finish) mode="finish" ;;
559 --mode) prevopt="--mode" prev=mode ;;
560 --mode=*) mode="$optarg" ;;
624 # Infer the operation mode.
625 if test -z "$mode"; then
626 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
627 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
630 mode=link
635 mode=compile
642 mode=execute
645 mode=install
648 mode=uninstall
651 # If we have no mode, but dlfiles were specified, then do execute mode.
652 test -n "$execute_dlfiles" && mode=execute
654 # Just use the default operation mode.
655 if test -z "$mode"; then
657 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
659 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
666 # Only execute mode is allowed to have -dlopen flags.
667 if test -n "$execute_dlfiles" && test "$mode" != execute; then
673 # Change the help message to a mode-specific one.
675 help="Try \`$modename --help --mode=$mode' for more information."
678 case $mode in
679 # libtool compile mode
1124 # libtool link mode
1258 # Add the symbol object into the linking commands.
1299 $echo "$modename: symbol file \`$arg' does not exist"
1684 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1686 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1687 # +DA*, +DD* enable 64-bit mode on the HP compiler
2710 $show "extracting exported symbol list from \`$soname'"
2740 if test "$linkmode" = prog || test "$mode" != relink; then
2834 if test "$linkmode" = prog || test "$mode" = relink; then
2910 $echo "*** However, this would only work if libtool was able to extract symbol"
3477 if test "$mode" != relink; then
3870 $echo "*** However, this would only work if libtool was able to extract symbol"
3948 test "$mode" != relink && rpath="$compile_rpath$rpath"
4000 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
4034 $show "generating symbol list for \`$libname.la'"
4100 if test "$mode" = relink; then
4187 $show "generating symbol list for \`$libname.la'"
4253 if test "$mode" = relink; then
4263 if test "$mode" = relink; then
4614 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4624 /* External symbol declarations for the compiler. */\
4628 $show "generating symbol list for \`$output'"
4632 # Add our own program objects to the symbol list.
4719 /* The mapping between symbol names and symbols. */
4768 # compiling the symbol table file with pic_flag works around
4785 # Now compile the dynamic symbol file.
4793 # Transform the symbol file into the correct name.
4823 # Nullify the symbol file.
5313 lt_error_core (int exit_status, const char * mode,
5316 fprintf (stderr, "%s: %s: ", program_name, mode);
5381 # This environment variable determines our operation mode.
5383 # install mode needs the following variable:
5386 # When we are sourced in execute mode, \$file and \$echo are already set.
5702 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5834 # libtool install mode
6106 if test "$mode" = relink; then
6341 # libtool finish mode
6376 # Exit here if they wanted silent mode.
6416 # libtool execute mode
6557 # libtool clean and uninstall mode
6559 modename="$modename: $mode"
6596 test "$mode" = uninstall && objdir="$dir"
6599 if test "$mode" = clean; then
6632 case "$mode" in
6701 if test "$mode" = clean ; then
6754 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6766 case $mode in
6776 --finish same as \`--mode=finish'
6778 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6794 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6803 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6817 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6821 This mode accepts the following additional options:
6838 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6842 This mode accepts the following additional options:
6846 This mode sets the library path environment variable according to \`-dlopen'
6858 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6864 The commands that this mode executes may require superuser privileges. Use
6870 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6883 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6905 -no-fast-install disable the fast-install mode
6940 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6953 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6984 # mode:shell-script