ltmain.sh
上传用户:nini_0081
上传日期:2022-07-21
资源大小:2628k
文件大小:238k
源码类别:

多媒体编程

开发平台:

DOS

  1. # Generated from ltmain.m4sh.
  2. # ltmain.sh (GNU libtool) 2.2.6
  3. # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  4. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
  5. # This is free software; see the source for copying conditions.  There is NO
  6. # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  7. # GNU Libtool is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation; either version 2 of the License, or
  10. # (at your option) any later version.
  11. #
  12. # As a special exception to the GNU General Public License,
  13. # if you distribute this file as part of a program or library that
  14. # is built using GNU Libtool, you may include this file under the
  15. # same distribution terms that you use for the rest of that program.
  16. #
  17. # GNU Libtool is distributed in the hope that it will be useful, but
  18. # WITHOUT ANY WARRANTY; without even the implied warranty of
  19. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  20. # General Public License for more details.
  21. #
  22. # You should have received a copy of the GNU General Public License
  23. # along with GNU Libtool; see the file COPYING.  If not, a copy
  24. # can be downloaded from http://www.gnu.org/licenses/gpl.html,
  25. # or obtained by writing to the Free Software Foundation, Inc.,
  26. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  27. # Usage: $progname [OPTION]... [MODE-ARG]...
  28. #
  29. # Provide generalized library-building support services.
  30. #
  31. #     --config             show all configuration variables
  32. #     --debug              enable verbose shell tracing
  33. # -n, --dry-run            display commands without modifying any files
  34. #     --features           display basic configuration information and exit
  35. #     --mode=MODE          use operation mode MODE
  36. #     --preserve-dup-deps  don't remove duplicate dependency libraries
  37. #     --quiet, --silent    don't print informational messages
  38. #     --tag=TAG            use configuration variables from tag TAG
  39. # -v, --verbose            print informational messages (default)
  40. #     --version            print version information
  41. # -h, --help               print short or long help message
  42. #
  43. # MODE must be one of the following:
  44. #
  45. #       clean              remove files from the build directory
  46. #       compile            compile a source file into a libtool object
  47. #       execute            automatically set library path, then run a program
  48. #       finish             complete the installation of libtool libraries
  49. #       install            install libraries or executables
  50. #       link               create a library or an executable
  51. #       uninstall          remove libraries from an installed directory
  52. #
  53. # MODE-ARGS vary depending on the MODE.
  54. # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
  55. #
  56. # When reporting a bug, please describe a test case to reproduce it and
  57. # include the following information:
  58. #
  59. #       host-triplet: $host
  60. #       shell: $SHELL
  61. #       compiler: $LTCC
  62. #       compiler flags: $LTCFLAGS
  63. #       linker: $LD (gnu? $with_gnu_ld)
  64. #       $progname: (GNU libtool) 2.2.6
  65. #       automake: $automake_version
  66. #       autoconf: $autoconf_version
  67. #
  68. # Report bugs to <bug-libtool@gnu.org>.
  69. PROGRAM=ltmain.sh
  70. PACKAGE=libtool
  71. VERSION=2.2.6
  72. TIMESTAMP=""
  73. package_revision=1.3012
  74. # Be Bourne compatible
  75. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  76.   emulate sh
  77.   NULLCMD=:
  78.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  79.   # is contrary to our usage.  Disable this feature.
  80.   alias -g '${1+"$@"}'='"$@"'
  81.   setopt NO_GLOB_SUBST
  82. else
  83.   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
  84. fi
  85. BIN_SH=xpg4; export BIN_SH # for Tru64
  86. DUALCASE=1; export DUALCASE # for MKS sh
  87. # NLS nuisances: We save the old values to restore during execute mode.
  88. # Only set LANG and LC_ALL to C if already set.
  89. # These must not be set unconditionally because not all systems understand
  90. # e.g. LANG=C (notably SCO).
  91. lt_user_locale=
  92. lt_safe_locale=
  93. for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
  94. do
  95.   eval "if test "${$lt_var+set}" = set; then
  96.           save_$lt_var=$$lt_var
  97.           $lt_var=C
  98.   export $lt_var
  99.   lt_user_locale="$lt_var=\$save_$lt_var; $lt_user_locale"
  100.   lt_safe_locale="$lt_var=C; $lt_safe_locale"
  101. fi"
  102. done
  103. $lt_unset CDPATH
  104. : ${CP="cp -f"}
  105. : ${ECHO="echo"}
  106. : ${EGREP="/usr/bin/grep -E"}
  107. : ${FGREP="/usr/bin/grep -F"}
  108. : ${GREP="/usr/bin/grep"}
  109. : ${LN_S="ln -s"}
  110. : ${MAKE="make"}
  111. : ${MKDIR="mkdir"}
  112. : ${MV="mv -f"}
  113. : ${RM="rm -f"}
  114. : ${SED="/opt/local/bin/gsed"}
  115. : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
  116. : ${Xsed="$SED -e 1s/^X//"}
  117. # Global variables:
  118. EXIT_SUCCESS=0
  119. EXIT_FAILURE=1
  120. EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
  121. EXIT_SKIP=77   # $? = 77 is used to indicate a skipped test to automake.
  122. exit_status=$EXIT_SUCCESS
  123. # Make sure IFS has a sensible default
  124. lt_nl='
  125. '
  126. IFS="  $lt_nl"
  127. dirname="s,/[^/]*$,,"
  128. basename="s,^.*/,,"
  129. # func_dirname_and_basename file append nondir_replacement
  130. # perform func_basename and func_dirname in a single function
  131. # call:
  132. #   dirname:  Compute the dirname of FILE.  If nonempty,
  133. #             add APPEND to the result, otherwise set result
  134. #             to NONDIR_REPLACEMENT.
  135. #             value returned in "$func_dirname_result"
  136. #   basename: Compute filename of FILE.
  137. #             value retuned in "$func_basename_result"
  138. # Implementation must be kept synchronized with func_dirname
  139. # and func_basename. For efficiency, we do not delegate to
  140. # those functions but instead duplicate the functionality here.
  141. func_dirname_and_basename ()
  142. {
  143.   # Extract subdirectory from the argument.
  144.   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
  145.   if test "X$func_dirname_result" = "X${1}"; then
  146.     func_dirname_result="${3}"
  147.   else
  148.     func_dirname_result="$func_dirname_result${2}"
  149.   fi
  150.   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
  151. }
  152. # Generated shell functions inserted here.
  153. # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
  154. # is ksh but when the shell is invoked as "sh" and the current value of
  155. # the _XPG environment variable is not equal to 1 (one), the special
  156. # positional parameter $0, within a function call, is the name of the
  157. # function.
  158. progpath="$0"
  159. # The name of this program:
  160. # In the unlikely event $progname began with a '-', it would play havoc with
  161. # func_echo (imagine progname=-n), so we prepend ./ in that case:
  162. func_dirname_and_basename "$progpath"
  163. progname=$func_basename_result
  164. case $progname in
  165.   -*) progname=./$progname ;;
  166. esac
  167. # Make sure we have an absolute path for reexecution:
  168. case $progpath in
  169.   [\/]*|[A-Za-z]:\*) ;;
  170.   *[\/]*)
  171.      progdir=$func_dirname_result
  172.      progdir=`cd "$progdir" && pwd`
  173.      progpath="$progdir/$progname"
  174.      ;;
  175.   *)
  176.      save_IFS="$IFS"
  177.      IFS=:
  178.      for progdir in $PATH; do
  179.        IFS="$save_IFS"
  180.        test -x "$progdir/$progname" && break
  181.      done
  182.      IFS="$save_IFS"
  183.      test -n "$progdir" || progdir=`pwd`
  184.      progpath="$progdir/$progname"
  185.      ;;
  186. esac
  187. # Sed substitution that helps us do robust quoting.  It backslashifies
  188. # metacharacters that are still active within double-quoted strings.
  189. Xsed="${SED}"' -e 1s/^X//'
  190. sed_quote_subst='s/([`"$\])/\1/g'
  191. # Same as above, but do not quote variable references.
  192. double_quote_subst='s/(["`\])/\1/g'
  193. # Re-`' parameter expansions in output of double_quote_subst that were
  194. # `'-ed in input to the same.  If an odd number of `' preceded a '$'
  195. # in input to double_quote_subst, that '$' was protected from expansion.
  196. # Since each input `' is now two `'s, look for any number of runs of
  197. # four `'s followed by two `'s and then a '$'.  `' that '$'.
  198. bs='\'
  199. bs2='\\'
  200. bs4='\\\\'
  201. dollar='$'
  202. sed_double_backslash="
  203.   s/$bs4/&\
  204. /g
  205.   s/^$bs2$dollar/$bs&/
  206.   s/\([^$bs]\)$bs2$dollar/\1$bs2$bs$dollar/g
  207.   s/n//g"
  208. # Standard options:
  209. opt_dry_run=false
  210. opt_help=false
  211. opt_quiet=false
  212. opt_verbose=false
  213. opt_warning=:
  214. # func_echo arg...
  215. # Echo program name prefixed message, along with the current mode
  216. # name if it has been set yet.
  217. func_echo ()
  218. {
  219.     $ECHO "$progname${mode+: }$mode: $*"
  220. }
  221. # func_verbose arg...
  222. # Echo program name prefixed message in verbose mode only.
  223. func_verbose ()
  224. {
  225.     $opt_verbose && func_echo ${1+"$@"}
  226.     # A bug in bash halts the script if the last line of a function
  227.     # fails when set -e is in force, so we need another command to
  228.     # work around that:
  229.     :
  230. }
  231. # func_error arg...
  232. # Echo program name prefixed message to standard error.
  233. func_error ()
  234. {
  235.     $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
  236. }
  237. # func_warning arg...
  238. # Echo program name prefixed warning message to standard error.
  239. func_warning ()
  240. {
  241.     $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
  242.     # bash bug again:
  243.     :
  244. }
  245. # func_fatal_error arg...
  246. # Echo program name prefixed message to standard error, and exit.
  247. func_fatal_error ()
  248. {
  249.     func_error ${1+"$@"}
  250.     exit $EXIT_FAILURE
  251. }
  252. # func_fatal_help arg...
  253. # Echo program name prefixed message to standard error, followed by
  254. # a help hint, and exit.
  255. func_fatal_help ()
  256. {
  257.     func_error ${1+"$@"}
  258.     func_fatal_error "$help"
  259. }
  260. help="Try `$progname --help' for more information."  ## default
  261. # func_grep expression filename
  262. # Check whether EXPRESSION matches any line of FILENAME, without output.
  263. func_grep ()
  264. {
  265.     $GREP "$1" "$2" >/dev/null 2>&1
  266. }
  267. # func_mkdir_p directory-path
  268. # Make sure the entire path to DIRECTORY-PATH is available.
  269. func_mkdir_p ()
  270. {
  271.     my_directory_path="$1"
  272.     my_dir_list=
  273.     if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
  274.       # Protect directory names starting with `-'
  275.       case $my_directory_path in
  276.         -*) my_directory_path="./$my_directory_path" ;;
  277.       esac
  278.       # While some portion of DIR does not yet exist...
  279.       while test ! -d "$my_directory_path"; do
  280.         # ...make a list in topmost first order.  Use a colon delimited
  281. # list incase some portion of path contains whitespace.
  282.         my_dir_list="$my_directory_path:$my_dir_list"
  283.         # If the last portion added has no slash in it, the list is done
  284.         case $my_directory_path in */*) ;; *) break ;; esac
  285.         # ...otherwise throw away the child directory and loop
  286.         my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
  287.       done
  288.       my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
  289.       save_mkdir_p_IFS="$IFS"; IFS=':'
  290.       for my_dir in $my_dir_list; do
  291. IFS="$save_mkdir_p_IFS"
  292.         # mkdir can fail with a `File exist' error if two processes
  293.         # try to create one of the directories concurrently.  Don't
  294.         # stop in that case!
  295.         $MKDIR "$my_dir" 2>/dev/null || :
  296.       done
  297.       IFS="$save_mkdir_p_IFS"
  298.       # Bail out if we (or some other process) failed to create a directory.
  299.       test -d "$my_directory_path" || 
  300.         func_fatal_error "Failed to create `$1'"
  301.     fi
  302. }
  303. # func_mktempdir [string]
  304. # Make a temporary directory that won't clash with other running
  305. # libtool processes, and avoids race conditions if possible.  If
  306. # given, STRING is the basename for that directory.
  307. func_mktempdir ()
  308. {
  309.     my_template="${TMPDIR-/tmp}/${1-$progname}"
  310.     if test "$opt_dry_run" = ":"; then
  311.       # Return a directory name, but don't create it in dry-run mode
  312.       my_tmpdir="${my_template}-$$"
  313.     else
  314.       # If mktemp works, use that first and foremost
  315.       my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
  316.       if test ! -d "$my_tmpdir"; then
  317.         # Failing that, at least try and use $RANDOM to avoid a race
  318.         my_tmpdir="${my_template}-${RANDOM-0}$$"
  319.         save_mktempdir_umask=`umask`
  320.         umask 0077
  321.         $MKDIR "$my_tmpdir"
  322.         umask $save_mktempdir_umask
  323.       fi
  324.       # If we're not in dry-run mode, bomb out on failure
  325.       test -d "$my_tmpdir" || 
  326.         func_fatal_error "cannot create temporary directory `$my_tmpdir'"
  327.     fi
  328.     $ECHO "X$my_tmpdir" | $Xsed
  329. }
  330. # func_quote_for_eval arg
  331. # Aesthetically quote ARG to be evaled later.
  332. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
  333. # is double-quoted, suitable for a subsequent eval, whereas
  334. # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
  335. # which are still active within double quotes backslashified.
  336. func_quote_for_eval ()
  337. {
  338.     case $1 in
  339.       *[\`"$]*)
  340. func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
  341.       *)
  342.         func_quote_for_eval_unquoted_result="$1" ;;
  343.     esac
  344.     case $func_quote_for_eval_unquoted_result in
  345.       # Double-quote args containing shell metacharacters to delay
  346.       # word splitting, command substitution and and variable
  347.       # expansion for a subsequent eval.
  348.       # Many Bourne shells cannot handle close brackets correctly
  349.       # in scan sets, so we specify it separately.
  350.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  351.         func_quote_for_eval_result=""$func_quote_for_eval_unquoted_result""
  352.         ;;
  353.       *)
  354.         func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
  355.     esac
  356. }
  357. # func_quote_for_expand arg
  358. # Aesthetically quote ARG to be evaled later; same as above,
  359. # but do not quote variable references.
  360. func_quote_for_expand ()
  361. {
  362.     case $1 in
  363.       *[\`"]*)
  364. my_arg=`$ECHO "X$1" | $Xsed 
  365.     -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
  366.       *)
  367.         my_arg="$1" ;;
  368.     esac
  369.     case $my_arg in
  370.       # Double-quote args containing shell metacharacters to delay
  371.       # word splitting and command substitution for a subsequent eval.
  372.       # Many Bourne shells cannot handle close brackets correctly
  373.       # in scan sets, so we specify it separately.
  374.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  375.         my_arg=""$my_arg""
  376.         ;;
  377.     esac
  378.     func_quote_for_expand_result="$my_arg"
  379. }
  380. # func_show_eval cmd [fail_exp]
  381. # Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
  382. # not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
  383. # is given, then evaluate it.
  384. func_show_eval ()
  385. {
  386.     my_cmd="$1"
  387.     my_fail_exp="${2-:}"
  388.     ${opt_silent-false} || {
  389.       func_quote_for_expand "$my_cmd"
  390.       eval "func_echo $func_quote_for_expand_result"
  391.     }
  392.     if ${opt_dry_run-false}; then :; else
  393.       eval "$my_cmd"
  394.       my_status=$?
  395.       if test "$my_status" -eq 0; then :; else
  396. eval "(exit $my_status); $my_fail_exp"
  397.       fi
  398.     fi
  399. }
  400. # func_show_eval_locale cmd [fail_exp]
  401. # Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
  402. # not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
  403. # is given, then evaluate it.  Use the saved locale for evaluation.
  404. func_show_eval_locale ()
  405. {
  406.     my_cmd="$1"
  407.     my_fail_exp="${2-:}"
  408.     ${opt_silent-false} || {
  409.       func_quote_for_expand "$my_cmd"
  410.       eval "func_echo $func_quote_for_expand_result"
  411.     }
  412.     if ${opt_dry_run-false}; then :; else
  413.       eval "$lt_user_locale
  414.     $my_cmd"
  415.       my_status=$?
  416.       eval "$lt_safe_locale"
  417.       if test "$my_status" -eq 0; then :; else
  418. eval "(exit $my_status); $my_fail_exp"
  419.       fi
  420.     fi
  421. }
  422. # func_version
  423. # Echo version message to standard output and exit.
  424. func_version ()
  425. {
  426.     $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
  427.         s/^# //
  428. s/^# *$//
  429.         s/((C))[ 0-9,-]*( [1-9][0-9]*)/12/
  430.         p
  431.      }' < "$progpath"
  432.      exit $?
  433. }
  434. # func_usage
  435. # Echo short help message to standard output and exit.
  436. func_usage ()
  437. {
  438.     $SED -n '/^# Usage:/,/# -h/ {
  439.         s/^# //
  440. s/^# *$//
  441. s/$progname/'$progname'/
  442. p
  443.     }' < "$progpath"
  444.     $ECHO
  445.     $ECHO "run `$progname --help | more' for full usage"
  446.     exit $?
  447. }
  448. # func_help
  449. # Echo long help message to standard output and exit.
  450. func_help ()
  451. {
  452.     $SED -n '/^# Usage:/,/# Report bugs to/ {
  453.         s/^# //
  454. s/^# *$//
  455. s*$progname*'$progname'*
  456. s*$host*'"$host"'*
  457. s*$SHELL*'"$SHELL"'*
  458. s*$LTCC*'"$LTCC"'*
  459. s*$LTCFLAGS*'"$LTCFLAGS"'*
  460. s*$LD*'"$LD"'*
  461. s/$with_gnu_ld/'"$with_gnu_ld"'/
  462. s/$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
  463. s/$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
  464. p
  465.      }' < "$progpath"
  466.     exit $?
  467. }
  468. # func_missing_arg argname
  469. # Echo program name prefixed message to standard error and set global
  470. # exit_cmd.
  471. func_missing_arg ()
  472. {
  473.     func_error "missing argument for $1"
  474.     exit_cmd=exit
  475. }
  476. exit_cmd=:
  477. # Check that we have a working $ECHO.
  478. if test "X$1" = X--no-reexec; then
  479.   # Discard the --no-reexec flag, and continue.
  480.   shift
  481. elif test "X$1" = X--fallback-echo; then
  482.   # Avoid inline document here, it may be left over
  483.   :
  484. elif test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt'; then
  485.   # Yippee, $ECHO works!
  486.   :
  487. else
  488.   # Restart under the correct shell, and then maybe $ECHO will work.
  489.   exec $SHELL "$progpath" --no-reexec ${1+"$@"}
  490. fi
  491. if test "X$1" = X--fallback-echo; then
  492.   # used as fallback echo
  493.   shift
  494.   cat <<EOF
  495. $*
  496. EOF
  497.   exit $EXIT_SUCCESS
  498. fi
  499. magic="%%%MAGIC variable%%%"
  500. magic_exe="%%%MAGIC EXE variable%%%"
  501. # Global variables.
  502. # $mode is unset
  503. nonopt=
  504. execute_dlfiles=
  505. preserve_args=
  506. lo2o="s/\.lo$/.${objext}/"
  507. o2lo="s/\.${objext}$/.lo/"
  508. extracted_archives=
  509. extracted_serial=0
  510. opt_dry_run=false
  511. opt_duplicate_deps=false
  512. opt_silent=false
  513. opt_debug=:
  514. # If this variable is set in any of the actions, the command in it
  515. # will be execed at the end.  This prevents here-documents from being
  516. # left over by shells.
  517. exec_cmd=
  518. # func_fatal_configuration arg...
  519. # Echo program name prefixed message to standard error, followed by
  520. # a configuration failure hint, and exit.
  521. func_fatal_configuration ()
  522. {
  523.     func_error ${1+"$@"}
  524.     func_error "See the $PACKAGE documentation for more information."
  525.     func_fatal_error "Fatal configuration error."
  526. }
  527. # func_config
  528. # Display the configuration for all the tags in this script.
  529. func_config ()
  530. {
  531.     re_begincf='^# ### BEGIN LIBTOOL'
  532.     re_endcf='^# ### END LIBTOOL'
  533.     # Default configuration.
  534.     $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,$d" < "$progpath"
  535.     # Now print the configurations for the tags.
  536.     for tagname in $taglist; do
  537.       $SED -n "/$re_begincf TAG CONFIG: $tagname$/,/$re_endcf TAG CONFIG: $tagname$/p" < "$progpath"
  538.     done
  539.     exit $?
  540. }
  541. # func_features
  542. # Display the features supported by this script.
  543. func_features ()
  544. {
  545.     $ECHO "host: $host"
  546.     if test "$build_libtool_libs" = yes; then
  547.       $ECHO "enable shared libraries"
  548.     else
  549.       $ECHO "disable shared libraries"
  550.     fi
  551.     if test "$build_old_libs" = yes; then
  552.       $ECHO "enable static libraries"
  553.     else
  554.       $ECHO "disable static libraries"
  555.     fi
  556.     exit $?
  557. }
  558. # func_enable_tag tagname
  559. # Verify that TAGNAME is valid, and either flag an error and exit, or
  560. # enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
  561. # variable here.
  562. func_enable_tag ()
  563. {
  564.   # Global variable:
  565.   tagname="$1"
  566.   re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$"
  567.   re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname$"
  568.   sed_extractcf="/$re_begincf/,/$re_endcf/p"
  569.   # Validate tagname.
  570.   case $tagname in
  571.     *[!-_A-Za-z0-9,/]*)
  572.       func_fatal_error "invalid tag name: $tagname"
  573.       ;;
  574.   esac
  575.   # Don't test for the "default" C tag, as we know it's
  576.   # there but not specially marked.
  577.   case $tagname in
  578.     CC) ;;
  579.     *)
  580.       if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
  581. taglist="$taglist $tagname"
  582. # Evaluate the configuration.  Be careful to quote the path
  583. # and the sed script, to avoid splitting on whitespace, but
  584. # also don't use non-portable quotes within backquotes within
  585. # quotes we have to do it in 2 steps:
  586. extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
  587. eval "$extractedcf"
  588.       else
  589. func_error "ignoring unknown tag $tagname"
  590.       fi
  591.       ;;
  592.   esac
  593. }
  594. # Parse options once, thoroughly.  This comes as soon as possible in
  595. # the script to make things like `libtool --version' happen quickly.
  596. {
  597.   # Shorthand for --mode=foo, only valid as the first argument
  598.   case $1 in
  599.   clean|clea|cle|cl)
  600.     shift; set dummy --mode clean ${1+"$@"}; shift
  601.     ;;
  602.   compile|compil|compi|comp|com|co|c)
  603.     shift; set dummy --mode compile ${1+"$@"}; shift
  604.     ;;
  605.   execute|execut|execu|exec|exe|ex|e)
  606.     shift; set dummy --mode execute ${1+"$@"}; shift
  607.     ;;
  608.   finish|finis|fini|fin|fi|f)
  609.     shift; set dummy --mode finish ${1+"$@"}; shift
  610.     ;;
  611.   install|instal|insta|inst|ins|in|i)
  612.     shift; set dummy --mode install ${1+"$@"}; shift
  613.     ;;
  614.   link|lin|li|l)
  615.     shift; set dummy --mode link ${1+"$@"}; shift
  616.     ;;
  617.   uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
  618.     shift; set dummy --mode uninstall ${1+"$@"}; shift
  619.     ;;
  620.   esac
  621.   # Parse non-mode specific arguments:
  622.   while test "$#" -gt 0; do
  623.     opt="$1"
  624.     shift
  625.     case $opt in
  626.       --config) func_config ;;
  627.       --debug) preserve_args="$preserve_args $opt"
  628. func_echo "enabling shell trace mode"
  629. opt_debug='set -x'
  630. $opt_debug
  631. ;;
  632.       -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
  633. execute_dlfiles="$execute_dlfiles $1"
  634. shift
  635. ;;
  636.       --dry-run | -n) opt_dry_run=: ;;
  637.       --features)       func_features ;;
  638.       --finish) mode="finish" ;;
  639.       --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
  640. case $1 in
  641.   # Valid mode arguments:
  642.   clean) ;;
  643.   compile) ;;
  644.   execute) ;;
  645.   finish) ;;
  646.   install) ;;
  647.   link) ;;
  648.   relink) ;;
  649.   uninstall) ;;
  650.   # Catch anything else as an error
  651.   *) func_error "invalid argument for $opt"
  652.      exit_cmd=exit
  653.      break
  654.      ;;
  655.         esac
  656. mode="$1"
  657. shift
  658. ;;
  659.       --preserve-dup-deps)
  660. opt_duplicate_deps=: ;;
  661.       --quiet|--silent) preserve_args="$preserve_args $opt"
  662. opt_silent=:
  663. ;;
  664.       --verbose| -v) preserve_args="$preserve_args $opt"
  665. opt_silent=false
  666. ;;
  667.       --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break
  668. preserve_args="$preserve_args $opt $1"
  669. func_enable_tag "$1" # tagname is set here
  670. shift
  671. ;;
  672.       # Separate optargs to long options:
  673.       -dlopen=*|--mode=*|--tag=*)
  674. func_opt_split "$opt"
  675. set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"}
  676. shift
  677. ;;
  678.       -?|-h) func_usage ;;
  679.       --help) opt_help=: ;;
  680.       --version) func_version ;;
  681.       -*) func_fatal_help "unrecognized option `$opt'" ;;
  682.       *) nonopt="$opt"
  683. break
  684. ;;
  685.     esac
  686.   done
  687.   case $host in
  688.     *cygwin* | *mingw* | *pw32* | *cegcc*)
  689.       # don't eliminate duplications in $postdeps and $predeps
  690.       opt_duplicate_compiler_generated_deps=:
  691.       ;;
  692.     *)
  693.       opt_duplicate_compiler_generated_deps=$opt_duplicate_deps
  694.       ;;
  695.   esac
  696.   # Having warned about all mis-specified options, bail out if
  697.   # anything was wrong.
  698.   $exit_cmd $EXIT_FAILURE
  699. }
  700. # func_check_version_match
  701. # Ensure that we are using m4 macros, and libtool script from the same
  702. # release of libtool.
  703. func_check_version_match ()
  704. {
  705.   if test "$package_revision" != "$macro_revision"; then
  706.     if test "$VERSION" != "$macro_version"; then
  707.       if test -z "$macro_version"; then
  708.         cat >&2 <<_LT_EOF
  709. $progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
  710. $progname: definition of this LT_INIT comes from an older release.
  711. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
  712. $progname: and run autoconf again.
  713. _LT_EOF
  714.       else
  715.         cat >&2 <<_LT_EOF
  716. $progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
  717. $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
  718. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
  719. $progname: and run autoconf again.
  720. _LT_EOF
  721.       fi
  722.     else
  723.       cat >&2 <<_LT_EOF
  724. $progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
  725. $progname: but the definition of this LT_INIT comes from revision $macro_revision.
  726. $progname: You should recreate aclocal.m4 with macros from revision $package_revision
  727. $progname: of $PACKAGE $VERSION and run autoconf again.
  728. _LT_EOF
  729.     fi
  730.     exit $EXIT_MISMATCH
  731.   fi
  732. }
  733. ## ----------- ##
  734. ##    Main.    ##
  735. ## ----------- ##
  736. $opt_help || {
  737.   # Sanity checks first:
  738.   func_check_version_match
  739.   if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
  740.     func_fatal_configuration "not configured to build any kind of library"
  741.   fi
  742.   test -z "$mode" && func_fatal_error "error: you must specify a MODE."
  743.   # Darwin sucks
  744.   eval std_shrext="$shrext_cmds"
  745.   # Only execute mode is allowed to have -dlopen flags.
  746.   if test -n "$execute_dlfiles" && test "$mode" != execute; then
  747.     func_error "unrecognized option `-dlopen'"
  748.     $ECHO "$help" 1>&2
  749.     exit $EXIT_FAILURE
  750.   fi
  751.   # Change the help message to a mode-specific one.
  752.   generic_help="$help"
  753.   help="Try `$progname --help --mode=$mode' for more information."
  754. }
  755. # func_lalib_p file
  756. # True iff FILE is a libtool `.la' library or `.lo' object file.
  757. # This function is only a basic sanity check; it will hardly flush out
  758. # determined imposters.
  759. func_lalib_p ()
  760. {
  761.     test -f "$1" &&
  762.       $SED -e 4q "$1" 2>/dev/null 
  763.         | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
  764. }
  765. # func_lalib_unsafe_p file
  766. # True iff FILE is a libtool `.la' library or `.lo' object file.
  767. # This function implements the same check as func_lalib_p without
  768. # resorting to external programs.  To this end, it redirects stdin and
  769. # closes it afterwards, without saving the original file descriptor.
  770. # As a safety measure, use it only where a negative result would be
  771. # fatal anyway.  Works if `file' does not exist.
  772. func_lalib_unsafe_p ()
  773. {
  774.     lalib_p=no
  775.     if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
  776. for lalib_p_l in 1 2 3 4
  777. do
  778.     read lalib_p_line
  779.     case "$lalib_p_line" in
  780. # Generated by *$PACKAGE* ) lalib_p=yes; break;;
  781.     esac
  782. done
  783. exec 0<&5 5<&-
  784.     fi
  785.     test "$lalib_p" = yes
  786. }
  787. # func_ltwrapper_script_p file
  788. # True iff FILE is a libtool wrapper script
  789. # This function is only a basic sanity check; it will hardly flush out
  790. # determined imposters.
  791. func_ltwrapper_script_p ()
  792. {
  793.     func_lalib_p "$1"
  794. }
  795. # func_ltwrapper_executable_p file
  796. # True iff FILE is a libtool wrapper executable
  797. # This function is only a basic sanity check; it will hardly flush out
  798. # determined imposters.
  799. func_ltwrapper_executable_p ()
  800. {
  801.     func_ltwrapper_exec_suffix=
  802.     case $1 in
  803.     *.exe) ;;
  804.     *) func_ltwrapper_exec_suffix=.exe ;;
  805.     esac
  806.     $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
  807. }
  808. # func_ltwrapper_scriptname file
  809. # Assumes file is an ltwrapper_executable
  810. # uses $file to determine the appropriate filename for a
  811. # temporary ltwrapper_script.
  812. func_ltwrapper_scriptname ()
  813. {
  814.     func_ltwrapper_scriptname_result=""
  815.     if func_ltwrapper_executable_p "$1"; then
  816. func_dirname_and_basename "$1" "" "."
  817. func_stripname '' '.exe' "$func_basename_result"
  818. func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
  819.     fi
  820. }
  821. # func_ltwrapper_p file
  822. # True iff FILE is a libtool wrapper script or wrapper executable
  823. # This function is only a basic sanity check; it will hardly flush out
  824. # determined imposters.
  825. func_ltwrapper_p ()
  826. {
  827.     func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
  828. }
  829. # func_execute_cmds commands fail_cmd
  830. # Execute tilde-delimited COMMANDS.
  831. # If FAIL_CMD is given, eval that upon failure.
  832. # FAIL_CMD may read-access the current command in variable CMD!
  833. func_execute_cmds ()
  834. {
  835.     $opt_debug
  836.     save_ifs=$IFS; IFS='~'
  837.     for cmd in $1; do
  838.       IFS=$save_ifs
  839.       eval cmd="$cmd"
  840.       func_show_eval "$cmd" "${2-:}"
  841.     done
  842.     IFS=$save_ifs
  843. }
  844. # func_source file
  845. # Source FILE, adding directory component if necessary.
  846. # Note that it is not necessary on cygwin/mingw to append a dot to
  847. # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
  848. # behavior happens only for exec(3), not for open(2)!  Also, sourcing
  849. # `FILE.' does not work on cygwin managed mounts.
  850. func_source ()
  851. {
  852.     $opt_debug
  853.     case $1 in
  854.     */* | *\*) . "$1" ;;
  855.     *) . "./$1" ;;
  856.     esac
  857. }
  858. # func_infer_tag arg
  859. # Infer tagged configuration to use if any are available and
  860. # if one wasn't chosen via the "--tag" command line option.
  861. # Only attempt this if the compiler in the base compile
  862. # command doesn't match the default compiler.
  863. # arg is usually of the form 'gcc ...'
  864. func_infer_tag ()
  865. {
  866.     $opt_debug
  867.     if test -n "$available_tags" && test -z "$tagname"; then
  868.       CC_quoted=
  869.       for arg in $CC; do
  870.         func_quote_for_eval "$arg"
  871. CC_quoted="$CC_quoted $func_quote_for_eval_result"
  872.       done
  873.       case $@ in
  874.       # Blanks in the command may have been stripped by the calling shell,
  875.       # but not from the CC environment variable when configure was run.
  876.       " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
  877.       # Blanks at the start of $base_compile will cause this to fail
  878.       # if we don't check for them as well.
  879.       *)
  880. for z in $available_tags; do
  881.   if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
  882.     # Evaluate the configuration.
  883.     eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
  884.     CC_quoted=
  885.     for arg in $CC; do
  886.       # Double-quote args containing other shell metacharacters.
  887.       func_quote_for_eval "$arg"
  888.       CC_quoted="$CC_quoted $func_quote_for_eval_result"
  889.     done
  890.     case "$@ " in
  891.       " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
  892.       # The compiler in the base compile command matches
  893.       # the one in the tagged configuration.
  894.       # Assume this is the tagged configuration we want.
  895.       tagname=$z
  896.       break
  897.       ;;
  898.     esac
  899.   fi
  900. done
  901. # If $tagname still isn't set, then no tagged configuration
  902. # was found and let the user know that the "--tag" command
  903. # line option must be used.
  904. if test -z "$tagname"; then
  905.   func_echo "unable to infer tagged configuration"
  906.   func_fatal_error "specify a tag with `--tag'"
  907. # else
  908. #   func_verbose "using $tagname tagged configuration"
  909. fi
  910. ;;
  911.       esac
  912.     fi
  913. }
  914. # func_write_libtool_object output_name pic_name nonpic_name
  915. # Create a libtool object file (analogous to a ".la" file),
  916. # but don't create it if we're doing a dry run.
  917. func_write_libtool_object ()
  918. {
  919.     write_libobj=${1}
  920.     if test "$build_libtool_libs" = yes; then
  921.       write_lobj='${2}'
  922.     else
  923.       write_lobj=none
  924.     fi
  925.     if test "$build_old_libs" = yes; then
  926.       write_oldobj='${3}'
  927.     else
  928.       write_oldobj=none
  929.     fi
  930.     $opt_dry_run || {
  931.       cat >${write_libobj}T <<EOF
  932. # $write_libobj - a libtool object file
  933. # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
  934. #
  935. # Please DO NOT delete this file!
  936. # It is necessary for linking the library.
  937. # Name of the PIC object.
  938. pic_object=$write_lobj
  939. # Name of the non-PIC object
  940. non_pic_object=$write_oldobj
  941. EOF
  942.       $MV "${write_libobj}T" "${write_libobj}"
  943.     }
  944. }
  945. # func_mode_compile arg...
  946. func_mode_compile ()
  947. {
  948.     $opt_debug
  949.     # Get the compilation command and the source file.
  950.     base_compile=
  951.     srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
  952.     suppress_opt=yes
  953.     suppress_output=
  954.     arg_mode=normal
  955.     libobj=
  956.     later=
  957.     pie_flag=
  958.     for arg
  959.     do
  960.       case $arg_mode in
  961.       arg  )
  962. # do not "continue".  Instead, add this to base_compile
  963. lastarg="$arg"
  964. arg_mode=normal
  965. ;;
  966.       target )
  967. libobj="$arg"
  968. arg_mode=normal
  969. continue
  970. ;;
  971.       normal )
  972. # Accept any command-line options.
  973. case $arg in
  974. -o)
  975.   test -n "$libobj" && 
  976.     func_fatal_error "you cannot specify `-o' more than once"
  977.   arg_mode=target
  978.   continue
  979.   ;;
  980. -pie | -fpie | -fPIE)
  981.           pie_flag="$pie_flag $arg"
  982.   continue
  983.   ;;
  984. -shared | -static | -prefer-pic | -prefer-non-pic)
  985.   later="$later $arg"
  986.   continue
  987.   ;;
  988. -no-suppress)
  989.   suppress_opt=no
  990.   continue
  991.   ;;
  992. -Xcompiler)
  993.   arg_mode=arg  #  the next one goes into the "base_compile" arg list
  994.   continue      #  The current "srcfile" will either be retained or
  995.   ;;            #  replaced later.  I would guess that would be a bug.
  996. -Wc,*)
  997.   func_stripname '-Wc,' '' "$arg"
  998.   args=$func_stripname_result
  999.   lastarg=
  1000.   save_ifs="$IFS"; IFS=','
  1001.   for arg in $args; do
  1002.     IFS="$save_ifs"
  1003.     func_quote_for_eval "$arg"
  1004.     lastarg="$lastarg $func_quote_for_eval_result"
  1005.   done
  1006.   IFS="$save_ifs"
  1007.   func_stripname ' ' '' "$lastarg"
  1008.   lastarg=$func_stripname_result
  1009.   # Add the arguments to base_compile.
  1010.   base_compile="$base_compile $lastarg"
  1011.   continue
  1012.   ;;
  1013. *)
  1014.   # Accept the current argument as the source file.
  1015.   # The previous "srcfile" becomes the current argument.
  1016.   #
  1017.   lastarg="$srcfile"
  1018.   srcfile="$arg"
  1019.   ;;
  1020. esac  #  case $arg
  1021. ;;
  1022.       esac    #  case $arg_mode
  1023.       # Aesthetically quote the previous argument.
  1024.       func_quote_for_eval "$lastarg"
  1025.       base_compile="$base_compile $func_quote_for_eval_result"
  1026.     done # for arg
  1027.     case $arg_mode in
  1028.     arg)
  1029.       func_fatal_error "you must specify an argument for -Xcompile"
  1030.       ;;
  1031.     target)
  1032.       func_fatal_error "you must specify a target with `-o'"
  1033.       ;;
  1034.     *)
  1035.       # Get the name of the library object.
  1036.       test -z "$libobj" && {
  1037. func_basename "$srcfile"
  1038. libobj="$func_basename_result"
  1039.       }
  1040.       ;;
  1041.     esac
  1042.     # Recognize several different file suffixes.
  1043.     # If the user specifies -o file.o, it is replaced with file.lo
  1044.     case $libobj in
  1045.     *.[cCFSifmso] | 
  1046.     *.ada | *.adb | *.ads | *.asm | 
  1047.     *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | 
  1048.     *.[fF][09]? | *.for | *.java | *.obj | *.sx)
  1049.       func_xform "$libobj"
  1050.       libobj=$func_xform_result
  1051.       ;;
  1052.     esac
  1053.     case $libobj in
  1054.     *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
  1055.     *)
  1056.       func_fatal_error "cannot determine name of library object from `$libobj'"
  1057.       ;;
  1058.     esac
  1059.     func_infer_tag $base_compile
  1060.     for arg in $later; do
  1061.       case $arg in
  1062.       -shared)
  1063. test "$build_libtool_libs" != yes && 
  1064.   func_fatal_configuration "can not build a shared library"
  1065. build_old_libs=no
  1066. continue
  1067. ;;
  1068.       -static)
  1069. build_libtool_libs=no
  1070. build_old_libs=yes
  1071. continue
  1072. ;;
  1073.       -prefer-pic)
  1074. pic_mode=yes
  1075. continue
  1076. ;;
  1077.       -prefer-non-pic)
  1078. pic_mode=no
  1079. continue
  1080. ;;
  1081.       esac
  1082.     done
  1083.     func_quote_for_eval "$libobj"
  1084.     test "X$libobj" != "X$func_quote_for_eval_result" 
  1085.       && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'  &()|`$[]' 
  1086.       && func_warning "libobj name `$libobj' may not contain shell special characters."
  1087.     func_dirname_and_basename "$obj" "/" ""
  1088.     objname="$func_basename_result"
  1089.     xdir="$func_dirname_result"
  1090.     lobj=${xdir}$objdir/$objname
  1091.     test -z "$base_compile" && 
  1092.       func_fatal_help "you must specify a compilation command"
  1093.     # Delete any leftover library objects.
  1094.     if test "$build_old_libs" = yes; then
  1095.       removelist="$obj $lobj $libobj ${libobj}T"
  1096.     else
  1097.       removelist="$lobj $libobj ${libobj}T"
  1098.     fi
  1099.     # On Cygwin there's no "real" PIC flag so we must build both object types
  1100.     case $host_os in
  1101.     cygwin* | mingw* | pw32* | os2* | cegcc*)
  1102.       pic_mode=default
  1103.       ;;
  1104.     esac
  1105.     if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
  1106.       # non-PIC code in shared libraries is not supported
  1107.       pic_mode=default
  1108.     fi
  1109.     # Calculate the filename of the output object if compiler does
  1110.     # not support -o with -c
  1111.     if test "$compiler_c_o" = no; then
  1112.       output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%.[^.]*$%%'`.${objext}
  1113.       lockfile="$output_obj.lock"
  1114.     else
  1115.       output_obj=
  1116.       need_locks=no
  1117.       lockfile=
  1118.     fi
  1119.     # Lock this critical section if it is needed
  1120.     # We use this script file to make the link, it avoids creating a new file
  1121.     if test "$need_locks" = yes; then
  1122.       until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
  1123. func_echo "Waiting for $lockfile to be removed"
  1124. sleep 2
  1125.       done
  1126.     elif test "$need_locks" = warn; then
  1127.       if test -f "$lockfile"; then
  1128. $ECHO "
  1129. *** ERROR, $lockfile exists and contains:
  1130. `cat $lockfile 2>/dev/null`
  1131. This indicates that another process is trying to use the same
  1132. temporary object file, and libtool could not work around it because
  1133. your compiler does not support `-c' and `-o' together.  If you
  1134. repeat this compilation, it may succeed, by chance, but you had better
  1135. avoid parallel builds (make -j) in this platform, or get a better
  1136. compiler."
  1137. $opt_dry_run || $RM $removelist
  1138. exit $EXIT_FAILURE
  1139.       fi
  1140.       removelist="$removelist $output_obj"
  1141.       $ECHO "$srcfile" > "$lockfile"
  1142.     fi
  1143.     $opt_dry_run || $RM $removelist
  1144.     removelist="$removelist $lockfile"
  1145.     trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
  1146.     if test -n "$fix_srcfile_path"; then
  1147.       eval srcfile="$fix_srcfile_path"
  1148.     fi
  1149.     func_quote_for_eval "$srcfile"
  1150.     qsrcfile=$func_quote_for_eval_result
  1151.     # Only build a PIC object if we are building libtool libraries.
  1152.     if test "$build_libtool_libs" = yes; then
  1153.       # Without this assignment, base_compile gets emptied.
  1154.       fbsd_hideous_sh_bug=$base_compile
  1155.       if test "$pic_mode" != no; then
  1156. command="$base_compile $qsrcfile $pic_flag"
  1157.       else
  1158. # Don't build PIC code
  1159. command="$base_compile $qsrcfile"
  1160.       fi
  1161.       func_mkdir_p "$xdir$objdir"
  1162.       if test -z "$output_obj"; then
  1163. # Place PIC objects in $objdir
  1164. command="$command -o $lobj"
  1165.       fi
  1166.       func_show_eval_locale "$command"
  1167.           'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
  1168.       if test "$need_locks" = warn &&
  1169.  test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
  1170. $ECHO "
  1171. *** ERROR, $lockfile contains:
  1172. `cat $lockfile 2>/dev/null`
  1173. but it should contain:
  1174. $srcfile
  1175. This indicates that another process is trying to use the same
  1176. temporary object file, and libtool could not work around it because
  1177. your compiler does not support `-c' and `-o' together.  If you
  1178. repeat this compilation, it may succeed, by chance, but you had better
  1179. avoid parallel builds (make -j) in this platform, or get a better
  1180. compiler."
  1181. $opt_dry_run || $RM $removelist
  1182. exit $EXIT_FAILURE
  1183.       fi
  1184.       # Just move the object if needed, then go on to compile the next one
  1185.       if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
  1186. func_show_eval '$MV "$output_obj" "$lobj"' 
  1187.   'error=$?; $opt_dry_run || $RM $removelist; exit $error'
  1188.       fi
  1189.       # Allow error messages only from the first compilation.
  1190.       if test "$suppress_opt" = yes; then
  1191. suppress_output=' >/dev/null 2>&1'
  1192.       fi
  1193.     fi
  1194.     # Only build a position-dependent object if we build old libraries.
  1195.     if test "$build_old_libs" = yes; then
  1196.       if test "$pic_mode" != yes; then
  1197. # Don't build PIC code
  1198. command="$base_compile $qsrcfile$pie_flag"
  1199.       else
  1200. command="$base_compile $qsrcfile $pic_flag"
  1201.       fi
  1202.       if test "$compiler_c_o" = yes; then
  1203. command="$command -o $obj"
  1204.       fi
  1205.       # Suppress compiler output if we already did a PIC compilation.
  1206.       command="$command$suppress_output"
  1207.       func_show_eval_locale "$command" 
  1208.         '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
  1209.       if test "$need_locks" = warn &&
  1210.  test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
  1211. $ECHO "
  1212. *** ERROR, $lockfile contains:
  1213. `cat $lockfile 2>/dev/null`
  1214. but it should contain:
  1215. $srcfile
  1216. This indicates that another process is trying to use the same
  1217. temporary object file, and libtool could not work around it because
  1218. your compiler does not support `-c' and `-o' together.  If you
  1219. repeat this compilation, it may succeed, by chance, but you had better
  1220. avoid parallel builds (make -j) in this platform, or get a better
  1221. compiler."
  1222. $opt_dry_run || $RM $removelist
  1223. exit $EXIT_FAILURE
  1224.       fi
  1225.       # Just move the object if needed
  1226.       if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
  1227. func_show_eval '$MV "$output_obj" "$obj"' 
  1228.   'error=$?; $opt_dry_run || $RM $removelist; exit $error'
  1229.       fi
  1230.     fi
  1231.     $opt_dry_run || {
  1232.       func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
  1233.       # Unlock the critical section if it was locked
  1234.       if test "$need_locks" != no; then
  1235. removelist=$lockfile
  1236.         $RM "$lockfile"
  1237.       fi
  1238.     }
  1239.     exit $EXIT_SUCCESS
  1240. }
  1241. $opt_help || {
  1242. test "$mode" = compile && func_mode_compile ${1+"$@"}
  1243. }
  1244. func_mode_help ()
  1245. {
  1246.     # We need to display help for each of the modes.
  1247.     case $mode in
  1248.       "")
  1249.         # Generic help is extracted from the usage comments
  1250.         # at the start of this file.
  1251.         func_help
  1252.         ;;
  1253.       clean)
  1254.         $ECHO 
  1255. "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
  1256. Remove files from the build directory.
  1257. RM is the name of the program to use to delete files associated with each FILE
  1258. (typically `/bin/rm').  RM-OPTIONS are options (such as `-f') to be passed
  1259. to RM.
  1260. If FILE is a libtool library, object or program, all the files associated
  1261. with it are deleted. Otherwise, only FILE itself is deleted using RM."
  1262.         ;;
  1263.       compile)
  1264.       $ECHO 
  1265. "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
  1266. Compile a source file into a libtool library object.
  1267. This mode accepts the following additional options:
  1268.   -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
  1269.   -no-suppress      do not suppress compiler output for multiple passes
  1270.   -prefer-pic       try to building PIC objects only
  1271.   -prefer-non-pic   try to building non-PIC objects only
  1272.   -shared           do not build a `.o' file suitable for static linking
  1273.   -static           only build a `.o' file suitable for static linking
  1274. COMPILE-COMMAND is a command to be used in creating a `standard' object file
  1275. from the given SOURCEFILE.
  1276. The output file name is determined by removing the directory component from
  1277. SOURCEFILE, then substituting the C source code suffix `.c' with the
  1278. library object suffix, `.lo'."
  1279.         ;;
  1280.       execute)
  1281.         $ECHO 
  1282. "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
  1283. Automatically set library path, then run a program.
  1284. This mode accepts the following additional options:
  1285.   -dlopen FILE      add the directory containing FILE to the library path
  1286. This mode sets the library path environment variable according to `-dlopen'
  1287. flags.
  1288. If any of the ARGS are libtool executable wrappers, then they are translated
  1289. into their corresponding uninstalled binary, and any of their required library
  1290. directories are added to the library path.
  1291. Then, COMMAND is executed, with ARGS as arguments."
  1292.         ;;
  1293.       finish)
  1294.         $ECHO 
  1295. "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
  1296. Complete the installation of libtool libraries.
  1297. Each LIBDIR is a directory that contains libtool libraries.
  1298. The commands that this mode executes may require superuser privileges.  Use
  1299. the `--dry-run' option if you just want to see what would be executed."
  1300.         ;;
  1301.       install)
  1302.         $ECHO 
  1303. "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
  1304. Install executables or libraries.
  1305. INSTALL-COMMAND is the installation command.  The first component should be
  1306. either the `install' or `cp' program.
  1307. The following components of INSTALL-COMMAND are treated specially:
  1308.   -inst-prefix PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
  1309. The rest of the components are interpreted as arguments to that command (only
  1310. BSD-compatible install options are recognized)."
  1311.         ;;
  1312.       link)
  1313.         $ECHO 
  1314. "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
  1315. Link object files or libraries together to form another library, or to
  1316. create an executable program.
  1317. LINK-COMMAND is a command using the C compiler that you would use to create
  1318. a program from several object files.
  1319. The following components of LINK-COMMAND are treated specially:
  1320.   -all-static       do not do any dynamic linking at all
  1321.   -avoid-version    do not add a version suffix if possible
  1322.   -dlopen FILE      `-dlpreopen' FILE if it cannot be dlopened at runtime
  1323.   -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
  1324.   -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
  1325.   -export-symbols SYMFILE
  1326.                     try to export only the symbols listed in SYMFILE
  1327.   -export-symbols-regex REGEX
  1328.                     try to export only the symbols matching REGEX
  1329.   -LLIBDIR          search LIBDIR for required installed libraries
  1330.   -lNAME            OUTPUT-FILE requires the installed library libNAME
  1331.   -module           build a library that can dlopened
  1332.   -no-fast-install  disable the fast-install mode
  1333.   -no-install       link a not-installable executable
  1334.   -no-undefined     declare that a library does not refer to external symbols
  1335.   -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
  1336.   -objectlist FILE  Use a list of object files found in FILE to specify objects
  1337.   -precious-files-regex REGEX
  1338.                     don't remove output files matching REGEX
  1339.   -release RELEASE  specify package release information
  1340.   -rpath LIBDIR     the created library will eventually be installed in LIBDIR
  1341.   -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
  1342.   -shared           only do dynamic linking of libtool libraries
  1343.   -shrext SUFFIX    override the standard shared library file extension
  1344.   -static           do not do any dynamic linking of uninstalled libtool libraries
  1345.   -static-libtool-libs
  1346.                     do not do any dynamic linking of libtool libraries
  1347.   -version-info CURRENT[:REVISION[:AGE]]
  1348.                     specify library version info [each variable defaults to 0]
  1349.   -weak LIBNAME     declare that the target provides the LIBNAME interface
  1350. All other options (arguments beginning with `-') are ignored.
  1351. Every other argument is treated as a filename.  Files ending in `.la' are
  1352. treated as uninstalled libtool libraries, other files are standard or library
  1353. object files.
  1354. If the OUTPUT-FILE ends in `.la', then a libtool library is created,
  1355. only library objects (`.lo' files) may be specified, and `-rpath' is
  1356. required, except when creating a convenience library.
  1357. If OUTPUT-FILE ends in `.a' or `.lib', then a standard library is created
  1358. using `ar' and `ranlib', or on Windows using `lib'.
  1359. If OUTPUT-FILE ends in `.lo' or `.${objext}', then a reloadable object file
  1360. is created, otherwise an executable program is created."
  1361.         ;;
  1362.       uninstall)
  1363.         $ECHO 
  1364. "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
  1365. Remove libraries from an installation directory.
  1366. RM is the name of the program to use to delete files associated with each FILE
  1367. (typically `/bin/rm').  RM-OPTIONS are options (such as `-f') to be passed
  1368. to RM.
  1369. If FILE is a libtool library, all the files associated with it are deleted.
  1370. Otherwise, only FILE itself is deleted using RM."
  1371.         ;;
  1372.       *)
  1373.         func_fatal_help "invalid operation mode `$mode'"
  1374.         ;;
  1375.     esac
  1376.     $ECHO
  1377.     $ECHO "Try `$progname --help' for more information about other modes."
  1378.     exit $?
  1379. }
  1380.   # Now that we've collected a possible --mode arg, show help if necessary
  1381.   $opt_help && func_mode_help
  1382. # func_mode_execute arg...
  1383. func_mode_execute ()
  1384. {
  1385.     $opt_debug
  1386.     # The first argument is the command name.
  1387.     cmd="$nonopt"
  1388.     test -z "$cmd" && 
  1389.       func_fatal_help "you must specify a COMMAND"
  1390.     # Handle -dlopen flags immediately.
  1391.     for file in $execute_dlfiles; do
  1392.       test -f "$file" 
  1393. || func_fatal_help "`$file' is not a file"
  1394.       dir=
  1395.       case $file in
  1396.       *.la)
  1397. # Check to see that this really is a libtool archive.
  1398. func_lalib_unsafe_p "$file" 
  1399.   || func_fatal_help "`$lib' is not a valid libtool archive"
  1400. # Read the libtool library.
  1401. dlname=
  1402. library_names=
  1403. func_source "$file"
  1404. # Skip this library if it cannot be dlopened.
  1405. if test -z "$dlname"; then
  1406.   # Warn if it was a shared library.
  1407.   test -n "$library_names" && 
  1408.     func_warning "`$file' was not linked with `-export-dynamic'"
  1409.   continue
  1410. fi
  1411. func_dirname "$file" "" "."
  1412. dir="$func_dirname_result"
  1413. if test -f "$dir/$objdir/$dlname"; then
  1414.   dir="$dir/$objdir"
  1415. else
  1416.   if test ! -f "$dir/$dlname"; then
  1417.     func_fatal_error "cannot find `$dlname' in `$dir' or `$dir/$objdir'"
  1418.   fi
  1419. fi
  1420. ;;
  1421.       *.lo)
  1422. # Just add the directory containing the .lo file.
  1423. func_dirname "$file" "" "."
  1424. dir="$func_dirname_result"
  1425. ;;
  1426.       *)
  1427. func_warning "`-dlopen' is ignored for non-libtool libraries and objects"
  1428. continue
  1429. ;;
  1430.       esac
  1431.       # Get the absolute pathname.
  1432.       absdir=`cd "$dir" && pwd`
  1433.       test -n "$absdir" && dir="$absdir"
  1434.       # Now add the directory to shlibpath_var.
  1435.       if eval "test -z "$$shlibpath_var""; then
  1436. eval "$shlibpath_var="$dir""
  1437.       else
  1438. eval "$shlibpath_var="$dir:$$shlibpath_var""
  1439.       fi
  1440.     done
  1441.     # This variable tells wrapper scripts just to set shlibpath_var
  1442.     # rather than running their programs.
  1443.     libtool_execute_magic="$magic"
  1444.     # Check if any of the arguments is a wrapper script.
  1445.     args=
  1446.     for file
  1447.     do
  1448.       case $file in
  1449.       -*) ;;
  1450.       *)
  1451. # Do a test to see if this is really a libtool program.
  1452. if func_ltwrapper_script_p "$file"; then
  1453.   func_source "$file"
  1454.   # Transform arg to wrapped name.
  1455.   file="$progdir/$program"
  1456. elif func_ltwrapper_executable_p "$file"; then
  1457.   func_ltwrapper_scriptname "$file"
  1458.   func_source "$func_ltwrapper_scriptname_result"
  1459.   # Transform arg to wrapped name.
  1460.   file="$progdir/$program"
  1461. fi
  1462. ;;
  1463.       esac
  1464.       # Quote arguments (to preserve shell metacharacters).
  1465.       func_quote_for_eval "$file"
  1466.       args="$args $func_quote_for_eval_result"
  1467.     done
  1468.     if test "X$opt_dry_run" = Xfalse; then
  1469.       if test -n "$shlibpath_var"; then
  1470. # Export the shlibpath_var.
  1471. eval "export $shlibpath_var"
  1472.       fi
  1473.       # Restore saved environment variables
  1474.       for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
  1475.       do
  1476. eval "if test "${save_$lt_var+set}" = set; then
  1477.                 $lt_var=$save_$lt_var; export $lt_var
  1478.       else
  1479. $lt_unset $lt_var
  1480.       fi"
  1481.       done
  1482.       # Now prepare to actually exec the command.
  1483.       exec_cmd="$cmd$args"
  1484.     else
  1485.       # Display what would be done.
  1486.       if test -n "$shlibpath_var"; then
  1487. eval "$ECHO "$shlibpath_var=$$shlibpath_var""
  1488. $ECHO "export $shlibpath_var"
  1489.       fi
  1490.       $ECHO "$cmd$args"
  1491.       exit $EXIT_SUCCESS
  1492.     fi
  1493. }
  1494. test "$mode" = execute && func_mode_execute ${1+"$@"}
  1495. # func_mode_finish arg...
  1496. func_mode_finish ()
  1497. {
  1498.     $opt_debug
  1499.     libdirs="$nonopt"
  1500.     admincmds=
  1501.     if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
  1502.       for dir
  1503.       do
  1504. libdirs="$libdirs $dir"
  1505.       done
  1506.       for libdir in $libdirs; do
  1507. if test -n "$finish_cmds"; then
  1508.   # Do each command in the finish commands.
  1509.   func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
  1510. '"$cmd"'"'
  1511. fi
  1512. if test -n "$finish_eval"; then
  1513.   # Do the single finish_eval.
  1514.   eval cmds="$finish_eval"
  1515.   $opt_dry_run || eval "$cmds" || admincmds="$admincmds
  1516.        $cmds"
  1517. fi
  1518.       done
  1519.     fi
  1520.     # Exit here if they wanted silent mode.
  1521.     $opt_silent && exit $EXIT_SUCCESS
  1522.     $ECHO "X----------------------------------------------------------------------" | $Xsed
  1523.     $ECHO "Libraries have been installed in:"
  1524.     for libdir in $libdirs; do
  1525.       $ECHO "   $libdir"
  1526.     done
  1527.     $ECHO
  1528.     $ECHO "If you ever happen to want to link against installed libraries"
  1529.     $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
  1530.     $ECHO "specify the full pathname of the library, or use the `-LLIBDIR'"
  1531.     $ECHO "flag during linking and do at least one of the following:"
  1532.     if test -n "$shlibpath_var"; then
  1533.       $ECHO "   - add LIBDIR to the `$shlibpath_var' environment variable"
  1534.       $ECHO "     during execution"
  1535.     fi
  1536.     if test -n "$runpath_var"; then
  1537.       $ECHO "   - add LIBDIR to the `$runpath_var' environment variable"
  1538.       $ECHO "     during linking"
  1539.     fi
  1540.     if test -n "$hardcode_libdir_flag_spec"; then
  1541.       libdir=LIBDIR
  1542.       eval flag="$hardcode_libdir_flag_spec"
  1543.       $ECHO "   - use the `$flag' linker flag"
  1544.     fi
  1545.     if test -n "$admincmds"; then
  1546.       $ECHO "   - have your system administrator run these commands:$admincmds"
  1547.     fi
  1548.     if test -f /etc/ld.so.conf; then
  1549.       $ECHO "   - have your system administrator add LIBDIR to `/etc/ld.so.conf'"
  1550.     fi
  1551.     $ECHO
  1552.     $ECHO "See any operating system documentation about shared libraries for"
  1553.     case $host in
  1554.       solaris2.[6789]|solaris2.1[0-9])
  1555.         $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
  1556. $ECHO "pages."
  1557. ;;
  1558.       *)
  1559.         $ECHO "more information, such as the ld(1) and ld.so(8) manual pages."
  1560.         ;;
  1561.     esac
  1562.     $ECHO "X----------------------------------------------------------------------" | $Xsed
  1563.     exit $EXIT_SUCCESS
  1564. }
  1565. test "$mode" = finish && func_mode_finish ${1+"$@"}
  1566. # func_mode_install arg...
  1567. func_mode_install ()
  1568. {
  1569.     $opt_debug
  1570.     # There may be an optional sh(1) argument at the beginning of
  1571.     # install_prog (especially on Windows NT).
  1572.     if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
  1573.        # Allow the use of GNU shtool's install command.
  1574.        $ECHO "X$nonopt" | $GREP shtool >/dev/null; then
  1575.       # Aesthetically quote it.
  1576.       func_quote_for_eval "$nonopt"
  1577.       install_prog="$func_quote_for_eval_result "
  1578.       arg=$1
  1579.       shift
  1580.     else
  1581.       install_prog=
  1582.       arg=$nonopt
  1583.     fi
  1584.     # The real first argument should be the name of the installation program.
  1585.     # Aesthetically quote it.
  1586.     func_quote_for_eval "$arg"
  1587.     install_prog="$install_prog$func_quote_for_eval_result"
  1588.     # We need to accept at least all the BSD install flags.
  1589.     dest=
  1590.     files=
  1591.     opts=
  1592.     prev=
  1593.     install_type=
  1594.     isdir=no
  1595.     stripme=
  1596.     for arg
  1597.     do
  1598.       if test -n "$dest"; then
  1599. files="$files $dest"
  1600. dest=$arg
  1601. continue
  1602.       fi
  1603.       case $arg in
  1604.       -d) isdir=yes ;;
  1605.       -f)
  1606. case " $install_prog " in
  1607. *[\ /]cp *) ;;
  1608. *) prev=$arg ;;
  1609. esac
  1610. ;;
  1611.       -g | -m | -o)
  1612. prev=$arg
  1613. ;;
  1614.       -s)
  1615. stripme=" -s"
  1616. continue
  1617. ;;
  1618.       -*)
  1619. ;;
  1620.       *)
  1621. # If the previous option needed an argument, then skip it.
  1622. if test -n "$prev"; then
  1623.   prev=
  1624. else
  1625.   dest=$arg
  1626.   continue
  1627. fi
  1628. ;;
  1629.       esac
  1630.       # Aesthetically quote the argument.
  1631.       func_quote_for_eval "$arg"
  1632.       install_prog="$install_prog $func_quote_for_eval_result"
  1633.     done
  1634.     test -z "$install_prog" && 
  1635.       func_fatal_help "you must specify an install program"
  1636.     test -n "$prev" && 
  1637.       func_fatal_help "the `$prev' option requires an argument"
  1638.     if test -z "$files"; then
  1639.       if test -z "$dest"; then
  1640. func_fatal_help "no file or destination specified"
  1641.       else
  1642. func_fatal_help "you must specify a destination"
  1643.       fi
  1644.     fi
  1645.     # Strip any trailing slash from the destination.
  1646.     func_stripname '' '/' "$dest"
  1647.     dest=$func_stripname_result
  1648.     # Check to see that the destination is a directory.
  1649.     test -d "$dest" && isdir=yes
  1650.     if test "$isdir" = yes; then
  1651.       destdir="$dest"
  1652.       destname=
  1653.     else
  1654.       func_dirname_and_basename "$dest" "" "."
  1655.       destdir="$func_dirname_result"
  1656.       destname="$func_basename_result"
  1657.       # Not a directory, so check to see that there is only one file specified.
  1658.       set dummy $files; shift
  1659.       test "$#" -gt 1 && 
  1660. func_fatal_help "`$dest' is not a directory"
  1661.     fi
  1662.     case $destdir in
  1663.     [\/]* | [A-Za-z]:[\/]*) ;;
  1664.     *)
  1665.       for file in $files; do
  1666. case $file in
  1667. *.lo) ;;
  1668. *)
  1669.   func_fatal_help "`$destdir' must be an absolute directory name"
  1670.   ;;
  1671. esac
  1672.       done
  1673.       ;;
  1674.     esac
  1675.     # This variable tells wrapper scripts just to set variables rather
  1676.     # than running their programs.
  1677.     libtool_install_magic="$magic"
  1678.     staticlibs=
  1679.     future_libdirs=
  1680.     current_libdirs=
  1681.     for file in $files; do
  1682.       # Do each installation.
  1683.       case $file in
  1684.       *.$libext)
  1685. # Do the static libraries later.
  1686. staticlibs="$staticlibs $file"
  1687. ;;
  1688.       *.la)
  1689. # Check to see that this really is a libtool archive.
  1690. func_lalib_unsafe_p "$file" 
  1691.   || func_fatal_help "`$file' is not a valid libtool archive"
  1692. library_names=
  1693. old_library=
  1694. relink_command=
  1695. func_source "$file"
  1696. # Add the libdir to current_libdirs if it is the destination.
  1697. if test "X$destdir" = "X$libdir"; then
  1698.   case "$current_libdirs " in
  1699.   *" $libdir "*) ;;
  1700.   *) current_libdirs="$current_libdirs $libdir" ;;
  1701.   esac
  1702. else
  1703.   # Note the libdir as a future libdir.
  1704.   case "$future_libdirs " in
  1705.   *" $libdir "*) ;;
  1706.   *) future_libdirs="$future_libdirs $libdir" ;;
  1707.   esac
  1708. fi
  1709. func_dirname "$file" "/" ""
  1710. dir="$func_dirname_result"
  1711. dir="$dir$objdir"
  1712. if test -n "$relink_command"; then
  1713.   # Determine the prefix the user has applied to our future dir.
  1714.   inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir$%%"`
  1715.   # Don't allow the user to place us outside of our expected
  1716.   # location b/c this prevents finding dependent libraries that
  1717.   # are installed to the same prefix.
  1718.   # At present, this check doesn't affect windows .dll's that
  1719.   # are installed into $libdir/../bin (currently, that works fine)
  1720.   # but it's something to keep an eye on.
  1721.   test "$inst_prefix_dir" = "$destdir" && 
  1722.     func_fatal_error "error: cannot install `$file' to a directory not ending in $libdir"
  1723.   if test -n "$inst_prefix_dir"; then
  1724.     # Stick the inst_prefix_dir data into the link command.
  1725.     relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
  1726.   else
  1727.     relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
  1728.   fi
  1729.   func_warning "relinking `$file'"
  1730.   func_show_eval "$relink_command" 
  1731.     'func_fatal_error "error: relink `$file''' with the above command before installing it"'
  1732. fi
  1733. # See the names of the shared library.
  1734. set dummy $library_names; shift
  1735. if test -n "$1"; then
  1736.   realname="$1"
  1737.   shift
  1738.   srcname="$realname"
  1739.   test -n "$relink_command" && srcname="$realname"T
  1740.   # Install the shared library and build the symlinks.
  1741.   func_show_eval "$install_prog $dir/$srcname $destdir/$realname" 
  1742.       'exit $?'
  1743.   tstripme="$stripme"
  1744.   case $host_os in
  1745.   cygwin* | mingw* | pw32* | cegcc*)
  1746.     case $realname in
  1747.     *.dll.a)
  1748.       tstripme=""
  1749.       ;;
  1750.     esac
  1751.     ;;
  1752.   esac
  1753.   if test -n "$tstripme" && test -n "$striplib"; then
  1754.     func_show_eval "$striplib $destdir/$realname" 'exit $?'
  1755.   fi
  1756.   if test "$#" -gt 0; then
  1757.     # Delete the old symlinks, and create new ones.
  1758.     # Try `ln -sf' first, because the `ln' binary might depend on
  1759.     # the symlink we replace!  Solaris /bin/ln does not understand -f,
  1760.     # so we also need to try rm && ln -s.
  1761.     for linkname
  1762.     do
  1763.       test "$linkname" != "$realname" 
  1764. && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
  1765.     done
  1766.   fi
  1767.   # Do each command in the postinstall commands.
  1768.   lib="$destdir/$realname"
  1769.   func_execute_cmds "$postinstall_cmds" 'exit $?'
  1770. fi
  1771. # Install the pseudo-library for information purposes.
  1772. func_basename "$file"
  1773. name="$func_basename_result"
  1774. instname="$dir/$name"i
  1775. func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
  1776. # Maybe install the static library, too.
  1777. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
  1778. ;;
  1779.       *.lo)
  1780. # Install (i.e. copy) a libtool object.
  1781. # Figure out destination file name, if it wasn't already specified.
  1782. if test -n "$destname"; then
  1783.   destfile="$destdir/$destname"
  1784. else
  1785.   func_basename "$file"
  1786.   destfile="$func_basename_result"
  1787.   destfile="$destdir/$destfile"
  1788. fi
  1789. # Deduce the name of the destination old-style object file.
  1790. case $destfile in
  1791. *.lo)
  1792.   func_lo2o "$destfile"
  1793.   staticdest=$func_lo2o_result
  1794.   ;;
  1795. *.$objext)
  1796.   staticdest="$destfile"
  1797.   destfile=
  1798.   ;;
  1799. *)
  1800.   func_fatal_help "cannot copy a libtool object to `$destfile'"
  1801.   ;;
  1802. esac
  1803. # Install the libtool object if requested.
  1804. test -n "$destfile" && 
  1805.   func_show_eval "$install_prog $file $destfile" 'exit $?'
  1806. # Install the old object if enabled.
  1807. if test "$build_old_libs" = yes; then
  1808.   # Deduce the name of the old-style object file.
  1809.   func_lo2o "$file"
  1810.   staticobj=$func_lo2o_result
  1811.   func_show_eval "$install_prog $staticobj $staticdest" 'exit $?'
  1812. fi
  1813. exit $EXIT_SUCCESS
  1814. ;;
  1815.       *)
  1816. # Figure out destination file name, if it wasn't already specified.
  1817. if test -n "$destname"; then
  1818.   destfile="$destdir/$destname"
  1819. else
  1820.   func_basename "$file"
  1821.   destfile="$func_basename_result"
  1822.   destfile="$destdir/$destfile"
  1823. fi
  1824. # If the file is missing, and there is a .exe on the end, strip it
  1825. # because it is most likely a libtool script we actually want to
  1826. # install
  1827. stripped_ext=""
  1828. case $file in
  1829.   *.exe)
  1830.     if test ! -f "$file"; then
  1831.       func_stripname '' '.exe' "$file"
  1832.       file=$func_stripname_result
  1833.       stripped_ext=".exe"
  1834.     fi
  1835.     ;;
  1836. esac
  1837. # Do a test to see if this is really a libtool program.
  1838. case $host in
  1839. *cygwin* | *mingw*)
  1840.     if func_ltwrapper_executable_p "$file"; then
  1841.       func_ltwrapper_scriptname "$file"
  1842.       wrapper=$func_ltwrapper_scriptname_result
  1843.     else
  1844.       func_stripname '' '.exe' "$file"
  1845.       wrapper=$func_stripname_result
  1846.     fi
  1847.     ;;
  1848. *)
  1849.     wrapper=$file
  1850.     ;;
  1851. esac
  1852. if func_ltwrapper_script_p "$wrapper"; then
  1853.   notinst_deplibs=
  1854.   relink_command=
  1855.   func_source "$wrapper"
  1856.   # Check the variables that should have been set.
  1857.   test -z "$generated_by_libtool_version" && 
  1858.     func_fatal_error "invalid libtool wrapper script `$wrapper'"
  1859.   finalize=yes
  1860.   for lib in $notinst_deplibs; do
  1861.     # Check to see that each library is installed.
  1862.     libdir=
  1863.     if test -f "$lib"; then
  1864.       func_source "$lib"
  1865.     fi
  1866.     libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
  1867.     if test -n "$libdir" && test ! -f "$libfile"; then
  1868.       func_warning "`$lib' has not been installed in `$libdir'"
  1869.       finalize=no
  1870.     fi
  1871.   done
  1872.   relink_command=
  1873.   func_source "$wrapper"
  1874.   outputname=
  1875.   if test "$fast_install" = no && test -n "$relink_command"; then
  1876.     $opt_dry_run || {
  1877.       if test "$finalize" = yes; then
  1878.         tmpdir=`func_mktempdir`
  1879. func_basename "$file$stripped_ext"
  1880. file="$func_basename_result"
  1881.         outputname="$tmpdir/$file"
  1882.         # Replace the output file specification.
  1883.         relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
  1884.         $opt_silent || {
  1885.           func_quote_for_expand "$relink_command"
  1886.   eval "func_echo $func_quote_for_expand_result"
  1887.         }
  1888.         if eval "$relink_command"; then :
  1889.           else
  1890.   func_error "error: relink `$file' with the above command before installing it"
  1891.   $opt_dry_run || ${RM}r "$tmpdir"
  1892.   continue
  1893.         fi
  1894.         file="$outputname"
  1895.       else
  1896.         func_warning "cannot relink `$file'"
  1897.       fi
  1898.     }
  1899.   else
  1900.     # Install the binary that we compiled earlier.
  1901.     file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%([^/]*)$%$objdir/1%"`
  1902.   fi
  1903. fi
  1904. # remove .exe since cygwin /usr/bin/install will append another
  1905. # one anyway
  1906. case $install_prog,$host in
  1907. */usr/bin/install*,*cygwin*)
  1908.   case $file:$destfile in
  1909.   *.exe:*.exe)
  1910.     # this is ok
  1911.     ;;
  1912.   *.exe:*)
  1913.     destfile=$destfile.exe
  1914.     ;;
  1915.   *:*.exe)
  1916.     func_stripname '' '.exe' "$destfile"
  1917.     destfile=$func_stripname_result
  1918.     ;;
  1919.   esac
  1920.   ;;
  1921. esac
  1922. func_show_eval "$install_prog$stripme $file $destfile" 'exit $?'
  1923. $opt_dry_run || if test -n "$outputname"; then
  1924.   ${RM}r "$tmpdir"
  1925. fi
  1926. ;;
  1927.       esac
  1928.     done
  1929.     for file in $staticlibs; do
  1930.       func_basename "$file"
  1931.       name="$func_basename_result"
  1932.       # Set up the ranlib parameters.
  1933.       oldlib="$destdir/$name"
  1934.       func_show_eval "$install_prog $file $oldlib" 'exit $?'
  1935.       if test -n "$stripme" && test -n "$old_striplib"; then
  1936. func_show_eval "$old_striplib $oldlib" 'exit $?'
  1937.       fi
  1938.       # Do each command in the postinstall commands.
  1939.       func_execute_cmds "$old_postinstall_cmds" 'exit $?'
  1940.     done
  1941.     test -n "$future_libdirs" && 
  1942.       func_warning "remember to run `$progname --finish$future_libdirs'"
  1943.     if test -n "$current_libdirs"; then
  1944.       # Maybe just do a dry run.
  1945.       $opt_dry_run && current_libdirs=" -n$current_libdirs"
  1946.       exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
  1947.     else
  1948.       exit $EXIT_SUCCESS
  1949.     fi
  1950. }
  1951. test "$mode" = install && func_mode_install ${1+"$@"}
  1952. # func_generate_dlsyms outputname originator pic_p
  1953. # Extract symbols from dlprefiles and create ${outputname}S.o with
  1954. # a dlpreopen symbol table.
  1955. func_generate_dlsyms ()
  1956. {
  1957.     $opt_debug
  1958.     my_outputname="$1"
  1959.     my_originator="$2"
  1960.     my_pic_p="${3-no}"
  1961.     my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
  1962.     my_dlsyms=
  1963.     if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
  1964.       if test -n "$NM" && test -n "$global_symbol_pipe"; then
  1965. my_dlsyms="${my_outputname}S.c"
  1966.       else
  1967. func_error "not configured to extract global symbols from dlpreopened files"
  1968.       fi
  1969.     fi
  1970.     if test -n "$my_dlsyms"; then
  1971.       case $my_dlsyms in
  1972.       "") ;;
  1973.       *.c)
  1974. # Discover the nlist of each of the dlfiles.
  1975. nlist="$output_objdir/${my_outputname}.nm"
  1976. func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
  1977. # Parse the name list into a source file.
  1978. func_verbose "creating $output_objdir/$my_dlsyms"
  1979. $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "
  1980. /* $my_dlsyms - symbol resolution table for `$my_outputname' dlsym emulation. */
  1981. /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
  1982. #ifdef __cplusplus
  1983. extern "C" {
  1984. #endif
  1985. /* External symbol declarations for the compiler. */
  1986. "
  1987. if test "$dlself" = yes; then
  1988.   func_verbose "generating symbol list for `$output'"
  1989.   $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
  1990.   # Add our own program objects to the symbol list.
  1991.   progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
  1992.   for progfile in $progfiles; do
  1993.     func_verbose "extracting global C symbols from `$progfile'"
  1994.     $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
  1995.   done
  1996.   if test -n "$exclude_expsyms"; then
  1997.     $opt_dry_run || {
  1998.       eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
  1999.       eval '$MV "$nlist"T "$nlist"'
  2000.     }
  2001.   fi
  2002.   if test -n "$export_symbols_regex"; then
  2003.     $opt_dry_run || {
  2004.       eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
  2005.       eval '$MV "$nlist"T "$nlist"'
  2006.     }
  2007.   fi
  2008.   # Prepare the list of exported symbols
  2009.   if test -z "$export_symbols"; then
  2010.     export_symbols="$output_objdir/$outputname.exp"
  2011.     $opt_dry_run || {
  2012.       $RM $export_symbols
  2013.       eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* (.*)$/1/p' "'< "$nlist" > "$export_symbols"'
  2014.       case $host in
  2015.       *cygwin* | *mingw* | *cegcc* )
  2016.                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
  2017.                 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
  2018.         ;;
  2019.       esac
  2020.     }
  2021.   else
  2022.     $opt_dry_run || {
  2023.       eval "${SED} -e 's/([].[*^$])/\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
  2024.       eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
  2025.       eval '$MV "$nlist"T "$nlist"'
  2026.       case $host in
  2027.         *cygwin | *mingw* | *cegcc* )
  2028.           eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
  2029.           eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
  2030.           ;;
  2031.       esac
  2032.     }
  2033.   fi
  2034. fi
  2035. for dlprefile in $dlprefiles; do
  2036.   func_verbose "extracting global C symbols from `$dlprefile'"
  2037.   func_basename "$dlprefile"
  2038.   name="$func_basename_result"
  2039.   $opt_dry_run || {
  2040.     eval '$ECHO ": $name " >> "$nlist"'
  2041.     eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
  2042.   }
  2043. done
  2044. $opt_dry_run || {
  2045.   # Make sure we have at least an empty file.
  2046.   test -f "$nlist" || : > "$nlist"
  2047.   if test -n "$exclude_expsyms"; then
  2048.     $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
  2049.     $MV "$nlist"T "$nlist"
  2050.   fi
  2051.   # Try sorting and uniquifying the output.
  2052.   if $GREP -v "^: " < "$nlist" |
  2053.       if sort -k 3 </dev/null >/dev/null 2>&1; then
  2054. sort -k 3
  2055.       else
  2056. sort +2
  2057.       fi |
  2058.       uniq > "$nlist"S; then
  2059.     :
  2060.   else
  2061.     $GREP -v "^: " < "$nlist" > "$nlist"S
  2062.   fi
  2063.   if test -f "$nlist"S; then
  2064.     eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
  2065.   else
  2066.     $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms"
  2067.   fi
  2068.   $ECHO >> "$output_objdir/$my_dlsyms" "
  2069. /* The mapping between symbol names and symbols.  */
  2070. typedef struct {
  2071.   const char *name;
  2072.   void *address;
  2073. } lt_dlsymlist;
  2074. "
  2075.   case $host in
  2076.   *cygwin* | *mingw* | *cegcc* )
  2077.     $ECHO >> "$output_objdir/$my_dlsyms" "
  2078. /* DATA imports from DLLs on WIN32 con't be const, because
  2079.    runtime relocations are performed -- see ld's documentation
  2080.    on pseudo-relocs.  */"
  2081.     lt_dlsym_const= ;;
  2082.   *osf5*)
  2083.     echo >> "$output_objdir/$my_dlsyms" "
  2084. /* This system does not cope well with relocations in const data */"
  2085.     lt_dlsym_const= ;;
  2086.   *)
  2087.     lt_dlsym_const=const ;;
  2088.   esac
  2089.   $ECHO >> "$output_objdir/$my_dlsyms" "
  2090. extern $lt_dlsym_const lt_dlsymlist
  2091. lt_${my_prefix}_LTX_preloaded_symbols[];
  2092. $lt_dlsym_const lt_dlsymlist
  2093. lt_${my_prefix}_LTX_preloaded_symbols[] =
  2094. {
  2095.   { "$my_originator", (void *) 0 },"
  2096.   case $need_lib_prefix in
  2097.   no)
  2098.     eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
  2099.     ;;
  2100.   *)
  2101.     eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
  2102.     ;;
  2103.   esac
  2104.   $ECHO >> "$output_objdir/$my_dlsyms" "
  2105.   {0, (void *) 0}
  2106. };
  2107. /* This works around a problem in FreeBSD linker */
  2108. #ifdef FREEBSD_WORKAROUND
  2109. static const void *lt_preloaded_setup() {
  2110.   return lt_${my_prefix}_LTX_preloaded_symbols;
  2111. }
  2112. #endif
  2113. #ifdef __cplusplus
  2114. }
  2115. #endif
  2116. "
  2117. } # !$opt_dry_run
  2118. pic_flag_for_symtable=
  2119. case "$compile_command " in
  2120. *" -static "*) ;;
  2121. *)
  2122.   case $host in
  2123.   # compiling the symbol table file with pic_flag works around
  2124.   # a FreeBSD bug that causes programs to crash when -lm is
  2125.   # linked before any other PIC object.  But we must not use
  2126.   # pic_flag when linking with -static.  The problem exists in
  2127.   # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
  2128.   *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
  2129.     pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
  2130.   *-*-hpux*)
  2131.     pic_flag_for_symtable=" $pic_flag"  ;;
  2132.   *)
  2133.     if test "X$my_pic_p" != Xno; then
  2134.       pic_flag_for_symtable=" $pic_flag"
  2135.     fi
  2136.     ;;
  2137.   esac
  2138.   ;;
  2139. esac
  2140. symtab_cflags=
  2141. for arg in $LTCFLAGS; do
  2142.   case $arg in
  2143.   -pie | -fpie | -fPIE) ;;
  2144.   *) symtab_cflags="$symtab_cflags $arg" ;;
  2145.   esac
  2146. done
  2147. # Now compile the dynamic symbol file.
  2148. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
  2149. # Clean up the generated files.
  2150. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
  2151. # Transform the symbol file into the correct name.
  2152. symfileobj="$output_objdir/${my_outputname}S.$objext"
  2153. case $host in
  2154. *cygwin* | *mingw* | *cegcc* )
  2155.   if test -f "$output_objdir/$my_outputname.def"; then
  2156.     compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
  2157.     finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
  2158.   else
  2159.     compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
  2160.     finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
  2161.   fi
  2162.   ;;
  2163. *)
  2164.   compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
  2165.   finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
  2166.   ;;
  2167. esac
  2168. ;;
  2169.       *)
  2170. func_fatal_error "unknown suffix for `$my_dlsyms'"
  2171. ;;
  2172.       esac
  2173.     else
  2174.       # We keep going just in case the user didn't refer to
  2175.       # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
  2176.       # really was required.
  2177.       # Nullify the symbol file.
  2178.       compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
  2179.       finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
  2180.     fi
  2181. }
  2182. # func_win32_libid arg
  2183. # return the library type of file 'arg'
  2184. #
  2185. # Need a lot of goo to handle *both* DLLs and import libs
  2186. # Has to be a shell function in order to 'eat' the argument
  2187. # that is supplied when $file_magic_command is called.
  2188. func_win32_libid ()
  2189. {
  2190.   $opt_debug
  2191.   win32_libid_type="unknown"
  2192.   win32_fileres=`file -L $1 2>/dev/null`
  2193.   case $win32_fileres in
  2194.   *ar archive import library*) # definitely import
  2195.     win32_libid_type="x86 archive import"
  2196.     ;;
  2197.   *ar archive*) # could be an import, or static
  2198.     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
  2199.        $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
  2200.       win32_nmres=`eval $NM -f posix -A $1 |
  2201. $SED -n -e '
  2202.     1,100{
  2203. / I /{
  2204.     s,.*,import,
  2205.     p
  2206.     q
  2207. }
  2208.     }'`
  2209.       case $win32_nmres in
  2210.       import*)  win32_libid_type="x86 archive import";;
  2211.       *)        win32_libid_type="x86 archive static";;
  2212.       esac
  2213.     fi
  2214.     ;;
  2215.   *DLL*)
  2216.     win32_libid_type="x86 DLL"
  2217.     ;;
  2218.   *executable*) # but shell scripts are "executable" too...
  2219.     case $win32_fileres in
  2220.     *MS Windows PE Intel*)
  2221.       win32_libid_type="x86 DLL"
  2222.       ;;
  2223.     esac
  2224.     ;;
  2225.   esac
  2226.   $ECHO "$win32_libid_type"
  2227. }
  2228. # func_extract_an_archive dir oldlib
  2229. func_extract_an_archive ()
  2230. {
  2231.     $opt_debug
  2232.     f_ex_an_ar_dir="$1"; shift
  2233.     f_ex_an_ar_oldlib="$1"
  2234.     func_show_eval "(cd $f_ex_an_ar_dir && $AR x "$f_ex_an_ar_oldlib")" 'exit $?'
  2235.     if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
  2236.      :
  2237.     else
  2238.       func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
  2239.     fi
  2240. }
  2241. # func_extract_archives gentop oldlib ...
  2242. func_extract_archives ()
  2243. {
  2244.     $opt_debug
  2245.     my_gentop="$1"; shift
  2246.     my_oldlibs=${1+"$@"}
  2247.     my_oldobjs=""
  2248.     my_xlib=""
  2249.     my_xabs=""
  2250.     my_xdir=""
  2251.     for my_xlib in $my_oldlibs; do
  2252.       # Extract the objects.
  2253.       case $my_xlib in
  2254. [\/]* | [A-Za-z]:[\/]*) my_xabs="$my_xlib" ;;
  2255. *) my_xabs=`pwd`"/$my_xlib" ;;
  2256.       esac
  2257.       func_basename "$my_xlib"
  2258.       my_xlib="$func_basename_result"
  2259.       my_xlib_u=$my_xlib
  2260.       while :; do
  2261.         case " $extracted_archives " in
  2262. *" $my_xlib_u "*)
  2263.   func_arith $extracted_serial + 1
  2264.   extracted_serial=$func_arith_result
  2265.   my_xlib_u=lt$extracted_serial-$my_xlib ;;
  2266. *) break ;;
  2267. esac
  2268.       done
  2269.       extracted_archives="$extracted_archives $my_xlib_u"
  2270.       my_xdir="$my_gentop/$my_xlib_u"
  2271.       func_mkdir_p "$my_xdir"
  2272.       case $host in
  2273.       *-darwin*)
  2274. func_verbose "Extracting $my_xabs"
  2275. # Do not bother doing anything if just a dry run
  2276. $opt_dry_run || {
  2277.   darwin_orig_dir=`pwd`
  2278.   cd $my_xdir || exit $?
  2279.   darwin_archive=$my_xabs
  2280.   darwin_curdir=`pwd`
  2281.   darwin_base_archive=`basename "$darwin_archive"`
  2282.   darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
  2283.   if test -n "$darwin_arches"; then
  2284.     darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
  2285.     darwin_arch=
  2286.     func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
  2287.     for darwin_arch in  $darwin_arches ; do
  2288.       func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
  2289.       $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
  2290.       cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
  2291.       func_extract_an_archive "`pwd`" "${darwin_base_archive}"
  2292.       cd "$darwin_curdir"
  2293.       $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
  2294.     done # $darwin_arches
  2295.             ## Okay now we've a bunch of thin objects, gotta fatten them up :)
  2296.     darwin_filelist=`find unfat-$$ -type f -name *.o -print -o -name *.lo -print | $SED -e "$basename" | sort -u`
  2297.     darwin_file=
  2298.     darwin_files=
  2299.     for darwin_file in $darwin_filelist; do
  2300.       darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
  2301.       $LIPO -create -output "$darwin_file" $darwin_files
  2302.     done # $darwin_filelist
  2303.     $RM -rf unfat-$$
  2304.     cd "$darwin_orig_dir"
  2305.   else
  2306.     cd $darwin_orig_dir
  2307.     func_extract_an_archive "$my_xdir" "$my_xabs"
  2308.   fi # $darwin_arches
  2309. } # !$opt_dry_run
  2310. ;;
  2311.       *)
  2312.         func_extract_an_archive "$my_xdir" "$my_xabs"
  2313. ;;
  2314.       esac
  2315.       my_oldobjs="$my_oldobjs "`find $my_xdir -name *.$objext -print -o -name *.lo -print | $NL2SP`
  2316.     done
  2317.     func_extract_archives_result="$my_oldobjs"
  2318. }
  2319. # func_emit_wrapper_part1 [arg=no]
  2320. #
  2321. # Emit the first part of a libtool wrapper script on stdout.
  2322. # For more information, see the description associated with
  2323. # func_emit_wrapper(), below.
  2324. func_emit_wrapper_part1 ()
  2325. {
  2326. func_emit_wrapper_part1_arg1=no
  2327. if test -n "$1" ; then
  2328.   func_emit_wrapper_part1_arg1=$1
  2329. fi
  2330. $ECHO "
  2331. #! $SHELL
  2332. # $output - temporary wrapper script for $objdir/$outputname
  2333. # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
  2334. #
  2335. # The $output program cannot be directly executed until all the libtool
  2336. # libraries that it depends on are installed.
  2337. #
  2338. # This wrapper script should never be moved out of the build directory.
  2339. # If it is, it will not operate correctly.
  2340. # Sed substitution that helps us do robust quoting.  It backslashifies
  2341. # metacharacters that are still active within double-quoted strings.
  2342. Xsed='${SED} -e 1s/^X//'
  2343. sed_quote_subst='$sed_quote_subst'
  2344. # Be Bourne compatible
  2345. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2346.   emulate sh
  2347.   NULLCMD=:
  2348.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2349.   # is contrary to our usage.  Disable this feature.
  2350.   alias -g '${1+"$@"}'='"$@"'
  2351.   setopt NO_GLOB_SUBST
  2352. else
  2353.   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
  2354. fi
  2355. BIN_SH=xpg4; export BIN_SH # for Tru64
  2356. DUALCASE=1; export DUALCASE # for MKS sh
  2357. # The HP-UX ksh and POSIX shell print the target directory to stdout
  2358. # if CDPATH is set.
  2359. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  2360. relink_command="$relink_command"
  2361. # This environment variable determines our operation mode.
  2362. if test "$libtool_install_magic" = "$magic"; then
  2363.   # install mode needs the following variables:
  2364.   generated_by_libtool_version='$macro_version'
  2365.   notinst_deplibs='$notinst_deplibs'
  2366. else
  2367.   # When we are sourced in execute mode, $file and $ECHO are already set.
  2368.   if test "$libtool_execute_magic" != "$magic"; then
  2369.     ECHO="$qecho"
  2370.     file="$0"
  2371.     # Make sure echo works.
  2372.     if test "X$1" = X--no-reexec; then
  2373.       # Discard the --no-reexec flag, and continue.
  2374.       shift
  2375.     elif test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt'; then
  2376.       # Yippee, $ECHO works!
  2377.       :
  2378.     else
  2379.       # Restart under the correct shell, and then maybe $ECHO will work.
  2380.       exec $SHELL "$0" --no-reexec ${1+"$@"}
  2381.     fi
  2382.   fi
  2383. "
  2384. $ECHO "
  2385.   # Find the directory that this script lives in.
  2386.   thisdir=`$ECHO "X$file" | $Xsed -e 's%/[^/]*$%%'`
  2387.   test "x$thisdir" = "x$file" && thisdir=.
  2388.   # Follow symbolic links until we get to the real thisdir.
  2389.   file=`ls -ld "$file" | ${SED} -n 's/.*-> //p'`
  2390.   while test -n "$file"; do
  2391.     destdir=`$ECHO "X$file" | $Xsed -e 's%/[^/]*$%%'`
  2392.     # If there was a directory component, then change thisdir.
  2393.     if test "x$destdir" != "x$file"; then
  2394.       case "$destdir" in
  2395.       [\\/]* | [A-Za-z]:[\\/]*) thisdir="$destdir" ;;
  2396.       *) thisdir="$thisdir/$destdir" ;;
  2397.       esac
  2398.     fi
  2399.     file=`$ECHO "X$file" | $Xsed -e 's%^.*/%%'`
  2400.     file=`ls -ld "$thisdir/$file" | ${SED} -n 's/.*-> //p'`
  2401.   done
  2402. "
  2403. }
  2404. # end: func_emit_wrapper_part1
  2405. # func_emit_wrapper_part2 [arg=no]
  2406. #
  2407. # Emit the second part of a libtool wrapper script on stdout.
  2408. # For more information, see the description associated with
  2409. # func_emit_wrapper(), below.
  2410. func_emit_wrapper_part2 ()
  2411. {
  2412. func_emit_wrapper_part2_arg1=no
  2413. if test -n "$1" ; then
  2414.   func_emit_wrapper_part2_arg1=$1
  2415. fi
  2416. $ECHO "
  2417.   # Usually 'no', except on cygwin/mingw when embedded into
  2418.   # the cwrapper.
  2419.   WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
  2420.   if test "$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR" = "yes"; then
  2421.     # special case for '.'
  2422.     if test "$thisdir" = "."; then
  2423.       thisdir=`pwd`
  2424.     fi
  2425.     # remove .libs from thisdir
  2426.     case "$thisdir" in
  2427.     *[\\/]$objdir ) thisdir=`$ECHO "X$thisdir" | $Xsed -e 's%[\\/][^\\/]*$%%'` ;;
  2428.     $objdir )   thisdir=. ;;
  2429.     esac
  2430.   fi
  2431.   # Try to get the absolute directory name.
  2432.   absdir=`cd "$thisdir" && pwd`
  2433.   test -n "$absdir" && thisdir="$absdir"
  2434. "
  2435. if test "$fast_install" = yes; then
  2436.   $ECHO "
  2437.   program=lt-'$outputname'$exeext
  2438.   progdir="$thisdir/$objdir"
  2439.   if test ! -f "$progdir/$program" ||
  2440.      { file=`ls -1dt "$progdir/$program" "$progdir/../$program" 2>/dev/null | ${SED} 1q`; \
  2441.        test "X$file" != "X$progdir/$program"; }; then
  2442.     file="$$-$program"
  2443.     if test ! -d "$progdir"; then
  2444.       $MKDIR "$progdir"
  2445.     else
  2446.       $RM "$progdir/$file"
  2447.     fi"
  2448.   $ECHO "
  2449.     # relink executable if necessary
  2450.     if test -n "$relink_command"; then
  2451.       if relink_command_output=`eval $relink_command 2>&1`; then :
  2452.       else
  2453. $ECHO "$relink_command_output" >&2
  2454. $RM "$progdir/$file"
  2455. exit 1
  2456.       fi
  2457.     fi
  2458.     $MV "$progdir/$file" "$progdir/$program" 2>/dev/null ||
  2459.     { $RM "$progdir/$program";
  2460.       $MV "$progdir/$file" "$progdir/$program"; }
  2461.     $RM "$progdir/$file"
  2462.   fi"
  2463. else
  2464.   $ECHO "
  2465.   program='$outputname'
  2466.   progdir="$thisdir/$objdir"
  2467. "
  2468. fi
  2469. $ECHO "
  2470.   if test -f "$progdir/$program"; then"
  2471. # Export our shlibpath_var if we have one.
  2472. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
  2473.   $ECHO "
  2474.     # Add our own library path to $shlibpath_var
  2475.     $shlibpath_var="$temp_rpath$$shlibpath_var"
  2476.     # Some systems cannot cope with colon-terminated $shlibpath_var
  2477.     # The second colon is a workaround for a bug in BeOS R4 sed
  2478.     $shlibpath_var=`$ECHO "X$$shlibpath_var" | $Xsed -e 's/::*$//'`
  2479.     export $shlibpath_var
  2480. "
  2481. fi
  2482. # fixup the dll searchpath if we need to.
  2483. if test -n "$dllsearchpath"; then
  2484.   $ECHO "
  2485.     # Add the dll search path components to the executable PATH
  2486.     PATH=$dllsearchpath:$PATH
  2487. "
  2488. fi
  2489. $ECHO "
  2490.     if test "$libtool_execute_magic" != "$magic"; then
  2491.       # Run the actual program with our arguments.
  2492. "
  2493. case $host in
  2494. # Backslashes separate directories on plain windows
  2495. *-*-mingw | *-*-os2* | *-cegcc*)
  2496.   $ECHO "
  2497.       exec "$progdir\\$program" ${1+"$@"}
  2498. "
  2499.   ;;
  2500. *)
  2501.   $ECHO "
  2502.       exec "$progdir/$program" ${1+"$@"}
  2503. "
  2504.   ;;
  2505. esac
  2506. $ECHO "
  2507.       $ECHO "$0: cannot exec $program $*" 1>&2
  2508.       exit 1
  2509.     fi
  2510.   else
  2511.     # The program doesn't exist.
  2512.     $ECHO "$0: error: \`$progdir/$program' does not exist" 1>&2
  2513.     $ECHO "This script is just a wrapper for $program." 1>&2
  2514.     $ECHO "See the $PACKAGE documentation for more information." 1>&2
  2515.     exit 1
  2516.   fi
  2517. fi
  2518. "
  2519. }
  2520. # end: func_emit_wrapper_part2
  2521. # func_emit_wrapper [arg=no]
  2522. #
  2523. # Emit a libtool wrapper script on stdout.
  2524. # Don't directly open a file because we may want to
  2525. # incorporate the script contents within a cygwin/mingw
  2526. # wrapper executable.  Must ONLY be called from within
  2527. # func_mode_link because it depends on a number of variables
  2528. # set therein.
  2529. #
  2530. # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
  2531. # variable will take.  If 'yes', then the emitted script
  2532. # will assume that the directory in which it is stored is
  2533. # the $objdir directory.  This is a cygwin/mingw-specific
  2534. # behavior.
  2535. func_emit_wrapper ()
  2536. {
  2537. func_emit_wrapper_arg1=no
  2538. if test -n "$1" ; then
  2539.   func_emit_wrapper_arg1=$1
  2540. fi
  2541. # split this up so that func_emit_cwrapperexe_src
  2542. # can call each part independently.
  2543. func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
  2544. func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
  2545. }
  2546. # func_to_host_path arg
  2547. #
  2548. # Convert paths to host format when used with build tools.
  2549. # Intended for use with "native" mingw (where libtool itself
  2550. # is running under the msys shell), or in the following cross-
  2551. # build environments:
  2552. #    $build          $host
  2553. #    mingw (msys)    mingw  [e.g. native]
  2554. #    cygwin          mingw
  2555. #    *nix + wine     mingw
  2556. # where wine is equipped with the `winepath' executable.
  2557. # In the native mingw case, the (msys) shell automatically
  2558. # converts paths for any non-msys applications it launches,
  2559. # but that facility isn't available from inside the cwrapper.
  2560. # Similar accommodations are necessary for $host mingw and
  2561. # $build cygwin.  Calling this function does no harm for other
  2562. # $host/$build combinations not listed above.
  2563. #
  2564. # ARG is the path (on $build) that should be converted to
  2565. # the proper representation for $host. The result is stored
  2566. # in $func_to_host_path_result.
  2567. func_to_host_path ()
  2568. {
  2569.   func_to_host_path_result="$1"
  2570.   if test -n "$1" ; then
  2571.     case $host in
  2572.       *mingw* )
  2573.         lt_sed_naive_backslashify='s|\\*|\|g;s|/|\|g;s|\|\\|g'
  2574.         case $build in
  2575.           *mingw* ) # actually, msys
  2576.             # awkward: cmd appends spaces to result
  2577.             lt_sed_strip_trailing_spaces="s/[ ]*$//"
  2578.             func_to_host_path_tmp1=`( cmd //c echo "$1" |
  2579.               $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
  2580.             func_to_host_path_result=`echo "$func_to_host_path_tmp1" |
  2581.               $SED -e "$lt_sed_naive_backslashify"`
  2582.             ;;
  2583.           *cygwin* )
  2584.             func_to_host_path_tmp1=`cygpath -w "$1"`
  2585.             func_to_host_path_result=`echo "$func_to_host_path_tmp1" |
  2586.               $SED -e "$lt_sed_naive_backslashify"`
  2587.             ;;
  2588.           * )
  2589.             # Unfortunately, winepath does not exit with a non-zero
  2590.             # error code, so we are forced to check the contents of
  2591.             # stdout. On the other hand, if the command is not
  2592.             # found, the shell will set an exit code of 127 and print
  2593.             # *an error message* to stdout. So we must check for both
  2594.             # error code of zero AND non-empty stdout, which explains
  2595.             # the odd construction:
  2596.             func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
  2597.             if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
  2598.               func_to_host_path_result=`echo "$func_to_host_path_tmp1" |
  2599.                 $SED -e "$lt_sed_naive_backslashify"`
  2600.             else
  2601.               # Allow warning below.
  2602.               func_to_host_path_result=""
  2603.             fi
  2604.             ;;
  2605.         esac
  2606.         if test -z "$func_to_host_path_result" ; then
  2607.           #func_error "Could not determine host path corresponding to"
  2608.           #func_error "  '$1'"
  2609.           #func_error "Continuing, but uninstalled executables may not work."
  2610.           # Fallback:
  2611.           func_to_host_path_result="$1"
  2612.         fi
  2613.         ;;
  2614.     esac
  2615.   fi
  2616. }
  2617. # end: func_to_host_path
  2618. # func_to_host_pathlist arg
  2619. #
  2620. # Convert pathlists to host format when used with build tools.
  2621. # See func_to_host_path(), above. This function supports the
  2622. # following $build/$host combinations (but does no harm for
  2623. # combinations not listed here):
  2624. #    $build          $host
  2625. #    mingw (msys)    mingw  [e.g. native]
  2626. #    cygwin          mingw
  2627. #    *nix + wine     mingw
  2628. #
  2629. # Path separators are also converted from $build format to
  2630. # $host format. If ARG begins or ends with a path separator
  2631. # character, it is preserved (but converted to $host format)
  2632. # on output.
  2633. #
  2634. # ARG is a pathlist (on $build) that should be converted to
  2635. # the proper representation on $host. The result is stored
  2636. # in $func_to_host_pathlist_result.
  2637. func_to_host_pathlist ()
  2638. {
  2639.   func_to_host_pathlist_result="$1"
  2640.   if test -n "$1" ; then
  2641.     case $host in
  2642.       *mingw* )
  2643.         lt_sed_naive_backslashify='s|\\*|\|g;s|/|\|g;s|\|\\|g'
  2644.         # Remove leading and trailing path separator characters from
  2645.         # ARG. msys behavior is inconsistent here, cygpath turns them
  2646.         # into '.;' and ';.', and winepath ignores them completely.
  2647.         func_to_host_pathlist_tmp2="$1"
  2648.         # Once set for this call, this variable should not be
  2649.         # reassigned. It is used in tha fallback case.
  2650.         func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |
  2651.           $SED -e 's|^:*||' -e 's|:*$||'`
  2652.         case $build in
  2653.           *mingw* ) # Actually, msys.
  2654.             # Awkward: cmd appends spaces to result.
  2655.             lt_sed_strip_trailing_spaces="s/[ ]*$//"
  2656.             func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |
  2657.               $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
  2658.             func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |
  2659.               $SED -e "$lt_sed_naive_backslashify"`
  2660.             ;;
  2661.           *cygwin* )
  2662.             func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
  2663.             func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |
  2664.               $SED -e "$lt_sed_naive_backslashify"`
  2665.             ;;
  2666.           * )
  2667.             # unfortunately, winepath doesn't convert pathlists
  2668.             func_to_host_pathlist_result=""
  2669.             func_to_host_pathlist_oldIFS=$IFS
  2670.             IFS=:
  2671.             for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do
  2672.               IFS=$func_to_host_pathlist_oldIFS
  2673.               if test -n "$func_to_host_pathlist_f" ; then
  2674.                 func_to_host_path "$func_to_host_pathlist_f"
  2675.                 if test -n "$func_to_host_path_result" ; then
  2676.                   if test -z "$func_to_host_pathlist_result" ; then
  2677.                     func_to_host_pathlist_result="$func_to_host_path_result"
  2678.                   else
  2679.                     func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result"
  2680.                   fi
  2681.                 fi
  2682.               fi
  2683.               IFS=:
  2684.             done
  2685.             IFS=$func_to_host_pathlist_oldIFS
  2686.             ;;
  2687.         esac
  2688.         if test -z "$func_to_host_pathlist_result" ; then
  2689.           func_error "Could not determine the host path(s) corresponding to"
  2690.           func_error "  '$1'"
  2691.           func_error "Continuing, but uninstalled executables may not work."
  2692.           # Fallback. This may break if $1 contains DOS-style drive
  2693.           # specifications. The fix is not to complicate the expression
  2694.           # below, but for the user to provide a working wine installation
  2695.           # with winepath so that path translation in the cross-to-mingw
  2696.           # case works properly.
  2697.           lt_replace_pathsep_nix_to_dos="s|:|;|g"
  2698.           func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |
  2699.             $SED -e "$lt_replace_pathsep_nix_to_dos"`
  2700.         fi
  2701.         # Now, add the leading and trailing path separators back
  2702.         case "$1" in
  2703.           :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result"
  2704.             ;;
  2705.         esac
  2706.         case "$1" in
  2707.           *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;"
  2708.             ;;
  2709.         esac
  2710.         ;;
  2711.     esac
  2712.   fi
  2713. }
  2714. # end: func_to_host_pathlist
  2715. # func_emit_cwrapperexe_src
  2716. # emit the source code for a wrapper executable on stdout
  2717. # Must ONLY be called from within func_mode_link because
  2718. # it depends on a number of variable set therein.
  2719. func_emit_cwrapperexe_src ()
  2720. {
  2721. cat <<EOF
  2722. /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
  2723.    Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
  2724.    The $output program cannot be directly executed until all the libtool
  2725.    libraries that it depends on are installed.
  2726.    This wrapper executable should never be moved out of the build directory.
  2727.    If it is, it will not operate correctly.
  2728.    Currently, it simply execs the wrapper *script* "$SHELL $output",
  2729.    but could eventually absorb all of the scripts functionality and
  2730.    exec $objdir/$outputname directly.
  2731. */
  2732. EOF
  2733.     cat <<"EOF"
  2734. #include <stdio.h>
  2735. #include <stdlib.h>
  2736. #ifdef _MSC_VER
  2737. # include <direct.h>
  2738. # include <process.h>
  2739. # include <io.h>
  2740. # define setmode _setmode
  2741. #else
  2742. # include <unistd.h>
  2743. # include <stdint.h>
  2744. # ifdef __CYGWIN__
  2745. #  include <io.h>
  2746. #  define HAVE_SETENV
  2747. #  ifdef __STRICT_ANSI__
  2748. char *realpath (const char *, char *);
  2749. int putenv (char *);
  2750. int setenv (const char *, const char *, int);
  2751. #  endif
  2752. # endif
  2753. #endif
  2754. #include <malloc.h>
  2755. #include <stdarg.h>
  2756. #include <assert.h>
  2757. #include <string.h>
  2758. #include <ctype.h>
  2759. #include <errno.h>
  2760. #include <fcntl.h>
  2761. #include <sys/stat.h>
  2762. #if defined(PATH_MAX)
  2763. # define LT_PATHMAX PATH_MAX
  2764. #elif defined(MAXPATHLEN)
  2765. # define LT_PATHMAX MAXPATHLEN
  2766. #else
  2767. # define LT_PATHMAX 1024
  2768. #endif
  2769. #ifndef S_IXOTH
  2770. # define S_IXOTH 0
  2771. #endif
  2772. #ifndef S_IXGRP
  2773. # define S_IXGRP 0
  2774. #endif
  2775. #ifdef _MSC_VER
  2776. # define S_IXUSR _S_IEXEC
  2777. # define stat _stat
  2778. # ifndef _INTPTR_T_DEFINED
  2779. #  define intptr_t int
  2780. # endif
  2781. #endif
  2782. #ifndef DIR_SEPARATOR
  2783. # define DIR_SEPARATOR '/'
  2784. # define PATH_SEPARATOR ':'
  2785. #endif
  2786. #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || 
  2787.   defined (__OS2__)
  2788. # define HAVE_DOS_BASED_FILE_SYSTEM
  2789. # define FOPEN_WB "wb"
  2790. # ifndef DIR_SEPARATOR_2
  2791. #  define DIR_SEPARATOR_2 '\'
  2792. # endif
  2793. # ifndef PATH_SEPARATOR_2
  2794. #  define PATH_SEPARATOR_2 ';'
  2795. # endif
  2796. #endif
  2797. #ifndef DIR_SEPARATOR_2
  2798. # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
  2799. #else /* DIR_SEPARATOR_2 */
  2800. # define IS_DIR_SEPARATOR(ch) 
  2801. (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
  2802. #endif /* DIR_SEPARATOR_2 */
  2803. #ifndef PATH_SEPARATOR_2
  2804. # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
  2805. #else /* PATH_SEPARATOR_2 */
  2806. # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
  2807. #endif /* PATH_SEPARATOR_2 */
  2808. #ifdef __CYGWIN__
  2809. # define FOPEN_WB "wb"
  2810. #endif
  2811. #ifndef FOPEN_WB
  2812. # define FOPEN_WB "w"
  2813. #endif
  2814. #ifndef _O_BINARY
  2815. # define _O_BINARY 0
  2816. #endif
  2817. #define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
  2818. #define XFREE(stale) do { 
  2819.   if (stale) { free ((void *) stale); stale = 0; } 
  2820. } while (0)
  2821. #undef LTWRAPPER_DEBUGPRINTF
  2822. #if defined DEBUGWRAPPER
  2823. # define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args
  2824. static void
  2825. ltwrapper_debugprintf (const char *fmt, ...)
  2826. {
  2827.     va_list args;
  2828.     va_start (args, fmt);
  2829.     (void) vfprintf (stderr, fmt, args);
  2830.     va_end (args);
  2831. }
  2832. #else
  2833. # define LTWRAPPER_DEBUGPRINTF(args)
  2834. #endif
  2835. const char *program_name = NULL;
  2836. void *xmalloc (size_t num);
  2837. char *xstrdup (const char *string);
  2838. const char *base_name (const char *name);
  2839. char *find_executable (const char *wrapper);
  2840. char *chase_symlinks (const char *pathspec);
  2841. int make_executable (const char *path);
  2842. int check_executable (const char *path);
  2843. char *strendzap (char *str, const char *pat);
  2844. void lt_fatal (const char *message, ...);
  2845. void lt_setenv (const char *name, const char *value);
  2846. char *lt_extend_str (const char *orig_value, const char *add, int to_end);
  2847. void lt_opt_process_env_set (const char *arg);
  2848. void lt_opt_process_env_prepend (const char *arg);
  2849. void lt_opt_process_env_append (const char *arg);
  2850. int lt_split_name_value (const char *arg, char** name, char** value);
  2851. void lt_update_exe_path (const char *name, const char *value);
  2852. void lt_update_lib_path (const char *name, const char *value);
  2853. static const char *script_text_part1 =
  2854. EOF
  2855.     func_emit_wrapper_part1 yes |
  2856.         $SED -e 's/([\"])/\1/g' 
  2857.              -e 's/^/  "/' -e 's/$/\n"/'
  2858.     echo ";"
  2859.     cat <<EOF
  2860. static const char *script_text_part2 =
  2861. EOF
  2862.     func_emit_wrapper_part2 yes |
  2863.         $SED -e 's/([\"])/\1/g' 
  2864.              -e 's/^/  "/' -e 's/$/\n"/'
  2865.     echo ";"
  2866.     cat <<EOF
  2867. const char * MAGIC_EXE = "$magic_exe";
  2868. const char * LIB_PATH_VARNAME = "$shlibpath_var";
  2869. EOF
  2870.     if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
  2871.               func_to_host_pathlist "$temp_rpath"
  2872.       cat <<EOF
  2873. const char * LIB_PATH_VALUE   = "$func_to_host_pathlist_result";
  2874. EOF
  2875.     else
  2876.       cat <<"EOF"
  2877. const char * LIB_PATH_VALUE   = "";
  2878. EOF
  2879.     fi
  2880.     if test -n "$dllsearchpath"; then
  2881.               func_to_host_pathlist "$dllsearchpath:"
  2882.       cat <<EOF
  2883. const char * EXE_PATH_VARNAME = "PATH";
  2884. const char * EXE_PATH_VALUE   = "$func_to_host_pathlist_result";
  2885. EOF
  2886.     else
  2887.       cat <<"EOF"
  2888. const char * EXE_PATH_VARNAME = "";
  2889. const char * EXE_PATH_VALUE   = "";
  2890. EOF
  2891.     fi
  2892.     if test "$fast_install" = yes; then
  2893.       cat <<EOF
  2894. const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
  2895. EOF
  2896.     else
  2897.       cat <<EOF
  2898. const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
  2899. EOF
  2900.     fi
  2901.     cat <<"EOF"
  2902. #define LTWRAPPER_OPTION_PREFIX         "--lt-"
  2903. #define LTWRAPPER_OPTION_PREFIX_LENGTH  5
  2904. static const size_t opt_prefix_len         = LTWRAPPER_OPTION_PREFIX_LENGTH;
  2905. static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
  2906. static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
  2907. static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
  2908. static const char *env_set_opt          = LTWRAPPER_OPTION_PREFIX "env-set";
  2909.   /* argument is putenv-style "foo=bar", value of foo is set to bar */
  2910. static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11;
  2911. static const char *env_prepend_opt      = LTWRAPPER_OPTION_PREFIX "env-prepend";
  2912.   /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
  2913. static const size_t env_append_opt_len  = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
  2914. static const char *env_append_opt       = LTWRAPPER_OPTION_PREFIX "env-append";
  2915.   /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
  2916. #undef main
  2917. int
  2918. main (int argc, char *argv[])
  2919. {
  2920.   char **newargz;
  2921.   int  newargc;
  2922.   char *tmp_pathspec;
  2923.   char *actual_cwrapper_path;
  2924.   char *actual_cwrapper_name;
  2925.   char *target_name;
  2926.   char *lt_argv_zero;
  2927.   intptr_t rval = 127;
  2928.   int i;
  2929.   program_name = (char *) xstrdup (base_name (argv[0]));
  2930.   LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %sn", argv[0]));
  2931.   LTWRAPPER_DEBUGPRINTF (("(main) program_name : %sn", program_name));
  2932.   /* very simple arg parsing; don't want to rely on getopt */
  2933.   for (i = 1; i < argc; i++)
  2934.     {
  2935.       if (strcmp (argv[i], dumpscript_opt) == 0)
  2936. {
  2937. EOF
  2938.     case "$host" in
  2939.       *mingw* | *cygwin* )
  2940. # make stdout use "unix" line endings
  2941. echo "          setmode(1,_O_BINARY);"
  2942. ;;
  2943.       esac
  2944.     cat <<"EOF"
  2945.   printf ("%s", script_text_part1);
  2946.   printf ("%s", script_text_part2);
  2947.   return 0;
  2948. }
  2949.     }
  2950.   newargz = XMALLOC (char *, argc + 1);
  2951.   tmp_pathspec = find_executable (argv[0]);
  2952.   if (tmp_pathspec == NULL)
  2953.     lt_fatal ("Couldn't find %s", argv[0]);
  2954.   LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %sn",
  2955.   tmp_pathspec));
  2956.   actual_cwrapper_path = chase_symlinks (tmp_pathspec);
  2957.   LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %sn",
  2958.   actual_cwrapper_path));
  2959.   XFREE (tmp_pathspec);
  2960.   actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
  2961.   strendzap (actual_cwrapper_path, actual_cwrapper_name);
  2962.   /* wrapper name transforms */
  2963.   strendzap (actual_cwrapper_name, ".exe");
  2964.   tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
  2965.   XFREE (actual_cwrapper_name);
  2966.   actual_cwrapper_name = tmp_pathspec;
  2967.   tmp_pathspec = 0;
  2968.   /* target_name transforms -- use actual target program name; might have lt- prefix */
  2969.   target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
  2970.   strendzap (target_name, ".exe");
  2971.   tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
  2972.   XFREE (target_name);
  2973.   target_name = tmp_pathspec;
  2974.   tmp_pathspec = 0;
  2975.   LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %sn",
  2976.   target_name));
  2977. EOF
  2978.     cat <<EOF
  2979.   newargz[0] =
  2980.     XMALLOC (char, (strlen (actual_cwrapper_path) +
  2981.     strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
  2982.   strcpy (newargz[0], actual_cwrapper_path);
  2983.   strcat (newargz[0], "$objdir");
  2984.   strcat (newargz[0], "/");
  2985. EOF
  2986.     cat <<"EOF"
  2987.   /* stop here, and copy so we don't have to do this twice */
  2988.   tmp_pathspec = xstrdup (newargz[0]);
  2989.   /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
  2990.   strcat (newargz[0], actual_cwrapper_name);
  2991.   /* DO want the lt- prefix here if it exists, so use target_name */
  2992.   lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
  2993.   XFREE (tmp_pathspec);
  2994.   tmp_pathspec = NULL;
  2995. EOF
  2996.     case $host_os in
  2997.       mingw*)
  2998.     cat <<"EOF"
  2999.   {
  3000.     char* p;
  3001.     while ((p = strchr (newargz[0], '\')) != NULL)
  3002.       {
  3003. *p = '/';
  3004.       }
  3005.     while ((p = strchr (lt_argv_zero, '\')) != NULL)
  3006.       {
  3007. *p = '/';
  3008.       }
  3009.   }
  3010. EOF
  3011.     ;;
  3012.     esac
  3013.     cat <<"EOF"
  3014.   XFREE (target_name);
  3015.   XFREE (actual_cwrapper_path);
  3016.   XFREE (actual_cwrapper_name);
  3017.   lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
  3018.   lt_setenv ("DUALCASE", "1");  /* for MSK sh */
  3019.   lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
  3020.   lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
  3021.   newargc=0;
  3022.   for (i = 1; i < argc; i++)
  3023.     {
  3024.       if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
  3025.         {
  3026.           if (argv[i][env_set_opt_len] == '=')
  3027.             {
  3028.               const char *p = argv[i] + env_set_opt_len + 1;
  3029.               lt_opt_process_env_set (p);
  3030.             }
  3031.           else if (argv[i][env_set_opt_len] == '' && i + 1 < argc)
  3032.             {
  3033.               lt_opt_process_env_set (argv[++i]); /* don't copy */
  3034.             }
  3035.           else
  3036.             lt_fatal ("%s missing required argument", env_set_opt);
  3037.           continue;
  3038.         }
  3039.       if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
  3040.         {
  3041.           if (argv[i][env_prepend_opt_len] == '=')
  3042.             {
  3043.               const char *p = argv[i] + env_prepend_opt_len + 1;
  3044.               lt_opt_process_env_prepend (p);
  3045.             }
  3046.           else if (argv[i][env_prepend_opt_len] == '' && i + 1 < argc)
  3047.             {
  3048.               lt_opt_process_env_prepend (argv[++i]); /* don't copy */
  3049.             }
  3050.           else
  3051.             lt_fatal ("%s missing required argument", env_prepend_opt);
  3052.           continue;
  3053.         }
  3054.       if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
  3055.         {
  3056.           if (argv[i][env_append_opt_len] == '=')
  3057.             {
  3058.               const char *p = argv[i] + env_append_opt_len + 1;
  3059.               lt_opt_process_env_append (p);
  3060.             }
  3061.           else if (argv[i][env_append_opt_len] == '' && i + 1 < argc)
  3062.             {
  3063.               lt_opt_process_env_append (argv[++i]); /* don't copy */
  3064.             }
  3065.           else
  3066.             lt_fatal ("%s missing required argument", env_append_opt);
  3067.           continue;
  3068.         }
  3069.       if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
  3070.         {
  3071.           /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
  3072.              namespace, but it is not one of the ones we know about and
  3073.              have already dealt with, above (inluding dump-script), then
  3074.              report an error. Otherwise, targets might begin to believe
  3075.              they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
  3076.              namespace. The first time any user complains about this, we'll
  3077.              need to make LTWRAPPER_OPTION_PREFIX a configure-time option
  3078.              or a configure.ac-settable value.
  3079.            */
  3080.           lt_fatal ("Unrecognized option in %s namespace: '%s'",
  3081.                     ltwrapper_option_prefix, argv[i]);
  3082.         }
  3083.       /* otherwise ... */
  3084.       newargz[++newargc] = xstrdup (argv[i]);
  3085.     }
  3086.   newargz[++newargc] = NULL;
  3087.   LTWRAPPER_DEBUGPRINTF     (("(main) lt_argv_zero : %sn", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
  3088.   for (i = 0; i < newargc; i++)
  3089.     {
  3090.       LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %sn", i, (newargz[i] ? newargz[i] : "<NULL>")));
  3091.     }
  3092. EOF
  3093.     case $host_os in
  3094.       mingw*)
  3095. cat <<"EOF"
  3096.   /* execv doesn't actually work on mingw as expected on unix */
  3097.   rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
  3098.   if (rval == -1)
  3099.     {
  3100.       /* failed to start process */
  3101.       LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target "%s": errno = %dn", lt_argv_zero, errno));
  3102.       return 127;
  3103.     }
  3104.   return rval;
  3105. EOF
  3106. ;;
  3107.       *)
  3108. cat <<"EOF"
  3109.   execv (lt_argv_zero, newargz);
  3110.   return rval; /* =127, but avoids unused variable warning */
  3111. EOF
  3112. ;;
  3113.     esac
  3114.     cat <<"EOF"
  3115. }
  3116. void *
  3117. xmalloc (size_t num)
  3118. {
  3119.   void *p = (void *) malloc (num);
  3120.   if (!p)
  3121.     lt_fatal ("Memory exhausted");
  3122.   return p;
  3123. }
  3124. char *
  3125. xstrdup (const char *string)
  3126. {
  3127.   return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
  3128.   string) : NULL;
  3129. }
  3130. const char *
  3131. base_name (const char *name)
  3132. {
  3133.   const char *base;
  3134. #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
  3135.   /* Skip over the disk name in MSDOS pathnames. */
  3136.   if (isalpha ((unsigned char) name[0]) && name[1] == ':')
  3137.     name += 2;
  3138. #endif
  3139.   for (base = name; *name; name++)
  3140.     if (IS_DIR_SEPARATOR (*name))
  3141.       base = name + 1;
  3142.   return base;
  3143. }
  3144. int
  3145. check_executable (const char *path)
  3146. {
  3147.   struct stat st;
  3148.   LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %sn",
  3149.   path ? (*path ? path : "EMPTY!") : "NULL!"));
  3150.   if ((!path) || (!*path))
  3151.     return 0;
  3152.   if ((stat (path, &st) >= 0)
  3153.       && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
  3154.     return 1;
  3155.   else
  3156.     return 0;
  3157. }
  3158. int
  3159. make_executable (const char *path)
  3160. {
  3161.   int rval = 0;
  3162.   struct stat st;
  3163.   LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %sn",
  3164.   path ? (*path ? path : "EMPTY!") : "NULL!"));
  3165.   if ((!path) || (!*path))
  3166.     return 0;
  3167.   if (stat (path, &st) >= 0)
  3168.     {
  3169.       rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
  3170.     }
  3171.   return rval;
  3172. }
  3173. /* Searches for the full path of the wrapper.  Returns
  3174.    newly allocated full path name if found, NULL otherwise
  3175.    Does not chase symlinks, even on platforms that support them.
  3176. */
  3177. char *
  3178. find_executable (const char *wrapper)
  3179. {
  3180.   int has_slash = 0;
  3181.   const char *p;
  3182.   const char *p_next;
  3183.   /* static buffer for getcwd */
  3184.   char tmp[LT_PATHMAX + 1];
  3185.   int tmp_len;
  3186.   char *concat_name;
  3187.   LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %sn",
  3188.   wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
  3189.   if ((wrapper == NULL) || (*wrapper == ''))
  3190.     return NULL;
  3191.   /* Absolute path? */
  3192. #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
  3193.   if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
  3194.     {
  3195.       concat_name = xstrdup (wrapper);
  3196.       if (check_executable (concat_name))
  3197. return concat_name;
  3198.       XFREE (concat_name);
  3199.     }
  3200.   else
  3201.     {
  3202. #endif
  3203.       if (IS_DIR_SEPARATOR (wrapper[0]))
  3204. {
  3205.   concat_name = xstrdup (wrapper);
  3206.   if (check_executable (concat_name))
  3207.     return concat_name;
  3208.   XFREE (concat_name);
  3209. }
  3210. #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
  3211.     }
  3212. #endif
  3213.   for (p = wrapper; *p; p++)
  3214.     if (*p == '/')
  3215.       {
  3216. has_slash = 1;
  3217. break;
  3218.       }
  3219.   if (!has_slash)
  3220.     {
  3221.       /* no slashes; search PATH */
  3222.       const char *path = getenv ("PATH");
  3223.       if (path != NULL)
  3224. {
  3225.   for (p = path; *p; p = p_next)
  3226.     {
  3227.       const char *q;
  3228.       size_t p_len;
  3229.       for (q = p; *q; q++)
  3230. if (IS_PATH_SEPARATOR (*q))
  3231.   break;
  3232.       p_len = q - p;
  3233.       p_next = (*q == '' ? q : q + 1);
  3234.       if (p_len == 0)
  3235. {
  3236.   /* empty path: current directory */
  3237.   if (getcwd (tmp, LT_PATHMAX) == NULL)
  3238.     lt_fatal ("getcwd failed");
  3239.   tmp_len = strlen (tmp);
  3240.   concat_name =
  3241.     XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
  3242.   memcpy (concat_name, tmp, tmp_len);
  3243.   concat_name[tmp_len] = '/';
  3244.   strcpy (concat_name + tmp_len + 1, wrapper);
  3245. }
  3246.       else
  3247. {
  3248.   concat_name =
  3249.     XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
  3250.   memcpy (concat_name, p, p_len);
  3251.   concat_name[p_len] = '/';
  3252.   strcpy (concat_name + p_len + 1, wrapper);
  3253. }
  3254.       if (check_executable (concat_name))
  3255. return concat_name;
  3256.       XFREE (concat_name);
  3257.     }
  3258. }
  3259.       /* not found in PATH; assume curdir */
  3260.     }
  3261.   /* Relative path | not found in path: prepend cwd */
  3262.   if (getcwd (tmp, LT_PATHMAX) == NULL)
  3263.     lt_fatal ("getcwd failed");
  3264.   tmp_len = strlen (tmp);
  3265.   concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
  3266.   memcpy (concat_name, tmp, tmp_len);
  3267.   concat_name[tmp_len] = '/';
  3268.   strcpy (concat_name + tmp_len + 1, wrapper);
  3269.   if (check_executable (concat_name))
  3270.     return concat_name;
  3271.   XFREE (concat_name);
  3272.   return NULL;
  3273. }
  3274. char *
  3275. chase_symlinks (const char *pathspec)
  3276. {
  3277. #ifndef S_ISLNK
  3278.   return xstrdup (pathspec);
  3279. #else
  3280.   char buf[LT_PATHMAX];
  3281.   struct stat s;
  3282.   char *tmp_pathspec = xstrdup (pathspec);
  3283.   char *p;
  3284.   int has_symlinks = 0;
  3285.   while (strlen (tmp_pathspec) && !has_symlinks)
  3286.     {
  3287.       LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %sn",
  3288.       tmp_pathspec));
  3289.       if (lstat (tmp_pathspec, &s) == 0)
  3290. {
  3291.   if (S_ISLNK (s.st_mode) != 0)
  3292.     {
  3293.       has_symlinks = 1;
  3294.       break;
  3295.     }
  3296.   /* search backwards for last DIR_SEPARATOR */
  3297.   p = tmp_pathspec + strlen (tmp_pathspec) - 1;
  3298.   while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
  3299.     p--;
  3300.   if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
  3301.     {
  3302.       /* no more DIR_SEPARATORS left */
  3303.       break;
  3304.     }
  3305.   *p = '';
  3306. }
  3307.       else
  3308. {
  3309.   char *errstr = strerror (errno);
  3310.   lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
  3311. }
  3312.     }
  3313.   XFREE (tmp_pathspec);
  3314.   if (!has_symlinks)
  3315.     {
  3316.       return xstrdup (pathspec);
  3317.     }
  3318.   tmp_pathspec = realpath (pathspec, buf);
  3319.   if (tmp_pathspec == 0)
  3320.     {
  3321.       lt_fatal ("Could not follow symlinks for %s", pathspec);
  3322.     }
  3323.   return xstrdup (tmp_pathspec);
  3324. #endif
  3325. }
  3326. char *
  3327. strendzap (char *str, const char *pat)
  3328. {
  3329.   size_t len, patlen;
  3330.   assert (str != NULL);
  3331.   assert (pat != NULL);
  3332.   len = strlen (str);
  3333.   patlen = strlen (pat);
  3334.   if (patlen <= len)
  3335.     {
  3336.       str += len - patlen;
  3337.       if (strcmp (str, pat) == 0)
  3338. *str = '';
  3339.     }
  3340.   return str;
  3341. }
  3342. static void
  3343. lt_error_core (int exit_status, const char *mode,
  3344.        const char *message, va_list ap)
  3345. {
  3346.   fprintf (stderr, "%s: %s: ", program_name, mode);
  3347.   vfprintf (stderr, message, ap);
  3348.   fprintf (stderr, ".n");
  3349.   if (exit_status >= 0)
  3350.     exit (exit_status);
  3351. }
  3352. void
  3353. lt_fatal (const char *message, ...)
  3354. {
  3355.   va_list ap;
  3356.   va_start (ap, message);
  3357.   lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
  3358.   va_end (ap);
  3359. }
  3360. void
  3361. lt_setenv (const char *name, const char *value)
  3362. {
  3363.   LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'n",
  3364.                           (name ? name : "<NULL>"),
  3365.                           (value ? value : "<NULL>")));
  3366.   {
  3367. #ifdef HAVE_SETENV
  3368.     /* always make a copy, for consistency with !HAVE_SETENV */
  3369.     char *str = xstrdup (value);
  3370.     setenv (name, str, 1);
  3371. #else
  3372.     int len = strlen (name) + 1 + strlen (value) + 1;
  3373.     char *str = XMALLOC (char, len);
  3374.     sprintf (str, "%s=%s", name, value);
  3375.     if (putenv (str) != EXIT_SUCCESS)
  3376.       {
  3377.         XFREE (str);
  3378.       }
  3379. #endif
  3380.   }
  3381. }
  3382. char *
  3383. lt_extend_str (const char *orig_value, const char *add, int to_end)
  3384. {
  3385.   char *new_value;
  3386.   if (orig_value && *orig_value)
  3387.     {
  3388.       int orig_value_len = strlen (orig_value);
  3389.       int add_len = strlen (add);
  3390.       new_value = XMALLOC (char, add_len + orig_value_len + 1);
  3391.       if (to_end)
  3392.         {
  3393.           strcpy (new_value, orig_value);
  3394.           strcpy (new_value + orig_value_len, add);
  3395.         }
  3396.       else
  3397.         {
  3398.           strcpy (new_value, add);
  3399.           strcpy (new_value + add_len, orig_value);
  3400.         }
  3401.     }
  3402.   else
  3403.     {
  3404.       new_value = xstrdup (add);
  3405.     }
  3406.   return new_value;
  3407. }
  3408. int
  3409. lt_split_name_value (const char *arg, char** name, char** value)
  3410. {
  3411.   const char *p;
  3412.   int len;
  3413.   if (!arg || !*arg)
  3414.     return 1;
  3415.   p = strchr (arg, (int)'=');
  3416.   if (!p)
  3417.     return 1;
  3418.   *value = xstrdup (++p);
  3419.   len = strlen (arg) - strlen (*value);
  3420.   *name = XMALLOC (char, len);
  3421.   strncpy (*name, arg, len-1);
  3422.   (*name)[len - 1] = '';
  3423.   return 0;
  3424. }
  3425. void
  3426. lt_opt_process_env_set (const char *arg)
  3427. {
  3428.   char *name = NULL;
  3429.   char *value = NULL;
  3430.   if (lt_split_name_value (arg, &name, &value) != 0)
  3431.     {
  3432.       XFREE (name);
  3433.       XFREE (value);
  3434.       lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
  3435.     }
  3436.   lt_setenv (name, value);
  3437.   XFREE (name);
  3438.   XFREE (value);
  3439. }
  3440. void
  3441. lt_opt_process_env_prepend (const char *arg)
  3442. {
  3443.   char *name = NULL;
  3444.   char *value = NULL;
  3445.   char *new_value = NULL;
  3446.   if (lt_split_name_value (arg, &name, &value) != 0)
  3447.     {
  3448.       XFREE (name);
  3449.       XFREE (value);
  3450.       lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
  3451.     }
  3452.   new_value = lt_extend_str (getenv (name), value, 0);
  3453.   lt_setenv (name, new_value);
  3454.   XFREE (new_value);
  3455.   XFREE (name);
  3456.   XFREE (value);
  3457. }
  3458. void
  3459. lt_opt_process_env_append (const char *arg)
  3460. {
  3461.   char *name = NULL;
  3462.   char *value = NULL;
  3463.   char *new_value = NULL;
  3464.   if (lt_split_name_value (arg, &name, &value) != 0)
  3465.     {
  3466.       XFREE (name);
  3467.       XFREE (value);
  3468.       lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
  3469.     }
  3470.   new_value = lt_extend_str (getenv (name), value, 1);
  3471.   lt_setenv (name, new_value);
  3472.   XFREE (new_value);
  3473.   XFREE (name);
  3474.   XFREE (value);
  3475. }
  3476. void
  3477. lt_update_exe_path (const char *name, const char *value)
  3478. {
  3479.   LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'n",
  3480.                           (name ? name : "<NULL>"),
  3481.                           (value ? value : "<NULL>")));
  3482.   if (name && *name && value && *value)
  3483.     {
  3484.       char *new_value = lt_extend_str (getenv (name), value, 0);
  3485.       /* some systems can't cope with a ':'-terminated path #' */
  3486.       int len = strlen (new_value);
  3487.       while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
  3488.         {
  3489.           new_value[len-1] = '';
  3490.         }
  3491.       lt_setenv (name, new_value);
  3492.       XFREE (new_value);
  3493.     }
  3494. }
  3495. void
  3496. lt_update_lib_path (const char *name, const char *value)
  3497. {
  3498.   LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'n",
  3499.                           (name ? name : "<NULL>"),
  3500.                           (value ? value : "<NULL>")));
  3501.   if (name && *name && value && *value)
  3502.     {
  3503.       char *new_value = lt_extend_str (getenv (name), value, 0);
  3504.       lt_setenv (name, new_value);
  3505.       XFREE (new_value);
  3506.     }
  3507. }
  3508. EOF
  3509. }
  3510. # end: func_emit_cwrapperexe_src
  3511. # func_mode_link arg...
  3512. func_mode_link ()
  3513. {
  3514.     $opt_debug
  3515.     case $host in
  3516.     *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
  3517.       # It is impossible to link a dll without this setting, and
  3518.       # we shouldn't force the makefile maintainer to figure out
  3519.       # which system we are compiling for in order to pass an extra
  3520.       # flag for every libtool invocation.
  3521.       # allow_undefined=no
  3522.       # FIXME: Unfortunately, there are problems with the above when trying
  3523.       # to make a dll which has undefined symbols, in which case not
  3524.       # even a static library is built.  For now, we need to specify
  3525.       # -no-undefined on the libtool link line when we can be certain
  3526.       # that all symbols are satisfied, otherwise we get a static library.
  3527.       allow_undefined=yes
  3528.       ;;
  3529.     *)
  3530.       allow_undefined=yes
  3531.       ;;
  3532.     esac
  3533.     libtool_args=$nonopt
  3534.     base_compile="$nonopt $@"
  3535.     compile_command=$nonopt
  3536.     finalize_command=$nonopt
  3537.     compile_rpath=
  3538.     finalize_rpath=
  3539.     compile_shlibpath=
  3540.     finalize_shlibpath=
  3541.     convenience=
  3542.     old_convenience=
  3543.     deplibs=
  3544.     old_deplibs=
  3545.     compiler_flags=
  3546.     linker_flags=
  3547.     dllsearchpath=
  3548.     lib_search_path=`pwd`
  3549.     inst_prefix_dir=
  3550.     new_inherited_linker_flags=
  3551.     avoid_version=no
  3552.     dlfiles=
  3553.     dlprefiles=
  3554.     dlself=no
  3555.     export_dynamic=no
  3556.     export_symbols=
  3557.     export_symbols_regex=
  3558.     generated=
  3559.     libobjs=
  3560.     ltlibs=
  3561.     module=no
  3562.     no_install=no
  3563.     objs=
  3564.     non_pic_objects=
  3565.     precious_files_regex=
  3566.     prefer_static_libs=no
  3567.     preload=no
  3568.     prev=
  3569.     prevarg=
  3570.     release=
  3571.     rpath=
  3572.     xrpath=
  3573.     perm_rpath=
  3574.     temp_rpath=
  3575.     thread_safe=no
  3576.     vinfo=
  3577.     vinfo_number=no
  3578.     weak_libs=
  3579.     single_module="${wl}-single_module"
  3580.     func_infer_tag $base_compile
  3581.     # We need to know -static, to get the right output filenames.
  3582.     for arg
  3583.     do
  3584.       case $arg in
  3585.       -shared)
  3586. test "$build_libtool_libs" != yes && 
  3587.   func_fatal_configuration "can not build a shared library"
  3588. build_old_libs=no
  3589. break
  3590. ;;
  3591.       -all-static | -static | -static-libtool-libs)
  3592. case $arg in
  3593. -all-static)
  3594.   if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
  3595.     func_warning "complete static linking is impossible in this configuration"
  3596.   fi
  3597.   if test -n "$link_static_flag"; then
  3598.     dlopen_self=$dlopen_self_static
  3599.   fi
  3600.   prefer_static_libs=yes
  3601.   ;;
  3602. -static)
  3603.   if test -z "$pic_flag" && test -n "$link_static_flag"; then
  3604.     dlopen_self=$dlopen_self_static
  3605.   fi
  3606.   prefer_static_libs=built
  3607.   ;;
  3608. -static-libtool-libs)
  3609.   if test -z "$pic_flag" && test -n "$link_static_flag"; then
  3610.     dlopen_self=$dlopen_self_static
  3611.   fi
  3612.   prefer_static_libs=yes
  3613.   ;;
  3614. esac
  3615. build_libtool_libs=no
  3616. build_old_libs=yes
  3617. break
  3618. ;;
  3619.       esac
  3620.     done
  3621.     # See if our shared archives depend on static archives.
  3622.     test -n "$old_archive_from_new_cmds" && build_old_libs=yes
  3623.     # Go through the arguments, transforming them on the way.
  3624.     while test "$#" -gt 0; do
  3625.       arg="$1"
  3626.       shift
  3627.       func_quote_for_eval "$arg"
  3628.       qarg=$func_quote_for_eval_unquoted_result
  3629.       func_append libtool_args " $func_quote_for_eval_result"
  3630.       # If the previous option needs an argument, assign it.
  3631.       if test -n "$prev"; then
  3632. case $prev in
  3633. output)
  3634.   func_append compile_command " @OUTPUT@"
  3635.   func_append finalize_command " @OUTPUT@"
  3636.   ;;
  3637. esac
  3638. case $prev in
  3639. dlfiles|dlprefiles)
  3640.   if test "$preload" = no; then
  3641.     # Add the symbol object into the linking commands.
  3642.     func_append compile_command " @SYMFILE@"
  3643.     func_append finalize_command " @SYMFILE@"
  3644.     preload=yes
  3645.   fi
  3646.   case $arg in
  3647.   *.la | *.lo) ;;  # We handle these cases below.
  3648.   force)
  3649.     if test "$dlself" = no; then
  3650.       dlself=needless
  3651.       export_dynamic=yes
  3652.     fi
  3653.     prev=
  3654.     continue
  3655.     ;;
  3656.   self)
  3657.     if test "$prev" = dlprefiles; then
  3658.       dlself=yes
  3659.     elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
  3660.       dlself=yes
  3661.     else
  3662.       dlself=needless
  3663.       export_dynamic=yes
  3664.     fi
  3665.     prev=
  3666.     continue
  3667.     ;;
  3668.   *)
  3669.     if test "$prev" = dlfiles; then
  3670.       dlfiles="$dlfiles $arg"
  3671.     else
  3672.       dlprefiles="$dlprefiles $arg"
  3673.     fi
  3674.     prev=
  3675.     continue