ltmain.sh
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:179k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

  1. # ltmain.sh - Provide generalized library-building support services.
  2. # NOTE: Changing this file will not affect anything until you rerun configure.
  3. #
  4. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
  5. # Free Software Foundation, Inc.
  6. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  7. #
  8. # This program is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU General Public License as published by
  10. # the Free Software Foundation; either version 2 of the License, or
  11. # (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful, but
  14. # WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16. # General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program; if not, write to the Free Software
  20. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  21. #
  22. # As a special exception to the GNU General Public License, if you
  23. # distribute this file as part of a program that contains a
  24. # configuration script generated by Autoconf, you may include it under
  25. # the same distribution terms that you use for the rest of that program.
  26. basename="s,^.*/,,g"
  27. # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
  28. # is ksh but when the shell is invoked as "sh" and the current value of
  29. # the _XPG environment variable is not equal to 1 (one), the special
  30. # positional parameter $0, within a function call, is the name of the
  31. # function.
  32. progpath="$0"
  33. # RH: define SED for historic ltconfig's generated by Libtool 1.3
  34. [ -z "$SED" ] && SED=sed
  35. # The name of this program:
  36. progname=`echo "$progpath" | $SED $basename`
  37. modename="$progname"
  38. # Global variables:
  39. EXIT_SUCCESS=0
  40. EXIT_FAILURE=1
  41. PROGRAM=ltmain.sh
  42. PACKAGE=libtool
  43. VERSION=1.5.6
  44. TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42)"
  45. # Check that we have a working $echo.
  46. if test "X$1" = X--no-reexec; then
  47.   # Discard the --no-reexec flag, and continue.
  48.   shift
  49. elif test "X$1" = X--fallback-echo; then
  50.   # Avoid inline document here, it may be left over
  51.   :
  52. elif test "X`($echo 't') 2>/dev/null`" = 'Xt'; then
  53.   # Yippee, $echo works!
  54.   :
  55. else
  56.   # Restart under the correct shell, and then maybe $echo will work.
  57.   exec $SHELL "$progpath" --no-reexec ${1+"$@"}
  58. fi
  59. if test "X$1" = X--fallback-echo; then
  60.   # used as fallback echo
  61.   shift
  62.   cat <<EOF
  63. $*
  64. EOF
  65.   exit $EXIT_SUCCESS
  66. fi
  67. default_mode=
  68. help="Try `$progname --help' for more information."
  69. magic="%%%MAGIC variable%%%"
  70. mkdir="mkdir"
  71. mv="mv -f"
  72. rm="rm -f"
  73. # Sed substitution that helps us do robust quoting.  It backslashifies
  74. # metacharacters that are still active within double-quoted strings.
  75. Xsed="${SED}"' -e 1s/^X//'
  76. sed_quote_subst='s/([\`\"$\\])/\1/g'
  77. # test EBCDIC or ASCII
  78. case `echo A|tr A '301'` in
  79.  A) # EBCDIC based system
  80.   SP2NL="tr '100' 'n'"
  81.   NL2SP="tr 'rn' '100100'"
  82.   ;;
  83.  *) # Assume ASCII based system
  84.   SP2NL="tr '40' '12'"
  85.   NL2SP="tr '1512' '4040'"
  86.   ;;
  87. esac
  88. # NLS nuisances.
  89. # Only set LANG and LC_ALL to C if already set.
  90. # These must not be set unconditionally because not all systems understand
  91. # e.g. LANG=C (notably SCO).
  92. # We save the old values to restore during execute mode.
  93. if test "${LC_ALL+set}" = set; then
  94.   save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
  95. fi
  96. if test "${LANG+set}" = set; then
  97.   save_LANG="$LANG"; LANG=C; export LANG
  98. fi
  99. # Make sure IFS has a sensible default
  100. : ${IFS=" 
  101. "}
  102. if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
  103.   $echo "$modename: not configured to build any kind of library" 1>&2
  104.   $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
  105.   exit $EXIT_FAILURE
  106. fi
  107. # Global variables.
  108. mode=$default_mode
  109. nonopt=
  110. prev=
  111. prevopt=
  112. run=
  113. show="$echo"
  114. show_help=
  115. execute_dlfiles=
  116. lo2o="s/\.lo$/.${objext}/"
  117. o2lo="s/\.${objext}$/.lo/"
  118. #####################################
  119. # Shell function definitions:
  120. # This seems to be the best place for them
  121. # func_win32_libid arg
  122. # return the library type of file 'arg'
  123. #
  124. # Need a lot of goo to handle *both* DLLs and import libs
  125. # Has to be a shell function in order to 'eat' the argument
  126. # that is supplied when $file_magic_command is called.
  127. func_win32_libid () {
  128.   win32_libid_type="unknown"
  129.   win32_fileres=`file -L $1 2>/dev/null`
  130.   case $win32_fileres in
  131.   *ar archive import library*) # definitely import
  132.     win32_libid_type="x86 archive import"
  133.     ;;
  134.   *ar archive*) # could be an import, or static
  135.     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | 
  136.       $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
  137.       win32_nmres=`eval $NM -f posix -A $1 | 
  138. sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'`
  139.       if test "X$win32_nmres" = "Ximport" ; then
  140.         win32_libid_type="x86 archive import"
  141.       else
  142.         win32_libid_type="x86 archive static"
  143.       fi
  144.     fi
  145.     ;;
  146.   *DLL*)
  147.     win32_libid_type="x86 DLL"
  148.     ;;
  149.   *executable*) # but shell scripts are "executable" too...
  150.     case $win32_fileres in
  151.     *MS Windows PE Intel*)
  152.       win32_libid_type="x86 DLL"
  153.       ;;
  154.     esac
  155.     ;;
  156.   esac
  157.   $echo $win32_libid_type
  158. }
  159. # func_infer_tag arg
  160. # Infer tagged configuration to use if any are available and
  161. # if one wasn't chosen via the "--tag" command line option.
  162. # Only attempt this if the compiler in the base compile
  163. # command doesn't match the default compiler.
  164. # arg is usually of the form 'gcc ...'
  165. func_infer_tag () {
  166.     if test -n "$available_tags" && test -z "$tagname"; then
  167.       CC_quoted=
  168.       for arg in $CC; do
  169. case $arg in
  170.   *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  171.   arg=""$arg""
  172.   ;;
  173. esac
  174. CC_quoted="$CC_quoted $arg"
  175.       done
  176.       case $@ in
  177.       # Blanks in the command may have been stripped by the calling shell,
  178.       # but not from the CC environment variable when configure was run.
  179.       " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
  180.       # Blanks at the start of $base_compile will cause this to fail
  181.       # if we don't check for them as well.
  182.       *)
  183. for z in $available_tags; do
  184.   if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
  185.     # Evaluate the configuration.
  186.     eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
  187.     CC_quoted=
  188.     for arg in $CC; do
  189.     # Double-quote args containing other shell metacharacters.
  190.     case $arg in
  191.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  192.       arg=""$arg""
  193.       ;;
  194.     esac
  195.     CC_quoted="$CC_quoted $arg"
  196.   done
  197.     case "$@ " in
  198.       " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
  199.       # The compiler in the base compile command matches
  200.       # the one in the tagged configuration.
  201.       # Assume this is the tagged configuration we want.
  202.       tagname=$z
  203.       break
  204.       ;;
  205.     esac
  206.   fi
  207. done
  208. # If $tagname still isn't set, then no tagged configuration
  209. # was found and let the user know that the "--tag" command
  210. # line option must be used.
  211. if test -z "$tagname"; then
  212.   $echo "$modename: unable to infer tagged configuration"
  213.   $echo "$modename: specify a tag with `--tag'" 1>&2
  214.   exit $EXIT_FAILURE
  215. #        else
  216. #          $echo "$modename: using $tagname tagged configuration"
  217. fi
  218. ;;
  219.       esac
  220.     fi
  221. }
  222. # End of Shell function definitions
  223. #####################################
  224. # Darwin sucks
  225. eval std_shrext="$shrext_cmds"
  226. # Parse our command line options once, thoroughly.
  227. while test "$#" -gt 0
  228. do
  229.   arg="$1"
  230.   shift
  231.   case $arg in
  232.   -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
  233.   *) optarg= ;;
  234.   esac
  235.   # If the previous option needs an argument, assign it.
  236.   if test -n "$prev"; then
  237.     case $prev in
  238.     execute_dlfiles)
  239.       execute_dlfiles="$execute_dlfiles $arg"
  240.       ;;
  241.     tag)
  242.       tagname="$arg"
  243.       preserve_args="${preserve_args}=$arg"
  244.       # Check whether tagname contains only valid characters
  245.       case $tagname in
  246.       *[!-_A-Za-z0-9,/]*)
  247. $echo "$progname: invalid tag name: $tagname" 1>&2
  248. exit $EXIT_FAILURE
  249. ;;
  250.       esac
  251.       case $tagname in
  252.       CC)
  253. # Don't test for the "default" C tag, as we know, it's there, but
  254. # not specially marked.
  255. ;;
  256.       *)
  257. if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
  258.   taglist="$taglist $tagname"
  259.   # Evaluate the configuration.
  260.   eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
  261. else
  262.   $echo "$progname: ignoring unknown tag $tagname" 1>&2
  263. fi
  264. ;;
  265.       esac
  266.       ;;
  267.     *)
  268.       eval "$prev=$arg"
  269.       ;;
  270.     esac
  271.     prev=
  272.     prevopt=
  273.     continue
  274.   fi
  275.   # Have we seen a non-optional argument yet?
  276.   case $arg in
  277.   --help)
  278.     show_help=yes
  279.     ;;
  280.   --version)
  281.     $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
  282.     $echo
  283.     $echo "Copyright (C) 2003  Free Software Foundation, Inc."
  284.     $echo "This is free software; see the source for copying conditions.  There is NO"
  285.     $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
  286.     exit $EXIT_SUCCESS
  287.     ;;
  288.   --config)
  289.     ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath
  290.     # Now print the configurations for the tags.
  291.     for tagname in $taglist; do
  292.       ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
  293.     done
  294.     exit $EXIT_SUCCESS
  295.     ;;
  296.   --debug)
  297.     $echo "$progname: enabling shell trace mode"
  298.     set -x
  299.     preserve_args="$preserve_args $arg"
  300.     ;;
  301.   --dry-run | -n)
  302.     run=:
  303.     ;;
  304.   --features)
  305.     $echo "host: $host"
  306.     if test "$build_libtool_libs" = yes; then
  307.       $echo "enable shared libraries"
  308.     else
  309.       $echo "disable shared libraries"
  310.     fi
  311.     if test "$build_old_libs" = yes; then
  312.       $echo "enable static libraries"
  313.     else
  314.       $echo "disable static libraries"
  315.     fi
  316.     exit $EXIT_SUCCESS
  317.     ;;
  318.   --finish) mode="finish" ;;
  319.   --mode) prevopt="--mode" prev=mode ;;
  320.   --mode=*) mode="$optarg" ;;
  321.   --preserve-dup-deps) duplicate_deps="yes" ;;
  322.   --quiet | --silent)
  323.     show=:
  324.     preserve_args="$preserve_args $arg"
  325.     ;;
  326.   --tag) prevopt="--tag" prev=tag ;;
  327.   --tag=*)
  328.     set tag "$optarg" ${1+"$@"}
  329.     shift
  330.     prev=tag
  331.     preserve_args="$preserve_args --tag"
  332.     ;;
  333.   -dlopen)
  334.     prevopt="-dlopen"
  335.     prev=execute_dlfiles
  336.     ;;
  337.   -*)
  338.     $echo "$modename: unrecognized option `$arg'" 1>&2
  339.     $echo "$help" 1>&2
  340.     exit $EXIT_FAILURE
  341.     ;;
  342.   *)
  343.     nonopt="$arg"
  344.     break
  345.     ;;
  346.   esac
  347. done
  348. if test -n "$prevopt"; then
  349.   $echo "$modename: option `$prevopt' requires an argument" 1>&2
  350.   $echo "$help" 1>&2
  351.   exit $EXIT_FAILURE
  352. fi
  353. # If this variable is set in any of the actions, the command in it
  354. # will be execed at the end.  This prevents here-documents from being
  355. # left over by shells.
  356. exec_cmd=
  357. if test -z "$show_help"; then
  358.   # Infer the operation mode.
  359.   if test -z "$mode"; then
  360.     $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
  361.     $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2
  362.     case $nonopt in
  363.     *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
  364.       mode=link
  365.       for arg
  366.       do
  367. case $arg in
  368. -c)
  369.    mode=compile
  370.    break
  371.    ;;
  372. esac
  373.       done
  374.       ;;
  375.     *db | *dbx | *strace | *truss)
  376.       mode=execute
  377.       ;;
  378.     *install*|cp|mv)
  379.       mode=install
  380.       ;;
  381.     *rm)
  382.       mode=uninstall
  383.       ;;
  384.     *)
  385.       # If we have no mode, but dlfiles were specified, then do execute mode.
  386.       test -n "$execute_dlfiles" && mode=execute
  387.       # Just use the default operation mode.
  388.       if test -z "$mode"; then
  389. if test -n "$nonopt"; then
  390.   $echo "$modename: warning: cannot infer operation mode from `$nonopt'" 1>&2
  391. else
  392.   $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
  393. fi
  394.       fi
  395.       ;;
  396.     esac
  397.   fi
  398.   # Only execute mode is allowed to have -dlopen flags.
  399.   if test -n "$execute_dlfiles" && test "$mode" != execute; then
  400.     $echo "$modename: unrecognized option `-dlopen'" 1>&2
  401.     $echo "$help" 1>&2
  402.     exit $EXIT_FAILURE
  403.   fi
  404.   # Change the help message to a mode-specific one.
  405.   generic_help="$help"
  406.   help="Try `$modename --help --mode=$mode' for more information."
  407.   # These modes are in order of execution frequency so that they run quickly.
  408.   case $mode in
  409.   # libtool compile mode
  410.   compile)
  411.     modename="$modename: compile"
  412.     # Get the compilation command and the source file.
  413.     base_compile=
  414.     srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
  415.     suppress_opt=yes
  416.     suppress_output=
  417.     arg_mode=normal
  418.     libobj=
  419.     later=
  420.     for arg
  421.     do
  422.       case "$arg_mode" in
  423.       arg  )
  424. # do not "continue".  Instead, add this to base_compile
  425. lastarg="$arg"
  426. arg_mode=normal
  427. ;;
  428.       target )
  429. libobj="$arg"
  430. arg_mode=normal
  431. continue
  432. ;;
  433.       normal )
  434. # Accept any command-line options.
  435. case $arg in
  436. -o)
  437.   if test -n "$libobj" ; then
  438.     $echo "$modename: you cannot specify `-o' more than once" 1>&2
  439.     exit $EXIT_FAILURE
  440.   fi
  441.   arg_mode=target
  442.   continue
  443.   ;;
  444. -static | -prefer-pic | -prefer-non-pic)
  445.   later="$later $arg"
  446.   continue
  447.   ;;
  448. -no-suppress)
  449.   suppress_opt=no
  450.   continue
  451.   ;;
  452. -Xcompiler)
  453.   arg_mode=arg  #  the next one goes into the "base_compile" arg list
  454.   continue      #  The current "srcfile" will either be retained or
  455.   ;;            #  replaced later.  I would guess that would be a bug.
  456. -Wc,*)
  457.   args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
  458.   lastarg=
  459.   save_ifs="$IFS"; IFS=','
  460.     for arg in $args; do
  461.     IFS="$save_ifs"
  462.     # Double-quote args containing other shell metacharacters.
  463.     # Many Bourne shells cannot handle close brackets correctly
  464.     # in scan sets, so we specify it separately.
  465.     case $arg in
  466.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  467.       arg=""$arg""
  468.       ;;
  469.     esac
  470.     lastarg="$lastarg $arg"
  471.   done
  472.   IFS="$save_ifs"
  473.   lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
  474.   # Add the arguments to base_compile.
  475.   base_compile="$base_compile $lastarg"
  476.   continue
  477.   ;;
  478. * )
  479.   # Accept the current argument as the source file.
  480.   # The previous "srcfile" becomes the current argument.
  481.   #
  482.   lastarg="$srcfile"
  483.   srcfile="$arg"
  484.   ;;
  485. esac  #  case $arg
  486. ;;
  487.       esac    #  case $arg_mode
  488.       # Aesthetically quote the previous argument.
  489.       lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
  490.       case $lastarg in
  491.       # Double-quote args containing other shell metacharacters.
  492.       # Many Bourne shells cannot handle close brackets correctly
  493.       # in scan sets, so we specify it separately.
  494.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  495. lastarg=""$lastarg""
  496. ;;
  497.       esac
  498.       base_compile="$base_compile $lastarg"
  499.     done # for arg
  500.     case $arg_mode in
  501.     arg)
  502.       $echo "$modename: you must specify an argument for -Xcompile"
  503.       exit $EXIT_FAILURE
  504.       ;;
  505.     target)
  506.       $echo "$modename: you must specify a target with `-o'" 1>&2
  507.       exit $EXIT_FAILURE
  508.       ;;
  509.     *)
  510.       # Get the name of the library object.
  511.       [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
  512.       ;;
  513.     esac
  514.     # Recognize several different file suffixes.
  515.     # If the user specifies -o file.o, it is replaced with file.lo
  516.     xform='[cCFSifmso]'
  517.     case $libobj in
  518.     *.ada) xform=ada ;;
  519.     *.adb) xform=adb ;;
  520.     *.ads) xform=ads ;;
  521.     *.asm) xform=asm ;;
  522.     *.c++) xform=c++ ;;
  523.     *.cc) xform=cc ;;
  524.     *.ii) xform=ii ;;
  525.     *.class) xform=class ;;
  526.     *.cpp) xform=cpp ;;
  527.     *.cxx) xform=cxx ;;
  528.     *.f90) xform=f90 ;;
  529.     *.for) xform=for ;;
  530.     *.java) xform=java ;;
  531.     esac
  532.     libobj=`$echo "X$libobj" | $Xsed -e "s/.$xform$/.lo/"`
  533.     case $libobj in
  534.     *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
  535.     *)
  536.       $echo "$modename: cannot determine name of library object from `$libobj'" 1>&2
  537.       exit $EXIT_FAILURE
  538.       ;;
  539.     esac
  540.     func_infer_tag $base_compile
  541.     for arg in $later; do
  542.       case $arg in
  543.       -static)
  544. build_old_libs=yes
  545. continue
  546. ;;
  547.       -prefer-pic)
  548. pic_mode=yes
  549. continue
  550. ;;
  551.       -prefer-non-pic)
  552. pic_mode=no
  553. continue
  554. ;;
  555.       esac
  556.     done
  557.     objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
  558.     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
  559.     if test "X$xdir" = "X$obj"; then
  560.       xdir=
  561.     else
  562.       xdir=$xdir/
  563.     fi
  564.     lobj=${xdir}$objdir/$objname
  565.     if test -z "$base_compile"; then
  566.       $echo "$modename: you must specify a compilation command" 1>&2
  567.       $echo "$help" 1>&2
  568.       exit $EXIT_FAILURE
  569.     fi
  570.     # Delete any leftover library objects.
  571.     if test "$build_old_libs" = yes; then
  572.       removelist="$obj $lobj $libobj ${libobj}T"
  573.     else
  574.       removelist="$lobj $libobj ${libobj}T"
  575.     fi
  576.     $run $rm $removelist
  577.     trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
  578.     # On Cygwin there's no "real" PIC flag so we must build both object types
  579.     case $host_os in
  580.     cygwin* | mingw* | pw32* | os2*)
  581.       pic_mode=default
  582.       ;;
  583.     esac
  584.     if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
  585.       # non-PIC code in shared libraries is not supported
  586.       pic_mode=default
  587.     fi
  588.     # Calculate the filename of the output object if compiler does
  589.     # not support -o with -c
  590.     if test "$compiler_c_o" = no; then
  591.       output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%.[^.]*$%%'`.${objext}
  592.       lockfile="$output_obj.lock"
  593.       removelist="$removelist $output_obj $lockfile"
  594.       trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
  595.     else
  596.       output_obj=
  597.       need_locks=no
  598.       lockfile=
  599.     fi
  600.     # Lock this critical section if it is needed
  601.     # We use this script file to make the link, it avoids creating a new file
  602.     if test "$need_locks" = yes; then
  603.       until $run ln "$progpath" "$lockfile" 2>/dev/null; do
  604. $show "Waiting for $lockfile to be removed"
  605. sleep 2
  606.       done
  607.     elif test "$need_locks" = warn; then
  608.       if test -f "$lockfile"; then
  609. $echo "
  610. *** ERROR, $lockfile exists and contains:
  611. `cat $lockfile 2>/dev/null`
  612. This indicates that another process is trying to use the same
  613. temporary object file, and libtool could not work around it because
  614. your compiler does not support `-c' and `-o' together.  If you
  615. repeat this compilation, it may succeed, by chance, but you had better
  616. avoid parallel builds (make -j) in this platform, or get a better
  617. compiler."
  618. $run $rm $removelist
  619. exit $EXIT_FAILURE
  620.       fi
  621.       $echo $srcfile > "$lockfile"
  622.     fi
  623.     if test -n "$fix_srcfile_path"; then
  624.       eval srcfile="$fix_srcfile_path"
  625.     fi
  626.     $run $rm "$libobj" "${libobj}T"
  627.     # Create a libtool object file (analogous to a ".la" file),
  628.     # but don't create it if we're doing a dry run.
  629.     test -z "$run" && cat > ${libobj}T <<EOF
  630. # $libobj - a libtool object file
  631. # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
  632. #
  633. # Please DO NOT delete this file!
  634. # It is necessary for linking the library.
  635. # Name of the PIC object.
  636. EOF
  637.     # Only build a PIC object if we are building libtool libraries.
  638.     if test "$build_libtool_libs" = yes; then
  639.       # Without this assignment, base_compile gets emptied.
  640.       fbsd_hideous_sh_bug=$base_compile
  641.       if test "$pic_mode" != no; then
  642. command="$base_compile $srcfile $pic_flag"
  643.       else
  644. # Don't build PIC code
  645. command="$base_compile $srcfile"
  646.       fi
  647.       if test ! -d "${xdir}$objdir"; then
  648. $show "$mkdir ${xdir}$objdir"
  649. $run $mkdir ${xdir}$objdir
  650. status=$?
  651. if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then
  652.   exit $status
  653. fi
  654.       fi
  655.       if test -z "$output_obj"; then
  656. # Place PIC objects in $objdir
  657. command="$command -o $lobj"
  658.       fi
  659.       $run $rm "$lobj" "$output_obj"
  660.       $show "$command"
  661.       if $run eval "$command"; then :
  662.       else
  663. test -n "$output_obj" && $run $rm $removelist
  664. exit $EXIT_FAILURE
  665.       fi
  666.       if test "$need_locks" = warn &&
  667.  test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
  668. $echo "
  669. *** ERROR, $lockfile contains:
  670. `cat $lockfile 2>/dev/null`
  671. but it should contain:
  672. $srcfile
  673. This indicates that another process is trying to use the same
  674. temporary object file, and libtool could not work around it because
  675. your compiler does not support `-c' and `-o' together.  If you
  676. repeat this compilation, it may succeed, by chance, but you had better
  677. avoid parallel builds (make -j) in this platform, or get a better
  678. compiler."
  679. $run $rm $removelist
  680. exit $EXIT_FAILURE
  681.       fi
  682.       # Just move the object if needed, then go on to compile the next one
  683.       if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
  684. $show "$mv $output_obj $lobj"
  685. if $run $mv $output_obj $lobj; then :
  686. else
  687.   error=$?
  688.   $run $rm $removelist
  689.   exit $error
  690. fi
  691.       fi
  692.       # Append the name of the PIC object to the libtool object file.
  693.       test -z "$run" && cat >> ${libobj}T <<EOF
  694. pic_object='$objdir/$objname'
  695. EOF
  696.       # Allow error messages only from the first compilation.
  697.       if test "$suppress_opt" = yes; then
  698.         suppress_output=' >/dev/null 2>&1'
  699.       fi
  700.     else
  701.       # No PIC object so indicate it doesn't exist in the libtool
  702.       # object file.
  703.       test -z "$run" && cat >> ${libobj}T <<EOF
  704. pic_object=none
  705. EOF
  706.     fi
  707.     # Only build a position-dependent object if we build old libraries.
  708.     if test "$build_old_libs" = yes; then
  709.       if test "$pic_mode" != yes; then
  710. # Don't build PIC code
  711. command="$base_compile $srcfile"
  712.       else
  713. command="$base_compile $srcfile $pic_flag"
  714.       fi
  715.       if test "$compiler_c_o" = yes; then
  716. command="$command -o $obj"
  717.       fi
  718.       # Suppress compiler output if we already did a PIC compilation.
  719.       command="$command$suppress_output"
  720.       $run $rm "$obj" "$output_obj"
  721.       $show "$command"
  722.       if $run eval "$command"; then :
  723.       else
  724. $run $rm $removelist
  725. exit $EXIT_FAILURE
  726.       fi
  727.       if test "$need_locks" = warn &&
  728.  test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
  729. $echo "
  730. *** ERROR, $lockfile contains:
  731. `cat $lockfile 2>/dev/null`
  732. but it should contain:
  733. $srcfile
  734. This indicates that another process is trying to use the same
  735. temporary object file, and libtool could not work around it because
  736. your compiler does not support `-c' and `-o' together.  If you
  737. repeat this compilation, it may succeed, by chance, but you had better
  738. avoid parallel builds (make -j) in this platform, or get a better
  739. compiler."
  740. $run $rm $removelist
  741. exit $EXIT_FAILURE
  742.       fi
  743.       # Just move the object if needed
  744.       if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
  745. $show "$mv $output_obj $obj"
  746. if $run $mv $output_obj $obj; then :
  747. else
  748.   error=$?
  749.   $run $rm $removelist
  750.   exit $error
  751. fi
  752.       fi
  753.       # Append the name of the non-PIC object the libtool object file.
  754.       # Only append if the libtool object file exists.
  755.       test -z "$run" && cat >> ${libobj}T <<EOF
  756. # Name of the non-PIC object.
  757. non_pic_object='$objname'
  758. EOF
  759.     else
  760.       # Append the name of the non-PIC object the libtool object file.
  761.       # Only append if the libtool object file exists.
  762.       test -z "$run" && cat >> ${libobj}T <<EOF
  763. # Name of the non-PIC object.
  764. non_pic_object=none
  765. EOF
  766.     fi
  767.     $run $mv "${libobj}T" "${libobj}"
  768.     # Unlock the critical section if it was locked
  769.     if test "$need_locks" != no; then
  770.       $run $rm "$lockfile"
  771.     fi
  772.     exit $EXIT_SUCCESS
  773.     ;;
  774.   # libtool link mode
  775.   link | relink)
  776.     modename="$modename: link"
  777.     case $host in
  778.     *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
  779.       # It is impossible to link a dll without this setting, and
  780.       # we shouldn't force the makefile maintainer to figure out
  781.       # which system we are compiling for in order to pass an extra
  782.       # flag for every libtool invocation.
  783.       # allow_undefined=no
  784.       # FIXME: Unfortunately, there are problems with the above when trying
  785.       # to make a dll which has undefined symbols, in which case not
  786.       # even a static library is built.  For now, we need to specify
  787.       # -no-undefined on the libtool link line when we can be certain
  788.       # that all symbols are satisfied, otherwise we get a static library.
  789.       allow_undefined=yes
  790.       ;;
  791.     *)
  792.       allow_undefined=yes
  793.       ;;
  794.     esac
  795.     libtool_args="$nonopt"
  796.     base_compile="$nonopt $@"
  797.     compile_command="$nonopt"
  798.     finalize_command="$nonopt"
  799.     compile_rpath=
  800.     finalize_rpath=
  801.     compile_shlibpath=
  802.     finalize_shlibpath=
  803.     convenience=
  804.     old_convenience=
  805.     deplibs=
  806.     old_deplibs=
  807.     compiler_flags=
  808.     linker_flags=
  809.     dllsearchpath=
  810.     lib_search_path=`pwd`
  811.     inst_prefix_dir=
  812.     avoid_version=no
  813.     dlfiles=
  814.     dlprefiles=
  815.     dlself=no
  816.     export_dynamic=no
  817.     export_symbols=
  818.     export_symbols_regex=
  819.     generated=
  820.     libobjs=
  821.     ltlibs=
  822.     module=no
  823.     no_install=no
  824.     objs=
  825.     non_pic_objects=
  826.     precious_files_regex=
  827.     prefer_static_libs=no
  828.     preload=no
  829.     prev=
  830.     prevarg=
  831.     release=
  832.     rpath=
  833.     xrpath=
  834.     perm_rpath=
  835.     temp_rpath=
  836.     thread_safe=no
  837.     vinfo=
  838.     vinfo_number=no
  839.     func_infer_tag $base_compile
  840.     # We need to know -static, to get the right output filenames.
  841.     for arg
  842.     do
  843.       case $arg in
  844.       -all-static | -static)
  845. if test "X$arg" = "X-all-static"; then
  846.   if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
  847.     $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2
  848.   fi
  849.   if test -n "$link_static_flag"; then
  850.     dlopen_self=$dlopen_self_static
  851.   fi
  852. else
  853.   if test -z "$pic_flag" && test -n "$link_static_flag"; then
  854.     dlopen_self=$dlopen_self_static
  855.   fi
  856. fi
  857. build_libtool_libs=no
  858. build_old_libs=yes
  859. prefer_static_libs=yes
  860. break
  861. ;;
  862.       esac
  863.     done
  864.     # See if our shared archives depend on static archives.
  865.     test -n "$old_archive_from_new_cmds" && build_old_libs=yes
  866.     # Go through the arguments, transforming them on the way.
  867.     while test "$#" -gt 0; do
  868.       arg="$1"
  869.       shift
  870.       case $arg in
  871.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  872. qarg="`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`" ### testsuite: skip nested quoting test
  873. ;;
  874.       *) qarg=$arg ;;
  875.       esac
  876.       libtool_args="$libtool_args $qarg"
  877.       # If the previous option needs an argument, assign it.
  878.       if test -n "$prev"; then
  879. case $prev in
  880. output)
  881.   compile_command="$compile_command @OUTPUT@"
  882.   finalize_command="$finalize_command @OUTPUT@"
  883.   ;;
  884. esac
  885. case $prev in
  886. dlfiles|dlprefiles)
  887.   if test "$preload" = no; then
  888.     # Add the symbol object into the linking commands.
  889.     compile_command="$compile_command @SYMFILE@"
  890.     finalize_command="$finalize_command @SYMFILE@"
  891.     preload=yes
  892.   fi
  893.   case $arg in
  894.   *.la | *.lo) ;;  # We handle these cases below.
  895.   force)
  896.     if test "$dlself" = no; then
  897.       dlself=needless
  898.       export_dynamic=yes
  899.     fi
  900.     prev=
  901.     continue
  902.     ;;
  903.   self)
  904.     if test "$prev" = dlprefiles; then
  905.       dlself=yes
  906.     elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
  907.       dlself=yes
  908.     else
  909.       dlself=needless
  910.       export_dynamic=yes
  911.     fi
  912.     prev=
  913.     continue
  914.     ;;
  915.   *)
  916.     if test "$prev" = dlfiles; then
  917.       dlfiles="$dlfiles $arg"
  918.     else
  919.       dlprefiles="$dlprefiles $arg"
  920.     fi
  921.     prev=
  922.     continue
  923.     ;;
  924.   esac
  925.   ;;
  926. expsyms)
  927.   export_symbols="$arg"
  928.   if test ! -f "$arg"; then
  929.     $echo "$modename: symbol file `$arg' does not exist"
  930.     exit $EXIT_FAILURE
  931.   fi
  932.   prev=
  933.   continue
  934.   ;;
  935. expsyms_regex)
  936.   export_symbols_regex="$arg"
  937.   prev=
  938.   continue
  939.   ;;
  940. inst_prefix)
  941.   inst_prefix_dir="$arg"
  942.   prev=
  943.   continue
  944.   ;;
  945. precious_regex)
  946.   precious_files_regex="$arg"
  947.   prev=
  948.   continue
  949.   ;;
  950. release)
  951.   release="-$arg"
  952.   prev=
  953.   continue
  954.   ;;
  955. objectlist)
  956.   if test -f "$arg"; then
  957.     save_arg=$arg
  958.     moreargs=
  959.     for fil in `cat $save_arg`
  960.     do
  961. #       moreargs="$moreargs $fil"
  962.       arg=$fil
  963.       # A libtool-controlled object.
  964.       # Check to see that this really is a libtool object.
  965.       if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  966. pic_object=
  967. non_pic_object=
  968. # Read the .lo file
  969. # If there is no directory component, then add one.
  970. case $arg in
  971. */* | *\*) . $arg ;;
  972. *) . ./$arg ;;
  973. esac
  974. if test -z "$pic_object" || 
  975.    test -z "$non_pic_object" ||
  976.    test "$pic_object" = none && 
  977.    test "$non_pic_object" = none; then
  978.   $echo "$modename: cannot find name of object for `$arg'" 1>&2
  979.   exit $EXIT_FAILURE
  980. fi
  981. # Extract subdirectory from the argument.
  982. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  983. if test "X$xdir" = "X$arg"; then
  984.   xdir=
  985. else
  986.   xdir="$xdir/"
  987. fi
  988. if test "$pic_object" != none; then
  989.   # Prepend the subdirectory the object is found in.
  990.   pic_object="$xdir$pic_object"
  991.   if test "$prev" = dlfiles; then
  992.     if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
  993.       dlfiles="$dlfiles $pic_object"
  994.       prev=
  995.       continue
  996.     else
  997.       # If libtool objects are unsupported, then we need to preload.
  998.       prev=dlprefiles
  999.     fi
  1000.   fi
  1001.   # CHECK ME:  I think I busted this.  -Ossama
  1002.   if test "$prev" = dlprefiles; then
  1003.     # Preload the old-style object.
  1004.     dlprefiles="$dlprefiles $pic_object"
  1005.     prev=
  1006.   fi
  1007.   # A PIC object.
  1008.   libobjs="$libobjs $pic_object"
  1009.   arg="$pic_object"
  1010. fi
  1011. # Non-PIC object.
  1012. if test "$non_pic_object" != none; then
  1013.   # Prepend the subdirectory the object is found in.
  1014.   non_pic_object="$xdir$non_pic_object"
  1015.   # A standard non-PIC object
  1016.   non_pic_objects="$non_pic_objects $non_pic_object"
  1017.   if test -z "$pic_object" || test "$pic_object" = none ; then
  1018.     arg="$non_pic_object"
  1019.   fi
  1020. fi
  1021.       else
  1022. # Only an error if not doing a dry-run.
  1023. if test -z "$run"; then
  1024.   $echo "$modename: `$arg' is not a valid libtool object" 1>&2
  1025.   exit $EXIT_FAILURE
  1026. else
  1027.   # Dry-run case.
  1028.   # Extract subdirectory from the argument.
  1029.   xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1030.   if test "X$xdir" = "X$arg"; then
  1031.     xdir=
  1032.   else
  1033.     xdir="$xdir/"
  1034.   fi
  1035.   pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
  1036.   non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
  1037.   libobjs="$libobjs $pic_object"
  1038.   non_pic_objects="$non_pic_objects $non_pic_object"
  1039. fi
  1040.       fi
  1041.     done
  1042.   else
  1043.     $echo "$modename: link input file `$save_arg' does not exist"
  1044.     exit $EXIT_FAILURE
  1045.   fi
  1046.   arg=$save_arg
  1047.   prev=
  1048.   continue
  1049.   ;;
  1050. rpath | xrpath)
  1051.   # We need an absolute path.
  1052.   case $arg in
  1053.   [\/]* | [A-Za-z]:[\/]*) ;;
  1054.   *)
  1055.     $echo "$modename: only absolute run-paths are allowed" 1>&2
  1056.     exit $EXIT_FAILURE
  1057.     ;;
  1058.   esac
  1059.   if test "$prev" = rpath; then
  1060.     case "$rpath " in
  1061.     *" $arg "*) ;;
  1062.     *) rpath="$rpath $arg" ;;
  1063.     esac
  1064.   else
  1065.     case "$xrpath " in
  1066.     *" $arg "*) ;;
  1067.     *) xrpath="$xrpath $arg" ;;
  1068.     esac
  1069.   fi
  1070.   prev=
  1071.   continue
  1072.   ;;
  1073. xcompiler)
  1074.   compiler_flags="$compiler_flags $qarg"
  1075.   prev=
  1076.   compile_command="$compile_command $qarg"
  1077.   finalize_command="$finalize_command $qarg"
  1078.   continue
  1079.   ;;
  1080. xlinker)
  1081.   linker_flags="$linker_flags $qarg"
  1082.   compiler_flags="$compiler_flags $wl$qarg"
  1083.   prev=
  1084.   compile_command="$compile_command $wl$qarg"
  1085.   finalize_command="$finalize_command $wl$qarg"
  1086.   continue
  1087.   ;;
  1088. xcclinker)
  1089.   linker_flags="$linker_flags $qarg"
  1090.   compiler_flags="$compiler_flags $qarg"
  1091.   prev=
  1092.   compile_command="$compile_command $qarg"
  1093.   finalize_command="$finalize_command $qarg"
  1094.   continue
  1095.   ;;
  1096. shrext)
  1097.      shrext_cmds="$arg"
  1098.   prev=
  1099.   continue
  1100.   ;;
  1101. *)
  1102.   eval "$prev="$arg""
  1103.   prev=
  1104.   continue
  1105.   ;;
  1106. esac
  1107.       fi # test -n "$prev"
  1108.       prevarg="$arg"
  1109.       case $arg in
  1110.       -all-static)
  1111. if test -n "$link_static_flag"; then
  1112.   compile_command="$compile_command $link_static_flag"
  1113.   finalize_command="$finalize_command $link_static_flag"
  1114. fi
  1115. continue
  1116. ;;
  1117.       -allow-undefined)
  1118. # FIXME: remove this flag sometime in the future.
  1119. $echo "$modename: `-allow-undefined' is deprecated because it is the default" 1>&2
  1120. continue
  1121. ;;
  1122.       -avoid-version)
  1123. avoid_version=yes
  1124. continue
  1125. ;;
  1126.       -dlopen)
  1127. prev=dlfiles
  1128. continue
  1129. ;;
  1130.       -dlpreopen)
  1131. prev=dlprefiles
  1132. continue
  1133. ;;
  1134.       -export-dynamic)
  1135. export_dynamic=yes
  1136. continue
  1137. ;;
  1138.       -export-symbols | -export-symbols-regex)
  1139. if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
  1140.   $echo "$modename: more than one -exported-symbols argument is not allowed"
  1141.   exit $EXIT_FAILURE
  1142. fi
  1143. if test "X$arg" = "X-export-symbols"; then
  1144.   prev=expsyms
  1145. else
  1146.   prev=expsyms_regex
  1147. fi
  1148. continue
  1149. ;;
  1150.       -inst-prefix-dir)
  1151. prev=inst_prefix
  1152. continue
  1153. ;;
  1154.       # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
  1155.       # so, if we see these flags be careful not to treat them like -L
  1156.       -L[A-Z][A-Z]*:*)
  1157. case $with_gcc/$host in
  1158. no/*-*-irix* | /*-*-irix*)
  1159.   compile_command="$compile_command $arg"
  1160.   finalize_command="$finalize_command $arg"
  1161.   ;;
  1162. esac
  1163. continue
  1164. ;;
  1165.       -L*)
  1166. dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
  1167. # We need an absolute path.
  1168. case $dir in
  1169. [\/]* | [A-Za-z]:[\/]*) ;;
  1170. *)
  1171.   absdir=`cd "$dir" && pwd`
  1172.   if test -z "$absdir"; then
  1173.     $echo "$modename: cannot determine absolute directory name of `$dir'" 1>&2
  1174.     exit $EXIT_FAILURE
  1175.   fi
  1176.   dir="$absdir"
  1177.   ;;
  1178. esac
  1179. case "$deplibs " in
  1180. *" -L$dir "*) ;;
  1181. *)
  1182.   deplibs="$deplibs -L$dir"
  1183.   lib_search_path="$lib_search_path $dir"
  1184.   ;;
  1185. esac
  1186. case $host in
  1187. *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
  1188.   case :$dllsearchpath: in
  1189.   *":$dir:"*) ;;
  1190.   *) dllsearchpath="$dllsearchpath:$dir";;
  1191.   esac
  1192.   ;;
  1193. esac
  1194. continue
  1195. ;;
  1196.       -l*)
  1197. if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
  1198.   case $host in
  1199.   *-*-cygwin* | *-*-pw32* | *-*-beos*)
  1200.     # These systems don't actually have a C or math library (as such)
  1201.     continue
  1202.     ;;
  1203.   *-*-mingw* | *-*-os2*)
  1204.     # These systems don't actually have a C library (as such)
  1205.     test "X$arg" = "X-lc" && continue
  1206.     ;;
  1207.   *-*-openbsd* | *-*-freebsd*)
  1208.     # Do not include libc due to us having libc/libc_r.
  1209.     test "X$arg" = "X-lc" && continue
  1210.     ;;
  1211.   *-*-rhapsody* | *-*-darwin1.[012])
  1212.     # Rhapsody C and math libraries are in the System framework
  1213.     deplibs="$deplibs -framework System"
  1214.     continue
  1215.   esac
  1216. elif test "X$arg" = "X-lc_r"; then
  1217.  case $host in
  1218.  *-*-openbsd* | *-*-freebsd*)
  1219.    # Do not include libc_r directly, use -pthread flag.
  1220.    continue
  1221.    ;;
  1222.  esac
  1223. fi
  1224. deplibs="$deplibs $arg"
  1225. continue
  1226. ;;
  1227.      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
  1228. deplibs="$deplibs $arg"
  1229. continue
  1230. ;;
  1231.       -module)
  1232. module=yes
  1233. continue
  1234. ;;
  1235.       # gcc -m* arguments should be passed to the linker via $compiler_flags
  1236.       # in order to pass architecture information to the linker
  1237.       # (e.g. 32 vs 64-bit).  This may also be accomplished via -Wl,-mfoo
  1238.       # but this is not reliable with gcc because gcc may use -mfoo to
  1239.       # select a different linker, different libraries, etc, while
  1240.       # -Wl,-mfoo simply passes -mfoo to the linker.
  1241.       -m*)
  1242. # Unknown arguments in both finalize_command and compile_command need
  1243. # to be aesthetically quoted because they are evaled later.
  1244. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  1245. case $arg in
  1246. *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1247.   arg=""$arg""
  1248.   ;;
  1249. esac
  1250.         compile_command="$compile_command $arg"
  1251.         finalize_command="$finalize_command $arg"
  1252.         if test "$with_gcc" = "yes" ; then
  1253.           compiler_flags="$compiler_flags $arg"
  1254.         fi
  1255.         continue
  1256.         ;;
  1257.       -shrext)
  1258. prev=shrext
  1259. continue
  1260. ;;
  1261.       -no-fast-install)
  1262. fast_install=no
  1263. continue
  1264. ;;
  1265.       -no-install)
  1266. case $host in
  1267. *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
  1268.   # The PATH hackery in wrapper scripts is required on Windows
  1269.   # in order for the loader to find any dlls it needs.
  1270.   $echo "$modename: warning: `-no-install' is ignored for $host" 1>&2
  1271.   $echo "$modename: warning: assuming `-no-fast-install' instead" 1>&2
  1272.   fast_install=no
  1273.   ;;
  1274. *) no_install=yes ;;
  1275. esac
  1276. continue
  1277. ;;
  1278.       -no-undefined)
  1279. allow_undefined=no
  1280. continue
  1281. ;;
  1282.       -objectlist)
  1283. prev=objectlist
  1284. continue
  1285. ;;
  1286.       -o) prev=output ;;
  1287.       -precious-files-regex)
  1288. prev=precious_regex
  1289. continue
  1290. ;;
  1291.       -release)
  1292. prev=release
  1293. continue
  1294. ;;
  1295.       -rpath)
  1296. prev=rpath
  1297. continue
  1298. ;;
  1299.       -R)
  1300. prev=xrpath
  1301. continue
  1302. ;;
  1303.       -R*)
  1304. dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
  1305. # We need an absolute path.
  1306. case $dir in
  1307. [\/]* | [A-Za-z]:[\/]*) ;;
  1308. *)
  1309.   $echo "$modename: only absolute run-paths are allowed" 1>&2
  1310.   exit $EXIT_FAILURE
  1311.   ;;
  1312. esac
  1313. case "$xrpath " in
  1314. *" $dir "*) ;;
  1315. *) xrpath="$xrpath $dir" ;;
  1316. esac
  1317. continue
  1318. ;;
  1319.       -static)
  1320. # The effects of -static are defined in a previous loop.
  1321. # We used to do the same as -all-static on platforms that
  1322. # didn't have a PIC flag, but the assumption that the effects
  1323. # would be equivalent was wrong.  It would break on at least
  1324. # Digital Unix and AIX.
  1325. continue
  1326. ;;
  1327.       -thread-safe)
  1328. thread_safe=yes
  1329. continue
  1330. ;;
  1331.       -version-info)
  1332. prev=vinfo
  1333. continue
  1334. ;;
  1335.       -version-number)
  1336. prev=vinfo
  1337. vinfo_number=yes
  1338. continue
  1339. ;;
  1340.       -Wc,*)
  1341. args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
  1342. arg=
  1343. save_ifs="$IFS"; IFS=','
  1344. for flag in $args; do
  1345.   IFS="$save_ifs"
  1346.   case $flag in
  1347.     *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1348.     flag=""$flag""
  1349.     ;;
  1350.   esac
  1351.   arg="$arg $wl$flag"
  1352.   compiler_flags="$compiler_flags $flag"
  1353. done
  1354. IFS="$save_ifs"
  1355. arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  1356. ;;
  1357.       -Wl,*)
  1358. args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  1359. arg=
  1360. save_ifs="$IFS"; IFS=','
  1361. for flag in $args; do
  1362.   IFS="$save_ifs"
  1363.   case $flag in
  1364.     *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1365.     flag=""$flag""
  1366.     ;;
  1367.   esac
  1368.   arg="$arg $wl$flag"
  1369.   compiler_flags="$compiler_flags $wl$flag"
  1370.   linker_flags="$linker_flags $flag"
  1371. done
  1372. IFS="$save_ifs"
  1373. arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  1374. ;;
  1375.       -Xcompiler)
  1376. prev=xcompiler
  1377. continue
  1378. ;;
  1379.       -Xlinker)
  1380. prev=xlinker
  1381. continue
  1382. ;;
  1383.       -XCClinker)
  1384. prev=xcclinker
  1385. continue
  1386. ;;
  1387.       # Some other compiler flag.
  1388.       -* | +*)
  1389. # Unknown arguments in both finalize_command and compile_command need
  1390. # to be aesthetically quoted because they are evaled later.
  1391. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  1392. case $arg in
  1393. *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1394.   arg=""$arg""
  1395.   ;;
  1396. esac
  1397. ;;
  1398.       *.$objext)
  1399. # A standard object.
  1400. objs="$objs $arg"
  1401. ;;
  1402.       *.lo)
  1403. # A libtool-controlled object.
  1404. # Check to see that this really is a libtool object.
  1405. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  1406.   pic_object=
  1407.   non_pic_object=
  1408.   # Read the .lo file
  1409.   # If there is no directory component, then add one.
  1410.   case $arg in
  1411.   */* | *\*) . $arg ;;
  1412.   *) . ./$arg ;;
  1413.   esac
  1414.   if test -z "$pic_object" || 
  1415.      test -z "$non_pic_object" ||
  1416.      test "$pic_object" = none && 
  1417.      test "$non_pic_object" = none; then
  1418.     $echo "$modename: cannot find name of object for `$arg'" 1>&2
  1419.     exit $EXIT_FAILURE
  1420.   fi
  1421.   # Extract subdirectory from the argument.
  1422.   xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1423.   if test "X$xdir" = "X$arg"; then
  1424.     xdir=
  1425.     else
  1426.     xdir="$xdir/"
  1427.   fi
  1428.   if test "$pic_object" != none; then
  1429.     # Prepend the subdirectory the object is found in.
  1430.     pic_object="$xdir$pic_object"
  1431.     if test "$prev" = dlfiles; then
  1432.       if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
  1433. dlfiles="$dlfiles $pic_object"
  1434. prev=
  1435. continue
  1436.       else
  1437. # If libtool objects are unsupported, then we need to preload.
  1438. prev=dlprefiles
  1439.       fi
  1440.     fi
  1441.     # CHECK ME:  I think I busted this.  -Ossama
  1442.     if test "$prev" = dlprefiles; then
  1443.       # Preload the old-style object.
  1444.       dlprefiles="$dlprefiles $pic_object"
  1445.       prev=
  1446.     fi
  1447.     # A PIC object.
  1448.     libobjs="$libobjs $pic_object"
  1449.     arg="$pic_object"
  1450.   fi
  1451.   # Non-PIC object.
  1452.   if test "$non_pic_object" != none; then
  1453.     # Prepend the subdirectory the object is found in.
  1454.     non_pic_object="$xdir$non_pic_object"
  1455.     # A standard non-PIC object
  1456.     non_pic_objects="$non_pic_objects $non_pic_object"
  1457.     if test -z "$pic_object" || test "$pic_object" = none ; then
  1458.       arg="$non_pic_object"
  1459.     fi
  1460.   fi
  1461. else
  1462.   # Only an error if not doing a dry-run.
  1463.   if test -z "$run"; then
  1464.     $echo "$modename: `$arg' is not a valid libtool object" 1>&2
  1465.     exit $EXIT_FAILURE
  1466.   else
  1467.     # Dry-run case.
  1468.     # Extract subdirectory from the argument.
  1469.     xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1470.     if test "X$xdir" = "X$arg"; then
  1471.       xdir=
  1472.     else
  1473.       xdir="$xdir/"
  1474.     fi
  1475.     pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
  1476.     non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
  1477.     libobjs="$libobjs $pic_object"
  1478.     non_pic_objects="$non_pic_objects $non_pic_object"
  1479.   fi
  1480. fi
  1481. ;;
  1482.       *.$libext)
  1483. # An archive.
  1484. deplibs="$deplibs $arg"
  1485. old_deplibs="$old_deplibs $arg"
  1486. continue
  1487. ;;
  1488.       *.la)
  1489. # A libtool-controlled library.
  1490. if test "$prev" = dlfiles; then
  1491.   # This library was specified with -dlopen.
  1492.   dlfiles="$dlfiles $arg"
  1493.   prev=
  1494. elif test "$prev" = dlprefiles; then
  1495.   # The library was specified with -dlpreopen.
  1496.   dlprefiles="$dlprefiles $arg"
  1497.   prev=
  1498. else
  1499.   deplibs="$deplibs $arg"
  1500. fi
  1501. continue
  1502. ;;
  1503.       # Some other compiler argument.
  1504.       *)
  1505. # Unknown arguments in both finalize_command and compile_command need
  1506. # to be aesthetically quoted because they are evaled later.
  1507. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  1508. case $arg in
  1509. *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1510.   arg=""$arg""
  1511.   ;;
  1512. esac
  1513. ;;
  1514.       esac # arg
  1515.       # Now actually substitute the argument into the commands.
  1516.       if test -n "$arg"; then
  1517. compile_command="$compile_command $arg"
  1518. finalize_command="$finalize_command $arg"
  1519.       fi
  1520.     done # argument parsing loop
  1521.     if test -n "$prev"; then
  1522.       $echo "$modename: the `$prevarg' option requires an argument" 1>&2
  1523.       $echo "$help" 1>&2
  1524.       exit $EXIT_FAILURE
  1525.     fi
  1526.     if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
  1527.       eval arg="$export_dynamic_flag_spec"
  1528.       compile_command="$compile_command $arg"
  1529.       finalize_command="$finalize_command $arg"
  1530.     fi
  1531.     oldlibs=
  1532.     # calculate the name of the file, without its directory
  1533.     outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
  1534.     libobjs_save="$libobjs"
  1535.     if test -n "$shlibpath_var"; then
  1536.       # get the directories listed in $shlibpath_var
  1537.       eval shlib_search_path=`$echo "X${$shlibpath_var}" | $Xsed -e 's/:/ /g'`
  1538.     else
  1539.       shlib_search_path=
  1540.     fi
  1541.     eval sys_lib_search_path="$sys_lib_search_path_spec"
  1542.     eval sys_lib_dlsearch_path="$sys_lib_dlsearch_path_spec"
  1543.     output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
  1544.     if test "X$output_objdir" = "X$output"; then
  1545.       output_objdir="$objdir"
  1546.     else
  1547.       output_objdir="$output_objdir/$objdir"
  1548.     fi
  1549.     # Create the object directory.
  1550.     if test ! -d "$output_objdir"; then
  1551.       $show "$mkdir $output_objdir"
  1552.       $run $mkdir $output_objdir
  1553.       status=$?
  1554.       if test "$status" -ne 0 && test ! -d "$output_objdir"; then
  1555. exit $status
  1556.       fi
  1557.     fi
  1558.     # Determine the type of output
  1559.     case $output in
  1560.     "")
  1561.       $echo "$modename: you must specify an output file" 1>&2
  1562.       $echo "$help" 1>&2
  1563.       exit $EXIT_FAILURE
  1564.       ;;
  1565.     *.$libext) linkmode=oldlib ;;
  1566.     *.lo | *.$objext) linkmode=obj ;;
  1567.     *.la) linkmode=lib ;;
  1568.     *) linkmode=prog ;; # Anything else should be a program.
  1569.     esac
  1570.     case $host in
  1571.     *cygwin* | *mingw* | *pw32*)
  1572.       # don't eliminate duplications in $postdeps and $predeps
  1573.       duplicate_compiler_generated_deps=yes
  1574.       ;;
  1575.     *)
  1576.       duplicate_compiler_generated_deps=$duplicate_deps
  1577.       ;;
  1578.     esac
  1579.     specialdeplibs=
  1580.     libs=
  1581.     # Find all interdependent deplibs by searching for libraries
  1582.     # that are linked more than once (e.g. -la -lb -la)
  1583.     for deplib in $deplibs; do
  1584.       if test "X$duplicate_deps" = "Xyes" ; then
  1585. case "$libs " in
  1586. *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  1587. esac
  1588.       fi
  1589.       libs="$libs $deplib"
  1590.     done
  1591.     if test "$linkmode" = lib; then
  1592.       libs="$predeps $libs $compiler_lib_search_path $postdeps"
  1593.       # Compute libraries that are listed more than once in $predeps
  1594.       # $postdeps and mark them as special (i.e., whose duplicates are
  1595.       # not to be eliminated).
  1596.       pre_post_deps=
  1597.       if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then
  1598. for pre_post_dep in $predeps $postdeps; do
  1599.   case "$pre_post_deps " in
  1600.   *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
  1601.   esac
  1602.   pre_post_deps="$pre_post_deps $pre_post_dep"
  1603. done
  1604.       fi
  1605.       pre_post_deps=
  1606.     fi
  1607.     deplibs=
  1608.     newdependency_libs=
  1609.     newlib_search_path=
  1610.     need_relink=no # whether we're linking any uninstalled libtool libraries
  1611.     notinst_deplibs= # not-installed libtool libraries
  1612.     notinst_path= # paths that contain not-installed libtool libraries
  1613.     case $linkmode in
  1614.     lib)
  1615. passes="conv link"
  1616. for file in $dlfiles $dlprefiles; do
  1617.   case $file in
  1618.   *.la) ;;
  1619.   *)
  1620.     $echo "$modename: libraries can `-dlopen' only libtool libraries: $file" 1>&2
  1621.     exit $EXIT_FAILURE
  1622.     ;;
  1623.   esac
  1624. done
  1625. ;;
  1626.     prog)
  1627. compile_deplibs=
  1628. finalize_deplibs=
  1629. alldeplibs=no
  1630. newdlfiles=
  1631. newdlprefiles=
  1632. passes="conv scan dlopen dlpreopen link"
  1633. ;;
  1634.     *)  passes="conv"
  1635. ;;
  1636.     esac
  1637.     for pass in $passes; do
  1638.       if test "$linkmode,$pass" = "lib,link" ||
  1639.  test "$linkmode,$pass" = "prog,scan"; then
  1640. libs="$deplibs"
  1641. deplibs=
  1642.       fi
  1643.       if test "$linkmode" = prog; then
  1644. case $pass in
  1645. dlopen) libs="$dlfiles" ;;
  1646. dlpreopen) libs="$dlprefiles" ;;
  1647. link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
  1648. esac
  1649.       fi
  1650.       if test "$pass" = dlopen; then
  1651. # Collect dlpreopened libraries
  1652. save_deplibs="$deplibs"
  1653. deplibs=
  1654.       fi
  1655.       for deplib in $libs; do
  1656. lib=
  1657. found=no
  1658. case $deplib in
  1659. -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
  1660.   if test "$linkmode,$pass" = "prog,link"; then
  1661.     compile_deplibs="$deplib $compile_deplibs"
  1662.     finalize_deplibs="$deplib $finalize_deplibs"
  1663.   else
  1664.     deplibs="$deplib $deplibs"
  1665.   fi
  1666.   continue
  1667.   ;;
  1668. -l*)
  1669.   if test "$linkmode" != lib && test "$linkmode" != prog; then
  1670.     $echo "$modename: warning: `-l' is ignored for archives/objects" 1>&2
  1671.     continue
  1672.   fi
  1673.   if test "$pass" = conv; then
  1674.     deplibs="$deplib $deplibs"
  1675.     continue
  1676.   fi
  1677.   name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
  1678.   for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
  1679.     for search_ext in .la $std_shrext .so .a; do
  1680.       # Search the libtool library
  1681.       lib="$searchdir/lib${name}${search_ext}"
  1682.       if test -f "$lib"; then
  1683. if test "$search_ext" = ".la"; then
  1684.   found=yes
  1685. else
  1686.   found=no
  1687. fi
  1688. break 2
  1689.       fi
  1690.     done
  1691.   done
  1692.   if test "$found" != yes; then
  1693.     # deplib doesn't seem to be a libtool library
  1694.     if test "$linkmode,$pass" = "prog,link"; then
  1695.       compile_deplibs="$deplib $compile_deplibs"
  1696.       finalize_deplibs="$deplib $finalize_deplibs"
  1697.     else
  1698.       deplibs="$deplib $deplibs"
  1699.       test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
  1700.     fi
  1701.     continue
  1702.   else # deplib is a libtool library
  1703.     # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
  1704.     # We need to do some special things here, and not later.
  1705.     if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
  1706.       case " $predeps $postdeps " in
  1707.       *" $deplib "*)
  1708. if (${SED} -e '2q' $lib |
  1709.                     grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  1710.   library_names=
  1711.   old_library=
  1712.   case $lib in
  1713.   */* | *\*) . $lib ;;
  1714.   *) . ./$lib ;;
  1715.   esac
  1716.   for l in $old_library $library_names; do
  1717.     ll="$l"
  1718.   done
  1719.   if test "X$ll" = "X$old_library" ; then # only static version available
  1720.     found=no
  1721.     ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
  1722.     test "X$ladir" = "X$lib" && ladir="."
  1723.     lib=$ladir/$old_library
  1724.     if test "$linkmode,$pass" = "prog,link"; then
  1725.       compile_deplibs="$deplib $compile_deplibs"
  1726.       finalize_deplibs="$deplib $finalize_deplibs"
  1727.     else
  1728.       deplibs="$deplib $deplibs"
  1729.       test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
  1730.     fi
  1731.     continue
  1732.   fi
  1733. fi
  1734.         ;;
  1735.       *) ;;
  1736.       esac
  1737.     fi
  1738.   fi
  1739.   ;; # -l
  1740. -L*)
  1741.   case $linkmode in
  1742.   lib)
  1743.     deplibs="$deplib $deplibs"
  1744.     test "$pass" = conv && continue
  1745.     newdependency_libs="$deplib $newdependency_libs"
  1746.     newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  1747.     ;;
  1748.   prog)
  1749.     if test "$pass" = conv; then
  1750.       deplibs="$deplib $deplibs"
  1751.       continue
  1752.     fi
  1753.     if test "$pass" = scan; then
  1754.       deplibs="$deplib $deplibs"
  1755.     else
  1756.       compile_deplibs="$deplib $compile_deplibs"
  1757.       finalize_deplibs="$deplib $finalize_deplibs"
  1758.     fi
  1759.     newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  1760.     ;;
  1761.   *)
  1762.     $echo "$modename: warning: `-L' is ignored for archives/objects" 1>&2
  1763.     ;;
  1764.   esac # linkmode
  1765.   continue
  1766.   ;; # -L
  1767. -R*)
  1768.   if test "$pass" = link; then
  1769.     dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
  1770.     # Make sure the xrpath contains only unique directories.
  1771.     case "$xrpath " in
  1772.     *" $dir "*) ;;
  1773.     *) xrpath="$xrpath $dir" ;;
  1774.     esac
  1775.   fi
  1776.   deplibs="$deplib $deplibs"
  1777.   continue
  1778.   ;;
  1779. *.la) lib="$deplib" ;;
  1780. *.$libext)
  1781.   if test "$pass" = conv; then
  1782.     deplibs="$deplib $deplibs"
  1783.     continue
  1784.   fi
  1785.   case $linkmode in
  1786.   lib)
  1787.     if test "$deplibs_check_method" != pass_all; then
  1788.       $echo
  1789.       $echo "*** Warning: Trying to link with static lib archive $deplib."
  1790.       $echo "*** I have the capability to make that library automatically link in when"
  1791.       $echo "*** you link to this library.  But I can only do this if you have a"
  1792.       $echo "*** shared version of the library, which you do not appear to have"
  1793.       $echo "*** because the file extensions .$libext of this argument makes me believe"
  1794.       $echo "*** that it is just a static archive that I should not used here."
  1795.     else
  1796.       $echo
  1797.       $echo "*** Warning: Linking the shared library $output against the"
  1798.       $echo "*** static library $deplib is not portable!"
  1799.       deplibs="$deplib $deplibs"
  1800.     fi
  1801.     continue
  1802.     ;;
  1803.   prog)
  1804.     if test "$pass" != link; then
  1805.       deplibs="$deplib $deplibs"
  1806.     else
  1807.       compile_deplibs="$deplib $compile_deplibs"
  1808.       finalize_deplibs="$deplib $finalize_deplibs"
  1809.     fi
  1810.     continue
  1811.     ;;
  1812.   esac # linkmode
  1813.   ;; # *.$libext
  1814. *.lo | *.$objext)
  1815.   if test "$pass" = conv; then
  1816.     deplibs="$deplib $deplibs"
  1817.   elif test "$linkmode" = prog; then
  1818.     if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
  1819.       # If there is no dlopen support or we're linking statically,
  1820.       # we need to preload.
  1821.       newdlprefiles="$newdlprefiles $deplib"
  1822.       compile_deplibs="$deplib $compile_deplibs"
  1823.       finalize_deplibs="$deplib $finalize_deplibs"
  1824.     else
  1825.       newdlfiles="$newdlfiles $deplib"
  1826.     fi
  1827.   fi
  1828.   continue
  1829.   ;;
  1830. %DEPLIBS%)
  1831.   alldeplibs=yes
  1832.   continue
  1833.   ;;
  1834. esac # case $deplib
  1835. if test "$found" = yes || test -f "$lib"; then :
  1836. else
  1837.   $echo "$modename: cannot find the library `$lib'" 1>&2
  1838.   exit $EXIT_FAILURE
  1839. fi
  1840. # Check to see that this really is a libtool archive.
  1841. if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
  1842. else
  1843.   $echo "$modename: `$lib' is not a valid libtool archive" 1>&2
  1844.   exit $EXIT_FAILURE
  1845. fi
  1846. ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
  1847. test "X$ladir" = "X$lib" && ladir="."
  1848. dlname=
  1849. dlopen=
  1850. dlpreopen=
  1851. libdir=
  1852. library_names=
  1853. old_library=
  1854. # If the library was installed with an old release of libtool,
  1855. # it will not redefine variables installed, or shouldnotlink
  1856. installed=yes
  1857. shouldnotlink=no
  1858. # Read the .la file
  1859. case $lib in
  1860. */* | *\*) . $lib ;;
  1861. *) . ./$lib ;;
  1862. esac
  1863. if test "$linkmode,$pass" = "lib,link" ||
  1864.    test "$linkmode,$pass" = "prog,scan" ||
  1865.    { test "$linkmode" != prog && test "$linkmode" != lib; }; then
  1866.   test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
  1867.   test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
  1868. fi
  1869. if test "$pass" = conv; then
  1870.   # Only check for convenience libraries
  1871.   deplibs="$lib $deplibs"
  1872.   if test -z "$libdir"; then
  1873.     if test -z "$old_library"; then
  1874.       $echo "$modename: cannot find name of link library for `$lib'" 1>&2
  1875.       exit $EXIT_FAILURE
  1876.     fi
  1877.     # It is a libtool convenience library, so add in its objects.
  1878.     convenience="$convenience $ladir/$objdir/$old_library"
  1879.     old_convenience="$old_convenience $ladir/$objdir/$old_library"
  1880.     tmp_libs=
  1881.     for deplib in $dependency_libs; do
  1882.       deplibs="$deplib $deplibs"
  1883.               if test "X$duplicate_deps" = "Xyes" ; then
  1884.         case "$tmp_libs " in
  1885.         *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  1886.         esac
  1887.               fi
  1888.       tmp_libs="$tmp_libs $deplib"
  1889.     done
  1890.   elif test "$linkmode" != prog && test "$linkmode" != lib; then
  1891.     $echo "$modename: `$lib' is not a convenience library" 1>&2
  1892.     exit $EXIT_FAILURE
  1893.   fi
  1894.   continue
  1895. fi # $pass = conv
  1896. # Get the name of the library we link against.
  1897. linklib=
  1898. for l in $old_library $library_names; do
  1899.   linklib="$l"
  1900. done
  1901. if test -z "$linklib"; then
  1902.   $echo "$modename: cannot find name of link library for `$lib'" 1>&2
  1903.   exit $EXIT_FAILURE
  1904. fi
  1905. # This library was specified with -dlopen.
  1906. if test "$pass" = dlopen; then
  1907.   if test -z "$libdir"; then
  1908.     $echo "$modename: cannot -dlopen a convenience library: `$lib'" 1>&2
  1909.     exit $EXIT_FAILURE
  1910.   fi
  1911.   if test -z "$dlname" ||
  1912.      test "$dlopen_support" != yes ||
  1913.      test "$build_libtool_libs" = no; then
  1914.     # If there is no dlname, no dlopen support or we're linking
  1915.     # statically, we need to preload.  We also need to preload any
  1916.     # dependent libraries so libltdl's deplib preloader doesn't
  1917.     # bomb out in the load deplibs phase.
  1918.     dlprefiles="$dlprefiles $lib $dependency_libs"
  1919.   else
  1920.     newdlfiles="$newdlfiles $lib"
  1921.   fi
  1922.   continue
  1923. fi # $pass = dlopen
  1924. # We need an absolute path.
  1925. case $ladir in
  1926. [\/]* | [A-Za-z]:[\/]*) abs_ladir="$ladir" ;;
  1927. *)
  1928.   abs_ladir=`cd "$ladir" && pwd`
  1929.   if test -z "$abs_ladir"; then
  1930.     $echo "$modename: warning: cannot determine absolute directory name of `$ladir'" 1>&2
  1931.     $echo "$modename: passing it literally to the linker, although it might fail" 1>&2
  1932.     abs_ladir="$ladir"
  1933.   fi
  1934.   ;;
  1935. esac
  1936. laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
  1937. # Find the relevant object directory and library name.
  1938. if test "X$installed" = Xyes; then
  1939.   if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
  1940.     $echo "$modename: warning: library `$lib' was moved." 1>&2
  1941.     dir="$ladir"
  1942.     absdir="$abs_ladir"
  1943.     libdir="$abs_ladir"
  1944.   else
  1945.     dir="$libdir"
  1946.     absdir="$libdir"
  1947.   fi
  1948. else
  1949.   dir="$ladir/$objdir"
  1950.   absdir="$abs_ladir/$objdir"
  1951.   # Remove this search path later
  1952.   notinst_path="$notinst_path $abs_ladir"
  1953. fi # $installed = yes
  1954. name=`$echo "X$laname" | $Xsed -e 's/.la$//' -e 's/^lib//'`
  1955. # This library was specified with -dlpreopen.
  1956. if test "$pass" = dlpreopen; then
  1957.   if test -z "$libdir"; then
  1958.     $echo "$modename: cannot -dlpreopen a convenience library: `$lib'" 1>&2
  1959.     exit $EXIT_FAILURE
  1960.   fi
  1961.   # Prefer using a static library (so that no silly _DYNAMIC symbols
  1962.   # are required to link).
  1963.   if test -n "$old_library"; then
  1964.     newdlprefiles="$newdlprefiles $dir/$old_library"
  1965.   # Otherwise, use the dlname, so that lt_dlopen finds it.
  1966.   elif test -n "$dlname"; then
  1967.     newdlprefiles="$newdlprefiles $dir/$dlname"
  1968.   else
  1969.     newdlprefiles="$newdlprefiles $dir/$linklib"
  1970.   fi
  1971. fi # $pass = dlpreopen
  1972. if test -z "$libdir"; then
  1973.   # Link the convenience library
  1974.   if test "$linkmode" = lib; then
  1975.     deplibs="$dir/$old_library $deplibs"
  1976.   elif test "$linkmode,$pass" = "prog,link"; then
  1977.     compile_deplibs="$dir/$old_library $compile_deplibs"
  1978.     finalize_deplibs="$dir/$old_library $finalize_deplibs"
  1979.   else
  1980.     deplibs="$lib $deplibs" # used for prog,scan pass
  1981.   fi
  1982.   continue
  1983. fi
  1984. if test "$linkmode" = prog && test "$pass" != link; then
  1985.   newlib_search_path="$newlib_search_path $ladir"
  1986.   deplibs="$lib $deplibs"
  1987.   linkalldeplibs=no
  1988.   if test "$link_all_deplibs" != no || test -z "$library_names" ||
  1989.      test "$build_libtool_libs" = no; then
  1990.     linkalldeplibs=yes
  1991.   fi
  1992.   tmp_libs=
  1993.   for deplib in $dependency_libs; do
  1994.     case $deplib in
  1995.     -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
  1996.     esac
  1997.     # Need to link against all dependency_libs?
  1998.     if test "$linkalldeplibs" = yes; then
  1999.       deplibs="$deplib $deplibs"
  2000.     else
  2001.       # Need to hardcode shared library paths
  2002.       # or/and link against static libraries
  2003.       newdependency_libs="$deplib $newdependency_libs"
  2004.     fi
  2005.     if test "X$duplicate_deps" = "Xyes" ; then
  2006.       case "$tmp_libs " in
  2007.       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  2008.       esac
  2009.     fi
  2010.     tmp_libs="$tmp_libs $deplib"
  2011.   done # for deplib
  2012.   continue
  2013. fi # $linkmode = prog...
  2014. if test "$linkmode,$pass" = "prog,link"; then
  2015.   if test -n "$library_names" &&
  2016.      { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
  2017.     # We need to hardcode the library path
  2018.     if test -n "$shlibpath_var"; then
  2019.       # Make sure the rpath contains only unique directories.
  2020.       case "$temp_rpath " in
  2021.       *" $dir "*) ;;
  2022.       *" $absdir "*) ;;
  2023.       *) temp_rpath="$temp_rpath $dir" ;;
  2024.       esac
  2025.     fi
  2026.     # Hardcode the library path.
  2027.     # Skip directories that are in the system default run-time
  2028.     # search path.
  2029.     case " $sys_lib_dlsearch_path " in
  2030.     *" $absdir "*) ;;
  2031.     *)
  2032.       case "$compile_rpath " in
  2033.       *" $absdir "*) ;;
  2034.       *) compile_rpath="$compile_rpath $absdir"
  2035.       esac
  2036.       ;;
  2037.     esac
  2038.     case " $sys_lib_dlsearch_path " in
  2039.     *" $libdir "*) ;;
  2040.     *)
  2041.       case "$finalize_rpath " in
  2042.       *" $libdir "*) ;;
  2043.       *) finalize_rpath="$finalize_rpath $libdir"
  2044.       esac
  2045.       ;;
  2046.     esac
  2047.   fi # $linkmode,$pass = prog,link...
  2048.   if test "$alldeplibs" = yes &&
  2049.      { test "$deplibs_check_method" = pass_all ||
  2050.        { test "$build_libtool_libs" = yes &&
  2051.  test -n "$library_names"; }; }; then
  2052.     # We only need to search for static libraries
  2053.     continue
  2054.   fi
  2055. fi
  2056. link_static=no # Whether the deplib will be linked statically
  2057. if test -n "$library_names" &&
  2058.    { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
  2059.   if test "$installed" = no; then
  2060.     notinst_deplibs="$notinst_deplibs $lib"
  2061.     need_relink=yes
  2062.   fi
  2063.   # This is a shared library
  2064.   # Warn about portability, can't link against -module's on
  2065.   # some systems (darwin)
  2066.   if test "$shouldnotlink" = yes && test "$pass" = link ; then
  2067.     $echo
  2068.     if test "$linkmode" = prog; then
  2069.       $echo "*** Warning: Linking the executable $output against the loadable module"
  2070.     else
  2071.       $echo "*** Warning: Linking the shared library $output against the loadable module"
  2072.     fi
  2073.     $echo "*** $linklib is not portable!"
  2074.   fi
  2075.   if test "$linkmode" = lib &&
  2076.      test "$hardcode_into_libs" = yes; then
  2077.     # Hardcode the library path.
  2078.     # Skip directories that are in the system default run-time
  2079.     # search path.
  2080.     case " $sys_lib_dlsearch_path " in
  2081.     *" $absdir "*) ;;
  2082.     *)
  2083.       case "$compile_rpath " in
  2084.       *" $absdir "*) ;;
  2085.       *) compile_rpath="$compile_rpath $absdir"
  2086.       esac
  2087.       ;;
  2088.     esac
  2089.     case " $sys_lib_dlsearch_path " in
  2090.     *" $libdir "*) ;;
  2091.     *)
  2092.       case "$finalize_rpath " in
  2093.       *" $libdir "*) ;;
  2094.       *) finalize_rpath="$finalize_rpath $libdir"
  2095.       esac
  2096.       ;;
  2097.     esac
  2098.   fi
  2099.   if test -n "$old_archive_from_expsyms_cmds"; then
  2100.     # figure out the soname
  2101.     set dummy $library_names
  2102.     realname="$2"
  2103.     shift; shift
  2104.     libname=`eval \$echo "$libname_spec"`
  2105.     # use dlname if we got it. it's perfectly good, no?
  2106.     if test -n "$dlname"; then
  2107.       soname="$dlname"
  2108.     elif test -n "$soname_spec"; then
  2109.       # bleh windows
  2110.       case $host in
  2111.       *cygwin* | mingw*)
  2112. major=`expr $current - $age`
  2113. versuffix="-$major"
  2114. ;;
  2115.       esac
  2116.       eval soname="$soname_spec"
  2117.     else
  2118.       soname="$realname"
  2119.     fi
  2120.     # Make a new name for the extract_expsyms_cmds to use
  2121.     soroot="$soname"
  2122.     soname=`$echo $soroot | ${SED} -e 's/^.*///'`
  2123.     newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/.dll$//'`.a"
  2124.     # If the library has no export list, then create one now
  2125.     if test -f "$output_objdir/$soname-def"; then :
  2126.     else
  2127.       $show "extracting exported symbol list from `$soname'"
  2128.       save_ifs="$IFS"; IFS='~'
  2129.       cmds=$extract_expsyms_cmds
  2130.       for cmd in $cmds; do
  2131. IFS="$save_ifs"
  2132. eval cmd="$cmd"
  2133. $show "$cmd"
  2134. $run eval "$cmd" || exit $?
  2135.       done
  2136.       IFS="$save_ifs"
  2137.     fi
  2138.     # Create $newlib
  2139.     if test -f "$output_objdir/$newlib"; then :; else
  2140.       $show "generating import library for `$soname'"
  2141.       save_ifs="$IFS"; IFS='~'
  2142.       cmds=$old_archive_from_expsyms_cmds
  2143.       for cmd in $cmds; do
  2144. IFS="$save_ifs"
  2145. eval cmd="$cmd"
  2146. $show "$cmd"
  2147. $run eval "$cmd" || exit $?
  2148.       done
  2149.       IFS="$save_ifs"
  2150.     fi
  2151.     # make sure the library variables are pointing to the new library
  2152.     dir=$output_objdir
  2153.     linklib=$newlib
  2154.   fi # test -n "$old_archive_from_expsyms_cmds"
  2155.   if test "$linkmode" = prog || test "$mode" != relink; then
  2156.     add_shlibpath=
  2157.     add_dir=
  2158.     add=
  2159.     lib_linked=yes
  2160.     case $hardcode_action in
  2161.     immediate | unsupported)
  2162.       if test "$hardcode_direct" = no; then
  2163. add="$dir/$linklib"
  2164. case $host in
  2165.   *-*-sco3.2v5* ) add_dir="-L$dir" ;;
  2166.   *-*-darwin* )
  2167.     # if the lib is a module then we can not link against
  2168.     # it, someone is ignoring the new warnings I added
  2169.     if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then
  2170.       $echo "** Warning, lib $linklib is a module, not a shared library"
  2171.       if test -z "$old_library" ; then
  2172.         $echo
  2173.         $echo "** And there doesn't seem to be a static archive available"
  2174.         $echo "** The link will probably fail, sorry"
  2175.       else
  2176.         add="$dir/$old_library"
  2177.       fi
  2178.     fi
  2179. esac
  2180.       elif test "$hardcode_minus_L" = no; then
  2181. case $host in
  2182. *-*-sunos*) add_shlibpath="$dir" ;;
  2183. esac
  2184. add_dir="-L$dir"
  2185. add="-l$name"
  2186.       elif test "$hardcode_shlibpath_var" = no; then
  2187. add_shlibpath="$dir"
  2188. add="-l$name"
  2189.       else
  2190. lib_linked=no
  2191.       fi
  2192.       ;;
  2193.     relink)
  2194.       if test "$hardcode_direct" = yes; then
  2195. add="$dir/$linklib"
  2196.       elif test "$hardcode_minus_L" = yes; then
  2197. add_dir="-L$dir"
  2198. # Try looking first in the location we're being installed to.
  2199. if test -n "$inst_prefix_dir"; then
  2200.   case "$libdir" in
  2201.     [\/]*)
  2202.       add_dir="$add_dir -L$inst_prefix_dir$libdir"
  2203.       ;;
  2204.   esac
  2205. fi
  2206. add="-l$name"
  2207.       elif test "$hardcode_shlibpath_var" = yes; then
  2208. add_shlibpath="$dir"
  2209. add="-l$name"
  2210.       else
  2211. lib_linked=no
  2212.       fi
  2213.       ;;
  2214.     *) lib_linked=no ;;
  2215.     esac
  2216.     if test "$lib_linked" != yes; then
  2217.       $echo "$modename: configuration error: unsupported hardcode properties"
  2218.       exit $EXIT_FAILURE
  2219.     fi
  2220.     if test -n "$add_shlibpath"; then
  2221.       case :$compile_shlibpath: in
  2222.       *":$add_shlibpath:"*) ;;
  2223.       *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
  2224.       esac
  2225.     fi
  2226.     if test "$linkmode" = prog; then
  2227.       test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
  2228.       test -n "$add" && compile_deplibs="$add $compile_deplibs"
  2229.     else
  2230.       test -n "$add_dir" && deplibs="$add_dir $deplibs"
  2231.       test -n "$add" && deplibs="$add $deplibs"
  2232.       if test "$hardcode_direct" != yes && 
  2233.  test "$hardcode_minus_L" != yes && 
  2234.  test "$hardcode_shlibpath_var" = yes; then
  2235. case :$finalize_shlibpath: in
  2236. *":$libdir:"*) ;;
  2237. *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
  2238. esac
  2239.       fi
  2240.     fi
  2241.   fi
  2242.   if test "$linkmode" = prog || test "$mode" = relink; then
  2243.     add_shlibpath=
  2244.     add_dir=
  2245.     add=
  2246.     # Finalize command for both is simple: just hardcode it.
  2247.     if test "$hardcode_direct" = yes; then
  2248.       add="$libdir/$linklib"
  2249.     elif test "$hardcode_minus_L" = yes; then
  2250.       add_dir="-L$libdir"
  2251.       add="-l$name"
  2252.     elif test "$hardcode_shlibpath_var" = yes; then
  2253.       case :$finalize_shlibpath: in
  2254.       *":$libdir:"*) ;;
  2255.       *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
  2256.       esac
  2257.       add="-l$name"
  2258.     elif test "$hardcode_automatic" = yes; then
  2259.       if test -n "$inst_prefix_dir" &&
  2260.  test -f "$inst_prefix_dir$libdir/$linklib" ; then
  2261.         add="$inst_prefix_dir$libdir/$linklib"
  2262.       else
  2263.         add="$libdir/$linklib"
  2264.       fi
  2265.     else
  2266.       # We cannot seem to hardcode it, guess we'll fake it.
  2267.       add_dir="-L$libdir"
  2268.       # Try looking first in the location we're being installed to.
  2269.       if test -n "$inst_prefix_dir"; then
  2270. case "$libdir" in
  2271.   [\/]*)
  2272.     add_dir="$add_dir -L$inst_prefix_dir$libdir"
  2273.     ;;
  2274. esac
  2275.       fi
  2276.       add="-l$name"
  2277.     fi
  2278.     if test "$linkmode" = prog; then
  2279.       test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
  2280.       test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
  2281.     else
  2282.       test -n "$add_dir" && deplibs="$add_dir $deplibs"
  2283.       test -n "$add" && deplibs="$add $deplibs"
  2284.     fi
  2285.   fi
  2286. elif test "$linkmode" = prog; then
  2287.   # Here we assume that one of hardcode_direct or hardcode_minus_L
  2288.   # is not unsupported.  This is valid on all known static and
  2289.   # shared platforms.
  2290.   if test "$hardcode_direct" != unsupported; then
  2291.     test -n "$old_library" && linklib="$old_library"
  2292.     compile_deplibs="$dir/$linklib $compile_deplibs"
  2293.     finalize_deplibs="$dir/$linklib $finalize_deplibs"
  2294.   else
  2295.     compile_deplibs="-l$name -L$dir $compile_deplibs"
  2296.     finalize_deplibs="-l$name -L$dir $finalize_deplibs"
  2297.   fi
  2298. elif test "$build_libtool_libs" = yes; then
  2299.   # Not a shared library
  2300.   if test "$deplibs_check_method" != pass_all; then
  2301.     # We're trying link a shared library against a static one
  2302.     # but the system doesn't support it.
  2303.     # Just print a warning and add the library to dependency_libs so
  2304.     # that the program can be linked against the static library.
  2305.     $echo
  2306.     $echo "*** Warning: This system can not link to static lib archive $lib."
  2307.     $echo "*** I have the capability to make that library automatically link in when"
  2308.     $echo "*** you link to this library.  But I can only do this if you have a"
  2309.     $echo "*** shared version of the library, which you do not appear to have."
  2310.     if test "$module" = yes; then
  2311.       $echo "*** But as you try to build a module library, libtool will still create "
  2312.       $echo "*** a static module, that should work as long as the dlopening application"
  2313.       $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
  2314.       if test -z "$global_symbol_pipe"; then
  2315. $echo
  2316. $echo "*** However, this would only work if libtool was able to extract symbol"
  2317. $echo "*** lists from a program, using `nm' or equivalent, but libtool could"
  2318. $echo "*** not find such a program.  So, this module is probably useless."
  2319. $echo "*** `nm' from GNU binutils and a full rebuild may help."
  2320.       fi
  2321.       if test "$build_old_libs" = no; then
  2322. build_libtool_libs=module
  2323. build_old_libs=yes
  2324.       else
  2325. build_libtool_libs=no
  2326.       fi
  2327.     fi
  2328.   else
  2329.     convenience="$convenience $dir/$old_library"
  2330.     old_convenience="$old_convenience $dir/$old_library"
  2331.     deplibs="$dir/$old_library $deplibs"
  2332.     link_static=yes
  2333.   fi
  2334. fi # link shared/static library?
  2335. if test "$linkmode" = lib; then
  2336.   if test -n "$dependency_libs" &&
  2337.      { test "$hardcode_into_libs" != yes ||
  2338.        test "$build_old_libs" = yes ||
  2339.        test "$link_static" = yes; }; then
  2340.     # Extract -R from dependency_libs
  2341.     temp_deplibs=
  2342.     for libdir in $dependency_libs; do
  2343.       case $libdir in
  2344.       -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
  2345.    case " $xrpath " in
  2346.    *" $temp_xrpath "*) ;;
  2347.    *) xrpath="$xrpath $temp_xrpath";;
  2348.    esac;;
  2349.       *) temp_deplibs="$temp_deplibs $libdir";;
  2350.       esac
  2351.     done
  2352.     dependency_libs="$temp_deplibs"
  2353.   fi
  2354.   newlib_search_path="$newlib_search_path $absdir"
  2355.   # Link against this library
  2356.   test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
  2357.   # ... and its dependency_libs
  2358.   tmp_libs=
  2359.   for deplib in $dependency_libs; do
  2360.     newdependency_libs="$deplib $newdependency_libs"
  2361.     if test "X$duplicate_deps" = "Xyes" ; then
  2362.       case "$tmp_libs " in
  2363.       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  2364.       esac
  2365.     fi
  2366.     tmp_libs="$tmp_libs $deplib"
  2367.   done
  2368.   if test "$link_all_deplibs" != no; then
  2369.     # Add the search paths of all dependency libraries
  2370.     for deplib in $dependency_libs; do
  2371.       case $deplib in
  2372.       -L*) path="$deplib" ;;
  2373.       *.la)
  2374. dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
  2375. test "X$dir" = "X$deplib" && dir="."
  2376. # We need an absolute path.
  2377. case $dir in
  2378. [\/]* | [A-Za-z]:[\/]*) absdir="$dir" ;;
  2379. *)
  2380.   absdir=`cd "$dir" && pwd`
  2381.   if test -z "$absdir"; then
  2382.     $echo "$modename: warning: cannot determine absolute directory name of `$dir'" 1>&2
  2383.     absdir="$dir"
  2384.   fi
  2385.   ;;
  2386. esac
  2387. if grep "^installed=no" $deplib > /dev/null; then
  2388.   path="$absdir/$objdir"
  2389. else
  2390.   eval libdir=`${SED} -n -e 's/^libdir=(.*)$/1/p' $deplib`
  2391.   if test -z "$libdir"; then
  2392.     $echo "$modename: `$deplib' is not a valid libtool archive" 1>&2
  2393.     exit $EXIT_FAILURE
  2394.   fi
  2395.   if test "$absdir" != "$libdir"; then
  2396.     $echo "$modename: warning: `$deplib' seems to be moved" 1>&2
  2397.   fi
  2398.   path="$absdir"
  2399. fi
  2400. depdepl=
  2401. case $host in
  2402. *-*-darwin*)
  2403.   # we do not want to link against static libs,
  2404.   # but need to link against shared
  2405.   eval deplibrary_names=`${SED} -n -e 's/^library_names=(.*)$/1/p' $deplib`
  2406.   if test -n "$deplibrary_names" ; then
  2407.     for tmp in $deplibrary_names ; do
  2408.       depdepl=$tmp
  2409.     done
  2410.     if test -f "$path/$depdepl" ; then
  2411.       depdepl="$path/$depdepl"
  2412.     fi
  2413.     # do not add paths which are already there
  2414.     case " $newlib_search_path " in
  2415.     *" $path "*) ;;
  2416.     *) newlib_search_path="$newlib_search_path $path";;
  2417.     esac
  2418.   fi
  2419.   path=""
  2420.   ;;
  2421. *)
  2422.   path="-L$path"
  2423.   ;;
  2424. esac
  2425. ;;
  2426.       -l*)
  2427. case $host in
  2428. *-*-darwin*)
  2429.   # Again, we only want to link against shared libraries
  2430.   eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^-l,,"`
  2431.   for tmp in $newlib_search_path ; do
  2432.     if test -f "$tmp/lib$tmp_libs.dylib" ; then
  2433.       eval depdepl="$tmp/lib$tmp_libs.dylib"
  2434.       break
  2435.     fi
  2436.   done
  2437.   path=""
  2438.   ;;
  2439. *) continue ;;
  2440. esac
  2441. ;;
  2442.       *) continue ;;
  2443.       esac
  2444.       case " $deplibs " in
  2445.       *" $depdepl "*) ;;
  2446.       *) deplibs="$depdepl $deplibs" ;;
  2447.       esac
  2448.       case " $deplibs " in
  2449.       *" $path "*) ;;
  2450.       *) deplibs="$deplibs $path" ;;
  2451.       esac
  2452.     done
  2453.   fi # link_all_deplibs != no
  2454. fi # linkmode = lib
  2455.       done # for deplib in $libs
  2456.       dependency_libs="$newdependency_libs"
  2457.       if test "$pass" = dlpreopen; then
  2458. # Link the dlpreopened libraries before other libraries
  2459. for deplib in $save_deplibs; do
  2460.   deplibs="$deplib $deplibs"
  2461. done
  2462.       fi
  2463.       if test "$pass" != dlopen; then
  2464. if test "$pass" != conv; then
  2465.   # Make sure lib_search_path contains only unique directories.
  2466.   lib_search_path=
  2467.   for dir in $newlib_search_path; do
  2468.     case "$lib_search_path " in
  2469.     *" $dir "*) ;;
  2470.     *) lib_search_path="$lib_search_path $dir" ;;
  2471.     esac
  2472.   done
  2473.   newlib_search_path=
  2474. fi
  2475. if test "$linkmode,$pass" != "prog,link"; then
  2476.   vars="deplibs"
  2477. else
  2478.   vars="compile_deplibs finalize_deplibs"
  2479. fi
  2480. for var in $vars dependency_libs; do
  2481.   # Add libraries to $var in reverse order
  2482.   eval tmp_libs="$$var"
  2483.   new_libs=
  2484.   for deplib in $tmp_libs; do
  2485.     # FIXME: Pedantically, this is the right thing to do, so
  2486.     #        that some nasty dependency loop isn't accidentally
  2487.     #        broken:
  2488.     #new_libs="$deplib $new_libs"
  2489.     # Pragmatically, this seems to cause very few problems in
  2490.     # practice:
  2491.     case $deplib in
  2492.     -L*) new_libs="$deplib $new_libs" ;;
  2493.     -R*) ;;
  2494.     *)
  2495.       # And here is the reason: when a library appears more
  2496.       # than once as an explicit dependence of a library, or
  2497.       # is implicitly linked in more than once by the
  2498.       # compiler, it is considered special, and multiple
  2499.       # occurrences thereof are not removed.  Compare this
  2500.       # with having the same library being listed as a
  2501.       # dependency of multiple other libraries: in this case,
  2502.       # we know (pedantically, we assume) the library does not
  2503.       # need to be listed more than once, so we keep only the
  2504.       # last copy.  This is not always right, but it is rare
  2505.       # enough that we require users that really mean to play
  2506.       # such unportable linking tricks to link the library
  2507.       # using -Wl,-lname, so that libtool does not consider it
  2508.       # for duplicate removal.
  2509.       case " $specialdeplibs " in
  2510.       *" $deplib "*) new_libs="$deplib $new_libs" ;;
  2511.       *)
  2512. case " $new_libs " in
  2513. *" $deplib "*) ;;
  2514. *) new_libs="$deplib $new_libs" ;;
  2515. esac
  2516. ;;
  2517.       esac
  2518.       ;;
  2519.     esac
  2520.   done
  2521.   tmp_libs=
  2522.   for deplib in $new_libs; do
  2523.     case $deplib in
  2524.     -L*)
  2525.       case " $tmp_libs " in
  2526.       *" $deplib "*) ;;
  2527.       *) tmp_libs="$tmp_libs $deplib" ;;
  2528.       esac
  2529.       ;;
  2530.     *) tmp_libs="$tmp_libs $deplib" ;;
  2531.     esac
  2532.   done
  2533.   eval $var="$tmp_libs"
  2534. done # for var
  2535.       fi
  2536.       # Last step: remove runtime libs from dependency_libs
  2537.       # (they stay in deplibs)
  2538.       tmp_libs=
  2539.       for i in $dependency_libs ; do
  2540. case " $predeps $postdeps $compiler_lib_search_path " in
  2541. *" $i "*)
  2542.   i=""
  2543.   ;;
  2544. esac
  2545. if test -n "$i" ; then
  2546.   tmp_libs="$tmp_libs $i"
  2547. fi
  2548.       done
  2549.       dependency_libs=$tmp_libs
  2550.     done # for pass
  2551.     if test "$linkmode" = prog; then
  2552.       dlfiles="$newdlfiles"
  2553.       dlprefiles="$newdlprefiles"
  2554.     fi
  2555.     case $linkmode in
  2556.     oldlib)
  2557.       if test -n "$deplibs"; then
  2558. $echo "$modename: warning: `-l' and `-L' are ignored for archives" 1>&2
  2559.       fi
  2560.       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
  2561. $echo "$modename: warning: `-dlopen' is ignored for archives" 1>&2
  2562.       fi
  2563.       if test -n "$rpath"; then
  2564. $echo "$modename: warning: `-rpath' is ignored for archives" 1>&2
  2565.       fi
  2566.       if test -n "$xrpath"; then
  2567. $echo "$modename: warning: `-R' is ignored for archives" 1>&2
  2568.       fi
  2569.       if test -n "$vinfo"; then
  2570. $echo "$modename: warning: `-version-info/-version-number' is ignored for archives" 1>&2
  2571.       fi
  2572.       if test -n "$release"; then
  2573. $echo "$modename: warning: `-release' is ignored for archives" 1>&2
  2574.       fi
  2575.       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
  2576. $echo "$modename: warning: `-export-symbols' is ignored for archives" 1>&2
  2577.       fi
  2578.       # Now set the variables for building old libraries.
  2579.       build_libtool_libs=no
  2580.       oldlibs="$output"
  2581.       objs="$objs$old_deplibs"
  2582.       ;;
  2583.     lib)
  2584.       # Make sure we only generate libraries of the form `libNAME.la'.
  2585.       case $outputname in
  2586.       lib*)
  2587. name=`$echo "X$outputname" | $Xsed -e 's/.la$//' -e 's/^lib//'`
  2588. eval shared_ext="$shrext_cmds"
  2589. eval libname="$libname_spec"
  2590. ;;
  2591.       *)
  2592. if test "$module" = no; then
  2593.   $echo "$modename: libtool library `$output' must begin with `lib'" 1>&2
  2594.   $echo "$help" 1>&2
  2595.   exit $EXIT_FAILURE
  2596. fi
  2597. if test "$need_lib_prefix" != no; then
  2598.   # Add the "lib" prefix for modules if required
  2599.   name=`$echo "X$outputname" | $Xsed -e 's/.la$//'`
  2600.   eval shared_ext="$shrext_cmds"
  2601.   eval libname="$libname_spec"
  2602. else
  2603.   libname=`$echo "X$outputname" | $Xsed -e 's/.la$//'`
  2604. fi
  2605. ;;
  2606.       esac
  2607.       if test -n "$objs"; then
  2608. if test "$deplibs_check_method" != pass_all; then
  2609.   $echo "$modename: cannot build libtool library `$output' from non-libtool objects on this host:$objs" 2>&1
  2610.   exit $EXIT_FAILURE
  2611. else
  2612.   $echo
  2613.   $echo "*** Warning: Linking the shared library $output against the non-libtool"
  2614.   $echo "*** objects $objs is not portable!"
  2615.   libobjs="$libobjs $objs"
  2616. fi
  2617.       fi
  2618.       if test "$dlself" != no; then
  2619. $echo "$modename: warning: `-dlopen self' is ignored for libtool libraries" 1>&2
  2620.       fi
  2621.       set dummy $rpath
  2622.       if test "$#" -gt 2; then
  2623. $echo "$modename: warning: ignoring multiple `-rpath's for a libtool library" 1>&2
  2624.       fi
  2625.       install_libdir="$2"
  2626.       oldlibs=
  2627.       if test -z "$rpath"; then
  2628. if test "$build_libtool_libs" = yes; then
  2629.   # Building a libtool convenience library.
  2630.   # Some compilers have problems with a `.al' extension so
  2631.   # convenience libraries should have the same extension an
  2632.   # archive normally would.
  2633.   oldlibs="$output_objdir/$libname.$libext $oldlibs"
  2634.   build_libtool_libs=convenience
  2635.   build_old_libs=yes
  2636. fi
  2637. if test -n "$vinfo"; then
  2638.   $echo "$modename: warning: `-version-info/-version-number' is ignored for convenience libraries" 1>&2
  2639. fi
  2640. if test -n "$release"; then
  2641.   $echo "$modename: warning: `-release' is ignored for convenience libraries" 1>&2
  2642. fi
  2643.       else
  2644. # Parse the version information argument.
  2645. save_ifs="$IFS"; IFS=':'
  2646. set dummy $vinfo 0 0 0
  2647. IFS="$save_ifs"
  2648. if test -n "$8"; then
  2649.   $echo "$modename: too many parameters to `-version-info'" 1>&2
  2650.   $echo "$help" 1>&2
  2651.   exit $EXIT_FAILURE
  2652. fi
  2653. # convert absolute version numbers to libtool ages
  2654. # this retains compatibility with .la files and attempts
  2655. # to make the code below a bit more comprehensible
  2656. case $vinfo_number in
  2657. yes)
  2658.   number_major="$2"
  2659.   number_minor="$3"
  2660.   number_revision="$4"
  2661.   #
  2662.   # There are really only two kinds -- those that
  2663.   # use the current revision as the major version
  2664.   # and those that subtract age and use age as
  2665.   # a minor version.  But, then there is irix
  2666.   # which has an extra 1 added just for fun
  2667.   #
  2668.   case $version_type in
  2669.   darwin|linux|osf|windows)
  2670.     current=`expr $number_major + $number_minor`
  2671.     age="$number_minor"
  2672.     revision="$number_revision"
  2673.     ;;
  2674.   freebsd-aout|freebsd-elf|sunos)
  2675.     current="$number_major"
  2676.     revision="$number_minor"
  2677.     age="0"
  2678.     ;;
  2679.   irix|nonstopux)
  2680.     current=`expr $number_major + $number_minor - 1`
  2681.     age="$number_minor"
  2682.     revision="$number_minor"
  2683.     ;;
  2684.   esac
  2685.   ;;
  2686. no)
  2687.   current="$2"
  2688.   revision="$3"
  2689.   age="$4"
  2690.   ;;
  2691. esac
  2692. # Check that each of the things are valid numbers.
  2693. case $current in
  2694. [0-9]*) ;;
  2695. *)
  2696.   $echo "$modename: CURRENT `$current' is not a nonnegative integer" 1>&2
  2697.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  2698.   exit $EXIT_FAILURE
  2699.   ;;
  2700. esac
  2701. case $revision in
  2702. [0-9]*) ;;
  2703. *)
  2704.   $echo "$modename: REVISION `$revision' is not a nonnegative integer" 1>&2
  2705.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  2706.   exit $EXIT_FAILURE
  2707.   ;;
  2708. esac
  2709. case $age in
  2710. [0-9]*) ;;
  2711. *)
  2712.   $echo "$modename: AGE `$age' is not a nonnegative integer" 1>&2
  2713.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  2714.   exit $EXIT_FAILURE
  2715.   ;;
  2716. esac
  2717. if test "$age" -gt "$current"; then
  2718.   $echo "$modename: AGE `$age' is greater than the current interface number `$current'" 1>&2
  2719.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  2720.   exit $EXIT_FAILURE
  2721. fi
  2722. # Calculate the version variables.
  2723. major=
  2724. versuffix=
  2725. verstring=
  2726. case $version_type in
  2727. none) ;;
  2728. darwin)
  2729.   # Like Linux, but with the current version available in
  2730.   # verstring for coding it into the library header
  2731.   major=.`expr $current - $age`
  2732.   versuffix="$major.$age.$revision"
  2733.   # Darwin ld doesn't like 0 for these options...
  2734.   minor_current=`expr $current + 1`
  2735.   verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
  2736.   ;;
  2737. freebsd-aout)
  2738.   major=".$current"
  2739.   versuffix=".$current.$revision";
  2740.   ;;
  2741. freebsd-elf)
  2742.   major=".$current"
  2743.   versuffix=".$current";
  2744.   ;;
  2745. irix | nonstopux)
  2746.   major=`expr $current - $age + 1`
  2747.   case $version_type in
  2748.     nonstopux) verstring_prefix=nonstopux ;;
  2749.     *)         verstring_prefix=sgi ;;
  2750.   esac
  2751.   verstring="$verstring_prefix$major.$revision"
  2752.   # Add in all the interfaces that we are compatible with.
  2753.   loop=$revision
  2754.   while test "$loop" -ne 0; do
  2755.     iface=`expr $revision - $loop`
  2756.     loop=`expr $loop - 1`
  2757.     verstring="$verstring_prefix$major.$iface:$verstring"
  2758.   done
  2759.   # Before this point, $major must not contain `.'.
  2760.   major=.$major
  2761.   versuffix="$major.$revision"
  2762.   ;;
  2763. linux)
  2764.   major=.`expr $current - $age`
  2765.   versuffix="$major.$age.$revision"
  2766.   ;;
  2767. osf)
  2768.   major=.`expr $current - $age`
  2769.   versuffix=".$current.$age.$revision"
  2770.   verstring="$current.$age.$revision"
  2771.   # Add in all the interfaces that we are compatible with.
  2772.   loop=$age
  2773.   while test "$loop" -ne 0; do
  2774.     iface=`expr $current - $loop`
  2775.     loop=`expr $loop - 1`
  2776.     verstring="$verstring:${iface}.0"
  2777.   done
  2778.   # Make executables depend on our current version.
  2779.   verstring="$verstring:${current}.0"
  2780.   ;;
  2781. sunos)
  2782.   major=".$current"
  2783.   versuffix=".$current.$revision"
  2784.   ;;
  2785. windows)
  2786.   # Use '-' rather than '.', since we only want one
  2787.   # extension on DOS 8.3 filesystems.
  2788.   major=`expr $current - $age`
  2789.   versuffix="-$major"
  2790.   ;;
  2791. *)
  2792.   $echo "$modename: unknown library version type `$version_type'" 1>&2
  2793.   $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
  2794.   exit $EXIT_FAILURE
  2795.   ;;
  2796. esac
  2797. # Clear the version info if we defaulted, and they specified a release.
  2798. if test -z "$vinfo" && test -n "$release"; then
  2799.   major=
  2800.   case $version_type in
  2801.   darwin)
  2802.     # we can't check for "0.0" in archive_cmds due to quoting
  2803.     # problems, so we reset it completely
  2804.     verstring=
  2805.     ;;
  2806.   *)
  2807.     verstring="0.0"
  2808.     ;;
  2809.   esac
  2810.   if test "$need_version" = no; then
  2811.     versuffix=
  2812.   else
  2813.     versuffix=".0.0"
  2814.   fi
  2815. fi
  2816. # Remove version info from name if versioning should be avoided
  2817. if test "$avoid_version" = yes && test "$need_version" = no; then
  2818.   major=
  2819.   versuffix=
  2820.   verstring=""
  2821. fi
  2822. # Check to see if the archive will have undefined symbols.
  2823. if test "$allow_undefined" = yes; then
  2824.   if test "$allow_undefined_flag" = unsupported; then
  2825.     $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
  2826.     build_libtool_libs=no
  2827.     build_old_libs=yes
  2828.   fi
  2829. else
  2830.   # Don't allow undefined symbols.
  2831.   allow_undefined_flag="$no_undefined_flag"
  2832. fi
  2833.       fi
  2834.       if test "$mode" != relink; then
  2835. # Remove our outputs, but don't remove object files since they
  2836. # may have been created when compiling PIC objects.
  2837. removelist=
  2838. tempremovelist=`$echo "$output_objdir/*"`
  2839. for p in $tempremovelist; do
  2840.   case $p in
  2841.     *.$objext)
  2842.        ;;
  2843.     $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
  2844.        if test "X$precious_files_regex" != "X"; then
  2845.          if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
  2846.          then
  2847.    continue
  2848.  fi
  2849.        fi
  2850.        removelist="$removelist $p"
  2851.        ;;
  2852.     *) ;;
  2853.   esac
  2854. done
  2855. if test -n "$removelist"; then
  2856.   $show "${rm}r $removelist"
  2857.   $run ${rm}r $removelist
  2858. fi
  2859.       fi
  2860.       # Now set the variables for building old libraries.
  2861.       if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
  2862. oldlibs="$oldlibs $output_objdir/$libname.$libext"
  2863. # Transform .lo files to .o files.
  2864. oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/.'${libext}'$/d' -e "$lo2o" | $NL2SP`
  2865.       fi
  2866.       # Eliminate all temporary directories.
  2867.       for path in $notinst_path; do
  2868. lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
  2869. deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
  2870. dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
  2871.       done
  2872.       if test -n "$xrpath"; then
  2873. # If the user specified any rpath flags, then add them.
  2874. temp_xrpath=
  2875. for libdir in $xrpath; do
  2876.   temp_xrpath="$temp_xrpath -R$libdir"
  2877.   case "$finalize_rpath " in
  2878.   *" $libdir "*) ;;
  2879.   *) finalize_rpath="$finalize_rpath $libdir" ;;
  2880.   esac
  2881. done
  2882. if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
  2883.   dependency_libs="$temp_xrpath $dependency_libs"
  2884. fi
  2885.       fi
  2886.       # Make sure dlfiles contains only unique files that won't be dlpreopened
  2887.       old_dlfiles="$dlfiles"
  2888.       dlfiles=
  2889.       for lib in $old_dlfiles; do
  2890. case " $dlprefiles $dlfiles " in
  2891. *" $lib "*) ;;
  2892. *) dlfiles="$dlfiles $lib" ;;
  2893. esac
  2894.       done
  2895.       # Make sure dlprefiles contains only unique files
  2896.       old_dlprefiles="$dlprefiles"
  2897.       dlprefiles=
  2898.       for lib in $old_dlprefiles; do
  2899. case "$dlprefiles " in
  2900. *" $lib "*) ;;
  2901. *) dlprefiles="$dlprefiles $lib" ;;
  2902. esac
  2903.       done
  2904.       if test "$build_libtool_libs" = yes; then
  2905. if test -n "$rpath"; then
  2906.   case $host in
  2907.   *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
  2908.     # these systems don't actually have a c library (as such)!
  2909.     ;;
  2910.   *-*-rhapsody* | *-*-darwin1.[012])
  2911.     # Rhapsody C library is in the System framework
  2912.     deplibs="$deplibs -framework System"
  2913.     ;;
  2914.   *-*-netbsd*)
  2915.     # Don't link with libc until the a.out ld.so is fixed.
  2916.     ;;
  2917.   *-*-openbsd* | *-*-freebsd*)
  2918.     # Do not include libc due to us having libc/libc_r.
  2919.     test "X$arg" = "X-lc" && continue
  2920.     ;;
  2921.     *)
  2922.     # Add libc to deplibs on all other systems if necessary.
  2923.     if test "$build_libtool_need_lc" = "yes"; then
  2924.       deplibs="$deplibs -lc"
  2925.     fi
  2926.     ;;
  2927.   esac
  2928. fi
  2929. # Transform deplibs into only deplibs that can be linked in shared.
  2930. name_save=$name