annotate src/libogg-1.3.0/ltmain.sh @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 98c1576536ae
children
rev   line source
cannam@86 1
cannam@86 2 # libtool (GNU libtool) 2.4
cannam@86 3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
cannam@86 4
cannam@86 5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
cannam@86 6 # 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
cannam@86 7 # This is free software; see the source for copying conditions. There is NO
cannam@86 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cannam@86 9
cannam@86 10 # GNU Libtool is free software; you can redistribute it and/or modify
cannam@86 11 # it under the terms of the GNU General Public License as published by
cannam@86 12 # the Free Software Foundation; either version 2 of the License, or
cannam@86 13 # (at your option) any later version.
cannam@86 14 #
cannam@86 15 # As a special exception to the GNU General Public License,
cannam@86 16 # if you distribute this file as part of a program or library that
cannam@86 17 # is built using GNU Libtool, you may include this file under the
cannam@86 18 # same distribution terms that you use for the rest of that program.
cannam@86 19 #
cannam@86 20 # GNU Libtool is distributed in the hope that it will be useful, but
cannam@86 21 # WITHOUT ANY WARRANTY; without even the implied warranty of
cannam@86 22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
cannam@86 23 # General Public License for more details.
cannam@86 24 #
cannam@86 25 # You should have received a copy of the GNU General Public License
cannam@86 26 # along with GNU Libtool; see the file COPYING. If not, a copy
cannam@86 27 # can be downloaded from http://www.gnu.org/licenses/gpl.html,
cannam@86 28 # or obtained by writing to the Free Software Foundation, Inc.,
cannam@86 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
cannam@86 30
cannam@86 31 # Usage: $progname [OPTION]... [MODE-ARG]...
cannam@86 32 #
cannam@86 33 # Provide generalized library-building support services.
cannam@86 34 #
cannam@86 35 # --config show all configuration variables
cannam@86 36 # --debug enable verbose shell tracing
cannam@86 37 # -n, --dry-run display commands without modifying any files
cannam@86 38 # --features display basic configuration information and exit
cannam@86 39 # --mode=MODE use operation mode MODE
cannam@86 40 # --preserve-dup-deps don't remove duplicate dependency libraries
cannam@86 41 # --quiet, --silent don't print informational messages
cannam@86 42 # --no-quiet, --no-silent
cannam@86 43 # print informational messages (default)
cannam@86 44 # --tag=TAG use configuration variables from tag TAG
cannam@86 45 # -v, --verbose print more informational messages than default
cannam@86 46 # --no-verbose don't print the extra informational messages
cannam@86 47 # --version print version information
cannam@86 48 # -h, --help, --help-all print short, long, or detailed help message
cannam@86 49 #
cannam@86 50 # MODE must be one of the following:
cannam@86 51 #
cannam@86 52 # clean remove files from the build directory
cannam@86 53 # compile compile a source file into a libtool object
cannam@86 54 # execute automatically set library path, then run a program
cannam@86 55 # finish complete the installation of libtool libraries
cannam@86 56 # install install libraries or executables
cannam@86 57 # link create a library or an executable
cannam@86 58 # uninstall remove libraries from an installed directory
cannam@86 59 #
cannam@86 60 # MODE-ARGS vary depending on the MODE. When passed as first option,
cannam@86 61 # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
cannam@86 62 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
cannam@86 63 #
cannam@86 64 # When reporting a bug, please describe a test case to reproduce it and
cannam@86 65 # include the following information:
cannam@86 66 #
cannam@86 67 # host-triplet: $host
cannam@86 68 # shell: $SHELL
cannam@86 69 # compiler: $LTCC
cannam@86 70 # compiler flags: $LTCFLAGS
cannam@86 71 # linker: $LD (gnu? $with_gnu_ld)
cannam@86 72 # $progname: (GNU libtool) 2.4
cannam@86 73 # automake: $automake_version
cannam@86 74 # autoconf: $autoconf_version
cannam@86 75 #
cannam@86 76 # Report bugs to <bug-libtool@gnu.org>.
cannam@86 77 # GNU libtool home page: <http://www.gnu.org/software/libtool/>.
cannam@86 78 # General help using GNU software: <http://www.gnu.org/gethelp/>.
cannam@86 79
cannam@86 80 PROGRAM=libtool
cannam@86 81 PACKAGE=libtool
cannam@86 82 VERSION=2.4
cannam@86 83 TIMESTAMP=""
cannam@86 84 package_revision=1.3293
cannam@86 85
cannam@86 86 # Be Bourne compatible
cannam@86 87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
cannam@86 88 emulate sh
cannam@86 89 NULLCMD=:
cannam@86 90 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
cannam@86 91 # is contrary to our usage. Disable this feature.
cannam@86 92 alias -g '${1+"$@"}'='"$@"'
cannam@86 93 setopt NO_GLOB_SUBST
cannam@86 94 else
cannam@86 95 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
cannam@86 96 fi
cannam@86 97 BIN_SH=xpg4; export BIN_SH # for Tru64
cannam@86 98 DUALCASE=1; export DUALCASE # for MKS sh
cannam@86 99
cannam@86 100 # A function that is used when there is no print builtin or printf.
cannam@86 101 func_fallback_echo ()
cannam@86 102 {
cannam@86 103 eval 'cat <<_LTECHO_EOF
cannam@86 104 $1
cannam@86 105 _LTECHO_EOF'
cannam@86 106 }
cannam@86 107
cannam@86 108 # NLS nuisances: We save the old values to restore during execute mode.
cannam@86 109 lt_user_locale=
cannam@86 110 lt_safe_locale=
cannam@86 111 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
cannam@86 112 do
cannam@86 113 eval "if test \"\${$lt_var+set}\" = set; then
cannam@86 114 save_$lt_var=\$$lt_var
cannam@86 115 $lt_var=C
cannam@86 116 export $lt_var
cannam@86 117 lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
cannam@86 118 lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
cannam@86 119 fi"
cannam@86 120 done
cannam@86 121 LC_ALL=C
cannam@86 122 LANGUAGE=C
cannam@86 123 export LANGUAGE LC_ALL
cannam@86 124
cannam@86 125 $lt_unset CDPATH
cannam@86 126
cannam@86 127
cannam@86 128 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
cannam@86 129 # is ksh but when the shell is invoked as "sh" and the current value of
cannam@86 130 # the _XPG environment variable is not equal to 1 (one), the special
cannam@86 131 # positional parameter $0, within a function call, is the name of the
cannam@86 132 # function.
cannam@86 133 progpath="$0"
cannam@86 134
cannam@86 135
cannam@86 136
cannam@86 137 : ${CP="cp -f"}
cannam@86 138 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
cannam@86 139 : ${EGREP="/bin/grep -E"}
cannam@86 140 : ${FGREP="/bin/grep -F"}
cannam@86 141 : ${GREP="/bin/grep"}
cannam@86 142 : ${LN_S="ln -s"}
cannam@86 143 : ${MAKE="make"}
cannam@86 144 : ${MKDIR="mkdir"}
cannam@86 145 : ${MV="mv -f"}
cannam@86 146 : ${RM="rm -f"}
cannam@86 147 : ${SED="/bin/sed"}
cannam@86 148 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
cannam@86 149 : ${Xsed="$SED -e 1s/^X//"}
cannam@86 150
cannam@86 151 # Global variables:
cannam@86 152 EXIT_SUCCESS=0
cannam@86 153 EXIT_FAILURE=1
cannam@86 154 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
cannam@86 155 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
cannam@86 156
cannam@86 157 exit_status=$EXIT_SUCCESS
cannam@86 158
cannam@86 159 # Make sure IFS has a sensible default
cannam@86 160 lt_nl='
cannam@86 161 '
cannam@86 162 IFS=" $lt_nl"
cannam@86 163
cannam@86 164 dirname="s,/[^/]*$,,"
cannam@86 165 basename="s,^.*/,,"
cannam@86 166
cannam@86 167 # func_dirname file append nondir_replacement
cannam@86 168 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
cannam@86 169 # otherwise set result to NONDIR_REPLACEMENT.
cannam@86 170 func_dirname ()
cannam@86 171 {
cannam@86 172 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
cannam@86 173 if test "X$func_dirname_result" = "X${1}"; then
cannam@86 174 func_dirname_result="${3}"
cannam@86 175 else
cannam@86 176 func_dirname_result="$func_dirname_result${2}"
cannam@86 177 fi
cannam@86 178 } # func_dirname may be replaced by extended shell implementation
cannam@86 179
cannam@86 180
cannam@86 181 # func_basename file
cannam@86 182 func_basename ()
cannam@86 183 {
cannam@86 184 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
cannam@86 185 } # func_basename may be replaced by extended shell implementation
cannam@86 186
cannam@86 187
cannam@86 188 # func_dirname_and_basename file append nondir_replacement
cannam@86 189 # perform func_basename and func_dirname in a single function
cannam@86 190 # call:
cannam@86 191 # dirname: Compute the dirname of FILE. If nonempty,
cannam@86 192 # add APPEND to the result, otherwise set result
cannam@86 193 # to NONDIR_REPLACEMENT.
cannam@86 194 # value returned in "$func_dirname_result"
cannam@86 195 # basename: Compute filename of FILE.
cannam@86 196 # value retuned in "$func_basename_result"
cannam@86 197 # Implementation must be kept synchronized with func_dirname
cannam@86 198 # and func_basename. For efficiency, we do not delegate to
cannam@86 199 # those functions but instead duplicate the functionality here.
cannam@86 200 func_dirname_and_basename ()
cannam@86 201 {
cannam@86 202 # Extract subdirectory from the argument.
cannam@86 203 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
cannam@86 204 if test "X$func_dirname_result" = "X${1}"; then
cannam@86 205 func_dirname_result="${3}"
cannam@86 206 else
cannam@86 207 func_dirname_result="$func_dirname_result${2}"
cannam@86 208 fi
cannam@86 209 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
cannam@86 210 } # func_dirname_and_basename may be replaced by extended shell implementation
cannam@86 211
cannam@86 212
cannam@86 213 # func_stripname prefix suffix name
cannam@86 214 # strip PREFIX and SUFFIX off of NAME.
cannam@86 215 # PREFIX and SUFFIX must not contain globbing or regex special
cannam@86 216 # characters, hashes, percent signs, but SUFFIX may contain a leading
cannam@86 217 # dot (in which case that matches only a dot).
cannam@86 218 # func_strip_suffix prefix name
cannam@86 219 func_stripname ()
cannam@86 220 {
cannam@86 221 case ${2} in
cannam@86 222 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
cannam@86 223 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
cannam@86 224 esac
cannam@86 225 } # func_stripname may be replaced by extended shell implementation
cannam@86 226
cannam@86 227
cannam@86 228 # These SED scripts presuppose an absolute path with a trailing slash.
cannam@86 229 pathcar='s,^/\([^/]*\).*$,\1,'
cannam@86 230 pathcdr='s,^/[^/]*,,'
cannam@86 231 removedotparts=':dotsl
cannam@86 232 s@/\./@/@g
cannam@86 233 t dotsl
cannam@86 234 s,/\.$,/,'
cannam@86 235 collapseslashes='s@/\{1,\}@/@g'
cannam@86 236 finalslash='s,/*$,/,'
cannam@86 237
cannam@86 238 # func_normal_abspath PATH
cannam@86 239 # Remove doubled-up and trailing slashes, "." path components,
cannam@86 240 # and cancel out any ".." path components in PATH after making
cannam@86 241 # it an absolute path.
cannam@86 242 # value returned in "$func_normal_abspath_result"
cannam@86 243 func_normal_abspath ()
cannam@86 244 {
cannam@86 245 # Start from root dir and reassemble the path.
cannam@86 246 func_normal_abspath_result=
cannam@86 247 func_normal_abspath_tpath=$1
cannam@86 248 func_normal_abspath_altnamespace=
cannam@86 249 case $func_normal_abspath_tpath in
cannam@86 250 "")
cannam@86 251 # Empty path, that just means $cwd.
cannam@86 252 func_stripname '' '/' "`pwd`"
cannam@86 253 func_normal_abspath_result=$func_stripname_result
cannam@86 254 return
cannam@86 255 ;;
cannam@86 256 # The next three entries are used to spot a run of precisely
cannam@86 257 # two leading slashes without using negated character classes;
cannam@86 258 # we take advantage of case's first-match behaviour.
cannam@86 259 ///*)
cannam@86 260 # Unusual form of absolute path, do nothing.
cannam@86 261 ;;
cannam@86 262 //*)
cannam@86 263 # Not necessarily an ordinary path; POSIX reserves leading '//'
cannam@86 264 # and for example Cygwin uses it to access remote file shares
cannam@86 265 # over CIFS/SMB, so we conserve a leading double slash if found.
cannam@86 266 func_normal_abspath_altnamespace=/
cannam@86 267 ;;
cannam@86 268 /*)
cannam@86 269 # Absolute path, do nothing.
cannam@86 270 ;;
cannam@86 271 *)
cannam@86 272 # Relative path, prepend $cwd.
cannam@86 273 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
cannam@86 274 ;;
cannam@86 275 esac
cannam@86 276 # Cancel out all the simple stuff to save iterations. We also want
cannam@86 277 # the path to end with a slash for ease of parsing, so make sure
cannam@86 278 # there is one (and only one) here.
cannam@86 279 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
cannam@86 280 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
cannam@86 281 while :; do
cannam@86 282 # Processed it all yet?
cannam@86 283 if test "$func_normal_abspath_tpath" = / ; then
cannam@86 284 # If we ascended to the root using ".." the result may be empty now.
cannam@86 285 if test -z "$func_normal_abspath_result" ; then
cannam@86 286 func_normal_abspath_result=/
cannam@86 287 fi
cannam@86 288 break
cannam@86 289 fi
cannam@86 290 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
cannam@86 291 -e "$pathcar"`
cannam@86 292 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
cannam@86 293 -e "$pathcdr"`
cannam@86 294 # Figure out what to do with it
cannam@86 295 case $func_normal_abspath_tcomponent in
cannam@86 296 "")
cannam@86 297 # Trailing empty path component, ignore it.
cannam@86 298 ;;
cannam@86 299 ..)
cannam@86 300 # Parent dir; strip last assembled component from result.
cannam@86 301 func_dirname "$func_normal_abspath_result"
cannam@86 302 func_normal_abspath_result=$func_dirname_result
cannam@86 303 ;;
cannam@86 304 *)
cannam@86 305 # Actual path component, append it.
cannam@86 306 func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
cannam@86 307 ;;
cannam@86 308 esac
cannam@86 309 done
cannam@86 310 # Restore leading double-slash if one was found on entry.
cannam@86 311 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
cannam@86 312 }
cannam@86 313
cannam@86 314 # func_relative_path SRCDIR DSTDIR
cannam@86 315 # generates a relative path from SRCDIR to DSTDIR, with a trailing
cannam@86 316 # slash if non-empty, suitable for immediately appending a filename
cannam@86 317 # without needing to append a separator.
cannam@86 318 # value returned in "$func_relative_path_result"
cannam@86 319 func_relative_path ()
cannam@86 320 {
cannam@86 321 func_relative_path_result=
cannam@86 322 func_normal_abspath "$1"
cannam@86 323 func_relative_path_tlibdir=$func_normal_abspath_result
cannam@86 324 func_normal_abspath "$2"
cannam@86 325 func_relative_path_tbindir=$func_normal_abspath_result
cannam@86 326
cannam@86 327 # Ascend the tree starting from libdir
cannam@86 328 while :; do
cannam@86 329 # check if we have found a prefix of bindir
cannam@86 330 case $func_relative_path_tbindir in
cannam@86 331 $func_relative_path_tlibdir)
cannam@86 332 # found an exact match
cannam@86 333 func_relative_path_tcancelled=
cannam@86 334 break
cannam@86 335 ;;
cannam@86 336 $func_relative_path_tlibdir*)
cannam@86 337 # found a matching prefix
cannam@86 338 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
cannam@86 339 func_relative_path_tcancelled=$func_stripname_result
cannam@86 340 if test -z "$func_relative_path_result"; then
cannam@86 341 func_relative_path_result=.
cannam@86 342 fi
cannam@86 343 break
cannam@86 344 ;;
cannam@86 345 *)
cannam@86 346 func_dirname $func_relative_path_tlibdir
cannam@86 347 func_relative_path_tlibdir=${func_dirname_result}
cannam@86 348 if test "x$func_relative_path_tlibdir" = x ; then
cannam@86 349 # Have to descend all the way to the root!
cannam@86 350 func_relative_path_result=../$func_relative_path_result
cannam@86 351 func_relative_path_tcancelled=$func_relative_path_tbindir
cannam@86 352 break
cannam@86 353 fi
cannam@86 354 func_relative_path_result=../$func_relative_path_result
cannam@86 355 ;;
cannam@86 356 esac
cannam@86 357 done
cannam@86 358
cannam@86 359 # Now calculate path; take care to avoid doubling-up slashes.
cannam@86 360 func_stripname '' '/' "$func_relative_path_result"
cannam@86 361 func_relative_path_result=$func_stripname_result
cannam@86 362 func_stripname '/' '/' "$func_relative_path_tcancelled"
cannam@86 363 if test "x$func_stripname_result" != x ; then
cannam@86 364 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
cannam@86 365 fi
cannam@86 366
cannam@86 367 # Normalisation. If bindir is libdir, return empty string,
cannam@86 368 # else relative path ending with a slash; either way, target
cannam@86 369 # file name can be directly appended.
cannam@86 370 if test ! -z "$func_relative_path_result"; then
cannam@86 371 func_stripname './' '' "$func_relative_path_result/"
cannam@86 372 func_relative_path_result=$func_stripname_result
cannam@86 373 fi
cannam@86 374 }
cannam@86 375
cannam@86 376 # The name of this program:
cannam@86 377 func_dirname_and_basename "$progpath"
cannam@86 378 progname=$func_basename_result
cannam@86 379
cannam@86 380 # Make sure we have an absolute path for reexecution:
cannam@86 381 case $progpath in
cannam@86 382 [\\/]*|[A-Za-z]:\\*) ;;
cannam@86 383 *[\\/]*)
cannam@86 384 progdir=$func_dirname_result
cannam@86 385 progdir=`cd "$progdir" && pwd`
cannam@86 386 progpath="$progdir/$progname"
cannam@86 387 ;;
cannam@86 388 *)
cannam@86 389 save_IFS="$IFS"
cannam@86 390 IFS=:
cannam@86 391 for progdir in $PATH; do
cannam@86 392 IFS="$save_IFS"
cannam@86 393 test -x "$progdir/$progname" && break
cannam@86 394 done
cannam@86 395 IFS="$save_IFS"
cannam@86 396 test -n "$progdir" || progdir=`pwd`
cannam@86 397 progpath="$progdir/$progname"
cannam@86 398 ;;
cannam@86 399 esac
cannam@86 400
cannam@86 401 # Sed substitution that helps us do robust quoting. It backslashifies
cannam@86 402 # metacharacters that are still active within double-quoted strings.
cannam@86 403 Xsed="${SED}"' -e 1s/^X//'
cannam@86 404 sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
cannam@86 405
cannam@86 406 # Same as above, but do not quote variable references.
cannam@86 407 double_quote_subst='s/\(["`\\]\)/\\\1/g'
cannam@86 408
cannam@86 409 # Sed substitution that turns a string into a regex matching for the
cannam@86 410 # string literally.
cannam@86 411 sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
cannam@86 412
cannam@86 413 # Sed substitution that converts a w32 file name or path
cannam@86 414 # which contains forward slashes, into one that contains
cannam@86 415 # (escaped) backslashes. A very naive implementation.
cannam@86 416 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
cannam@86 417
cannam@86 418 # Re-`\' parameter expansions in output of double_quote_subst that were
cannam@86 419 # `\'-ed in input to the same. If an odd number of `\' preceded a '$'
cannam@86 420 # in input to double_quote_subst, that '$' was protected from expansion.
cannam@86 421 # Since each input `\' is now two `\'s, look for any number of runs of
cannam@86 422 # four `\'s followed by two `\'s and then a '$'. `\' that '$'.
cannam@86 423 bs='\\'
cannam@86 424 bs2='\\\\'
cannam@86 425 bs4='\\\\\\\\'
cannam@86 426 dollar='\$'
cannam@86 427 sed_double_backslash="\
cannam@86 428 s/$bs4/&\\
cannam@86 429 /g
cannam@86 430 s/^$bs2$dollar/$bs&/
cannam@86 431 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
cannam@86 432 s/\n//g"
cannam@86 433
cannam@86 434 # Standard options:
cannam@86 435 opt_dry_run=false
cannam@86 436 opt_help=false
cannam@86 437 opt_quiet=false
cannam@86 438 opt_verbose=false
cannam@86 439 opt_warning=:
cannam@86 440
cannam@86 441 # func_echo arg...
cannam@86 442 # Echo program name prefixed message, along with the current mode
cannam@86 443 # name if it has been set yet.
cannam@86 444 func_echo ()
cannam@86 445 {
cannam@86 446 $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
cannam@86 447 }
cannam@86 448
cannam@86 449 # func_verbose arg...
cannam@86 450 # Echo program name prefixed message in verbose mode only.
cannam@86 451 func_verbose ()
cannam@86 452 {
cannam@86 453 $opt_verbose && func_echo ${1+"$@"}
cannam@86 454
cannam@86 455 # A bug in bash halts the script if the last line of a function
cannam@86 456 # fails when set -e is in force, so we need another command to
cannam@86 457 # work around that:
cannam@86 458 :
cannam@86 459 }
cannam@86 460
cannam@86 461 # func_echo_all arg...
cannam@86 462 # Invoke $ECHO with all args, space-separated.
cannam@86 463 func_echo_all ()
cannam@86 464 {
cannam@86 465 $ECHO "$*"
cannam@86 466 }
cannam@86 467
cannam@86 468 # func_error arg...
cannam@86 469 # Echo program name prefixed message to standard error.
cannam@86 470 func_error ()
cannam@86 471 {
cannam@86 472 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
cannam@86 473 }
cannam@86 474
cannam@86 475 # func_warning arg...
cannam@86 476 # Echo program name prefixed warning message to standard error.
cannam@86 477 func_warning ()
cannam@86 478 {
cannam@86 479 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
cannam@86 480
cannam@86 481 # bash bug again:
cannam@86 482 :
cannam@86 483 }
cannam@86 484
cannam@86 485 # func_fatal_error arg...
cannam@86 486 # Echo program name prefixed message to standard error, and exit.
cannam@86 487 func_fatal_error ()
cannam@86 488 {
cannam@86 489 func_error ${1+"$@"}
cannam@86 490 exit $EXIT_FAILURE
cannam@86 491 }
cannam@86 492
cannam@86 493 # func_fatal_help arg...
cannam@86 494 # Echo program name prefixed message to standard error, followed by
cannam@86 495 # a help hint, and exit.
cannam@86 496 func_fatal_help ()
cannam@86 497 {
cannam@86 498 func_error ${1+"$@"}
cannam@86 499 func_fatal_error "$help"
cannam@86 500 }
cannam@86 501 help="Try \`$progname --help' for more information." ## default
cannam@86 502
cannam@86 503
cannam@86 504 # func_grep expression filename
cannam@86 505 # Check whether EXPRESSION matches any line of FILENAME, without output.
cannam@86 506 func_grep ()
cannam@86 507 {
cannam@86 508 $GREP "$1" "$2" >/dev/null 2>&1
cannam@86 509 }
cannam@86 510
cannam@86 511
cannam@86 512 # func_mkdir_p directory-path
cannam@86 513 # Make sure the entire path to DIRECTORY-PATH is available.
cannam@86 514 func_mkdir_p ()
cannam@86 515 {
cannam@86 516 my_directory_path="$1"
cannam@86 517 my_dir_list=
cannam@86 518
cannam@86 519 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
cannam@86 520
cannam@86 521 # Protect directory names starting with `-'
cannam@86 522 case $my_directory_path in
cannam@86 523 -*) my_directory_path="./$my_directory_path" ;;
cannam@86 524 esac
cannam@86 525
cannam@86 526 # While some portion of DIR does not yet exist...
cannam@86 527 while test ! -d "$my_directory_path"; do
cannam@86 528 # ...make a list in topmost first order. Use a colon delimited
cannam@86 529 # list incase some portion of path contains whitespace.
cannam@86 530 my_dir_list="$my_directory_path:$my_dir_list"
cannam@86 531
cannam@86 532 # If the last portion added has no slash in it, the list is done
cannam@86 533 case $my_directory_path in */*) ;; *) break ;; esac
cannam@86 534
cannam@86 535 # ...otherwise throw away the child directory and loop
cannam@86 536 my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
cannam@86 537 done
cannam@86 538 my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
cannam@86 539
cannam@86 540 save_mkdir_p_IFS="$IFS"; IFS=':'
cannam@86 541 for my_dir in $my_dir_list; do
cannam@86 542 IFS="$save_mkdir_p_IFS"
cannam@86 543 # mkdir can fail with a `File exist' error if two processes
cannam@86 544 # try to create one of the directories concurrently. Don't
cannam@86 545 # stop in that case!
cannam@86 546 $MKDIR "$my_dir" 2>/dev/null || :
cannam@86 547 done
cannam@86 548 IFS="$save_mkdir_p_IFS"
cannam@86 549
cannam@86 550 # Bail out if we (or some other process) failed to create a directory.
cannam@86 551 test -d "$my_directory_path" || \
cannam@86 552 func_fatal_error "Failed to create \`$1'"
cannam@86 553 fi
cannam@86 554 }
cannam@86 555
cannam@86 556
cannam@86 557 # func_mktempdir [string]
cannam@86 558 # Make a temporary directory that won't clash with other running
cannam@86 559 # libtool processes, and avoids race conditions if possible. If
cannam@86 560 # given, STRING is the basename for that directory.
cannam@86 561 func_mktempdir ()
cannam@86 562 {
cannam@86 563 my_template="${TMPDIR-/tmp}/${1-$progname}"
cannam@86 564
cannam@86 565 if test "$opt_dry_run" = ":"; then
cannam@86 566 # Return a directory name, but don't create it in dry-run mode
cannam@86 567 my_tmpdir="${my_template}-$$"
cannam@86 568 else
cannam@86 569
cannam@86 570 # If mktemp works, use that first and foremost
cannam@86 571 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
cannam@86 572
cannam@86 573 if test ! -d "$my_tmpdir"; then
cannam@86 574 # Failing that, at least try and use $RANDOM to avoid a race
cannam@86 575 my_tmpdir="${my_template}-${RANDOM-0}$$"
cannam@86 576
cannam@86 577 save_mktempdir_umask=`umask`
cannam@86 578 umask 0077
cannam@86 579 $MKDIR "$my_tmpdir"
cannam@86 580 umask $save_mktempdir_umask
cannam@86 581 fi
cannam@86 582
cannam@86 583 # If we're not in dry-run mode, bomb out on failure
cannam@86 584 test -d "$my_tmpdir" || \
cannam@86 585 func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
cannam@86 586 fi
cannam@86 587
cannam@86 588 $ECHO "$my_tmpdir"
cannam@86 589 }
cannam@86 590
cannam@86 591
cannam@86 592 # func_quote_for_eval arg
cannam@86 593 # Aesthetically quote ARG to be evaled later.
cannam@86 594 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
cannam@86 595 # is double-quoted, suitable for a subsequent eval, whereas
cannam@86 596 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
cannam@86 597 # which are still active within double quotes backslashified.
cannam@86 598 func_quote_for_eval ()
cannam@86 599 {
cannam@86 600 case $1 in
cannam@86 601 *[\\\`\"\$]*)
cannam@86 602 func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
cannam@86 603 *)
cannam@86 604 func_quote_for_eval_unquoted_result="$1" ;;
cannam@86 605 esac
cannam@86 606
cannam@86 607 case $func_quote_for_eval_unquoted_result in
cannam@86 608 # Double-quote args containing shell metacharacters to delay
cannam@86 609 # word splitting, command substitution and and variable
cannam@86 610 # expansion for a subsequent eval.
cannam@86 611 # Many Bourne shells cannot handle close brackets correctly
cannam@86 612 # in scan sets, so we specify it separately.
cannam@86 613 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
cannam@86 614 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
cannam@86 615 ;;
cannam@86 616 *)
cannam@86 617 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
cannam@86 618 esac
cannam@86 619 }
cannam@86 620
cannam@86 621
cannam@86 622 # func_quote_for_expand arg
cannam@86 623 # Aesthetically quote ARG to be evaled later; same as above,
cannam@86 624 # but do not quote variable references.
cannam@86 625 func_quote_for_expand ()
cannam@86 626 {
cannam@86 627 case $1 in
cannam@86 628 *[\\\`\"]*)
cannam@86 629 my_arg=`$ECHO "$1" | $SED \
cannam@86 630 -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
cannam@86 631 *)
cannam@86 632 my_arg="$1" ;;
cannam@86 633 esac
cannam@86 634
cannam@86 635 case $my_arg in
cannam@86 636 # Double-quote args containing shell metacharacters to delay
cannam@86 637 # word splitting and command substitution for a subsequent eval.
cannam@86 638 # Many Bourne shells cannot handle close brackets correctly
cannam@86 639 # in scan sets, so we specify it separately.
cannam@86 640 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
cannam@86 641 my_arg="\"$my_arg\""
cannam@86 642 ;;
cannam@86 643 esac
cannam@86 644
cannam@86 645 func_quote_for_expand_result="$my_arg"
cannam@86 646 }
cannam@86 647
cannam@86 648
cannam@86 649 # func_show_eval cmd [fail_exp]
cannam@86 650 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
cannam@86 651 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
cannam@86 652 # is given, then evaluate it.
cannam@86 653 func_show_eval ()
cannam@86 654 {
cannam@86 655 my_cmd="$1"
cannam@86 656 my_fail_exp="${2-:}"
cannam@86 657
cannam@86 658 ${opt_silent-false} || {
cannam@86 659 func_quote_for_expand "$my_cmd"
cannam@86 660 eval "func_echo $func_quote_for_expand_result"
cannam@86 661 }
cannam@86 662
cannam@86 663 if ${opt_dry_run-false}; then :; else
cannam@86 664 eval "$my_cmd"
cannam@86 665 my_status=$?
cannam@86 666 if test "$my_status" -eq 0; then :; else
cannam@86 667 eval "(exit $my_status); $my_fail_exp"
cannam@86 668 fi
cannam@86 669 fi
cannam@86 670 }
cannam@86 671
cannam@86 672
cannam@86 673 # func_show_eval_locale cmd [fail_exp]
cannam@86 674 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
cannam@86 675 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
cannam@86 676 # is given, then evaluate it. Use the saved locale for evaluation.
cannam@86 677 func_show_eval_locale ()
cannam@86 678 {
cannam@86 679 my_cmd="$1"
cannam@86 680 my_fail_exp="${2-:}"
cannam@86 681
cannam@86 682 ${opt_silent-false} || {
cannam@86 683 func_quote_for_expand "$my_cmd"
cannam@86 684 eval "func_echo $func_quote_for_expand_result"
cannam@86 685 }
cannam@86 686
cannam@86 687 if ${opt_dry_run-false}; then :; else
cannam@86 688 eval "$lt_user_locale
cannam@86 689 $my_cmd"
cannam@86 690 my_status=$?
cannam@86 691 eval "$lt_safe_locale"
cannam@86 692 if test "$my_status" -eq 0; then :; else
cannam@86 693 eval "(exit $my_status); $my_fail_exp"
cannam@86 694 fi
cannam@86 695 fi
cannam@86 696 }
cannam@86 697
cannam@86 698 # func_tr_sh
cannam@86 699 # Turn $1 into a string suitable for a shell variable name.
cannam@86 700 # Result is stored in $func_tr_sh_result. All characters
cannam@86 701 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
cannam@86 702 # if $1 begins with a digit, a '_' is prepended as well.
cannam@86 703 func_tr_sh ()
cannam@86 704 {
cannam@86 705 case $1 in
cannam@86 706 [0-9]* | *[!a-zA-Z0-9_]*)
cannam@86 707 func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
cannam@86 708 ;;
cannam@86 709 * )
cannam@86 710 func_tr_sh_result=$1
cannam@86 711 ;;
cannam@86 712 esac
cannam@86 713 }
cannam@86 714
cannam@86 715
cannam@86 716 # func_version
cannam@86 717 # Echo version message to standard output and exit.
cannam@86 718 func_version ()
cannam@86 719 {
cannam@86 720 $opt_debug
cannam@86 721
cannam@86 722 $SED -n '/(C)/!b go
cannam@86 723 :more
cannam@86 724 /\./!{
cannam@86 725 N
cannam@86 726 s/\n# / /
cannam@86 727 b more
cannam@86 728 }
cannam@86 729 :go
cannam@86 730 /^# '$PROGRAM' (GNU /,/# warranty; / {
cannam@86 731 s/^# //
cannam@86 732 s/^# *$//
cannam@86 733 s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
cannam@86 734 p
cannam@86 735 }' < "$progpath"
cannam@86 736 exit $?
cannam@86 737 }
cannam@86 738
cannam@86 739 # func_usage
cannam@86 740 # Echo short help message to standard output and exit.
cannam@86 741 func_usage ()
cannam@86 742 {
cannam@86 743 $opt_debug
cannam@86 744
cannam@86 745 $SED -n '/^# Usage:/,/^# *.*--help/ {
cannam@86 746 s/^# //
cannam@86 747 s/^# *$//
cannam@86 748 s/\$progname/'$progname'/
cannam@86 749 p
cannam@86 750 }' < "$progpath"
cannam@86 751 echo
cannam@86 752 $ECHO "run \`$progname --help | more' for full usage"
cannam@86 753 exit $?
cannam@86 754 }
cannam@86 755
cannam@86 756 # func_help [NOEXIT]
cannam@86 757 # Echo long help message to standard output and exit,
cannam@86 758 # unless 'noexit' is passed as argument.
cannam@86 759 func_help ()
cannam@86 760 {
cannam@86 761 $opt_debug
cannam@86 762
cannam@86 763 $SED -n '/^# Usage:/,/# Report bugs to/ {
cannam@86 764 :print
cannam@86 765 s/^# //
cannam@86 766 s/^# *$//
cannam@86 767 s*\$progname*'$progname'*
cannam@86 768 s*\$host*'"$host"'*
cannam@86 769 s*\$SHELL*'"$SHELL"'*
cannam@86 770 s*\$LTCC*'"$LTCC"'*
cannam@86 771 s*\$LTCFLAGS*'"$LTCFLAGS"'*
cannam@86 772 s*\$LD*'"$LD"'*
cannam@86 773 s/\$with_gnu_ld/'"$with_gnu_ld"'/
cannam@86 774 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
cannam@86 775 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
cannam@86 776 p
cannam@86 777 d
cannam@86 778 }
cannam@86 779 /^# .* home page:/b print
cannam@86 780 /^# General help using/b print
cannam@86 781 ' < "$progpath"
cannam@86 782 ret=$?
cannam@86 783 if test -z "$1"; then
cannam@86 784 exit $ret
cannam@86 785 fi
cannam@86 786 }
cannam@86 787
cannam@86 788 # func_missing_arg argname
cannam@86 789 # Echo program name prefixed message to standard error and set global
cannam@86 790 # exit_cmd.
cannam@86 791 func_missing_arg ()
cannam@86 792 {
cannam@86 793 $opt_debug
cannam@86 794
cannam@86 795 func_error "missing argument for $1."
cannam@86 796 exit_cmd=exit
cannam@86 797 }
cannam@86 798
cannam@86 799
cannam@86 800 # func_split_short_opt shortopt
cannam@86 801 # Set func_split_short_opt_name and func_split_short_opt_arg shell
cannam@86 802 # variables after splitting SHORTOPT after the 2nd character.
cannam@86 803 func_split_short_opt ()
cannam@86 804 {
cannam@86 805 my_sed_short_opt='1s/^\(..\).*$/\1/;q'
cannam@86 806 my_sed_short_rest='1s/^..\(.*\)$/\1/;q'
cannam@86 807
cannam@86 808 func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
cannam@86 809 func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
cannam@86 810 } # func_split_short_opt may be replaced by extended shell implementation
cannam@86 811
cannam@86 812
cannam@86 813 # func_split_long_opt longopt
cannam@86 814 # Set func_split_long_opt_name and func_split_long_opt_arg shell
cannam@86 815 # variables after splitting LONGOPT at the `=' sign.
cannam@86 816 func_split_long_opt ()
cannam@86 817 {
cannam@86 818 my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
cannam@86 819 my_sed_long_arg='1s/^--[^=]*=//'
cannam@86 820
cannam@86 821 func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
cannam@86 822 func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
cannam@86 823 } # func_split_long_opt may be replaced by extended shell implementation
cannam@86 824
cannam@86 825 exit_cmd=:
cannam@86 826
cannam@86 827
cannam@86 828
cannam@86 829
cannam@86 830
cannam@86 831 magic="%%%MAGIC variable%%%"
cannam@86 832 magic_exe="%%%MAGIC EXE variable%%%"
cannam@86 833
cannam@86 834 # Global variables.
cannam@86 835 nonopt=
cannam@86 836 preserve_args=
cannam@86 837 lo2o="s/\\.lo\$/.${objext}/"
cannam@86 838 o2lo="s/\\.${objext}\$/.lo/"
cannam@86 839 extracted_archives=
cannam@86 840 extracted_serial=0
cannam@86 841
cannam@86 842 # If this variable is set in any of the actions, the command in it
cannam@86 843 # will be execed at the end. This prevents here-documents from being
cannam@86 844 # left over by shells.
cannam@86 845 exec_cmd=
cannam@86 846
cannam@86 847 # func_append var value
cannam@86 848 # Append VALUE to the end of shell variable VAR.
cannam@86 849 func_append ()
cannam@86 850 {
cannam@86 851 eval "${1}=\$${1}\${2}"
cannam@86 852 } # func_append may be replaced by extended shell implementation
cannam@86 853
cannam@86 854 # func_append_quoted var value
cannam@86 855 # Quote VALUE and append to the end of shell variable VAR, separated
cannam@86 856 # by a space.
cannam@86 857 func_append_quoted ()
cannam@86 858 {
cannam@86 859 func_quote_for_eval "${2}"
cannam@86 860 eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
cannam@86 861 } # func_append_quoted may be replaced by extended shell implementation
cannam@86 862
cannam@86 863
cannam@86 864 # func_arith arithmetic-term...
cannam@86 865 func_arith ()
cannam@86 866 {
cannam@86 867 func_arith_result=`expr "${@}"`
cannam@86 868 } # func_arith may be replaced by extended shell implementation
cannam@86 869
cannam@86 870
cannam@86 871 # func_len string
cannam@86 872 # STRING may not start with a hyphen.
cannam@86 873 func_len ()
cannam@86 874 {
cannam@86 875 func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
cannam@86 876 } # func_len may be replaced by extended shell implementation
cannam@86 877
cannam@86 878
cannam@86 879 # func_lo2o object
cannam@86 880 func_lo2o ()
cannam@86 881 {
cannam@86 882 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
cannam@86 883 } # func_lo2o may be replaced by extended shell implementation
cannam@86 884
cannam@86 885
cannam@86 886 # func_xform libobj-or-source
cannam@86 887 func_xform ()
cannam@86 888 {
cannam@86 889 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
cannam@86 890 } # func_xform may be replaced by extended shell implementation
cannam@86 891
cannam@86 892
cannam@86 893 # func_fatal_configuration arg...
cannam@86 894 # Echo program name prefixed message to standard error, followed by
cannam@86 895 # a configuration failure hint, and exit.
cannam@86 896 func_fatal_configuration ()
cannam@86 897 {
cannam@86 898 func_error ${1+"$@"}
cannam@86 899 func_error "See the $PACKAGE documentation for more information."
cannam@86 900 func_fatal_error "Fatal configuration error."
cannam@86 901 }
cannam@86 902
cannam@86 903
cannam@86 904 # func_config
cannam@86 905 # Display the configuration for all the tags in this script.
cannam@86 906 func_config ()
cannam@86 907 {
cannam@86 908 re_begincf='^# ### BEGIN LIBTOOL'
cannam@86 909 re_endcf='^# ### END LIBTOOL'
cannam@86 910
cannam@86 911 # Default configuration.
cannam@86 912 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
cannam@86 913
cannam@86 914 # Now print the configurations for the tags.
cannam@86 915 for tagname in $taglist; do
cannam@86 916 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
cannam@86 917 done
cannam@86 918
cannam@86 919 exit $?
cannam@86 920 }
cannam@86 921
cannam@86 922 # func_features
cannam@86 923 # Display the features supported by this script.
cannam@86 924 func_features ()
cannam@86 925 {
cannam@86 926 echo "host: $host"
cannam@86 927 if test "$build_libtool_libs" = yes; then
cannam@86 928 echo "enable shared libraries"
cannam@86 929 else
cannam@86 930 echo "disable shared libraries"
cannam@86 931 fi
cannam@86 932 if test "$build_old_libs" = yes; then
cannam@86 933 echo "enable static libraries"
cannam@86 934 else
cannam@86 935 echo "disable static libraries"
cannam@86 936 fi
cannam@86 937
cannam@86 938 exit $?
cannam@86 939 }
cannam@86 940
cannam@86 941 # func_enable_tag tagname
cannam@86 942 # Verify that TAGNAME is valid, and either flag an error and exit, or
cannam@86 943 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
cannam@86 944 # variable here.
cannam@86 945 func_enable_tag ()
cannam@86 946 {
cannam@86 947 # Global variable:
cannam@86 948 tagname="$1"
cannam@86 949
cannam@86 950 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
cannam@86 951 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
cannam@86 952 sed_extractcf="/$re_begincf/,/$re_endcf/p"
cannam@86 953
cannam@86 954 # Validate tagname.
cannam@86 955 case $tagname in
cannam@86 956 *[!-_A-Za-z0-9,/]*)
cannam@86 957 func_fatal_error "invalid tag name: $tagname"
cannam@86 958 ;;
cannam@86 959 esac
cannam@86 960
cannam@86 961 # Don't test for the "default" C tag, as we know it's
cannam@86 962 # there but not specially marked.
cannam@86 963 case $tagname in
cannam@86 964 CC) ;;
cannam@86 965 *)
cannam@86 966 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
cannam@86 967 taglist="$taglist $tagname"
cannam@86 968
cannam@86 969 # Evaluate the configuration. Be careful to quote the path
cannam@86 970 # and the sed script, to avoid splitting on whitespace, but
cannam@86 971 # also don't use non-portable quotes within backquotes within
cannam@86 972 # quotes we have to do it in 2 steps:
cannam@86 973 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
cannam@86 974 eval "$extractedcf"
cannam@86 975 else
cannam@86 976 func_error "ignoring unknown tag $tagname"
cannam@86 977 fi
cannam@86 978 ;;
cannam@86 979 esac
cannam@86 980 }
cannam@86 981
cannam@86 982 # func_check_version_match
cannam@86 983 # Ensure that we are using m4 macros, and libtool script from the same
cannam@86 984 # release of libtool.
cannam@86 985 func_check_version_match ()
cannam@86 986 {
cannam@86 987 if test "$package_revision" != "$macro_revision"; then
cannam@86 988 if test "$VERSION" != "$macro_version"; then
cannam@86 989 if test -z "$macro_version"; then
cannam@86 990 cat >&2 <<_LT_EOF
cannam@86 991 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
cannam@86 992 $progname: definition of this LT_INIT comes from an older release.
cannam@86 993 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
cannam@86 994 $progname: and run autoconf again.
cannam@86 995 _LT_EOF
cannam@86 996 else
cannam@86 997 cat >&2 <<_LT_EOF
cannam@86 998 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
cannam@86 999 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
cannam@86 1000 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
cannam@86 1001 $progname: and run autoconf again.
cannam@86 1002 _LT_EOF
cannam@86 1003 fi
cannam@86 1004 else
cannam@86 1005 cat >&2 <<_LT_EOF
cannam@86 1006 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
cannam@86 1007 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
cannam@86 1008 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
cannam@86 1009 $progname: of $PACKAGE $VERSION and run autoconf again.
cannam@86 1010 _LT_EOF
cannam@86 1011 fi
cannam@86 1012
cannam@86 1013 exit $EXIT_MISMATCH
cannam@86 1014 fi
cannam@86 1015 }
cannam@86 1016
cannam@86 1017
cannam@86 1018 # Shorthand for --mode=foo, only valid as the first argument
cannam@86 1019 case $1 in
cannam@86 1020 clean|clea|cle|cl)
cannam@86 1021 shift; set dummy --mode clean ${1+"$@"}; shift
cannam@86 1022 ;;
cannam@86 1023 compile|compil|compi|comp|com|co|c)
cannam@86 1024 shift; set dummy --mode compile ${1+"$@"}; shift
cannam@86 1025 ;;
cannam@86 1026 execute|execut|execu|exec|exe|ex|e)
cannam@86 1027 shift; set dummy --mode execute ${1+"$@"}; shift
cannam@86 1028 ;;
cannam@86 1029 finish|finis|fini|fin|fi|f)
cannam@86 1030 shift; set dummy --mode finish ${1+"$@"}; shift
cannam@86 1031 ;;
cannam@86 1032 install|instal|insta|inst|ins|in|i)
cannam@86 1033 shift; set dummy --mode install ${1+"$@"}; shift
cannam@86 1034 ;;
cannam@86 1035 link|lin|li|l)
cannam@86 1036 shift; set dummy --mode link ${1+"$@"}; shift
cannam@86 1037 ;;
cannam@86 1038 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
cannam@86 1039 shift; set dummy --mode uninstall ${1+"$@"}; shift
cannam@86 1040 ;;
cannam@86 1041 esac
cannam@86 1042
cannam@86 1043
cannam@86 1044
cannam@86 1045 # Option defaults:
cannam@86 1046 opt_debug=:
cannam@86 1047 opt_dry_run=false
cannam@86 1048 opt_config=false
cannam@86 1049 opt_preserve_dup_deps=false
cannam@86 1050 opt_features=false
cannam@86 1051 opt_finish=false
cannam@86 1052 opt_help=false
cannam@86 1053 opt_help_all=false
cannam@86 1054 opt_silent=:
cannam@86 1055 opt_verbose=:
cannam@86 1056 opt_silent=false
cannam@86 1057 opt_verbose=false
cannam@86 1058
cannam@86 1059
cannam@86 1060 # Parse options once, thoroughly. This comes as soon as possible in the
cannam@86 1061 # script to make things like `--version' happen as quickly as we can.
cannam@86 1062 {
cannam@86 1063 # this just eases exit handling
cannam@86 1064 while test $# -gt 0; do
cannam@86 1065 opt="$1"
cannam@86 1066 shift
cannam@86 1067 case $opt in
cannam@86 1068 --debug|-x) opt_debug='set -x'
cannam@86 1069 func_echo "enabling shell trace mode"
cannam@86 1070 $opt_debug
cannam@86 1071 ;;
cannam@86 1072 --dry-run|--dryrun|-n)
cannam@86 1073 opt_dry_run=:
cannam@86 1074 ;;
cannam@86 1075 --config)
cannam@86 1076 opt_config=:
cannam@86 1077 func_config
cannam@86 1078 ;;
cannam@86 1079 --dlopen|-dlopen)
cannam@86 1080 optarg="$1"
cannam@86 1081 opt_dlopen="${opt_dlopen+$opt_dlopen
cannam@86 1082 }$optarg"
cannam@86 1083 shift
cannam@86 1084 ;;
cannam@86 1085 --preserve-dup-deps)
cannam@86 1086 opt_preserve_dup_deps=:
cannam@86 1087 ;;
cannam@86 1088 --features)
cannam@86 1089 opt_features=:
cannam@86 1090 func_features
cannam@86 1091 ;;
cannam@86 1092 --finish)
cannam@86 1093 opt_finish=:
cannam@86 1094 set dummy --mode finish ${1+"$@"}; shift
cannam@86 1095 ;;
cannam@86 1096 --help)
cannam@86 1097 opt_help=:
cannam@86 1098 ;;
cannam@86 1099 --help-all)
cannam@86 1100 opt_help_all=:
cannam@86 1101 opt_help=': help-all'
cannam@86 1102 ;;
cannam@86 1103 --mode)
cannam@86 1104 test $# = 0 && func_missing_arg $opt && break
cannam@86 1105 optarg="$1"
cannam@86 1106 opt_mode="$optarg"
cannam@86 1107 case $optarg in
cannam@86 1108 # Valid mode arguments:
cannam@86 1109 clean|compile|execute|finish|install|link|relink|uninstall) ;;
cannam@86 1110
cannam@86 1111 # Catch anything else as an error
cannam@86 1112 *) func_error "invalid argument for $opt"
cannam@86 1113 exit_cmd=exit
cannam@86 1114 break
cannam@86 1115 ;;
cannam@86 1116 esac
cannam@86 1117 shift
cannam@86 1118 ;;
cannam@86 1119 --no-silent|--no-quiet)
cannam@86 1120 opt_silent=false
cannam@86 1121 func_append preserve_args " $opt"
cannam@86 1122 ;;
cannam@86 1123 --no-verbose)
cannam@86 1124 opt_verbose=false
cannam@86 1125 func_append preserve_args " $opt"
cannam@86 1126 ;;
cannam@86 1127 --silent|--quiet)
cannam@86 1128 opt_silent=:
cannam@86 1129 func_append preserve_args " $opt"
cannam@86 1130 opt_verbose=false
cannam@86 1131 ;;
cannam@86 1132 --verbose|-v)
cannam@86 1133 opt_verbose=:
cannam@86 1134 func_append preserve_args " $opt"
cannam@86 1135 opt_silent=false
cannam@86 1136 ;;
cannam@86 1137 --tag)
cannam@86 1138 test $# = 0 && func_missing_arg $opt && break
cannam@86 1139 optarg="$1"
cannam@86 1140 opt_tag="$optarg"
cannam@86 1141 func_append preserve_args " $opt $optarg"
cannam@86 1142 func_enable_tag "$optarg"
cannam@86 1143 shift
cannam@86 1144 ;;
cannam@86 1145
cannam@86 1146 -\?|-h) func_usage ;;
cannam@86 1147 --help) func_help ;;
cannam@86 1148 --version) func_version ;;
cannam@86 1149
cannam@86 1150 # Separate optargs to long options:
cannam@86 1151 --*=*)
cannam@86 1152 func_split_long_opt "$opt"
cannam@86 1153 set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
cannam@86 1154 shift
cannam@86 1155 ;;
cannam@86 1156
cannam@86 1157 # Separate non-argument short options:
cannam@86 1158 -\?*|-h*|-n*|-v*)
cannam@86 1159 func_split_short_opt "$opt"
cannam@86 1160 set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
cannam@86 1161 shift
cannam@86 1162 ;;
cannam@86 1163
cannam@86 1164 --) break ;;
cannam@86 1165 -*) func_fatal_help "unrecognized option \`$opt'" ;;
cannam@86 1166 *) set dummy "$opt" ${1+"$@"}; shift; break ;;
cannam@86 1167 esac
cannam@86 1168 done
cannam@86 1169
cannam@86 1170 # Validate options:
cannam@86 1171
cannam@86 1172 # save first non-option argument
cannam@86 1173 if test "$#" -gt 0; then
cannam@86 1174 nonopt="$opt"
cannam@86 1175 shift
cannam@86 1176 fi
cannam@86 1177
cannam@86 1178 # preserve --debug
cannam@86 1179 test "$opt_debug" = : || func_append preserve_args " --debug"
cannam@86 1180
cannam@86 1181 case $host in
cannam@86 1182 *cygwin* | *mingw* | *pw32* | *cegcc*)
cannam@86 1183 # don't eliminate duplications in $postdeps and $predeps
cannam@86 1184 opt_duplicate_compiler_generated_deps=:
cannam@86 1185 ;;
cannam@86 1186 *)
cannam@86 1187 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
cannam@86 1188 ;;
cannam@86 1189 esac
cannam@86 1190
cannam@86 1191 $opt_help || {
cannam@86 1192 # Sanity checks first:
cannam@86 1193 func_check_version_match
cannam@86 1194
cannam@86 1195 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
cannam@86 1196 func_fatal_configuration "not configured to build any kind of library"
cannam@86 1197 fi
cannam@86 1198
cannam@86 1199 # Darwin sucks
cannam@86 1200 eval std_shrext=\"$shrext_cmds\"
cannam@86 1201
cannam@86 1202 # Only execute mode is allowed to have -dlopen flags.
cannam@86 1203 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
cannam@86 1204 func_error "unrecognized option \`-dlopen'"
cannam@86 1205 $ECHO "$help" 1>&2
cannam@86 1206 exit $EXIT_FAILURE
cannam@86 1207 fi
cannam@86 1208
cannam@86 1209 # Change the help message to a mode-specific one.
cannam@86 1210 generic_help="$help"
cannam@86 1211 help="Try \`$progname --help --mode=$opt_mode' for more information."
cannam@86 1212 }
cannam@86 1213
cannam@86 1214
cannam@86 1215 # Bail if the options were screwed
cannam@86 1216 $exit_cmd $EXIT_FAILURE
cannam@86 1217 }
cannam@86 1218
cannam@86 1219
cannam@86 1220
cannam@86 1221
cannam@86 1222 ## ----------- ##
cannam@86 1223 ## Main. ##
cannam@86 1224 ## ----------- ##
cannam@86 1225
cannam@86 1226 # func_lalib_p file
cannam@86 1227 # True iff FILE is a libtool `.la' library or `.lo' object file.
cannam@86 1228 # This function is only a basic sanity check; it will hardly flush out
cannam@86 1229 # determined imposters.
cannam@86 1230 func_lalib_p ()
cannam@86 1231 {
cannam@86 1232 test -f "$1" &&
cannam@86 1233 $SED -e 4q "$1" 2>/dev/null \
cannam@86 1234 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
cannam@86 1235 }
cannam@86 1236
cannam@86 1237 # func_lalib_unsafe_p file
cannam@86 1238 # True iff FILE is a libtool `.la' library or `.lo' object file.
cannam@86 1239 # This function implements the same check as func_lalib_p without
cannam@86 1240 # resorting to external programs. To this end, it redirects stdin and
cannam@86 1241 # closes it afterwards, without saving the original file descriptor.
cannam@86 1242 # As a safety measure, use it only where a negative result would be
cannam@86 1243 # fatal anyway. Works if `file' does not exist.
cannam@86 1244 func_lalib_unsafe_p ()
cannam@86 1245 {
cannam@86 1246 lalib_p=no
cannam@86 1247 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
cannam@86 1248 for lalib_p_l in 1 2 3 4
cannam@86 1249 do
cannam@86 1250 read lalib_p_line
cannam@86 1251 case "$lalib_p_line" in
cannam@86 1252 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
cannam@86 1253 esac
cannam@86 1254 done
cannam@86 1255 exec 0<&5 5<&-
cannam@86 1256 fi
cannam@86 1257 test "$lalib_p" = yes
cannam@86 1258 }
cannam@86 1259
cannam@86 1260 # func_ltwrapper_script_p file
cannam@86 1261 # True iff FILE is a libtool wrapper script
cannam@86 1262 # This function is only a basic sanity check; it will hardly flush out
cannam@86 1263 # determined imposters.
cannam@86 1264 func_ltwrapper_script_p ()
cannam@86 1265 {
cannam@86 1266 func_lalib_p "$1"
cannam@86 1267 }
cannam@86 1268
cannam@86 1269 # func_ltwrapper_executable_p file
cannam@86 1270 # True iff FILE is a libtool wrapper executable
cannam@86 1271 # This function is only a basic sanity check; it will hardly flush out
cannam@86 1272 # determined imposters.
cannam@86 1273 func_ltwrapper_executable_p ()
cannam@86 1274 {
cannam@86 1275 func_ltwrapper_exec_suffix=
cannam@86 1276 case $1 in
cannam@86 1277 *.exe) ;;
cannam@86 1278 *) func_ltwrapper_exec_suffix=.exe ;;
cannam@86 1279 esac
cannam@86 1280 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
cannam@86 1281 }
cannam@86 1282
cannam@86 1283 # func_ltwrapper_scriptname file
cannam@86 1284 # Assumes file is an ltwrapper_executable
cannam@86 1285 # uses $file to determine the appropriate filename for a
cannam@86 1286 # temporary ltwrapper_script.
cannam@86 1287 func_ltwrapper_scriptname ()
cannam@86 1288 {
cannam@86 1289 func_dirname_and_basename "$1" "" "."
cannam@86 1290 func_stripname '' '.exe' "$func_basename_result"
cannam@86 1291 func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
cannam@86 1292 }
cannam@86 1293
cannam@86 1294 # func_ltwrapper_p file
cannam@86 1295 # True iff FILE is a libtool wrapper script or wrapper executable
cannam@86 1296 # This function is only a basic sanity check; it will hardly flush out
cannam@86 1297 # determined imposters.
cannam@86 1298 func_ltwrapper_p ()
cannam@86 1299 {
cannam@86 1300 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
cannam@86 1301 }
cannam@86 1302
cannam@86 1303
cannam@86 1304 # func_execute_cmds commands fail_cmd
cannam@86 1305 # Execute tilde-delimited COMMANDS.
cannam@86 1306 # If FAIL_CMD is given, eval that upon failure.
cannam@86 1307 # FAIL_CMD may read-access the current command in variable CMD!
cannam@86 1308 func_execute_cmds ()
cannam@86 1309 {
cannam@86 1310 $opt_debug
cannam@86 1311 save_ifs=$IFS; IFS='~'
cannam@86 1312 for cmd in $1; do
cannam@86 1313 IFS=$save_ifs
cannam@86 1314 eval cmd=\"$cmd\"
cannam@86 1315 func_show_eval "$cmd" "${2-:}"
cannam@86 1316 done
cannam@86 1317 IFS=$save_ifs
cannam@86 1318 }
cannam@86 1319
cannam@86 1320
cannam@86 1321 # func_source file
cannam@86 1322 # Source FILE, adding directory component if necessary.
cannam@86 1323 # Note that it is not necessary on cygwin/mingw to append a dot to
cannam@86 1324 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
cannam@86 1325 # behavior happens only for exec(3), not for open(2)! Also, sourcing
cannam@86 1326 # `FILE.' does not work on cygwin managed mounts.
cannam@86 1327 func_source ()
cannam@86 1328 {
cannam@86 1329 $opt_debug
cannam@86 1330 case $1 in
cannam@86 1331 */* | *\\*) . "$1" ;;
cannam@86 1332 *) . "./$1" ;;
cannam@86 1333 esac
cannam@86 1334 }
cannam@86 1335
cannam@86 1336
cannam@86 1337 # func_resolve_sysroot PATH
cannam@86 1338 # Replace a leading = in PATH with a sysroot. Store the result into
cannam@86 1339 # func_resolve_sysroot_result
cannam@86 1340 func_resolve_sysroot ()
cannam@86 1341 {
cannam@86 1342 func_resolve_sysroot_result=$1
cannam@86 1343 case $func_resolve_sysroot_result in
cannam@86 1344 =*)
cannam@86 1345 func_stripname '=' '' "$func_resolve_sysroot_result"
cannam@86 1346 func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
cannam@86 1347 ;;
cannam@86 1348 esac
cannam@86 1349 }
cannam@86 1350
cannam@86 1351 # func_replace_sysroot PATH
cannam@86 1352 # If PATH begins with the sysroot, replace it with = and
cannam@86 1353 # store the result into func_replace_sysroot_result.
cannam@86 1354 func_replace_sysroot ()
cannam@86 1355 {
cannam@86 1356 case "$lt_sysroot:$1" in
cannam@86 1357 ?*:"$lt_sysroot"*)
cannam@86 1358 func_stripname "$lt_sysroot" '' "$1"
cannam@86 1359 func_replace_sysroot_result="=$func_stripname_result"
cannam@86 1360 ;;
cannam@86 1361 *)
cannam@86 1362 # Including no sysroot.
cannam@86 1363 func_replace_sysroot_result=$1
cannam@86 1364 ;;
cannam@86 1365 esac
cannam@86 1366 }
cannam@86 1367
cannam@86 1368 # func_infer_tag arg
cannam@86 1369 # Infer tagged configuration to use if any are available and
cannam@86 1370 # if one wasn't chosen via the "--tag" command line option.
cannam@86 1371 # Only attempt this if the compiler in the base compile
cannam@86 1372 # command doesn't match the default compiler.
cannam@86 1373 # arg is usually of the form 'gcc ...'
cannam@86 1374 func_infer_tag ()
cannam@86 1375 {
cannam@86 1376 $opt_debug
cannam@86 1377 if test -n "$available_tags" && test -z "$tagname"; then
cannam@86 1378 CC_quoted=
cannam@86 1379 for arg in $CC; do
cannam@86 1380 func_append_quoted CC_quoted "$arg"
cannam@86 1381 done
cannam@86 1382 CC_expanded=`func_echo_all $CC`
cannam@86 1383 CC_quoted_expanded=`func_echo_all $CC_quoted`
cannam@86 1384 case $@ in
cannam@86 1385 # Blanks in the command may have been stripped by the calling shell,
cannam@86 1386 # but not from the CC environment variable when configure was run.
cannam@86 1387 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
cannam@86 1388 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
cannam@86 1389 # Blanks at the start of $base_compile will cause this to fail
cannam@86 1390 # if we don't check for them as well.
cannam@86 1391 *)
cannam@86 1392 for z in $available_tags; do
cannam@86 1393 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
cannam@86 1394 # Evaluate the configuration.
cannam@86 1395 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
cannam@86 1396 CC_quoted=
cannam@86 1397 for arg in $CC; do
cannam@86 1398 # Double-quote args containing other shell metacharacters.
cannam@86 1399 func_append_quoted CC_quoted "$arg"
cannam@86 1400 done
cannam@86 1401 CC_expanded=`func_echo_all $CC`
cannam@86 1402 CC_quoted_expanded=`func_echo_all $CC_quoted`
cannam@86 1403 case "$@ " in
cannam@86 1404 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
cannam@86 1405 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
cannam@86 1406 # The compiler in the base compile command matches
cannam@86 1407 # the one in the tagged configuration.
cannam@86 1408 # Assume this is the tagged configuration we want.
cannam@86 1409 tagname=$z
cannam@86 1410 break
cannam@86 1411 ;;
cannam@86 1412 esac
cannam@86 1413 fi
cannam@86 1414 done
cannam@86 1415 # If $tagname still isn't set, then no tagged configuration
cannam@86 1416 # was found and let the user know that the "--tag" command
cannam@86 1417 # line option must be used.
cannam@86 1418 if test -z "$tagname"; then
cannam@86 1419 func_echo "unable to infer tagged configuration"
cannam@86 1420 func_fatal_error "specify a tag with \`--tag'"
cannam@86 1421 # else
cannam@86 1422 # func_verbose "using $tagname tagged configuration"
cannam@86 1423 fi
cannam@86 1424 ;;
cannam@86 1425 esac
cannam@86 1426 fi
cannam@86 1427 }
cannam@86 1428
cannam@86 1429
cannam@86 1430
cannam@86 1431 # func_write_libtool_object output_name pic_name nonpic_name
cannam@86 1432 # Create a libtool object file (analogous to a ".la" file),
cannam@86 1433 # but don't create it if we're doing a dry run.
cannam@86 1434 func_write_libtool_object ()
cannam@86 1435 {
cannam@86 1436 write_libobj=${1}
cannam@86 1437 if test "$build_libtool_libs" = yes; then
cannam@86 1438 write_lobj=\'${2}\'
cannam@86 1439 else
cannam@86 1440 write_lobj=none
cannam@86 1441 fi
cannam@86 1442
cannam@86 1443 if test "$build_old_libs" = yes; then
cannam@86 1444 write_oldobj=\'${3}\'
cannam@86 1445 else
cannam@86 1446 write_oldobj=none
cannam@86 1447 fi
cannam@86 1448
cannam@86 1449 $opt_dry_run || {
cannam@86 1450 cat >${write_libobj}T <<EOF
cannam@86 1451 # $write_libobj - a libtool object file
cannam@86 1452 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
cannam@86 1453 #
cannam@86 1454 # Please DO NOT delete this file!
cannam@86 1455 # It is necessary for linking the library.
cannam@86 1456
cannam@86 1457 # Name of the PIC object.
cannam@86 1458 pic_object=$write_lobj
cannam@86 1459
cannam@86 1460 # Name of the non-PIC object
cannam@86 1461 non_pic_object=$write_oldobj
cannam@86 1462
cannam@86 1463 EOF
cannam@86 1464 $MV "${write_libobj}T" "${write_libobj}"
cannam@86 1465 }
cannam@86 1466 }
cannam@86 1467
cannam@86 1468
cannam@86 1469 ##################################################
cannam@86 1470 # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
cannam@86 1471 ##################################################
cannam@86 1472
cannam@86 1473 # func_convert_core_file_wine_to_w32 ARG
cannam@86 1474 # Helper function used by file name conversion functions when $build is *nix,
cannam@86 1475 # and $host is mingw, cygwin, or some other w32 environment. Relies on a
cannam@86 1476 # correctly configured wine environment available, with the winepath program
cannam@86 1477 # in $build's $PATH.
cannam@86 1478 #
cannam@86 1479 # ARG is the $build file name to be converted to w32 format.
cannam@86 1480 # Result is available in $func_convert_core_file_wine_to_w32_result, and will
cannam@86 1481 # be empty on error (or when ARG is empty)
cannam@86 1482 func_convert_core_file_wine_to_w32 ()
cannam@86 1483 {
cannam@86 1484 $opt_debug
cannam@86 1485 func_convert_core_file_wine_to_w32_result="$1"
cannam@86 1486 if test -n "$1"; then
cannam@86 1487 # Unfortunately, winepath does not exit with a non-zero error code, so we
cannam@86 1488 # are forced to check the contents of stdout. On the other hand, if the
cannam@86 1489 # command is not found, the shell will set an exit code of 127 and print
cannam@86 1490 # *an error message* to stdout. So we must check for both error code of
cannam@86 1491 # zero AND non-empty stdout, which explains the odd construction:
cannam@86 1492 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
cannam@86 1493 if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
cannam@86 1494 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
cannam@86 1495 $SED -e "$lt_sed_naive_backslashify"`
cannam@86 1496 else
cannam@86 1497 func_convert_core_file_wine_to_w32_result=
cannam@86 1498 fi
cannam@86 1499 fi
cannam@86 1500 }
cannam@86 1501 # end: func_convert_core_file_wine_to_w32
cannam@86 1502
cannam@86 1503
cannam@86 1504 # func_convert_core_path_wine_to_w32 ARG
cannam@86 1505 # Helper function used by path conversion functions when $build is *nix, and
cannam@86 1506 # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
cannam@86 1507 # configured wine environment available, with the winepath program in $build's
cannam@86 1508 # $PATH. Assumes ARG has no leading or trailing path separator characters.
cannam@86 1509 #
cannam@86 1510 # ARG is path to be converted from $build format to win32.
cannam@86 1511 # Result is available in $func_convert_core_path_wine_to_w32_result.
cannam@86 1512 # Unconvertible file (directory) names in ARG are skipped; if no directory names
cannam@86 1513 # are convertible, then the result may be empty.
cannam@86 1514 func_convert_core_path_wine_to_w32 ()
cannam@86 1515 {
cannam@86 1516 $opt_debug
cannam@86 1517 # unfortunately, winepath doesn't convert paths, only file names
cannam@86 1518 func_convert_core_path_wine_to_w32_result=""
cannam@86 1519 if test -n "$1"; then
cannam@86 1520 oldIFS=$IFS
cannam@86 1521 IFS=:
cannam@86 1522 for func_convert_core_path_wine_to_w32_f in $1; do
cannam@86 1523 IFS=$oldIFS
cannam@86 1524 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
cannam@86 1525 if test -n "$func_convert_core_file_wine_to_w32_result" ; then
cannam@86 1526 if test -z "$func_convert_core_path_wine_to_w32_result"; then
cannam@86 1527 func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
cannam@86 1528 else
cannam@86 1529 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
cannam@86 1530 fi
cannam@86 1531 fi
cannam@86 1532 done
cannam@86 1533 IFS=$oldIFS
cannam@86 1534 fi
cannam@86 1535 }
cannam@86 1536 # end: func_convert_core_path_wine_to_w32
cannam@86 1537
cannam@86 1538
cannam@86 1539 # func_cygpath ARGS...
cannam@86 1540 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
cannam@86 1541 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
cannam@86 1542 # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
cannam@86 1543 # (2), returns the Cygwin file name or path in func_cygpath_result (input
cannam@86 1544 # file name or path is assumed to be in w32 format, as previously converted
cannam@86 1545 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
cannam@86 1546 # or path in func_cygpath_result (input file name or path is assumed to be in
cannam@86 1547 # Cygwin format). Returns an empty string on error.
cannam@86 1548 #
cannam@86 1549 # ARGS are passed to cygpath, with the last one being the file name or path to
cannam@86 1550 # be converted.
cannam@86 1551 #
cannam@86 1552 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
cannam@86 1553 # environment variable; do not put it in $PATH.
cannam@86 1554 func_cygpath ()
cannam@86 1555 {
cannam@86 1556 $opt_debug
cannam@86 1557 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
cannam@86 1558 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
cannam@86 1559 if test "$?" -ne 0; then
cannam@86 1560 # on failure, ensure result is empty
cannam@86 1561 func_cygpath_result=
cannam@86 1562 fi
cannam@86 1563 else
cannam@86 1564 func_cygpath_result=
cannam@86 1565 func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
cannam@86 1566 fi
cannam@86 1567 }
cannam@86 1568 #end: func_cygpath
cannam@86 1569
cannam@86 1570
cannam@86 1571 # func_convert_core_msys_to_w32 ARG
cannam@86 1572 # Convert file name or path ARG from MSYS format to w32 format. Return
cannam@86 1573 # result in func_convert_core_msys_to_w32_result.
cannam@86 1574 func_convert_core_msys_to_w32 ()
cannam@86 1575 {
cannam@86 1576 $opt_debug
cannam@86 1577 # awkward: cmd appends spaces to result
cannam@86 1578 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
cannam@86 1579 $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
cannam@86 1580 }
cannam@86 1581 #end: func_convert_core_msys_to_w32
cannam@86 1582
cannam@86 1583
cannam@86 1584 # func_convert_file_check ARG1 ARG2
cannam@86 1585 # Verify that ARG1 (a file name in $build format) was converted to $host
cannam@86 1586 # format in ARG2. Otherwise, emit an error message, but continue (resetting
cannam@86 1587 # func_to_host_file_result to ARG1).
cannam@86 1588 func_convert_file_check ()
cannam@86 1589 {
cannam@86 1590 $opt_debug
cannam@86 1591 if test -z "$2" && test -n "$1" ; then
cannam@86 1592 func_error "Could not determine host file name corresponding to"
cannam@86 1593 func_error " \`$1'"
cannam@86 1594 func_error "Continuing, but uninstalled executables may not work."
cannam@86 1595 # Fallback:
cannam@86 1596 func_to_host_file_result="$1"
cannam@86 1597 fi
cannam@86 1598 }
cannam@86 1599 # end func_convert_file_check
cannam@86 1600
cannam@86 1601
cannam@86 1602 # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
cannam@86 1603 # Verify that FROM_PATH (a path in $build format) was converted to $host
cannam@86 1604 # format in TO_PATH. Otherwise, emit an error message, but continue, resetting
cannam@86 1605 # func_to_host_file_result to a simplistic fallback value (see below).
cannam@86 1606 func_convert_path_check ()
cannam@86 1607 {
cannam@86 1608 $opt_debug
cannam@86 1609 if test -z "$4" && test -n "$3"; then
cannam@86 1610 func_error "Could not determine the host path corresponding to"
cannam@86 1611 func_error " \`$3'"
cannam@86 1612 func_error "Continuing, but uninstalled executables may not work."
cannam@86 1613 # Fallback. This is a deliberately simplistic "conversion" and
cannam@86 1614 # should not be "improved". See libtool.info.
cannam@86 1615 if test "x$1" != "x$2"; then
cannam@86 1616 lt_replace_pathsep_chars="s|$1|$2|g"
cannam@86 1617 func_to_host_path_result=`echo "$3" |
cannam@86 1618 $SED -e "$lt_replace_pathsep_chars"`
cannam@86 1619 else
cannam@86 1620 func_to_host_path_result="$3"
cannam@86 1621 fi
cannam@86 1622 fi
cannam@86 1623 }
cannam@86 1624 # end func_convert_path_check
cannam@86 1625
cannam@86 1626
cannam@86 1627 # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
cannam@86 1628 # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
cannam@86 1629 # and appending REPL if ORIG matches BACKPAT.
cannam@86 1630 func_convert_path_front_back_pathsep ()
cannam@86 1631 {
cannam@86 1632 $opt_debug
cannam@86 1633 case $4 in
cannam@86 1634 $1 ) func_to_host_path_result="$3$func_to_host_path_result"
cannam@86 1635 ;;
cannam@86 1636 esac
cannam@86 1637 case $4 in
cannam@86 1638 $2 ) func_append func_to_host_path_result "$3"
cannam@86 1639 ;;
cannam@86 1640 esac
cannam@86 1641 }
cannam@86 1642 # end func_convert_path_front_back_pathsep
cannam@86 1643
cannam@86 1644
cannam@86 1645 ##################################################
cannam@86 1646 # $build to $host FILE NAME CONVERSION FUNCTIONS #
cannam@86 1647 ##################################################
cannam@86 1648 # invoked via `$to_host_file_cmd ARG'
cannam@86 1649 #
cannam@86 1650 # In each case, ARG is the path to be converted from $build to $host format.
cannam@86 1651 # Result will be available in $func_to_host_file_result.
cannam@86 1652
cannam@86 1653
cannam@86 1654 # func_to_host_file ARG
cannam@86 1655 # Converts the file name ARG from $build format to $host format. Return result
cannam@86 1656 # in func_to_host_file_result.
cannam@86 1657 func_to_host_file ()
cannam@86 1658 {
cannam@86 1659 $opt_debug
cannam@86 1660 $to_host_file_cmd "$1"
cannam@86 1661 }
cannam@86 1662 # end func_to_host_file
cannam@86 1663
cannam@86 1664
cannam@86 1665 # func_to_tool_file ARG LAZY
cannam@86 1666 # converts the file name ARG from $build format to toolchain format. Return
cannam@86 1667 # result in func_to_tool_file_result. If the conversion in use is listed
cannam@86 1668 # in (the comma separated) LAZY, no conversion takes place.
cannam@86 1669 func_to_tool_file ()
cannam@86 1670 {
cannam@86 1671 $opt_debug
cannam@86 1672 case ,$2, in
cannam@86 1673 *,"$to_tool_file_cmd",*)
cannam@86 1674 func_to_tool_file_result=$1
cannam@86 1675 ;;
cannam@86 1676 *)
cannam@86 1677 $to_tool_file_cmd "$1"
cannam@86 1678 func_to_tool_file_result=$func_to_host_file_result
cannam@86 1679 ;;
cannam@86 1680 esac
cannam@86 1681 }
cannam@86 1682 # end func_to_tool_file
cannam@86 1683
cannam@86 1684
cannam@86 1685 # func_convert_file_noop ARG
cannam@86 1686 # Copy ARG to func_to_host_file_result.
cannam@86 1687 func_convert_file_noop ()
cannam@86 1688 {
cannam@86 1689 func_to_host_file_result="$1"
cannam@86 1690 }
cannam@86 1691 # end func_convert_file_noop
cannam@86 1692
cannam@86 1693
cannam@86 1694 # func_convert_file_msys_to_w32 ARG
cannam@86 1695 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
cannam@86 1696 # conversion to w32 is not available inside the cwrapper. Returns result in
cannam@86 1697 # func_to_host_file_result.
cannam@86 1698 func_convert_file_msys_to_w32 ()
cannam@86 1699 {
cannam@86 1700 $opt_debug
cannam@86 1701 func_to_host_file_result="$1"
cannam@86 1702 if test -n "$1"; then
cannam@86 1703 func_convert_core_msys_to_w32 "$1"
cannam@86 1704 func_to_host_file_result="$func_convert_core_msys_to_w32_result"
cannam@86 1705 fi
cannam@86 1706 func_convert_file_check "$1" "$func_to_host_file_result"
cannam@86 1707 }
cannam@86 1708 # end func_convert_file_msys_to_w32
cannam@86 1709
cannam@86 1710
cannam@86 1711 # func_convert_file_cygwin_to_w32 ARG
cannam@86 1712 # Convert file name ARG from Cygwin to w32 format. Returns result in
cannam@86 1713 # func_to_host_file_result.
cannam@86 1714 func_convert_file_cygwin_to_w32 ()
cannam@86 1715 {
cannam@86 1716 $opt_debug
cannam@86 1717 func_to_host_file_result="$1"
cannam@86 1718 if test -n "$1"; then
cannam@86 1719 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
cannam@86 1720 # LT_CYGPATH in this case.
cannam@86 1721 func_to_host_file_result=`cygpath -m "$1"`
cannam@86 1722 fi
cannam@86 1723 func_convert_file_check "$1" "$func_to_host_file_result"
cannam@86 1724 }
cannam@86 1725 # end func_convert_file_cygwin_to_w32
cannam@86 1726
cannam@86 1727
cannam@86 1728 # func_convert_file_nix_to_w32 ARG
cannam@86 1729 # Convert file name ARG from *nix to w32 format. Requires a wine environment
cannam@86 1730 # and a working winepath. Returns result in func_to_host_file_result.
cannam@86 1731 func_convert_file_nix_to_w32 ()
cannam@86 1732 {
cannam@86 1733 $opt_debug
cannam@86 1734 func_to_host_file_result="$1"
cannam@86 1735 if test -n "$1"; then
cannam@86 1736 func_convert_core_file_wine_to_w32 "$1"
cannam@86 1737 func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
cannam@86 1738 fi
cannam@86 1739 func_convert_file_check "$1" "$func_to_host_file_result"
cannam@86 1740 }
cannam@86 1741 # end func_convert_file_nix_to_w32
cannam@86 1742
cannam@86 1743
cannam@86 1744 # func_convert_file_msys_to_cygwin ARG
cannam@86 1745 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
cannam@86 1746 # Returns result in func_to_host_file_result.
cannam@86 1747 func_convert_file_msys_to_cygwin ()
cannam@86 1748 {
cannam@86 1749 $opt_debug
cannam@86 1750 func_to_host_file_result="$1"
cannam@86 1751 if test -n "$1"; then
cannam@86 1752 func_convert_core_msys_to_w32 "$1"
cannam@86 1753 func_cygpath -u "$func_convert_core_msys_to_w32_result"
cannam@86 1754 func_to_host_file_result="$func_cygpath_result"
cannam@86 1755 fi
cannam@86 1756 func_convert_file_check "$1" "$func_to_host_file_result"
cannam@86 1757 }
cannam@86 1758 # end func_convert_file_msys_to_cygwin
cannam@86 1759
cannam@86 1760
cannam@86 1761 # func_convert_file_nix_to_cygwin ARG
cannam@86 1762 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
cannam@86 1763 # in a wine environment, working winepath, and LT_CYGPATH set. Returns result
cannam@86 1764 # in func_to_host_file_result.
cannam@86 1765 func_convert_file_nix_to_cygwin ()
cannam@86 1766 {
cannam@86 1767 $opt_debug
cannam@86 1768 func_to_host_file_result="$1"
cannam@86 1769 if test -n "$1"; then
cannam@86 1770 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
cannam@86 1771 func_convert_core_file_wine_to_w32 "$1"
cannam@86 1772 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
cannam@86 1773 func_to_host_file_result="$func_cygpath_result"
cannam@86 1774 fi
cannam@86 1775 func_convert_file_check "$1" "$func_to_host_file_result"
cannam@86 1776 }
cannam@86 1777 # end func_convert_file_nix_to_cygwin
cannam@86 1778
cannam@86 1779
cannam@86 1780 #############################################
cannam@86 1781 # $build to $host PATH CONVERSION FUNCTIONS #
cannam@86 1782 #############################################
cannam@86 1783 # invoked via `$to_host_path_cmd ARG'
cannam@86 1784 #
cannam@86 1785 # In each case, ARG is the path to be converted from $build to $host format.
cannam@86 1786 # The result will be available in $func_to_host_path_result.
cannam@86 1787 #
cannam@86 1788 # Path separators are also converted from $build format to $host format. If
cannam@86 1789 # ARG begins or ends with a path separator character, it is preserved (but
cannam@86 1790 # converted to $host format) on output.
cannam@86 1791 #
cannam@86 1792 # All path conversion functions are named using the following convention:
cannam@86 1793 # file name conversion function : func_convert_file_X_to_Y ()
cannam@86 1794 # path conversion function : func_convert_path_X_to_Y ()
cannam@86 1795 # where, for any given $build/$host combination the 'X_to_Y' value is the
cannam@86 1796 # same. If conversion functions are added for new $build/$host combinations,
cannam@86 1797 # the two new functions must follow this pattern, or func_init_to_host_path_cmd
cannam@86 1798 # will break.
cannam@86 1799
cannam@86 1800
cannam@86 1801 # func_init_to_host_path_cmd
cannam@86 1802 # Ensures that function "pointer" variable $to_host_path_cmd is set to the
cannam@86 1803 # appropriate value, based on the value of $to_host_file_cmd.
cannam@86 1804 to_host_path_cmd=
cannam@86 1805 func_init_to_host_path_cmd ()
cannam@86 1806 {
cannam@86 1807 $opt_debug
cannam@86 1808 if test -z "$to_host_path_cmd"; then
cannam@86 1809 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
cannam@86 1810 to_host_path_cmd="func_convert_path_${func_stripname_result}"
cannam@86 1811 fi
cannam@86 1812 }
cannam@86 1813
cannam@86 1814
cannam@86 1815 # func_to_host_path ARG
cannam@86 1816 # Converts the path ARG from $build format to $host format. Return result
cannam@86 1817 # in func_to_host_path_result.
cannam@86 1818 func_to_host_path ()
cannam@86 1819 {
cannam@86 1820 $opt_debug
cannam@86 1821 func_init_to_host_path_cmd
cannam@86 1822 $to_host_path_cmd "$1"
cannam@86 1823 }
cannam@86 1824 # end func_to_host_path
cannam@86 1825
cannam@86 1826
cannam@86 1827 # func_convert_path_noop ARG
cannam@86 1828 # Copy ARG to func_to_host_path_result.
cannam@86 1829 func_convert_path_noop ()
cannam@86 1830 {
cannam@86 1831 func_to_host_path_result="$1"
cannam@86 1832 }
cannam@86 1833 # end func_convert_path_noop
cannam@86 1834
cannam@86 1835
cannam@86 1836 # func_convert_path_msys_to_w32 ARG
cannam@86 1837 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
cannam@86 1838 # conversion to w32 is not available inside the cwrapper. Returns result in
cannam@86 1839 # func_to_host_path_result.
cannam@86 1840 func_convert_path_msys_to_w32 ()
cannam@86 1841 {
cannam@86 1842 $opt_debug
cannam@86 1843 func_to_host_path_result="$1"
cannam@86 1844 if test -n "$1"; then
cannam@86 1845 # Remove leading and trailing path separator characters from ARG. MSYS
cannam@86 1846 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
cannam@86 1847 # and winepath ignores them completely.
cannam@86 1848 func_stripname : : "$1"
cannam@86 1849 func_to_host_path_tmp1=$func_stripname_result
cannam@86 1850 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
cannam@86 1851 func_to_host_path_result="$func_convert_core_msys_to_w32_result"
cannam@86 1852 func_convert_path_check : ";" \
cannam@86 1853 "$func_to_host_path_tmp1" "$func_to_host_path_result"
cannam@86 1854 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
cannam@86 1855 fi
cannam@86 1856 }
cannam@86 1857 # end func_convert_path_msys_to_w32
cannam@86 1858
cannam@86 1859
cannam@86 1860 # func_convert_path_cygwin_to_w32 ARG
cannam@86 1861 # Convert path ARG from Cygwin to w32 format. Returns result in
cannam@86 1862 # func_to_host_file_result.
cannam@86 1863 func_convert_path_cygwin_to_w32 ()
cannam@86 1864 {
cannam@86 1865 $opt_debug
cannam@86 1866 func_to_host_path_result="$1"
cannam@86 1867 if test -n "$1"; then
cannam@86 1868 # See func_convert_path_msys_to_w32:
cannam@86 1869 func_stripname : : "$1"
cannam@86 1870 func_to_host_path_tmp1=$func_stripname_result
cannam@86 1871 func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
cannam@86 1872 func_convert_path_check : ";" \
cannam@86 1873 "$func_to_host_path_tmp1" "$func_to_host_path_result"
cannam@86 1874 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
cannam@86 1875 fi
cannam@86 1876 }
cannam@86 1877 # end func_convert_path_cygwin_to_w32
cannam@86 1878
cannam@86 1879
cannam@86 1880 # func_convert_path_nix_to_w32 ARG
cannam@86 1881 # Convert path ARG from *nix to w32 format. Requires a wine environment and
cannam@86 1882 # a working winepath. Returns result in func_to_host_file_result.
cannam@86 1883 func_convert_path_nix_to_w32 ()
cannam@86 1884 {
cannam@86 1885 $opt_debug
cannam@86 1886 func_to_host_path_result="$1"
cannam@86 1887 if test -n "$1"; then
cannam@86 1888 # See func_convert_path_msys_to_w32:
cannam@86 1889 func_stripname : : "$1"
cannam@86 1890 func_to_host_path_tmp1=$func_stripname_result
cannam@86 1891 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
cannam@86 1892 func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
cannam@86 1893 func_convert_path_check : ";" \
cannam@86 1894 "$func_to_host_path_tmp1" "$func_to_host_path_result"
cannam@86 1895 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
cannam@86 1896 fi
cannam@86 1897 }
cannam@86 1898 # end func_convert_path_nix_to_w32
cannam@86 1899
cannam@86 1900
cannam@86 1901 # func_convert_path_msys_to_cygwin ARG
cannam@86 1902 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
cannam@86 1903 # Returns result in func_to_host_file_result.
cannam@86 1904 func_convert_path_msys_to_cygwin ()
cannam@86 1905 {
cannam@86 1906 $opt_debug
cannam@86 1907 func_to_host_path_result="$1"
cannam@86 1908 if test -n "$1"; then
cannam@86 1909 # See func_convert_path_msys_to_w32:
cannam@86 1910 func_stripname : : "$1"
cannam@86 1911 func_to_host_path_tmp1=$func_stripname_result
cannam@86 1912 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
cannam@86 1913 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
cannam@86 1914 func_to_host_path_result="$func_cygpath_result"
cannam@86 1915 func_convert_path_check : : \
cannam@86 1916 "$func_to_host_path_tmp1" "$func_to_host_path_result"
cannam@86 1917 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
cannam@86 1918 fi
cannam@86 1919 }
cannam@86 1920 # end func_convert_path_msys_to_cygwin
cannam@86 1921
cannam@86 1922
cannam@86 1923 # func_convert_path_nix_to_cygwin ARG
cannam@86 1924 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
cannam@86 1925 # a wine environment, working winepath, and LT_CYGPATH set. Returns result in
cannam@86 1926 # func_to_host_file_result.
cannam@86 1927 func_convert_path_nix_to_cygwin ()
cannam@86 1928 {
cannam@86 1929 $opt_debug
cannam@86 1930 func_to_host_path_result="$1"
cannam@86 1931 if test -n "$1"; then
cannam@86 1932 # Remove leading and trailing path separator characters from
cannam@86 1933 # ARG. msys behavior is inconsistent here, cygpath turns them
cannam@86 1934 # into '.;' and ';.', and winepath ignores them completely.
cannam@86 1935 func_stripname : : "$1"
cannam@86 1936 func_to_host_path_tmp1=$func_stripname_result
cannam@86 1937 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
cannam@86 1938 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
cannam@86 1939 func_to_host_path_result="$func_cygpath_result"
cannam@86 1940 func_convert_path_check : : \
cannam@86 1941 "$func_to_host_path_tmp1" "$func_to_host_path_result"
cannam@86 1942 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
cannam@86 1943 fi
cannam@86 1944 }
cannam@86 1945 # end func_convert_path_nix_to_cygwin
cannam@86 1946
cannam@86 1947
cannam@86 1948 # func_mode_compile arg...
cannam@86 1949 func_mode_compile ()
cannam@86 1950 {
cannam@86 1951 $opt_debug
cannam@86 1952 # Get the compilation command and the source file.
cannam@86 1953 base_compile=
cannam@86 1954 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
cannam@86 1955 suppress_opt=yes
cannam@86 1956 suppress_output=
cannam@86 1957 arg_mode=normal
cannam@86 1958 libobj=
cannam@86 1959 later=
cannam@86 1960 pie_flag=
cannam@86 1961
cannam@86 1962 for arg
cannam@86 1963 do
cannam@86 1964 case $arg_mode in
cannam@86 1965 arg )
cannam@86 1966 # do not "continue". Instead, add this to base_compile
cannam@86 1967 lastarg="$arg"
cannam@86 1968 arg_mode=normal
cannam@86 1969 ;;
cannam@86 1970
cannam@86 1971 target )
cannam@86 1972 libobj="$arg"
cannam@86 1973 arg_mode=normal
cannam@86 1974 continue
cannam@86 1975 ;;
cannam@86 1976
cannam@86 1977 normal )
cannam@86 1978 # Accept any command-line options.
cannam@86 1979 case $arg in
cannam@86 1980 -o)
cannam@86 1981 test -n "$libobj" && \
cannam@86 1982 func_fatal_error "you cannot specify \`-o' more than once"
cannam@86 1983 arg_mode=target
cannam@86 1984 continue
cannam@86 1985 ;;
cannam@86 1986
cannam@86 1987 -pie | -fpie | -fPIE)
cannam@86 1988 func_append pie_flag " $arg"
cannam@86 1989 continue
cannam@86 1990 ;;
cannam@86 1991
cannam@86 1992 -shared | -static | -prefer-pic | -prefer-non-pic)
cannam@86 1993 func_append later " $arg"
cannam@86 1994 continue
cannam@86 1995 ;;
cannam@86 1996
cannam@86 1997 -no-suppress)
cannam@86 1998 suppress_opt=no
cannam@86 1999 continue
cannam@86 2000 ;;
cannam@86 2001
cannam@86 2002 -Xcompiler)
cannam@86 2003 arg_mode=arg # the next one goes into the "base_compile" arg list
cannam@86 2004 continue # The current "srcfile" will either be retained or
cannam@86 2005 ;; # replaced later. I would guess that would be a bug.
cannam@86 2006
cannam@86 2007 -Wc,*)
cannam@86 2008 func_stripname '-Wc,' '' "$arg"
cannam@86 2009 args=$func_stripname_result
cannam@86 2010 lastarg=
cannam@86 2011 save_ifs="$IFS"; IFS=','
cannam@86 2012 for arg in $args; do
cannam@86 2013 IFS="$save_ifs"
cannam@86 2014 func_append_quoted lastarg "$arg"
cannam@86 2015 done
cannam@86 2016 IFS="$save_ifs"
cannam@86 2017 func_stripname ' ' '' "$lastarg"
cannam@86 2018 lastarg=$func_stripname_result
cannam@86 2019
cannam@86 2020 # Add the arguments to base_compile.
cannam@86 2021 func_append base_compile " $lastarg"
cannam@86 2022 continue
cannam@86 2023 ;;
cannam@86 2024
cannam@86 2025 *)
cannam@86 2026 # Accept the current argument as the source file.
cannam@86 2027 # The previous "srcfile" becomes the current argument.
cannam@86 2028 #
cannam@86 2029 lastarg="$srcfile"
cannam@86 2030 srcfile="$arg"
cannam@86 2031 ;;
cannam@86 2032 esac # case $arg
cannam@86 2033 ;;
cannam@86 2034 esac # case $arg_mode
cannam@86 2035
cannam@86 2036 # Aesthetically quote the previous argument.
cannam@86 2037 func_append_quoted base_compile "$lastarg"
cannam@86 2038 done # for arg
cannam@86 2039
cannam@86 2040 case $arg_mode in
cannam@86 2041 arg)
cannam@86 2042 func_fatal_error "you must specify an argument for -Xcompile"
cannam@86 2043 ;;
cannam@86 2044 target)
cannam@86 2045 func_fatal_error "you must specify a target with \`-o'"
cannam@86 2046 ;;
cannam@86 2047 *)
cannam@86 2048 # Get the name of the library object.
cannam@86 2049 test -z "$libobj" && {
cannam@86 2050 func_basename "$srcfile"
cannam@86 2051 libobj="$func_basename_result"
cannam@86 2052 }
cannam@86 2053 ;;
cannam@86 2054 esac
cannam@86 2055
cannam@86 2056 # Recognize several different file suffixes.
cannam@86 2057 # If the user specifies -o file.o, it is replaced with file.lo
cannam@86 2058 case $libobj in
cannam@86 2059 *.[cCFSifmso] | \
cannam@86 2060 *.ada | *.adb | *.ads | *.asm | \
cannam@86 2061 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
cannam@86 2062 *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
cannam@86 2063 func_xform "$libobj"
cannam@86 2064 libobj=$func_xform_result
cannam@86 2065 ;;
cannam@86 2066 esac
cannam@86 2067
cannam@86 2068 case $libobj in
cannam@86 2069 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
cannam@86 2070 *)
cannam@86 2071 func_fatal_error "cannot determine name of library object from \`$libobj'"
cannam@86 2072 ;;
cannam@86 2073 esac
cannam@86 2074
cannam@86 2075 func_infer_tag $base_compile
cannam@86 2076
cannam@86 2077 for arg in $later; do
cannam@86 2078 case $arg in
cannam@86 2079 -shared)
cannam@86 2080 test "$build_libtool_libs" != yes && \
cannam@86 2081 func_fatal_configuration "can not build a shared library"
cannam@86 2082 build_old_libs=no
cannam@86 2083 continue
cannam@86 2084 ;;
cannam@86 2085
cannam@86 2086 -static)
cannam@86 2087 build_libtool_libs=no
cannam@86 2088 build_old_libs=yes
cannam@86 2089 continue
cannam@86 2090 ;;
cannam@86 2091
cannam@86 2092 -prefer-pic)
cannam@86 2093 pic_mode=yes
cannam@86 2094 continue
cannam@86 2095 ;;
cannam@86 2096
cannam@86 2097 -prefer-non-pic)
cannam@86 2098 pic_mode=no
cannam@86 2099 continue
cannam@86 2100 ;;
cannam@86 2101 esac
cannam@86 2102 done
cannam@86 2103
cannam@86 2104 func_quote_for_eval "$libobj"
cannam@86 2105 test "X$libobj" != "X$func_quote_for_eval_result" \
cannam@86 2106 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
cannam@86 2107 && func_warning "libobj name \`$libobj' may not contain shell special characters."
cannam@86 2108 func_dirname_and_basename "$obj" "/" ""
cannam@86 2109 objname="$func_basename_result"
cannam@86 2110 xdir="$func_dirname_result"
cannam@86 2111 lobj=${xdir}$objdir/$objname
cannam@86 2112
cannam@86 2113 test -z "$base_compile" && \
cannam@86 2114 func_fatal_help "you must specify a compilation command"
cannam@86 2115
cannam@86 2116 # Delete any leftover library objects.
cannam@86 2117 if test "$build_old_libs" = yes; then
cannam@86 2118 removelist="$obj $lobj $libobj ${libobj}T"
cannam@86 2119 else
cannam@86 2120 removelist="$lobj $libobj ${libobj}T"
cannam@86 2121 fi
cannam@86 2122
cannam@86 2123 # On Cygwin there's no "real" PIC flag so we must build both object types
cannam@86 2124 case $host_os in
cannam@86 2125 cygwin* | mingw* | pw32* | os2* | cegcc*)
cannam@86 2126 pic_mode=default
cannam@86 2127 ;;
cannam@86 2128 esac
cannam@86 2129 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
cannam@86 2130 # non-PIC code in shared libraries is not supported
cannam@86 2131 pic_mode=default
cannam@86 2132 fi
cannam@86 2133
cannam@86 2134 # Calculate the filename of the output object if compiler does
cannam@86 2135 # not support -o with -c
cannam@86 2136 if test "$compiler_c_o" = no; then
cannam@86 2137 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
cannam@86 2138 lockfile="$output_obj.lock"
cannam@86 2139 else
cannam@86 2140 output_obj=
cannam@86 2141 need_locks=no
cannam@86 2142 lockfile=
cannam@86 2143 fi
cannam@86 2144
cannam@86 2145 # Lock this critical section if it is needed
cannam@86 2146 # We use this script file to make the link, it avoids creating a new file
cannam@86 2147 if test "$need_locks" = yes; then
cannam@86 2148 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
cannam@86 2149 func_echo "Waiting for $lockfile to be removed"
cannam@86 2150 sleep 2
cannam@86 2151 done
cannam@86 2152 elif test "$need_locks" = warn; then
cannam@86 2153 if test -f "$lockfile"; then
cannam@86 2154 $ECHO "\
cannam@86 2155 *** ERROR, $lockfile exists and contains:
cannam@86 2156 `cat $lockfile 2>/dev/null`
cannam@86 2157
cannam@86 2158 This indicates that another process is trying to use the same
cannam@86 2159 temporary object file, and libtool could not work around it because
cannam@86 2160 your compiler does not support \`-c' and \`-o' together. If you
cannam@86 2161 repeat this compilation, it may succeed, by chance, but you had better
cannam@86 2162 avoid parallel builds (make -j) in this platform, or get a better
cannam@86 2163 compiler."
cannam@86 2164
cannam@86 2165 $opt_dry_run || $RM $removelist
cannam@86 2166 exit $EXIT_FAILURE
cannam@86 2167 fi
cannam@86 2168 func_append removelist " $output_obj"
cannam@86 2169 $ECHO "$srcfile" > "$lockfile"
cannam@86 2170 fi
cannam@86 2171
cannam@86 2172 $opt_dry_run || $RM $removelist
cannam@86 2173 func_append removelist " $lockfile"
cannam@86 2174 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
cannam@86 2175
cannam@86 2176 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
cannam@86 2177 srcfile=$func_to_tool_file_result
cannam@86 2178 func_quote_for_eval "$srcfile"
cannam@86 2179 qsrcfile=$func_quote_for_eval_result
cannam@86 2180
cannam@86 2181 # Only build a PIC object if we are building libtool libraries.
cannam@86 2182 if test "$build_libtool_libs" = yes; then
cannam@86 2183 # Without this assignment, base_compile gets emptied.
cannam@86 2184 fbsd_hideous_sh_bug=$base_compile
cannam@86 2185
cannam@86 2186 if test "$pic_mode" != no; then
cannam@86 2187 command="$base_compile $qsrcfile $pic_flag"
cannam@86 2188 else
cannam@86 2189 # Don't build PIC code
cannam@86 2190 command="$base_compile $qsrcfile"
cannam@86 2191 fi
cannam@86 2192
cannam@86 2193 func_mkdir_p "$xdir$objdir"
cannam@86 2194
cannam@86 2195 if test -z "$output_obj"; then
cannam@86 2196 # Place PIC objects in $objdir
cannam@86 2197 func_append command " -o $lobj"
cannam@86 2198 fi
cannam@86 2199
cannam@86 2200 func_show_eval_locale "$command" \
cannam@86 2201 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
cannam@86 2202
cannam@86 2203 if test "$need_locks" = warn &&
cannam@86 2204 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
cannam@86 2205 $ECHO "\
cannam@86 2206 *** ERROR, $lockfile contains:
cannam@86 2207 `cat $lockfile 2>/dev/null`
cannam@86 2208
cannam@86 2209 but it should contain:
cannam@86 2210 $srcfile
cannam@86 2211
cannam@86 2212 This indicates that another process is trying to use the same
cannam@86 2213 temporary object file, and libtool could not work around it because
cannam@86 2214 your compiler does not support \`-c' and \`-o' together. If you
cannam@86 2215 repeat this compilation, it may succeed, by chance, but you had better
cannam@86 2216 avoid parallel builds (make -j) in this platform, or get a better
cannam@86 2217 compiler."
cannam@86 2218
cannam@86 2219 $opt_dry_run || $RM $removelist
cannam@86 2220 exit $EXIT_FAILURE
cannam@86 2221 fi
cannam@86 2222
cannam@86 2223 # Just move the object if needed, then go on to compile the next one
cannam@86 2224 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
cannam@86 2225 func_show_eval '$MV "$output_obj" "$lobj"' \
cannam@86 2226 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
cannam@86 2227 fi
cannam@86 2228
cannam@86 2229 # Allow error messages only from the first compilation.
cannam@86 2230 if test "$suppress_opt" = yes; then
cannam@86 2231 suppress_output=' >/dev/null 2>&1'
cannam@86 2232 fi
cannam@86 2233 fi
cannam@86 2234
cannam@86 2235 # Only build a position-dependent object if we build old libraries.
cannam@86 2236 if test "$build_old_libs" = yes; then
cannam@86 2237 if test "$pic_mode" != yes; then
cannam@86 2238 # Don't build PIC code
cannam@86 2239 command="$base_compile $qsrcfile$pie_flag"
cannam@86 2240 else
cannam@86 2241 command="$base_compile $qsrcfile $pic_flag"
cannam@86 2242 fi
cannam@86 2243 if test "$compiler_c_o" = yes; then
cannam@86 2244 func_append command " -o $obj"
cannam@86 2245 fi
cannam@86 2246
cannam@86 2247 # Suppress compiler output if we already did a PIC compilation.
cannam@86 2248 func_append command "$suppress_output"
cannam@86 2249 func_show_eval_locale "$command" \
cannam@86 2250 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
cannam@86 2251
cannam@86 2252 if test "$need_locks" = warn &&
cannam@86 2253 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
cannam@86 2254 $ECHO "\
cannam@86 2255 *** ERROR, $lockfile contains:
cannam@86 2256 `cat $lockfile 2>/dev/null`
cannam@86 2257
cannam@86 2258 but it should contain:
cannam@86 2259 $srcfile
cannam@86 2260
cannam@86 2261 This indicates that another process is trying to use the same
cannam@86 2262 temporary object file, and libtool could not work around it because
cannam@86 2263 your compiler does not support \`-c' and \`-o' together. If you
cannam@86 2264 repeat this compilation, it may succeed, by chance, but you had better
cannam@86 2265 avoid parallel builds (make -j) in this platform, or get a better
cannam@86 2266 compiler."
cannam@86 2267
cannam@86 2268 $opt_dry_run || $RM $removelist
cannam@86 2269 exit $EXIT_FAILURE
cannam@86 2270 fi
cannam@86 2271
cannam@86 2272 # Just move the object if needed
cannam@86 2273 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
cannam@86 2274 func_show_eval '$MV "$output_obj" "$obj"' \
cannam@86 2275 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
cannam@86 2276 fi
cannam@86 2277 fi
cannam@86 2278
cannam@86 2279 $opt_dry_run || {
cannam@86 2280 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
cannam@86 2281
cannam@86 2282 # Unlock the critical section if it was locked
cannam@86 2283 if test "$need_locks" != no; then
cannam@86 2284 removelist=$lockfile
cannam@86 2285 $RM "$lockfile"
cannam@86 2286 fi
cannam@86 2287 }
cannam@86 2288
cannam@86 2289 exit $EXIT_SUCCESS
cannam@86 2290 }
cannam@86 2291
cannam@86 2292 $opt_help || {
cannam@86 2293 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
cannam@86 2294 }
cannam@86 2295
cannam@86 2296 func_mode_help ()
cannam@86 2297 {
cannam@86 2298 # We need to display help for each of the modes.
cannam@86 2299 case $opt_mode in
cannam@86 2300 "")
cannam@86 2301 # Generic help is extracted from the usage comments
cannam@86 2302 # at the start of this file.
cannam@86 2303 func_help
cannam@86 2304 ;;
cannam@86 2305
cannam@86 2306 clean)
cannam@86 2307 $ECHO \
cannam@86 2308 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
cannam@86 2309
cannam@86 2310 Remove files from the build directory.
cannam@86 2311
cannam@86 2312 RM is the name of the program to use to delete files associated with each FILE
cannam@86 2313 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
cannam@86 2314 to RM.
cannam@86 2315
cannam@86 2316 If FILE is a libtool library, object or program, all the files associated
cannam@86 2317 with it are deleted. Otherwise, only FILE itself is deleted using RM."
cannam@86 2318 ;;
cannam@86 2319
cannam@86 2320 compile)
cannam@86 2321 $ECHO \
cannam@86 2322 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
cannam@86 2323
cannam@86 2324 Compile a source file into a libtool library object.
cannam@86 2325
cannam@86 2326 This mode accepts the following additional options:
cannam@86 2327
cannam@86 2328 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
cannam@86 2329 -no-suppress do not suppress compiler output for multiple passes
cannam@86 2330 -prefer-pic try to build PIC objects only
cannam@86 2331 -prefer-non-pic try to build non-PIC objects only
cannam@86 2332 -shared do not build a \`.o' file suitable for static linking
cannam@86 2333 -static only build a \`.o' file suitable for static linking
cannam@86 2334 -Wc,FLAG pass FLAG directly to the compiler
cannam@86 2335
cannam@86 2336 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
cannam@86 2337 from the given SOURCEFILE.
cannam@86 2338
cannam@86 2339 The output file name is determined by removing the directory component from
cannam@86 2340 SOURCEFILE, then substituting the C source code suffix \`.c' with the
cannam@86 2341 library object suffix, \`.lo'."
cannam@86 2342 ;;
cannam@86 2343
cannam@86 2344 execute)
cannam@86 2345 $ECHO \
cannam@86 2346 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
cannam@86 2347
cannam@86 2348 Automatically set library path, then run a program.
cannam@86 2349
cannam@86 2350 This mode accepts the following additional options:
cannam@86 2351
cannam@86 2352 -dlopen FILE add the directory containing FILE to the library path
cannam@86 2353
cannam@86 2354 This mode sets the library path environment variable according to \`-dlopen'
cannam@86 2355 flags.
cannam@86 2356
cannam@86 2357 If any of the ARGS are libtool executable wrappers, then they are translated
cannam@86 2358 into their corresponding uninstalled binary, and any of their required library
cannam@86 2359 directories are added to the library path.
cannam@86 2360
cannam@86 2361 Then, COMMAND is executed, with ARGS as arguments."
cannam@86 2362 ;;
cannam@86 2363
cannam@86 2364 finish)
cannam@86 2365 $ECHO \
cannam@86 2366 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
cannam@86 2367
cannam@86 2368 Complete the installation of libtool libraries.
cannam@86 2369
cannam@86 2370 Each LIBDIR is a directory that contains libtool libraries.
cannam@86 2371
cannam@86 2372 The commands that this mode executes may require superuser privileges. Use
cannam@86 2373 the \`--dry-run' option if you just want to see what would be executed."
cannam@86 2374 ;;
cannam@86 2375
cannam@86 2376 install)
cannam@86 2377 $ECHO \
cannam@86 2378 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
cannam@86 2379
cannam@86 2380 Install executables or libraries.
cannam@86 2381
cannam@86 2382 INSTALL-COMMAND is the installation command. The first component should be
cannam@86 2383 either the \`install' or \`cp' program.
cannam@86 2384
cannam@86 2385 The following components of INSTALL-COMMAND are treated specially:
cannam@86 2386
cannam@86 2387 -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation
cannam@86 2388
cannam@86 2389 The rest of the components are interpreted as arguments to that command (only
cannam@86 2390 BSD-compatible install options are recognized)."
cannam@86 2391 ;;
cannam@86 2392
cannam@86 2393 link)
cannam@86 2394 $ECHO \
cannam@86 2395 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
cannam@86 2396
cannam@86 2397 Link object files or libraries together to form another library, or to
cannam@86 2398 create an executable program.
cannam@86 2399
cannam@86 2400 LINK-COMMAND is a command using the C compiler that you would use to create
cannam@86 2401 a program from several object files.
cannam@86 2402
cannam@86 2403 The following components of LINK-COMMAND are treated specially:
cannam@86 2404
cannam@86 2405 -all-static do not do any dynamic linking at all
cannam@86 2406 -avoid-version do not add a version suffix if possible
cannam@86 2407 -bindir BINDIR specify path to binaries directory (for systems where
cannam@86 2408 libraries must be found in the PATH setting at runtime)
cannam@86 2409 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
cannam@86 2410 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
cannam@86 2411 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
cannam@86 2412 -export-symbols SYMFILE
cannam@86 2413 try to export only the symbols listed in SYMFILE
cannam@86 2414 -export-symbols-regex REGEX
cannam@86 2415 try to export only the symbols matching REGEX
cannam@86 2416 -LLIBDIR search LIBDIR for required installed libraries
cannam@86 2417 -lNAME OUTPUT-FILE requires the installed library libNAME
cannam@86 2418 -module build a library that can dlopened
cannam@86 2419 -no-fast-install disable the fast-install mode
cannam@86 2420 -no-install link a not-installable executable
cannam@86 2421 -no-undefined declare that a library does not refer to external symbols
cannam@86 2422 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
cannam@86 2423 -objectlist FILE Use a list of object files found in FILE to specify objects
cannam@86 2424 -precious-files-regex REGEX
cannam@86 2425 don't remove output files matching REGEX
cannam@86 2426 -release RELEASE specify package release information
cannam@86 2427 -rpath LIBDIR the created library will eventually be installed in LIBDIR
cannam@86 2428 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
cannam@86 2429 -shared only do dynamic linking of libtool libraries
cannam@86 2430 -shrext SUFFIX override the standard shared library file extension
cannam@86 2431 -static do not do any dynamic linking of uninstalled libtool libraries
cannam@86 2432 -static-libtool-libs
cannam@86 2433 do not do any dynamic linking of libtool libraries
cannam@86 2434 -version-info CURRENT[:REVISION[:AGE]]
cannam@86 2435 specify library version info [each variable defaults to 0]
cannam@86 2436 -weak LIBNAME declare that the target provides the LIBNAME interface
cannam@86 2437 -Wc,FLAG
cannam@86 2438 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
cannam@86 2439 -Wl,FLAG
cannam@86 2440 -Xlinker FLAG pass linker-specific FLAG directly to the linker
cannam@86 2441 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
cannam@86 2442
cannam@86 2443 All other options (arguments beginning with \`-') are ignored.
cannam@86 2444
cannam@86 2445 Every other argument is treated as a filename. Files ending in \`.la' are
cannam@86 2446 treated as uninstalled libtool libraries, other files are standard or library
cannam@86 2447 object files.
cannam@86 2448
cannam@86 2449 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
cannam@86 2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
cannam@86 2451 required, except when creating a convenience library.
cannam@86 2452
cannam@86 2453 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
cannam@86 2454 using \`ar' and \`ranlib', or on Windows using \`lib'.
cannam@86 2455
cannam@86 2456 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
cannam@86 2457 is created, otherwise an executable program is created."
cannam@86 2458 ;;
cannam@86 2459
cannam@86 2460 uninstall)
cannam@86 2461 $ECHO \
cannam@86 2462 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
cannam@86 2463
cannam@86 2464 Remove libraries from an installation directory.
cannam@86 2465
cannam@86 2466 RM is the name of the program to use to delete files associated with each FILE
cannam@86 2467 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
cannam@86 2468 to RM.
cannam@86 2469
cannam@86 2470 If FILE is a libtool library, all the files associated with it are deleted.
cannam@86 2471 Otherwise, only FILE itself is deleted using RM."
cannam@86 2472 ;;
cannam@86 2473
cannam@86 2474 *)
cannam@86 2475 func_fatal_help "invalid operation mode \`$opt_mode'"
cannam@86 2476 ;;
cannam@86 2477 esac
cannam@86 2478
cannam@86 2479 echo
cannam@86 2480 $ECHO "Try \`$progname --help' for more information about other modes."
cannam@86 2481 }
cannam@86 2482
cannam@86 2483 # Now that we've collected a possible --mode arg, show help if necessary
cannam@86 2484 if $opt_help; then
cannam@86 2485 if test "$opt_help" = :; then
cannam@86 2486 func_mode_help
cannam@86 2487 else
cannam@86 2488 {
cannam@86 2489 func_help noexit
cannam@86 2490 for opt_mode in compile link execute install finish uninstall clean; do
cannam@86 2491 func_mode_help
cannam@86 2492 done
cannam@86 2493 } | sed -n '1p; 2,$s/^Usage:/ or: /p'
cannam@86 2494 {
cannam@86 2495 func_help noexit
cannam@86 2496 for opt_mode in compile link execute install finish uninstall clean; do
cannam@86 2497 echo
cannam@86 2498 func_mode_help
cannam@86 2499 done
cannam@86 2500 } |
cannam@86 2501 sed '1d
cannam@86 2502 /^When reporting/,/^Report/{
cannam@86 2503 H
cannam@86 2504 d
cannam@86 2505 }
cannam@86 2506 $x
cannam@86 2507 /information about other modes/d
cannam@86 2508 /more detailed .*MODE/d
cannam@86 2509 s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
cannam@86 2510 fi
cannam@86 2511 exit $?
cannam@86 2512 fi
cannam@86 2513
cannam@86 2514
cannam@86 2515 # func_mode_execute arg...
cannam@86 2516 func_mode_execute ()
cannam@86 2517 {
cannam@86 2518 $opt_debug
cannam@86 2519 # The first argument is the command name.
cannam@86 2520 cmd="$nonopt"
cannam@86 2521 test -z "$cmd" && \
cannam@86 2522 func_fatal_help "you must specify a COMMAND"
cannam@86 2523
cannam@86 2524 # Handle -dlopen flags immediately.
cannam@86 2525 for file in $opt_dlopen; do
cannam@86 2526 test -f "$file" \
cannam@86 2527 || func_fatal_help "\`$file' is not a file"
cannam@86 2528
cannam@86 2529 dir=
cannam@86 2530 case $file in
cannam@86 2531 *.la)
cannam@86 2532 func_resolve_sysroot "$file"
cannam@86 2533 file=$func_resolve_sysroot_result
cannam@86 2534
cannam@86 2535 # Check to see that this really is a libtool archive.
cannam@86 2536 func_lalib_unsafe_p "$file" \
cannam@86 2537 || func_fatal_help "\`$lib' is not a valid libtool archive"
cannam@86 2538
cannam@86 2539 # Read the libtool library.
cannam@86 2540 dlname=
cannam@86 2541 library_names=
cannam@86 2542 func_source "$file"
cannam@86 2543
cannam@86 2544 # Skip this library if it cannot be dlopened.
cannam@86 2545 if test -z "$dlname"; then
cannam@86 2546 # Warn if it was a shared library.
cannam@86 2547 test -n "$library_names" && \
cannam@86 2548 func_warning "\`$file' was not linked with \`-export-dynamic'"
cannam@86 2549 continue
cannam@86 2550 fi
cannam@86 2551
cannam@86 2552 func_dirname "$file" "" "."
cannam@86 2553 dir="$func_dirname_result"
cannam@86 2554
cannam@86 2555 if test -f "$dir/$objdir/$dlname"; then
cannam@86 2556 func_append dir "/$objdir"
cannam@86 2557 else
cannam@86 2558 if test ! -f "$dir/$dlname"; then
cannam@86 2559 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
cannam@86 2560 fi
cannam@86 2561 fi
cannam@86 2562 ;;
cannam@86 2563
cannam@86 2564 *.lo)
cannam@86 2565 # Just add the directory containing the .lo file.
cannam@86 2566 func_dirname "$file" "" "."
cannam@86 2567 dir="$func_dirname_result"
cannam@86 2568 ;;
cannam@86 2569
cannam@86 2570 *)
cannam@86 2571 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
cannam@86 2572 continue
cannam@86 2573 ;;
cannam@86 2574 esac
cannam@86 2575
cannam@86 2576 # Get the absolute pathname.
cannam@86 2577 absdir=`cd "$dir" && pwd`
cannam@86 2578 test -n "$absdir" && dir="$absdir"
cannam@86 2579
cannam@86 2580 # Now add the directory to shlibpath_var.
cannam@86 2581 if eval "test -z \"\$$shlibpath_var\""; then
cannam@86 2582 eval "$shlibpath_var=\"\$dir\""
cannam@86 2583 else
cannam@86 2584 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
cannam@86 2585 fi
cannam@86 2586 done
cannam@86 2587
cannam@86 2588 # This variable tells wrapper scripts just to set shlibpath_var
cannam@86 2589 # rather than running their programs.
cannam@86 2590 libtool_execute_magic="$magic"
cannam@86 2591
cannam@86 2592 # Check if any of the arguments is a wrapper script.
cannam@86 2593 args=
cannam@86 2594 for file
cannam@86 2595 do
cannam@86 2596 case $file in
cannam@86 2597 -* | *.la | *.lo ) ;;
cannam@86 2598 *)
cannam@86 2599 # Do a test to see if this is really a libtool program.
cannam@86 2600 if func_ltwrapper_script_p "$file"; then
cannam@86 2601 func_source "$file"
cannam@86 2602 # Transform arg to wrapped name.
cannam@86 2603 file="$progdir/$program"
cannam@86 2604 elif func_ltwrapper_executable_p "$file"; then
cannam@86 2605 func_ltwrapper_scriptname "$file"
cannam@86 2606 func_source "$func_ltwrapper_scriptname_result"
cannam@86 2607 # Transform arg to wrapped name.
cannam@86 2608 file="$progdir/$program"
cannam@86 2609 fi
cannam@86 2610 ;;
cannam@86 2611 esac
cannam@86 2612 # Quote arguments (to preserve shell metacharacters).
cannam@86 2613 func_append_quoted args "$file"
cannam@86 2614 done
cannam@86 2615
cannam@86 2616 if test "X$opt_dry_run" = Xfalse; then
cannam@86 2617 if test -n "$shlibpath_var"; then
cannam@86 2618 # Export the shlibpath_var.
cannam@86 2619 eval "export $shlibpath_var"
cannam@86 2620 fi
cannam@86 2621
cannam@86 2622 # Restore saved environment variables
cannam@86 2623 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
cannam@86 2624 do
cannam@86 2625 eval "if test \"\${save_$lt_var+set}\" = set; then
cannam@86 2626 $lt_var=\$save_$lt_var; export $lt_var
cannam@86 2627 else
cannam@86 2628 $lt_unset $lt_var
cannam@86 2629 fi"
cannam@86 2630 done
cannam@86 2631
cannam@86 2632 # Now prepare to actually exec the command.
cannam@86 2633 exec_cmd="\$cmd$args"
cannam@86 2634 else
cannam@86 2635 # Display what would be done.
cannam@86 2636 if test -n "$shlibpath_var"; then
cannam@86 2637 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
cannam@86 2638 echo "export $shlibpath_var"
cannam@86 2639 fi
cannam@86 2640 $ECHO "$cmd$args"
cannam@86 2641 exit $EXIT_SUCCESS
cannam@86 2642 fi
cannam@86 2643 }
cannam@86 2644
cannam@86 2645 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
cannam@86 2646
cannam@86 2647
cannam@86 2648 # func_mode_finish arg...
cannam@86 2649 func_mode_finish ()
cannam@86 2650 {
cannam@86 2651 $opt_debug
cannam@86 2652 libs=
cannam@86 2653 libdirs=
cannam@86 2654 admincmds=
cannam@86 2655
cannam@86 2656 for opt in "$nonopt" ${1+"$@"}
cannam@86 2657 do
cannam@86 2658 if test -d "$opt"; then
cannam@86 2659 func_append libdirs " $opt"
cannam@86 2660
cannam@86 2661 elif test -f "$opt"; then
cannam@86 2662 if func_lalib_unsafe_p "$opt"; then
cannam@86 2663 func_append libs " $opt"
cannam@86 2664 else
cannam@86 2665 func_warning "\`$opt' is not a valid libtool archive"
cannam@86 2666 fi
cannam@86 2667
cannam@86 2668 else
cannam@86 2669 func_fatal_error "invalid argument \`$opt'"
cannam@86 2670 fi
cannam@86 2671 done
cannam@86 2672
cannam@86 2673 if test -n "$libs"; then
cannam@86 2674 if test -n "$lt_sysroot"; then
cannam@86 2675 sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
cannam@86 2676 sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
cannam@86 2677 else
cannam@86 2678 sysroot_cmd=
cannam@86 2679 fi
cannam@86 2680
cannam@86 2681 # Remove sysroot references
cannam@86 2682 if $opt_dry_run; then
cannam@86 2683 for lib in $libs; do
cannam@86 2684 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
cannam@86 2685 done
cannam@86 2686 else
cannam@86 2687 tmpdir=`func_mktempdir`
cannam@86 2688 for lib in $libs; do
cannam@86 2689 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
cannam@86 2690 > $tmpdir/tmp-la
cannam@86 2691 mv -f $tmpdir/tmp-la $lib
cannam@86 2692 done
cannam@86 2693 ${RM}r "$tmpdir"
cannam@86 2694 fi
cannam@86 2695 fi
cannam@86 2696
cannam@86 2697 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
cannam@86 2698 for libdir in $libdirs; do
cannam@86 2699 if test -n "$finish_cmds"; then
cannam@86 2700 # Do each command in the finish commands.
cannam@86 2701 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
cannam@86 2702 '"$cmd"'"'
cannam@86 2703 fi
cannam@86 2704 if test -n "$finish_eval"; then
cannam@86 2705 # Do the single finish_eval.
cannam@86 2706 eval cmds=\"$finish_eval\"
cannam@86 2707 $opt_dry_run || eval "$cmds" || func_append admincmds "
cannam@86 2708 $cmds"
cannam@86 2709 fi
cannam@86 2710 done
cannam@86 2711 fi
cannam@86 2712
cannam@86 2713 # Exit here if they wanted silent mode.
cannam@86 2714 $opt_silent && exit $EXIT_SUCCESS
cannam@86 2715
cannam@86 2716 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
cannam@86 2717 echo "----------------------------------------------------------------------"
cannam@86 2718 echo "Libraries have been installed in:"
cannam@86 2719 for libdir in $libdirs; do
cannam@86 2720 $ECHO " $libdir"
cannam@86 2721 done
cannam@86 2722 echo
cannam@86 2723 echo "If you ever happen to want to link against installed libraries"
cannam@86 2724 echo "in a given directory, LIBDIR, you must either use libtool, and"
cannam@86 2725 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
cannam@86 2726 echo "flag during linking and do at least one of the following:"
cannam@86 2727 if test -n "$shlibpath_var"; then
cannam@86 2728 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
cannam@86 2729 echo " during execution"
cannam@86 2730 fi
cannam@86 2731 if test -n "$runpath_var"; then
cannam@86 2732 echo " - add LIBDIR to the \`$runpath_var' environment variable"
cannam@86 2733 echo " during linking"
cannam@86 2734 fi
cannam@86 2735 if test -n "$hardcode_libdir_flag_spec"; then
cannam@86 2736 libdir=LIBDIR
cannam@86 2737 eval flag=\"$hardcode_libdir_flag_spec\"
cannam@86 2738
cannam@86 2739 $ECHO " - use the \`$flag' linker flag"
cannam@86 2740 fi
cannam@86 2741 if test -n "$admincmds"; then
cannam@86 2742 $ECHO " - have your system administrator run these commands:$admincmds"
cannam@86 2743 fi
cannam@86 2744 if test -f /etc/ld.so.conf; then
cannam@86 2745 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
cannam@86 2746 fi
cannam@86 2747 echo
cannam@86 2748
cannam@86 2749 echo "See any operating system documentation about shared libraries for"
cannam@86 2750 case $host in
cannam@86 2751 solaris2.[6789]|solaris2.1[0-9])
cannam@86 2752 echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
cannam@86 2753 echo "pages."
cannam@86 2754 ;;
cannam@86 2755 *)
cannam@86 2756 echo "more information, such as the ld(1) and ld.so(8) manual pages."
cannam@86 2757 ;;
cannam@86 2758 esac
cannam@86 2759 echo "----------------------------------------------------------------------"
cannam@86 2760 fi
cannam@86 2761 exit $EXIT_SUCCESS
cannam@86 2762 }
cannam@86 2763
cannam@86 2764 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
cannam@86 2765
cannam@86 2766
cannam@86 2767 # func_mode_install arg...
cannam@86 2768 func_mode_install ()
cannam@86 2769 {
cannam@86 2770 $opt_debug
cannam@86 2771 # There may be an optional sh(1) argument at the beginning of
cannam@86 2772 # install_prog (especially on Windows NT).
cannam@86 2773 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
cannam@86 2774 # Allow the use of GNU shtool's install command.
cannam@86 2775 case $nonopt in *shtool*) :;; *) false;; esac; then
cannam@86 2776 # Aesthetically quote it.
cannam@86 2777 func_quote_for_eval "$nonopt"
cannam@86 2778 install_prog="$func_quote_for_eval_result "
cannam@86 2779 arg=$1
cannam@86 2780 shift
cannam@86 2781 else
cannam@86 2782 install_prog=
cannam@86 2783 arg=$nonopt
cannam@86 2784 fi
cannam@86 2785
cannam@86 2786 # The real first argument should be the name of the installation program.
cannam@86 2787 # Aesthetically quote it.
cannam@86 2788 func_quote_for_eval "$arg"
cannam@86 2789 func_append install_prog "$func_quote_for_eval_result"
cannam@86 2790 install_shared_prog=$install_prog
cannam@86 2791 case " $install_prog " in
cannam@86 2792 *[\\\ /]cp\ *) install_cp=: ;;
cannam@86 2793 *) install_cp=false ;;
cannam@86 2794 esac
cannam@86 2795
cannam@86 2796 # We need to accept at least all the BSD install flags.
cannam@86 2797 dest=
cannam@86 2798 files=
cannam@86 2799 opts=
cannam@86 2800 prev=
cannam@86 2801 install_type=
cannam@86 2802 isdir=no
cannam@86 2803 stripme=
cannam@86 2804 no_mode=:
cannam@86 2805 for arg
cannam@86 2806 do
cannam@86 2807 arg2=
cannam@86 2808 if test -n "$dest"; then
cannam@86 2809 func_append files " $dest"
cannam@86 2810 dest=$arg
cannam@86 2811 continue
cannam@86 2812 fi
cannam@86 2813
cannam@86 2814 case $arg in
cannam@86 2815 -d) isdir=yes ;;
cannam@86 2816 -f)
cannam@86 2817 if $install_cp; then :; else
cannam@86 2818 prev=$arg
cannam@86 2819 fi
cannam@86 2820 ;;
cannam@86 2821 -g | -m | -o)
cannam@86 2822 prev=$arg
cannam@86 2823 ;;
cannam@86 2824 -s)
cannam@86 2825 stripme=" -s"
cannam@86 2826 continue
cannam@86 2827 ;;
cannam@86 2828 -*)
cannam@86 2829 ;;
cannam@86 2830 *)
cannam@86 2831 # If the previous option needed an argument, then skip it.
cannam@86 2832 if test -n "$prev"; then
cannam@86 2833 if test "x$prev" = x-m && test -n "$install_override_mode"; then
cannam@86 2834 arg2=$install_override_mode
cannam@86 2835 no_mode=false
cannam@86 2836 fi
cannam@86 2837 prev=
cannam@86 2838 else
cannam@86 2839 dest=$arg
cannam@86 2840 continue
cannam@86 2841 fi
cannam@86 2842 ;;
cannam@86 2843 esac
cannam@86 2844
cannam@86 2845 # Aesthetically quote the argument.
cannam@86 2846 func_quote_for_eval "$arg"
cannam@86 2847 func_append install_prog " $func_quote_for_eval_result"
cannam@86 2848 if test -n "$arg2"; then
cannam@86 2849 func_quote_for_eval "$arg2"
cannam@86 2850 fi
cannam@86 2851 func_append install_shared_prog " $func_quote_for_eval_result"
cannam@86 2852 done
cannam@86 2853
cannam@86 2854 test -z "$install_prog" && \
cannam@86 2855 func_fatal_help "you must specify an install program"
cannam@86 2856
cannam@86 2857 test -n "$prev" && \
cannam@86 2858 func_fatal_help "the \`$prev' option requires an argument"
cannam@86 2859
cannam@86 2860 if test -n "$install_override_mode" && $no_mode; then
cannam@86 2861 if $install_cp; then :; else
cannam@86 2862 func_quote_for_eval "$install_override_mode"
cannam@86 2863 func_append install_shared_prog " -m $func_quote_for_eval_result"
cannam@86 2864 fi
cannam@86 2865 fi
cannam@86 2866
cannam@86 2867 if test -z "$files"; then
cannam@86 2868 if test -z "$dest"; then
cannam@86 2869 func_fatal_help "no file or destination specified"
cannam@86 2870 else
cannam@86 2871 func_fatal_help "you must specify a destination"
cannam@86 2872 fi
cannam@86 2873 fi
cannam@86 2874
cannam@86 2875 # Strip any trailing slash from the destination.
cannam@86 2876 func_stripname '' '/' "$dest"
cannam@86 2877 dest=$func_stripname_result
cannam@86 2878
cannam@86 2879 # Check to see that the destination is a directory.
cannam@86 2880 test -d "$dest" && isdir=yes
cannam@86 2881 if test "$isdir" = yes; then
cannam@86 2882 destdir="$dest"
cannam@86 2883 destname=
cannam@86 2884 else
cannam@86 2885 func_dirname_and_basename "$dest" "" "."
cannam@86 2886 destdir="$func_dirname_result"
cannam@86 2887 destname="$func_basename_result"
cannam@86 2888
cannam@86 2889 # Not a directory, so check to see that there is only one file specified.
cannam@86 2890 set dummy $files; shift
cannam@86 2891 test "$#" -gt 1 && \
cannam@86 2892 func_fatal_help "\`$dest' is not a directory"
cannam@86 2893 fi
cannam@86 2894 case $destdir in
cannam@86 2895 [\\/]* | [A-Za-z]:[\\/]*) ;;
cannam@86 2896 *)
cannam@86 2897 for file in $files; do
cannam@86 2898 case $file in
cannam@86 2899 *.lo) ;;
cannam@86 2900 *)
cannam@86 2901 func_fatal_help "\`$destdir' must be an absolute directory name"
cannam@86 2902 ;;
cannam@86 2903 esac
cannam@86 2904 done
cannam@86 2905 ;;
cannam@86 2906 esac
cannam@86 2907
cannam@86 2908 # This variable tells wrapper scripts just to set variables rather
cannam@86 2909 # than running their programs.
cannam@86 2910 libtool_install_magic="$magic"
cannam@86 2911
cannam@86 2912 staticlibs=
cannam@86 2913 future_libdirs=
cannam@86 2914 current_libdirs=
cannam@86 2915 for file in $files; do
cannam@86 2916
cannam@86 2917 # Do each installation.
cannam@86 2918 case $file in
cannam@86 2919 *.$libext)
cannam@86 2920 # Do the static libraries later.
cannam@86 2921 func_append staticlibs " $file"
cannam@86 2922 ;;
cannam@86 2923
cannam@86 2924 *.la)
cannam@86 2925 func_resolve_sysroot "$file"
cannam@86 2926 file=$func_resolve_sysroot_result
cannam@86 2927
cannam@86 2928 # Check to see that this really is a libtool archive.
cannam@86 2929 func_lalib_unsafe_p "$file" \
cannam@86 2930 || func_fatal_help "\`$file' is not a valid libtool archive"
cannam@86 2931
cannam@86 2932 library_names=
cannam@86 2933 old_library=
cannam@86 2934 relink_command=
cannam@86 2935 func_source "$file"
cannam@86 2936
cannam@86 2937 # Add the libdir to current_libdirs if it is the destination.
cannam@86 2938 if test "X$destdir" = "X$libdir"; then
cannam@86 2939 case "$current_libdirs " in
cannam@86 2940 *" $libdir "*) ;;
cannam@86 2941 *) func_append current_libdirs " $libdir" ;;
cannam@86 2942 esac
cannam@86 2943 else
cannam@86 2944 # Note the libdir as a future libdir.
cannam@86 2945 case "$future_libdirs " in
cannam@86 2946 *" $libdir "*) ;;
cannam@86 2947 *) func_append future_libdirs " $libdir" ;;
cannam@86 2948 esac
cannam@86 2949 fi
cannam@86 2950
cannam@86 2951 func_dirname "$file" "/" ""
cannam@86 2952 dir="$func_dirname_result"
cannam@86 2953 func_append dir "$objdir"
cannam@86 2954
cannam@86 2955 if test -n "$relink_command"; then
cannam@86 2956 # Determine the prefix the user has applied to our future dir.
cannam@86 2957 inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
cannam@86 2958
cannam@86 2959 # Don't allow the user to place us outside of our expected
cannam@86 2960 # location b/c this prevents finding dependent libraries that
cannam@86 2961 # are installed to the same prefix.
cannam@86 2962 # At present, this check doesn't affect windows .dll's that
cannam@86 2963 # are installed into $libdir/../bin (currently, that works fine)
cannam@86 2964 # but it's something to keep an eye on.
cannam@86 2965 test "$inst_prefix_dir" = "$destdir" && \
cannam@86 2966 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
cannam@86 2967
cannam@86 2968 if test -n "$inst_prefix_dir"; then
cannam@86 2969 # Stick the inst_prefix_dir data into the link command.
cannam@86 2970 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
cannam@86 2971 else
cannam@86 2972 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
cannam@86 2973 fi
cannam@86 2974
cannam@86 2975 func_warning "relinking \`$file'"
cannam@86 2976 func_show_eval "$relink_command" \
cannam@86 2977 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
cannam@86 2978 fi
cannam@86 2979
cannam@86 2980 # See the names of the shared library.
cannam@86 2981 set dummy $library_names; shift
cannam@86 2982 if test -n "$1"; then
cannam@86 2983 realname="$1"
cannam@86 2984 shift
cannam@86 2985
cannam@86 2986 srcname="$realname"
cannam@86 2987 test -n "$relink_command" && srcname="$realname"T
cannam@86 2988
cannam@86 2989 # Install the shared library and build the symlinks.
cannam@86 2990 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
cannam@86 2991 'exit $?'
cannam@86 2992 tstripme="$stripme"
cannam@86 2993 case $host_os in
cannam@86 2994 cygwin* | mingw* | pw32* | cegcc*)
cannam@86 2995 case $realname in
cannam@86 2996 *.dll.a)
cannam@86 2997 tstripme=""
cannam@86 2998 ;;
cannam@86 2999 esac
cannam@86 3000 ;;
cannam@86 3001 esac
cannam@86 3002 if test -n "$tstripme" && test -n "$striplib"; then
cannam@86 3003 func_show_eval "$striplib $destdir/$realname" 'exit $?'
cannam@86 3004 fi
cannam@86 3005
cannam@86 3006 if test "$#" -gt 0; then
cannam@86 3007 # Delete the old symlinks, and create new ones.
cannam@86 3008 # Try `ln -sf' first, because the `ln' binary might depend on
cannam@86 3009 # the symlink we replace! Solaris /bin/ln does not understand -f,
cannam@86 3010 # so we also need to try rm && ln -s.
cannam@86 3011 for linkname
cannam@86 3012 do
cannam@86 3013 test "$linkname" != "$realname" \
cannam@86 3014 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
cannam@86 3015 done
cannam@86 3016 fi
cannam@86 3017
cannam@86 3018 # Do each command in the postinstall commands.
cannam@86 3019 lib="$destdir/$realname"
cannam@86 3020 func_execute_cmds "$postinstall_cmds" 'exit $?'
cannam@86 3021 fi
cannam@86 3022
cannam@86 3023 # Install the pseudo-library for information purposes.
cannam@86 3024 func_basename "$file"
cannam@86 3025 name="$func_basename_result"
cannam@86 3026 instname="$dir/$name"i
cannam@86 3027 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
cannam@86 3028
cannam@86 3029 # Maybe install the static library, too.
cannam@86 3030 test -n "$old_library" && func_append staticlibs " $dir/$old_library"
cannam@86 3031 ;;
cannam@86 3032
cannam@86 3033 *.lo)
cannam@86 3034 # Install (i.e. copy) a libtool object.
cannam@86 3035
cannam@86 3036 # Figure out destination file name, if it wasn't already specified.
cannam@86 3037 if test -n "$destname"; then
cannam@86 3038 destfile="$destdir/$destname"
cannam@86 3039 else
cannam@86 3040 func_basename "$file"
cannam@86 3041 destfile="$func_basename_result"
cannam@86 3042 destfile="$destdir/$destfile"
cannam@86 3043 fi
cannam@86 3044
cannam@86 3045 # Deduce the name of the destination old-style object file.
cannam@86 3046 case $destfile in
cannam@86 3047 *.lo)
cannam@86 3048 func_lo2o "$destfile"
cannam@86 3049 staticdest=$func_lo2o_result
cannam@86 3050 ;;
cannam@86 3051 *.$objext)
cannam@86 3052 staticdest="$destfile"
cannam@86 3053 destfile=
cannam@86 3054 ;;
cannam@86 3055 *)
cannam@86 3056 func_fatal_help "cannot copy a libtool object to \`$destfile'"
cannam@86 3057 ;;
cannam@86 3058 esac
cannam@86 3059
cannam@86 3060 # Install the libtool object if requested.
cannam@86 3061 test -n "$destfile" && \
cannam@86 3062 func_show_eval "$install_prog $file $destfile" 'exit $?'
cannam@86 3063
cannam@86 3064 # Install the old object if enabled.
cannam@86 3065 if test "$build_old_libs" = yes; then
cannam@86 3066 # Deduce the name of the old-style object file.
cannam@86 3067 func_lo2o "$file"
cannam@86 3068 staticobj=$func_lo2o_result
cannam@86 3069 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
cannam@86 3070 fi
cannam@86 3071 exit $EXIT_SUCCESS
cannam@86 3072 ;;
cannam@86 3073
cannam@86 3074 *)
cannam@86 3075 # Figure out destination file name, if it wasn't already specified.
cannam@86 3076 if test -n "$destname"; then
cannam@86 3077 destfile="$destdir/$destname"
cannam@86 3078 else
cannam@86 3079 func_basename "$file"
cannam@86 3080 destfile="$func_basename_result"
cannam@86 3081 destfile="$destdir/$destfile"
cannam@86 3082 fi
cannam@86 3083
cannam@86 3084 # If the file is missing, and there is a .exe on the end, strip it
cannam@86 3085 # because it is most likely a libtool script we actually want to
cannam@86 3086 # install
cannam@86 3087 stripped_ext=""
cannam@86 3088 case $file in
cannam@86 3089 *.exe)
cannam@86 3090 if test ! -f "$file"; then
cannam@86 3091 func_stripname '' '.exe' "$file"
cannam@86 3092 file=$func_stripname_result
cannam@86 3093 stripped_ext=".exe"
cannam@86 3094 fi
cannam@86 3095 ;;
cannam@86 3096 esac
cannam@86 3097
cannam@86 3098 # Do a test to see if this is really a libtool program.
cannam@86 3099 case $host in
cannam@86 3100 *cygwin* | *mingw*)
cannam@86 3101 if func_ltwrapper_executable_p "$file"; then
cannam@86 3102 func_ltwrapper_scriptname "$file"
cannam@86 3103 wrapper=$func_ltwrapper_scriptname_result
cannam@86 3104 else
cannam@86 3105 func_stripname '' '.exe' "$file"
cannam@86 3106 wrapper=$func_stripname_result
cannam@86 3107 fi
cannam@86 3108 ;;
cannam@86 3109 *)
cannam@86 3110 wrapper=$file
cannam@86 3111 ;;
cannam@86 3112 esac
cannam@86 3113 if func_ltwrapper_script_p "$wrapper"; then
cannam@86 3114 notinst_deplibs=
cannam@86 3115 relink_command=
cannam@86 3116
cannam@86 3117 func_source "$wrapper"
cannam@86 3118
cannam@86 3119 # Check the variables that should have been set.
cannam@86 3120 test -z "$generated_by_libtool_version" && \
cannam@86 3121 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
cannam@86 3122
cannam@86 3123 finalize=yes
cannam@86 3124 for lib in $notinst_deplibs; do
cannam@86 3125 # Check to see that each library is installed.
cannam@86 3126 libdir=
cannam@86 3127 if test -f "$lib"; then
cannam@86 3128 func_source "$lib"
cannam@86 3129 fi
cannam@86 3130 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
cannam@86 3131 if test -n "$libdir" && test ! -f "$libfile"; then
cannam@86 3132 func_warning "\`$lib' has not been installed in \`$libdir'"
cannam@86 3133 finalize=no
cannam@86 3134 fi
cannam@86 3135 done
cannam@86 3136
cannam@86 3137 relink_command=
cannam@86 3138 func_source "$wrapper"
cannam@86 3139
cannam@86 3140 outputname=
cannam@86 3141 if test "$fast_install" = no && test -n "$relink_command"; then
cannam@86 3142 $opt_dry_run || {
cannam@86 3143 if test "$finalize" = yes; then
cannam@86 3144 tmpdir=`func_mktempdir`
cannam@86 3145 func_basename "$file$stripped_ext"
cannam@86 3146 file="$func_basename_result"
cannam@86 3147 outputname="$tmpdir/$file"
cannam@86 3148 # Replace the output file specification.
cannam@86 3149 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
cannam@86 3150
cannam@86 3151 $opt_silent || {
cannam@86 3152 func_quote_for_expand "$relink_command"
cannam@86 3153 eval "func_echo $func_quote_for_expand_result"
cannam@86 3154 }
cannam@86 3155 if eval "$relink_command"; then :
cannam@86 3156 else
cannam@86 3157 func_error "error: relink \`$file' with the above command before installing it"
cannam@86 3158 $opt_dry_run || ${RM}r "$tmpdir"
cannam@86 3159 continue
cannam@86 3160 fi
cannam@86 3161 file="$outputname"
cannam@86 3162 else
cannam@86 3163 func_warning "cannot relink \`$file'"
cannam@86 3164 fi
cannam@86 3165 }
cannam@86 3166 else
cannam@86 3167 # Install the binary that we compiled earlier.
cannam@86 3168 file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
cannam@86 3169 fi
cannam@86 3170 fi
cannam@86 3171
cannam@86 3172 # remove .exe since cygwin /usr/bin/install will append another
cannam@86 3173 # one anyway
cannam@86 3174 case $install_prog,$host in
cannam@86 3175 */usr/bin/install*,*cygwin*)
cannam@86 3176 case $file:$destfile in
cannam@86 3177 *.exe:*.exe)
cannam@86 3178 # this is ok
cannam@86 3179 ;;
cannam@86 3180 *.exe:*)
cannam@86 3181 destfile=$destfile.exe
cannam@86 3182 ;;
cannam@86 3183 *:*.exe)
cannam@86 3184 func_stripname '' '.exe' "$destfile"
cannam@86 3185 destfile=$func_stripname_result
cannam@86 3186 ;;
cannam@86 3187 esac
cannam@86 3188 ;;
cannam@86 3189 esac
cannam@86 3190 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
cannam@86 3191 $opt_dry_run || if test -n "$outputname"; then
cannam@86 3192 ${RM}r "$tmpdir"
cannam@86 3193 fi
cannam@86 3194 ;;
cannam@86 3195 esac
cannam@86 3196 done
cannam@86 3197
cannam@86 3198 for file in $staticlibs; do
cannam@86 3199 func_basename "$file"
cannam@86 3200 name="$func_basename_result"
cannam@86 3201
cannam@86 3202 # Set up the ranlib parameters.
cannam@86 3203 oldlib="$destdir/$name"
cannam@86 3204
cannam@86 3205 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
cannam@86 3206
cannam@86 3207 if test -n "$stripme" && test -n "$old_striplib"; then
cannam@86 3208 func_show_eval "$old_striplib $oldlib" 'exit $?'
cannam@86 3209 fi
cannam@86 3210
cannam@86 3211 # Do each command in the postinstall commands.
cannam@86 3212 func_execute_cmds "$old_postinstall_cmds" 'exit $?'
cannam@86 3213 done
cannam@86 3214
cannam@86 3215 test -n "$future_libdirs" && \
cannam@86 3216 func_warning "remember to run \`$progname --finish$future_libdirs'"
cannam@86 3217
cannam@86 3218 if test -n "$current_libdirs"; then
cannam@86 3219 # Maybe just do a dry run.
cannam@86 3220 $opt_dry_run && current_libdirs=" -n$current_libdirs"
cannam@86 3221 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
cannam@86 3222 else
cannam@86 3223 exit $EXIT_SUCCESS
cannam@86 3224 fi
cannam@86 3225 }
cannam@86 3226
cannam@86 3227 test "$opt_mode" = install && func_mode_install ${1+"$@"}
cannam@86 3228
cannam@86 3229
cannam@86 3230 # func_generate_dlsyms outputname originator pic_p
cannam@86 3231 # Extract symbols from dlprefiles and create ${outputname}S.o with
cannam@86 3232 # a dlpreopen symbol table.
cannam@86 3233 func_generate_dlsyms ()
cannam@86 3234 {
cannam@86 3235 $opt_debug
cannam@86 3236 my_outputname="$1"
cannam@86 3237 my_originator="$2"
cannam@86 3238 my_pic_p="${3-no}"
cannam@86 3239 my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
cannam@86 3240 my_dlsyms=
cannam@86 3241
cannam@86 3242 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
cannam@86 3243 if test -n "$NM" && test -n "$global_symbol_pipe"; then
cannam@86 3244 my_dlsyms="${my_outputname}S.c"
cannam@86 3245 else
cannam@86 3246 func_error "not configured to extract global symbols from dlpreopened files"
cannam@86 3247 fi
cannam@86 3248 fi
cannam@86 3249
cannam@86 3250 if test -n "$my_dlsyms"; then
cannam@86 3251 case $my_dlsyms in
cannam@86 3252 "") ;;
cannam@86 3253 *.c)
cannam@86 3254 # Discover the nlist of each of the dlfiles.
cannam@86 3255 nlist="$output_objdir/${my_outputname}.nm"
cannam@86 3256
cannam@86 3257 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
cannam@86 3258
cannam@86 3259 # Parse the name list into a source file.
cannam@86 3260 func_verbose "creating $output_objdir/$my_dlsyms"
cannam@86 3261
cannam@86 3262 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
cannam@86 3263 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
cannam@86 3264 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
cannam@86 3265
cannam@86 3266 #ifdef __cplusplus
cannam@86 3267 extern \"C\" {
cannam@86 3268 #endif
cannam@86 3269
cannam@86 3270 #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
cannam@86 3271 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
cannam@86 3272 #endif
cannam@86 3273
cannam@86 3274 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
cannam@86 3275 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
cannam@86 3276 /* DATA imports from DLLs on WIN32 con't be const, because runtime
cannam@86 3277 relocations are performed -- see ld's documentation on pseudo-relocs. */
cannam@86 3278 # define LT_DLSYM_CONST
cannam@86 3279 #elif defined(__osf__)
cannam@86 3280 /* This system does not cope well with relocations in const data. */
cannam@86 3281 # define LT_DLSYM_CONST
cannam@86 3282 #else
cannam@86 3283 # define LT_DLSYM_CONST const
cannam@86 3284 #endif
cannam@86 3285
cannam@86 3286 /* External symbol declarations for the compiler. */\
cannam@86 3287 "
cannam@86 3288
cannam@86 3289 if test "$dlself" = yes; then
cannam@86 3290 func_verbose "generating symbol list for \`$output'"
cannam@86 3291
cannam@86 3292 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
cannam@86 3293
cannam@86 3294 # Add our own program objects to the symbol list.
cannam@86 3295 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
cannam@86 3296 for progfile in $progfiles; do
cannam@86 3297 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
cannam@86 3298 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
cannam@86 3299 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
cannam@86 3300 done
cannam@86 3301
cannam@86 3302 if test -n "$exclude_expsyms"; then
cannam@86 3303 $opt_dry_run || {
cannam@86 3304 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
cannam@86 3305 eval '$MV "$nlist"T "$nlist"'
cannam@86 3306 }
cannam@86 3307 fi
cannam@86 3308
cannam@86 3309 if test -n "$export_symbols_regex"; then
cannam@86 3310 $opt_dry_run || {
cannam@86 3311 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
cannam@86 3312 eval '$MV "$nlist"T "$nlist"'
cannam@86 3313 }
cannam@86 3314 fi
cannam@86 3315
cannam@86 3316 # Prepare the list of exported symbols
cannam@86 3317 if test -z "$export_symbols"; then
cannam@86 3318 export_symbols="$output_objdir/$outputname.exp"
cannam@86 3319 $opt_dry_run || {
cannam@86 3320 $RM $export_symbols
cannam@86 3321 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
cannam@86 3322 case $host in
cannam@86 3323 *cygwin* | *mingw* | *cegcc* )
cannam@86 3324 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
cannam@86 3325 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
cannam@86 3326 ;;
cannam@86 3327 esac
cannam@86 3328 }
cannam@86 3329 else
cannam@86 3330 $opt_dry_run || {
cannam@86 3331 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
cannam@86 3332 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
cannam@86 3333 eval '$MV "$nlist"T "$nlist"'
cannam@86 3334 case $host in
cannam@86 3335 *cygwin* | *mingw* | *cegcc* )
cannam@86 3336 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
cannam@86 3337 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
cannam@86 3338 ;;
cannam@86 3339 esac
cannam@86 3340 }
cannam@86 3341 fi
cannam@86 3342 fi
cannam@86 3343
cannam@86 3344 for dlprefile in $dlprefiles; do
cannam@86 3345 func_verbose "extracting global C symbols from \`$dlprefile'"
cannam@86 3346 func_basename "$dlprefile"
cannam@86 3347 name="$func_basename_result"
cannam@86 3348 case $host in
cannam@86 3349 *cygwin* | *mingw* | *cegcc* )
cannam@86 3350 # if an import library, we need to obtain dlname
cannam@86 3351 if func_win32_import_lib_p "$dlprefile"; then
cannam@86 3352 func_tr_sh "$dlprefile"
cannam@86 3353 eval "curr_lafile=\$libfile_$func_tr_sh_result"
cannam@86 3354 dlprefile_dlbasename=""
cannam@86 3355 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
cannam@86 3356 # Use subshell, to avoid clobbering current variable values
cannam@86 3357 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
cannam@86 3358 if test -n "$dlprefile_dlname" ; then
cannam@86 3359 func_basename "$dlprefile_dlname"
cannam@86 3360 dlprefile_dlbasename="$func_basename_result"
cannam@86 3361 else
cannam@86 3362 # no lafile. user explicitly requested -dlpreopen <import library>.
cannam@86 3363 $sharedlib_from_linklib_cmd "$dlprefile"
cannam@86 3364 dlprefile_dlbasename=$sharedlib_from_linklib_result
cannam@86 3365 fi
cannam@86 3366 fi
cannam@86 3367 $opt_dry_run || {
cannam@86 3368 if test -n "$dlprefile_dlbasename" ; then
cannam@86 3369 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
cannam@86 3370 else
cannam@86 3371 func_warning "Could not compute DLL name from $name"
cannam@86 3372 eval '$ECHO ": $name " >> "$nlist"'
cannam@86 3373 fi
cannam@86 3374 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
cannam@86 3375 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
cannam@86 3376 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
cannam@86 3377 }
cannam@86 3378 else # not an import lib
cannam@86 3379 $opt_dry_run || {
cannam@86 3380 eval '$ECHO ": $name " >> "$nlist"'
cannam@86 3381 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
cannam@86 3382 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
cannam@86 3383 }
cannam@86 3384 fi
cannam@86 3385 ;;
cannam@86 3386 *)
cannam@86 3387 $opt_dry_run || {
cannam@86 3388 eval '$ECHO ": $name " >> "$nlist"'
cannam@86 3389 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
cannam@86 3390 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
cannam@86 3391 }
cannam@86 3392 ;;
cannam@86 3393 esac
cannam@86 3394 done
cannam@86 3395
cannam@86 3396 $opt_dry_run || {
cannam@86 3397 # Make sure we have at least an empty file.
cannam@86 3398 test -f "$nlist" || : > "$nlist"
cannam@86 3399
cannam@86 3400 if test -n "$exclude_expsyms"; then
cannam@86 3401 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
cannam@86 3402 $MV "$nlist"T "$nlist"
cannam@86 3403 fi
cannam@86 3404
cannam@86 3405 # Try sorting and uniquifying the output.
cannam@86 3406 if $GREP -v "^: " < "$nlist" |
cannam@86 3407 if sort -k 3 </dev/null >/dev/null 2>&1; then
cannam@86 3408 sort -k 3
cannam@86 3409 else
cannam@86 3410 sort +2
cannam@86 3411 fi |
cannam@86 3412 uniq > "$nlist"S; then
cannam@86 3413 :
cannam@86 3414 else
cannam@86 3415 $GREP -v "^: " < "$nlist" > "$nlist"S
cannam@86 3416 fi
cannam@86 3417
cannam@86 3418 if test -f "$nlist"S; then
cannam@86 3419 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
cannam@86 3420 else
cannam@86 3421 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
cannam@86 3422 fi
cannam@86 3423
cannam@86 3424 echo >> "$output_objdir/$my_dlsyms" "\
cannam@86 3425
cannam@86 3426 /* The mapping between symbol names and symbols. */
cannam@86 3427 typedef struct {
cannam@86 3428 const char *name;
cannam@86 3429 void *address;
cannam@86 3430 } lt_dlsymlist;
cannam@86 3431 extern LT_DLSYM_CONST lt_dlsymlist
cannam@86 3432 lt_${my_prefix}_LTX_preloaded_symbols[];
cannam@86 3433 LT_DLSYM_CONST lt_dlsymlist
cannam@86 3434 lt_${my_prefix}_LTX_preloaded_symbols[] =
cannam@86 3435 {\
cannam@86 3436 { \"$my_originator\", (void *) 0 },"
cannam@86 3437
cannam@86 3438 case $need_lib_prefix in
cannam@86 3439 no)
cannam@86 3440 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
cannam@86 3441 ;;
cannam@86 3442 *)
cannam@86 3443 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
cannam@86 3444 ;;
cannam@86 3445 esac
cannam@86 3446 echo >> "$output_objdir/$my_dlsyms" "\
cannam@86 3447 {0, (void *) 0}
cannam@86 3448 };
cannam@86 3449
cannam@86 3450 /* This works around a problem in FreeBSD linker */
cannam@86 3451 #ifdef FREEBSD_WORKAROUND
cannam@86 3452 static const void *lt_preloaded_setup() {
cannam@86 3453 return lt_${my_prefix}_LTX_preloaded_symbols;
cannam@86 3454 }
cannam@86 3455 #endif
cannam@86 3456
cannam@86 3457 #ifdef __cplusplus
cannam@86 3458 }
cannam@86 3459 #endif\
cannam@86 3460 "
cannam@86 3461 } # !$opt_dry_run
cannam@86 3462
cannam@86 3463 pic_flag_for_symtable=
cannam@86 3464 case "$compile_command " in
cannam@86 3465 *" -static "*) ;;
cannam@86 3466 *)
cannam@86 3467 case $host in
cannam@86 3468 # compiling the symbol table file with pic_flag works around
cannam@86 3469 # a FreeBSD bug that causes programs to crash when -lm is
cannam@86 3470 # linked before any other PIC object. But we must not use
cannam@86 3471 # pic_flag when linking with -static. The problem exists in
cannam@86 3472 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
cannam@86 3473 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
cannam@86 3474 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
cannam@86 3475 *-*-hpux*)
cannam@86 3476 pic_flag_for_symtable=" $pic_flag" ;;
cannam@86 3477 *)
cannam@86 3478 if test "X$my_pic_p" != Xno; then
cannam@86 3479 pic_flag_for_symtable=" $pic_flag"
cannam@86 3480 fi
cannam@86 3481 ;;
cannam@86 3482 esac
cannam@86 3483 ;;
cannam@86 3484 esac
cannam@86 3485 symtab_cflags=
cannam@86 3486 for arg in $LTCFLAGS; do
cannam@86 3487 case $arg in
cannam@86 3488 -pie | -fpie | -fPIE) ;;
cannam@86 3489 *) func_append symtab_cflags " $arg" ;;
cannam@86 3490 esac
cannam@86 3491 done
cannam@86 3492
cannam@86 3493 # Now compile the dynamic symbol file.
cannam@86 3494 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
cannam@86 3495
cannam@86 3496 # Clean up the generated files.
cannam@86 3497 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
cannam@86 3498
cannam@86 3499 # Transform the symbol file into the correct name.
cannam@86 3500 symfileobj="$output_objdir/${my_outputname}S.$objext"
cannam@86 3501 case $host in
cannam@86 3502 *cygwin* | *mingw* | *cegcc* )
cannam@86 3503 if test -f "$output_objdir/$my_outputname.def"; then
cannam@86 3504 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
cannam@86 3505 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
cannam@86 3506 else
cannam@86 3507 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
cannam@86 3508 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
cannam@86 3509 fi
cannam@86 3510 ;;
cannam@86 3511 *)
cannam@86 3512 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
cannam@86 3513 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
cannam@86 3514 ;;
cannam@86 3515 esac
cannam@86 3516 ;;
cannam@86 3517 *)
cannam@86 3518 func_fatal_error "unknown suffix for \`$my_dlsyms'"
cannam@86 3519 ;;
cannam@86 3520 esac
cannam@86 3521 else
cannam@86 3522 # We keep going just in case the user didn't refer to
cannam@86 3523 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
cannam@86 3524 # really was required.
cannam@86 3525
cannam@86 3526 # Nullify the symbol file.
cannam@86 3527 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
cannam@86 3528 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
cannam@86 3529 fi
cannam@86 3530 }
cannam@86 3531
cannam@86 3532 # func_win32_libid arg
cannam@86 3533 # return the library type of file 'arg'
cannam@86 3534 #
cannam@86 3535 # Need a lot of goo to handle *both* DLLs and import libs
cannam@86 3536 # Has to be a shell function in order to 'eat' the argument
cannam@86 3537 # that is supplied when $file_magic_command is called.
cannam@86 3538 # Despite the name, also deal with 64 bit binaries.
cannam@86 3539 func_win32_libid ()
cannam@86 3540 {
cannam@86 3541 $opt_debug
cannam@86 3542 win32_libid_type="unknown"
cannam@86 3543 win32_fileres=`file -L $1 2>/dev/null`
cannam@86 3544 case $win32_fileres in
cannam@86 3545 *ar\ archive\ import\ library*) # definitely import
cannam@86 3546 win32_libid_type="x86 archive import"
cannam@86 3547 ;;
cannam@86 3548 *ar\ archive*) # could be an import, or static
cannam@86 3549 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
cannam@86 3550 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
cannam@86 3551 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
cannam@86 3552 func_to_tool_file "$1" func_convert_file_msys_to_w32
cannam@86 3553 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
cannam@86 3554 $SED -n -e '
cannam@86 3555 1,100{
cannam@86 3556 / I /{
cannam@86 3557 s,.*,import,
cannam@86 3558 p
cannam@86 3559 q
cannam@86 3560 }
cannam@86 3561 }'`
cannam@86 3562 case $win32_nmres in
cannam@86 3563 import*) win32_libid_type="x86 archive import";;
cannam@86 3564 *) win32_libid_type="x86 archive static";;
cannam@86 3565 esac
cannam@86 3566 fi
cannam@86 3567 ;;
cannam@86 3568 *DLL*)
cannam@86 3569 win32_libid_type="x86 DLL"
cannam@86 3570 ;;
cannam@86 3571 *executable*) # but shell scripts are "executable" too...
cannam@86 3572 case $win32_fileres in
cannam@86 3573 *MS\ Windows\ PE\ Intel*)
cannam@86 3574 win32_libid_type="x86 DLL"
cannam@86 3575 ;;
cannam@86 3576 esac
cannam@86 3577 ;;
cannam@86 3578 esac
cannam@86 3579 $ECHO "$win32_libid_type"
cannam@86 3580 }
cannam@86 3581
cannam@86 3582 # func_cygming_dll_for_implib ARG
cannam@86 3583 #
cannam@86 3584 # Platform-specific function to extract the
cannam@86 3585 # name of the DLL associated with the specified
cannam@86 3586 # import library ARG.
cannam@86 3587 # Invoked by eval'ing the libtool variable
cannam@86 3588 # $sharedlib_from_linklib_cmd
cannam@86 3589 # Result is available in the variable
cannam@86 3590 # $sharedlib_from_linklib_result
cannam@86 3591 func_cygming_dll_for_implib ()
cannam@86 3592 {
cannam@86 3593 $opt_debug
cannam@86 3594 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
cannam@86 3595 }
cannam@86 3596
cannam@86 3597 # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
cannam@86 3598 #
cannam@86 3599 # The is the core of a fallback implementation of a
cannam@86 3600 # platform-specific function to extract the name of the
cannam@86 3601 # DLL associated with the specified import library LIBNAME.
cannam@86 3602 #
cannam@86 3603 # SECTION_NAME is either .idata$6 or .idata$7, depending
cannam@86 3604 # on the platform and compiler that created the implib.
cannam@86 3605 #
cannam@86 3606 # Echos the name of the DLL associated with the
cannam@86 3607 # specified import library.
cannam@86 3608 func_cygming_dll_for_implib_fallback_core ()
cannam@86 3609 {
cannam@86 3610 $opt_debug
cannam@86 3611 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
cannam@86 3612 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
cannam@86 3613 $SED '/^Contents of section '"$match_literal"':/{
cannam@86 3614 # Place marker at beginning of archive member dllname section
cannam@86 3615 s/.*/====MARK====/
cannam@86 3616 p
cannam@86 3617 d
cannam@86 3618 }
cannam@86 3619 # These lines can sometimes be longer than 43 characters, but
cannam@86 3620 # are always uninteresting
cannam@86 3621 /:[ ]*file format pe[i]\{,1\}-/d
cannam@86 3622 /^In archive [^:]*:/d
cannam@86 3623 # Ensure marker is printed
cannam@86 3624 /^====MARK====/p
cannam@86 3625 # Remove all lines with less than 43 characters
cannam@86 3626 /^.\{43\}/!d
cannam@86 3627 # From remaining lines, remove first 43 characters
cannam@86 3628 s/^.\{43\}//' |
cannam@86 3629 $SED -n '
cannam@86 3630 # Join marker and all lines until next marker into a single line
cannam@86 3631 /^====MARK====/ b para
cannam@86 3632 H
cannam@86 3633 $ b para
cannam@86 3634 b
cannam@86 3635 :para
cannam@86 3636 x
cannam@86 3637 s/\n//g
cannam@86 3638 # Remove the marker
cannam@86 3639 s/^====MARK====//
cannam@86 3640 # Remove trailing dots and whitespace
cannam@86 3641 s/[\. \t]*$//
cannam@86 3642 # Print
cannam@86 3643 /./p' |
cannam@86 3644 # we now have a list, one entry per line, of the stringified
cannam@86 3645 # contents of the appropriate section of all members of the
cannam@86 3646 # archive which possess that section. Heuristic: eliminate
cannam@86 3647 # all those which have a first or second character that is
cannam@86 3648 # a '.' (that is, objdump's representation of an unprintable
cannam@86 3649 # character.) This should work for all archives with less than
cannam@86 3650 # 0x302f exports -- but will fail for DLLs whose name actually
cannam@86 3651 # begins with a literal '.' or a single character followed by
cannam@86 3652 # a '.'.
cannam@86 3653 #
cannam@86 3654 # Of those that remain, print the first one.
cannam@86 3655 $SED -e '/^\./d;/^.\./d;q'
cannam@86 3656 }
cannam@86 3657
cannam@86 3658 # func_cygming_gnu_implib_p ARG
cannam@86 3659 # This predicate returns with zero status (TRUE) if
cannam@86 3660 # ARG is a GNU/binutils-style import library. Returns
cannam@86 3661 # with nonzero status (FALSE) otherwise.
cannam@86 3662 func_cygming_gnu_implib_p ()
cannam@86 3663 {
cannam@86 3664 $opt_debug
cannam@86 3665 func_to_tool_file "$1" func_convert_file_msys_to_w32
cannam@86 3666 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
cannam@86 3667 test -n "$func_cygming_gnu_implib_tmp"
cannam@86 3668 }
cannam@86 3669
cannam@86 3670 # func_cygming_ms_implib_p ARG
cannam@86 3671 # This predicate returns with zero status (TRUE) if
cannam@86 3672 # ARG is an MS-style import library. Returns
cannam@86 3673 # with nonzero status (FALSE) otherwise.
cannam@86 3674 func_cygming_ms_implib_p ()
cannam@86 3675 {
cannam@86 3676 $opt_debug
cannam@86 3677 func_to_tool_file "$1" func_convert_file_msys_to_w32
cannam@86 3678 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
cannam@86 3679 test -n "$func_cygming_ms_implib_tmp"
cannam@86 3680 }
cannam@86 3681
cannam@86 3682 # func_cygming_dll_for_implib_fallback ARG
cannam@86 3683 # Platform-specific function to extract the
cannam@86 3684 # name of the DLL associated with the specified
cannam@86 3685 # import library ARG.
cannam@86 3686 #
cannam@86 3687 # This fallback implementation is for use when $DLLTOOL
cannam@86 3688 # does not support the --identify-strict option.
cannam@86 3689 # Invoked by eval'ing the libtool variable
cannam@86 3690 # $sharedlib_from_linklib_cmd
cannam@86 3691 # Result is available in the variable
cannam@86 3692 # $sharedlib_from_linklib_result
cannam@86 3693 func_cygming_dll_for_implib_fallback ()
cannam@86 3694 {
cannam@86 3695 $opt_debug
cannam@86 3696 if func_cygming_gnu_implib_p "$1" ; then
cannam@86 3697 # binutils import library
cannam@86 3698 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
cannam@86 3699 elif func_cygming_ms_implib_p "$1" ; then
cannam@86 3700 # ms-generated import library
cannam@86 3701 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
cannam@86 3702 else
cannam@86 3703 # unknown
cannam@86 3704 sharedlib_from_linklib_result=""
cannam@86 3705 fi
cannam@86 3706 }
cannam@86 3707
cannam@86 3708
cannam@86 3709 # func_extract_an_archive dir oldlib
cannam@86 3710 func_extract_an_archive ()
cannam@86 3711 {
cannam@86 3712 $opt_debug
cannam@86 3713 f_ex_an_ar_dir="$1"; shift
cannam@86 3714 f_ex_an_ar_oldlib="$1"
cannam@86 3715 if test "$lock_old_archive_extraction" = yes; then
cannam@86 3716 lockfile=$f_ex_an_ar_oldlib.lock
cannam@86 3717 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
cannam@86 3718 func_echo "Waiting for $lockfile to be removed"
cannam@86 3719 sleep 2
cannam@86 3720 done
cannam@86 3721 fi
cannam@86 3722 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
cannam@86 3723 'stat=$?; rm -f "$lockfile"; exit $stat'
cannam@86 3724 if test "$lock_old_archive_extraction" = yes; then
cannam@86 3725 $opt_dry_run || rm -f "$lockfile"
cannam@86 3726 fi
cannam@86 3727 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
cannam@86 3728 :
cannam@86 3729 else
cannam@86 3730 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
cannam@86 3731 fi
cannam@86 3732 }
cannam@86 3733
cannam@86 3734
cannam@86 3735 # func_extract_archives gentop oldlib ...
cannam@86 3736 func_extract_archives ()
cannam@86 3737 {
cannam@86 3738 $opt_debug
cannam@86 3739 my_gentop="$1"; shift
cannam@86 3740 my_oldlibs=${1+"$@"}
cannam@86 3741 my_oldobjs=""
cannam@86 3742 my_xlib=""
cannam@86 3743 my_xabs=""
cannam@86 3744 my_xdir=""
cannam@86 3745
cannam@86 3746 for my_xlib in $my_oldlibs; do
cannam@86 3747 # Extract the objects.
cannam@86 3748 case $my_xlib in
cannam@86 3749 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
cannam@86 3750 *) my_xabs=`pwd`"/$my_xlib" ;;
cannam@86 3751 esac
cannam@86 3752 func_basename "$my_xlib"
cannam@86 3753 my_xlib="$func_basename_result"
cannam@86 3754 my_xlib_u=$my_xlib
cannam@86 3755 while :; do
cannam@86 3756 case " $extracted_archives " in
cannam@86 3757 *" $my_xlib_u "*)
cannam@86 3758 func_arith $extracted_serial + 1
cannam@86 3759 extracted_serial=$func_arith_result
cannam@86 3760 my_xlib_u=lt$extracted_serial-$my_xlib ;;
cannam@86 3761 *) break ;;
cannam@86 3762 esac
cannam@86 3763 done
cannam@86 3764 extracted_archives="$extracted_archives $my_xlib_u"
cannam@86 3765 my_xdir="$my_gentop/$my_xlib_u"
cannam@86 3766
cannam@86 3767 func_mkdir_p "$my_xdir"
cannam@86 3768
cannam@86 3769 case $host in
cannam@86 3770 *-darwin*)
cannam@86 3771 func_verbose "Extracting $my_xabs"
cannam@86 3772 # Do not bother doing anything if just a dry run
cannam@86 3773 $opt_dry_run || {
cannam@86 3774 darwin_orig_dir=`pwd`
cannam@86 3775 cd $my_xdir || exit $?
cannam@86 3776 darwin_archive=$my_xabs
cannam@86 3777 darwin_curdir=`pwd`
cannam@86 3778 darwin_base_archive=`basename "$darwin_archive"`
cannam@86 3779 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
cannam@86 3780 if test -n "$darwin_arches"; then
cannam@86 3781 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
cannam@86 3782 darwin_arch=
cannam@86 3783 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
cannam@86 3784 for darwin_arch in $darwin_arches ; do
cannam@86 3785 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
cannam@86 3786 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
cannam@86 3787 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
cannam@86 3788 func_extract_an_archive "`pwd`" "${darwin_base_archive}"
cannam@86 3789 cd "$darwin_curdir"
cannam@86 3790 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
cannam@86 3791 done # $darwin_arches
cannam@86 3792 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
cannam@86 3793 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
cannam@86 3794 darwin_file=
cannam@86 3795 darwin_files=
cannam@86 3796 for darwin_file in $darwin_filelist; do
cannam@86 3797 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
cannam@86 3798 $LIPO -create -output "$darwin_file" $darwin_files
cannam@86 3799 done # $darwin_filelist
cannam@86 3800 $RM -rf unfat-$$
cannam@86 3801 cd "$darwin_orig_dir"
cannam@86 3802 else
cannam@86 3803 cd $darwin_orig_dir
cannam@86 3804 func_extract_an_archive "$my_xdir" "$my_xabs"
cannam@86 3805 fi # $darwin_arches
cannam@86 3806 } # !$opt_dry_run
cannam@86 3807 ;;
cannam@86 3808 *)
cannam@86 3809 func_extract_an_archive "$my_xdir" "$my_xabs"
cannam@86 3810 ;;
cannam@86 3811 esac
cannam@86 3812 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
cannam@86 3813 done
cannam@86 3814
cannam@86 3815 func_extract_archives_result="$my_oldobjs"
cannam@86 3816 }
cannam@86 3817
cannam@86 3818
cannam@86 3819 # func_emit_wrapper [arg=no]
cannam@86 3820 #
cannam@86 3821 # Emit a libtool wrapper script on stdout.
cannam@86 3822 # Don't directly open a file because we may want to
cannam@86 3823 # incorporate the script contents within a cygwin/mingw
cannam@86 3824 # wrapper executable. Must ONLY be called from within
cannam@86 3825 # func_mode_link because it depends on a number of variables
cannam@86 3826 # set therein.
cannam@86 3827 #
cannam@86 3828 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
cannam@86 3829 # variable will take. If 'yes', then the emitted script
cannam@86 3830 # will assume that the directory in which it is stored is
cannam@86 3831 # the $objdir directory. This is a cygwin/mingw-specific
cannam@86 3832 # behavior.
cannam@86 3833 func_emit_wrapper ()
cannam@86 3834 {
cannam@86 3835 func_emit_wrapper_arg1=${1-no}
cannam@86 3836
cannam@86 3837 $ECHO "\
cannam@86 3838 #! $SHELL
cannam@86 3839
cannam@86 3840 # $output - temporary wrapper script for $objdir/$outputname
cannam@86 3841 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
cannam@86 3842 #
cannam@86 3843 # The $output program cannot be directly executed until all the libtool
cannam@86 3844 # libraries that it depends on are installed.
cannam@86 3845 #
cannam@86 3846 # This wrapper script should never be moved out of the build directory.
cannam@86 3847 # If it is, it will not operate correctly.
cannam@86 3848
cannam@86 3849 # Sed substitution that helps us do robust quoting. It backslashifies
cannam@86 3850 # metacharacters that are still active within double-quoted strings.
cannam@86 3851 sed_quote_subst='$sed_quote_subst'
cannam@86 3852
cannam@86 3853 # Be Bourne compatible
cannam@86 3854 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
cannam@86 3855 emulate sh
cannam@86 3856 NULLCMD=:
cannam@86 3857 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
cannam@86 3858 # is contrary to our usage. Disable this feature.
cannam@86 3859 alias -g '\${1+\"\$@\"}'='\"\$@\"'
cannam@86 3860 setopt NO_GLOB_SUBST
cannam@86 3861 else
cannam@86 3862 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
cannam@86 3863 fi
cannam@86 3864 BIN_SH=xpg4; export BIN_SH # for Tru64
cannam@86 3865 DUALCASE=1; export DUALCASE # for MKS sh
cannam@86 3866
cannam@86 3867 # The HP-UX ksh and POSIX shell print the target directory to stdout
cannam@86 3868 # if CDPATH is set.
cannam@86 3869 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
cannam@86 3870
cannam@86 3871 relink_command=\"$relink_command\"
cannam@86 3872
cannam@86 3873 # This environment variable determines our operation mode.
cannam@86 3874 if test \"\$libtool_install_magic\" = \"$magic\"; then
cannam@86 3875 # install mode needs the following variables:
cannam@86 3876 generated_by_libtool_version='$macro_version'
cannam@86 3877 notinst_deplibs='$notinst_deplibs'
cannam@86 3878 else
cannam@86 3879 # When we are sourced in execute mode, \$file and \$ECHO are already set.
cannam@86 3880 if test \"\$libtool_execute_magic\" != \"$magic\"; then
cannam@86 3881 file=\"\$0\""
cannam@86 3882
cannam@86 3883 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
cannam@86 3884 $ECHO "\
cannam@86 3885
cannam@86 3886 # A function that is used when there is no print builtin or printf.
cannam@86 3887 func_fallback_echo ()
cannam@86 3888 {
cannam@86 3889 eval 'cat <<_LTECHO_EOF
cannam@86 3890 \$1
cannam@86 3891 _LTECHO_EOF'
cannam@86 3892 }
cannam@86 3893 ECHO=\"$qECHO\"
cannam@86 3894 fi
cannam@86 3895
cannam@86 3896 # Very basic option parsing. These options are (a) specific to
cannam@86 3897 # the libtool wrapper, (b) are identical between the wrapper
cannam@86 3898 # /script/ and the wrapper /executable/ which is used only on
cannam@86 3899 # windows platforms, and (c) all begin with the string "--lt-"
cannam@86 3900 # (application programs are unlikely to have options which match
cannam@86 3901 # this pattern).
cannam@86 3902 #
cannam@86 3903 # There are only two supported options: --lt-debug and
cannam@86 3904 # --lt-dump-script. There is, deliberately, no --lt-help.
cannam@86 3905 #
cannam@86 3906 # The first argument to this parsing function should be the
cannam@86 3907 # script's $0 value, followed by "$@".
cannam@86 3908 lt_option_debug=
cannam@86 3909 func_parse_lt_options ()
cannam@86 3910 {
cannam@86 3911 lt_script_arg0=\$0
cannam@86 3912 shift
cannam@86 3913 for lt_opt
cannam@86 3914 do
cannam@86 3915 case \"\$lt_opt\" in
cannam@86 3916 --lt-debug) lt_option_debug=1 ;;
cannam@86 3917 --lt-dump-script)
cannam@86 3918 lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
cannam@86 3919 test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
cannam@86 3920 lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
cannam@86 3921 cat \"\$lt_dump_D/\$lt_dump_F\"
cannam@86 3922 exit 0
cannam@86 3923 ;;
cannam@86 3924 --lt-*)
cannam@86 3925 \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
cannam@86 3926 exit 1
cannam@86 3927 ;;
cannam@86 3928 esac
cannam@86 3929 done
cannam@86 3930
cannam@86 3931 # Print the debug banner immediately:
cannam@86 3932 if test -n \"\$lt_option_debug\"; then
cannam@86 3933 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
cannam@86 3934 fi
cannam@86 3935 }
cannam@86 3936
cannam@86 3937 # Used when --lt-debug. Prints its arguments to stdout
cannam@86 3938 # (redirection is the responsibility of the caller)
cannam@86 3939 func_lt_dump_args ()
cannam@86 3940 {
cannam@86 3941 lt_dump_args_N=1;
cannam@86 3942 for lt_arg
cannam@86 3943 do
cannam@86 3944 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
cannam@86 3945 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
cannam@86 3946 done
cannam@86 3947 }
cannam@86 3948
cannam@86 3949 # Core function for launching the target application
cannam@86 3950 func_exec_program_core ()
cannam@86 3951 {
cannam@86 3952 "
cannam@86 3953 case $host in
cannam@86 3954 # Backslashes separate directories on plain windows
cannam@86 3955 *-*-mingw | *-*-os2* | *-cegcc*)
cannam@86 3956 $ECHO "\
cannam@86 3957 if test -n \"\$lt_option_debug\"; then
cannam@86 3958 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
cannam@86 3959 func_lt_dump_args \${1+\"\$@\"} 1>&2
cannam@86 3960 fi
cannam@86 3961 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
cannam@86 3962 "
cannam@86 3963 ;;
cannam@86 3964
cannam@86 3965 *)
cannam@86 3966 $ECHO "\
cannam@86 3967 if test -n \"\$lt_option_debug\"; then
cannam@86 3968 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
cannam@86 3969 func_lt_dump_args \${1+\"\$@\"} 1>&2
cannam@86 3970 fi
cannam@86 3971 exec \"\$progdir/\$program\" \${1+\"\$@\"}
cannam@86 3972 "
cannam@86 3973 ;;
cannam@86 3974 esac
cannam@86 3975 $ECHO "\
cannam@86 3976 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
cannam@86 3977 exit 1
cannam@86 3978 }
cannam@86 3979
cannam@86 3980 # A function to encapsulate launching the target application
cannam@86 3981 # Strips options in the --lt-* namespace from \$@ and
cannam@86 3982 # launches target application with the remaining arguments.
cannam@86 3983 func_exec_program ()
cannam@86 3984 {
cannam@86 3985 for lt_wr_arg
cannam@86 3986 do
cannam@86 3987 case \$lt_wr_arg in
cannam@86 3988 --lt-*) ;;
cannam@86 3989 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
cannam@86 3990 esac
cannam@86 3991 shift
cannam@86 3992 done
cannam@86 3993 func_exec_program_core \${1+\"\$@\"}
cannam@86 3994 }
cannam@86 3995
cannam@86 3996 # Parse options
cannam@86 3997 func_parse_lt_options \"\$0\" \${1+\"\$@\"}
cannam@86 3998
cannam@86 3999 # Find the directory that this script lives in.
cannam@86 4000 thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
cannam@86 4001 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
cannam@86 4002
cannam@86 4003 # Follow symbolic links until we get to the real thisdir.
cannam@86 4004 file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
cannam@86 4005 while test -n \"\$file\"; do
cannam@86 4006 destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
cannam@86 4007
cannam@86 4008 # If there was a directory component, then change thisdir.
cannam@86 4009 if test \"x\$destdir\" != \"x\$file\"; then
cannam@86 4010 case \"\$destdir\" in
cannam@86 4011 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
cannam@86 4012 *) thisdir=\"\$thisdir/\$destdir\" ;;
cannam@86 4013 esac
cannam@86 4014 fi
cannam@86 4015
cannam@86 4016 file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
cannam@86 4017 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
cannam@86 4018 done
cannam@86 4019
cannam@86 4020 # Usually 'no', except on cygwin/mingw when embedded into
cannam@86 4021 # the cwrapper.
cannam@86 4022 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
cannam@86 4023 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
cannam@86 4024 # special case for '.'
cannam@86 4025 if test \"\$thisdir\" = \".\"; then
cannam@86 4026 thisdir=\`pwd\`
cannam@86 4027 fi
cannam@86 4028 # remove .libs from thisdir
cannam@86 4029 case \"\$thisdir\" in
cannam@86 4030 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
cannam@86 4031 $objdir ) thisdir=. ;;
cannam@86 4032 esac
cannam@86 4033 fi
cannam@86 4034
cannam@86 4035 # Try to get the absolute directory name.
cannam@86 4036 absdir=\`cd \"\$thisdir\" && pwd\`
cannam@86 4037 test -n \"\$absdir\" && thisdir=\"\$absdir\"
cannam@86 4038 "
cannam@86 4039
cannam@86 4040 if test "$fast_install" = yes; then
cannam@86 4041 $ECHO "\
cannam@86 4042 program=lt-'$outputname'$exeext
cannam@86 4043 progdir=\"\$thisdir/$objdir\"
cannam@86 4044
cannam@86 4045 if test ! -f \"\$progdir/\$program\" ||
cannam@86 4046 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
cannam@86 4047 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
cannam@86 4048
cannam@86 4049 file=\"\$\$-\$program\"
cannam@86 4050
cannam@86 4051 if test ! -d \"\$progdir\"; then
cannam@86 4052 $MKDIR \"\$progdir\"
cannam@86 4053 else
cannam@86 4054 $RM \"\$progdir/\$file\"
cannam@86 4055 fi"
cannam@86 4056
cannam@86 4057 $ECHO "\
cannam@86 4058
cannam@86 4059 # relink executable if necessary
cannam@86 4060 if test -n \"\$relink_command\"; then
cannam@86 4061 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
cannam@86 4062 else
cannam@86 4063 $ECHO \"\$relink_command_output\" >&2
cannam@86 4064 $RM \"\$progdir/\$file\"
cannam@86 4065 exit 1
cannam@86 4066 fi
cannam@86 4067 fi
cannam@86 4068
cannam@86 4069 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
cannam@86 4070 { $RM \"\$progdir/\$program\";
cannam@86 4071 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
cannam@86 4072 $RM \"\$progdir/\$file\"
cannam@86 4073 fi"
cannam@86 4074 else
cannam@86 4075 $ECHO "\
cannam@86 4076 program='$outputname'
cannam@86 4077 progdir=\"\$thisdir/$objdir\"
cannam@86 4078 "
cannam@86 4079 fi
cannam@86 4080
cannam@86 4081 $ECHO "\
cannam@86 4082
cannam@86 4083 if test -f \"\$progdir/\$program\"; then"
cannam@86 4084
cannam@86 4085 # fixup the dll searchpath if we need to.
cannam@86 4086 #
cannam@86 4087 # Fix the DLL searchpath if we need to. Do this before prepending
cannam@86 4088 # to shlibpath, because on Windows, both are PATH and uninstalled
cannam@86 4089 # libraries must come first.
cannam@86 4090 if test -n "$dllsearchpath"; then
cannam@86 4091 $ECHO "\
cannam@86 4092 # Add the dll search path components to the executable PATH
cannam@86 4093 PATH=$dllsearchpath:\$PATH
cannam@86 4094 "
cannam@86 4095 fi
cannam@86 4096
cannam@86 4097 # Export our shlibpath_var if we have one.
cannam@86 4098 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
cannam@86 4099 $ECHO "\
cannam@86 4100 # Add our own library path to $shlibpath_var
cannam@86 4101 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
cannam@86 4102
cannam@86 4103 # Some systems cannot cope with colon-terminated $shlibpath_var
cannam@86 4104 # The second colon is a workaround for a bug in BeOS R4 sed
cannam@86 4105 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
cannam@86 4106
cannam@86 4107 export $shlibpath_var
cannam@86 4108 "
cannam@86 4109 fi
cannam@86 4110
cannam@86 4111 $ECHO "\
cannam@86 4112 if test \"\$libtool_execute_magic\" != \"$magic\"; then
cannam@86 4113 # Run the actual program with our arguments.
cannam@86 4114 func_exec_program \${1+\"\$@\"}
cannam@86 4115 fi
cannam@86 4116 else
cannam@86 4117 # The program doesn't exist.
cannam@86 4118 \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
cannam@86 4119 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
cannam@86 4120 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
cannam@86 4121 exit 1
cannam@86 4122 fi
cannam@86 4123 fi\
cannam@86 4124 "
cannam@86 4125 }
cannam@86 4126
cannam@86 4127
cannam@86 4128 # func_emit_cwrapperexe_src
cannam@86 4129 # emit the source code for a wrapper executable on stdout
cannam@86 4130 # Must ONLY be called from within func_mode_link because
cannam@86 4131 # it depends on a number of variable set therein.
cannam@86 4132 func_emit_cwrapperexe_src ()
cannam@86 4133 {
cannam@86 4134 cat <<EOF
cannam@86 4135
cannam@86 4136 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
cannam@86 4137 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
cannam@86 4138
cannam@86 4139 The $output program cannot be directly executed until all the libtool
cannam@86 4140 libraries that it depends on are installed.
cannam@86 4141
cannam@86 4142 This wrapper executable should never be moved out of the build directory.
cannam@86 4143 If it is, it will not operate correctly.
cannam@86 4144 */
cannam@86 4145 EOF
cannam@86 4146 cat <<"EOF"
cannam@86 4147 #ifdef _MSC_VER
cannam@86 4148 # define _CRT_SECURE_NO_DEPRECATE 1
cannam@86 4149 #endif
cannam@86 4150 #include <stdio.h>
cannam@86 4151 #include <stdlib.h>
cannam@86 4152 #ifdef _MSC_VER
cannam@86 4153 # include <direct.h>
cannam@86 4154 # include <process.h>
cannam@86 4155 # include <io.h>
cannam@86 4156 #else
cannam@86 4157 # include <unistd.h>
cannam@86 4158 # include <stdint.h>
cannam@86 4159 # ifdef __CYGWIN__
cannam@86 4160 # include <io.h>
cannam@86 4161 # endif
cannam@86 4162 #endif
cannam@86 4163 #include <malloc.h>
cannam@86 4164 #include <stdarg.h>
cannam@86 4165 #include <assert.h>
cannam@86 4166 #include <string.h>
cannam@86 4167 #include <ctype.h>
cannam@86 4168 #include <errno.h>
cannam@86 4169 #include <fcntl.h>
cannam@86 4170 #include <sys/stat.h>
cannam@86 4171
cannam@86 4172 /* declarations of non-ANSI functions */
cannam@86 4173 #if defined(__MINGW32__)
cannam@86 4174 # ifdef __STRICT_ANSI__
cannam@86 4175 int _putenv (const char *);
cannam@86 4176 # endif
cannam@86 4177 #elif defined(__CYGWIN__)
cannam@86 4178 # ifdef __STRICT_ANSI__
cannam@86 4179 char *realpath (const char *, char *);
cannam@86 4180 int putenv (char *);
cannam@86 4181 int setenv (const char *, const char *, int);
cannam@86 4182 # endif
cannam@86 4183 /* #elif defined (other platforms) ... */
cannam@86 4184 #endif
cannam@86 4185
cannam@86 4186 /* portability defines, excluding path handling macros */
cannam@86 4187 #if defined(_MSC_VER)
cannam@86 4188 # define setmode _setmode
cannam@86 4189 # define stat _stat
cannam@86 4190 # define chmod _chmod
cannam@86 4191 # define getcwd _getcwd
cannam@86 4192 # define putenv _putenv
cannam@86 4193 # define S_IXUSR _S_IEXEC
cannam@86 4194 # ifndef _INTPTR_T_DEFINED
cannam@86 4195 # define _INTPTR_T_DEFINED
cannam@86 4196 # define intptr_t int
cannam@86 4197 # endif
cannam@86 4198 #elif defined(__MINGW32__)
cannam@86 4199 # define setmode _setmode
cannam@86 4200 # define stat _stat
cannam@86 4201 # define chmod _chmod
cannam@86 4202 # define getcwd _getcwd
cannam@86 4203 # define putenv _putenv
cannam@86 4204 #elif defined(__CYGWIN__)
cannam@86 4205 # define HAVE_SETENV
cannam@86 4206 # define FOPEN_WB "wb"
cannam@86 4207 /* #elif defined (other platforms) ... */
cannam@86 4208 #endif
cannam@86 4209
cannam@86 4210 #if defined(PATH_MAX)
cannam@86 4211 # define LT_PATHMAX PATH_MAX
cannam@86 4212 #elif defined(MAXPATHLEN)
cannam@86 4213 # define LT_PATHMAX MAXPATHLEN
cannam@86 4214 #else
cannam@86 4215 # define LT_PATHMAX 1024
cannam@86 4216 #endif
cannam@86 4217
cannam@86 4218 #ifndef S_IXOTH
cannam@86 4219 # define S_IXOTH 0
cannam@86 4220 #endif
cannam@86 4221 #ifndef S_IXGRP
cannam@86 4222 # define S_IXGRP 0
cannam@86 4223 #endif
cannam@86 4224
cannam@86 4225 /* path handling portability macros */
cannam@86 4226 #ifndef DIR_SEPARATOR
cannam@86 4227 # define DIR_SEPARATOR '/'
cannam@86 4228 # define PATH_SEPARATOR ':'
cannam@86 4229 #endif
cannam@86 4230
cannam@86 4231 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
cannam@86 4232 defined (__OS2__)
cannam@86 4233 # define HAVE_DOS_BASED_FILE_SYSTEM
cannam@86 4234 # define FOPEN_WB "wb"
cannam@86 4235 # ifndef DIR_SEPARATOR_2
cannam@86 4236 # define DIR_SEPARATOR_2 '\\'
cannam@86 4237 # endif
cannam@86 4238 # ifndef PATH_SEPARATOR_2
cannam@86 4239 # define PATH_SEPARATOR_2 ';'
cannam@86 4240 # endif
cannam@86 4241 #endif
cannam@86 4242
cannam@86 4243 #ifndef DIR_SEPARATOR_2
cannam@86 4244 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
cannam@86 4245 #else /* DIR_SEPARATOR_2 */
cannam@86 4246 # define IS_DIR_SEPARATOR(ch) \
cannam@86 4247 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
cannam@86 4248 #endif /* DIR_SEPARATOR_2 */
cannam@86 4249
cannam@86 4250 #ifndef PATH_SEPARATOR_2
cannam@86 4251 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
cannam@86 4252 #else /* PATH_SEPARATOR_2 */
cannam@86 4253 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
cannam@86 4254 #endif /* PATH_SEPARATOR_2 */
cannam@86 4255
cannam@86 4256 #ifndef FOPEN_WB
cannam@86 4257 # define FOPEN_WB "w"
cannam@86 4258 #endif
cannam@86 4259 #ifndef _O_BINARY
cannam@86 4260 # define _O_BINARY 0
cannam@86 4261 #endif
cannam@86 4262
cannam@86 4263 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
cannam@86 4264 #define XFREE(stale) do { \
cannam@86 4265 if (stale) { free ((void *) stale); stale = 0; } \
cannam@86 4266 } while (0)
cannam@86 4267
cannam@86 4268 #if defined(LT_DEBUGWRAPPER)
cannam@86 4269 static int lt_debug = 1;
cannam@86 4270 #else
cannam@86 4271 static int lt_debug = 0;
cannam@86 4272 #endif
cannam@86 4273
cannam@86 4274 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
cannam@86 4275
cannam@86 4276 void *xmalloc (size_t num);
cannam@86 4277 char *xstrdup (const char *string);
cannam@86 4278 const char *base_name (const char *name);
cannam@86 4279 char *find_executable (const char *wrapper);
cannam@86 4280 char *chase_symlinks (const char *pathspec);
cannam@86 4281 int make_executable (const char *path);
cannam@86 4282 int check_executable (const char *path);
cannam@86 4283 char *strendzap (char *str, const char *pat);
cannam@86 4284 void lt_debugprintf (const char *file, int line, const char *fmt, ...);
cannam@86 4285 void lt_fatal (const char *file, int line, const char *message, ...);
cannam@86 4286 static const char *nonnull (const char *s);
cannam@86 4287 static const char *nonempty (const char *s);
cannam@86 4288 void lt_setenv (const char *name, const char *value);
cannam@86 4289 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
cannam@86 4290 void lt_update_exe_path (const char *name, const char *value);
cannam@86 4291 void lt_update_lib_path (const char *name, const char *value);
cannam@86 4292 char **prepare_spawn (char **argv);
cannam@86 4293 void lt_dump_script (FILE *f);
cannam@86 4294 EOF
cannam@86 4295
cannam@86 4296 cat <<EOF
cannam@86 4297 volatile const char * MAGIC_EXE = "$magic_exe";
cannam@86 4298 const char * LIB_PATH_VARNAME = "$shlibpath_var";
cannam@86 4299 EOF
cannam@86 4300
cannam@86 4301 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
cannam@86 4302 func_to_host_path "$temp_rpath"
cannam@86 4303 cat <<EOF
cannam@86 4304 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
cannam@86 4305 EOF
cannam@86 4306 else
cannam@86 4307 cat <<"EOF"
cannam@86 4308 const char * LIB_PATH_VALUE = "";
cannam@86 4309 EOF
cannam@86 4310 fi
cannam@86 4311
cannam@86 4312 if test -n "$dllsearchpath"; then
cannam@86 4313 func_to_host_path "$dllsearchpath:"
cannam@86 4314 cat <<EOF
cannam@86 4315 const char * EXE_PATH_VARNAME = "PATH";
cannam@86 4316 const char * EXE_PATH_VALUE = "$func_to_host_path_result";
cannam@86 4317 EOF
cannam@86 4318 else
cannam@86 4319 cat <<"EOF"
cannam@86 4320 const char * EXE_PATH_VARNAME = "";
cannam@86 4321 const char * EXE_PATH_VALUE = "";
cannam@86 4322 EOF
cannam@86 4323 fi
cannam@86 4324
cannam@86 4325 if test "$fast_install" = yes; then
cannam@86 4326 cat <<EOF
cannam@86 4327 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
cannam@86 4328 EOF
cannam@86 4329 else
cannam@86 4330 cat <<EOF
cannam@86 4331 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
cannam@86 4332 EOF
cannam@86 4333 fi
cannam@86 4334
cannam@86 4335
cannam@86 4336 cat <<"EOF"
cannam@86 4337
cannam@86 4338 #define LTWRAPPER_OPTION_PREFIX "--lt-"
cannam@86 4339
cannam@86 4340 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
cannam@86 4341 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
cannam@86 4342 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
cannam@86 4343
cannam@86 4344 int
cannam@86 4345 main (int argc, char *argv[])
cannam@86 4346 {
cannam@86 4347 char **newargz;
cannam@86 4348 int newargc;
cannam@86 4349 char *tmp_pathspec;
cannam@86 4350 char *actual_cwrapper_path;
cannam@86 4351 char *actual_cwrapper_name;
cannam@86 4352 char *target_name;
cannam@86 4353 char *lt_argv_zero;
cannam@86 4354 intptr_t rval = 127;
cannam@86 4355
cannam@86 4356 int i;
cannam@86 4357
cannam@86 4358 program_name = (char *) xstrdup (base_name (argv[0]));
cannam@86 4359 newargz = XMALLOC (char *, argc + 1);
cannam@86 4360
cannam@86 4361 /* very simple arg parsing; don't want to rely on getopt
cannam@86 4362 * also, copy all non cwrapper options to newargz, except
cannam@86 4363 * argz[0], which is handled differently
cannam@86 4364 */
cannam@86 4365 newargc=0;
cannam@86 4366 for (i = 1; i < argc; i++)
cannam@86 4367 {
cannam@86 4368 if (strcmp (argv[i], dumpscript_opt) == 0)
cannam@86 4369 {
cannam@86 4370 EOF
cannam@86 4371 case "$host" in
cannam@86 4372 *mingw* | *cygwin* )
cannam@86 4373 # make stdout use "unix" line endings
cannam@86 4374 echo " setmode(1,_O_BINARY);"
cannam@86 4375 ;;
cannam@86 4376 esac
cannam@86 4377
cannam@86 4378 cat <<"EOF"
cannam@86 4379 lt_dump_script (stdout);
cannam@86 4380 return 0;
cannam@86 4381 }
cannam@86 4382 if (strcmp (argv[i], debug_opt) == 0)
cannam@86 4383 {
cannam@86 4384 lt_debug = 1;
cannam@86 4385 continue;
cannam@86 4386 }
cannam@86 4387 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
cannam@86 4388 {
cannam@86 4389 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
cannam@86 4390 namespace, but it is not one of the ones we know about and
cannam@86 4391 have already dealt with, above (inluding dump-script), then
cannam@86 4392 report an error. Otherwise, targets might begin to believe
cannam@86 4393 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
cannam@86 4394 namespace. The first time any user complains about this, we'll
cannam@86 4395 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
cannam@86 4396 or a configure.ac-settable value.
cannam@86 4397 */
cannam@86 4398 lt_fatal (__FILE__, __LINE__,
cannam@86 4399 "unrecognized %s option: '%s'",
cannam@86 4400 ltwrapper_option_prefix, argv[i]);
cannam@86 4401 }
cannam@86 4402 /* otherwise ... */
cannam@86 4403 newargz[++newargc] = xstrdup (argv[i]);
cannam@86 4404 }
cannam@86 4405 newargz[++newargc] = NULL;
cannam@86 4406
cannam@86 4407 EOF
cannam@86 4408 cat <<EOF
cannam@86 4409 /* The GNU banner must be the first non-error debug message */
cannam@86 4410 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
cannam@86 4411 EOF
cannam@86 4412 cat <<"EOF"
cannam@86 4413 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
cannam@86 4414 lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
cannam@86 4415
cannam@86 4416 tmp_pathspec = find_executable (argv[0]);
cannam@86 4417 if (tmp_pathspec == NULL)
cannam@86 4418 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
cannam@86 4419 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4420 "(main) found exe (before symlink chase) at: %s\n",
cannam@86 4421 tmp_pathspec);
cannam@86 4422
cannam@86 4423 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
cannam@86 4424 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4425 "(main) found exe (after symlink chase) at: %s\n",
cannam@86 4426 actual_cwrapper_path);
cannam@86 4427 XFREE (tmp_pathspec);
cannam@86 4428
cannam@86 4429 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
cannam@86 4430 strendzap (actual_cwrapper_path, actual_cwrapper_name);
cannam@86 4431
cannam@86 4432 /* wrapper name transforms */
cannam@86 4433 strendzap (actual_cwrapper_name, ".exe");
cannam@86 4434 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
cannam@86 4435 XFREE (actual_cwrapper_name);
cannam@86 4436 actual_cwrapper_name = tmp_pathspec;
cannam@86 4437 tmp_pathspec = 0;
cannam@86 4438
cannam@86 4439 /* target_name transforms -- use actual target program name; might have lt- prefix */
cannam@86 4440 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
cannam@86 4441 strendzap (target_name, ".exe");
cannam@86 4442 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
cannam@86 4443 XFREE (target_name);
cannam@86 4444 target_name = tmp_pathspec;
cannam@86 4445 tmp_pathspec = 0;
cannam@86 4446
cannam@86 4447 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4448 "(main) libtool target name: %s\n",
cannam@86 4449 target_name);
cannam@86 4450 EOF
cannam@86 4451
cannam@86 4452 cat <<EOF
cannam@86 4453 newargz[0] =
cannam@86 4454 XMALLOC (char, (strlen (actual_cwrapper_path) +
cannam@86 4455 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
cannam@86 4456 strcpy (newargz[0], actual_cwrapper_path);
cannam@86 4457 strcat (newargz[0], "$objdir");
cannam@86 4458 strcat (newargz[0], "/");
cannam@86 4459 EOF
cannam@86 4460
cannam@86 4461 cat <<"EOF"
cannam@86 4462 /* stop here, and copy so we don't have to do this twice */
cannam@86 4463 tmp_pathspec = xstrdup (newargz[0]);
cannam@86 4464
cannam@86 4465 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
cannam@86 4466 strcat (newargz[0], actual_cwrapper_name);
cannam@86 4467
cannam@86 4468 /* DO want the lt- prefix here if it exists, so use target_name */
cannam@86 4469 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
cannam@86 4470 XFREE (tmp_pathspec);
cannam@86 4471 tmp_pathspec = NULL;
cannam@86 4472 EOF
cannam@86 4473
cannam@86 4474 case $host_os in
cannam@86 4475 mingw*)
cannam@86 4476 cat <<"EOF"
cannam@86 4477 {
cannam@86 4478 char* p;
cannam@86 4479 while ((p = strchr (newargz[0], '\\')) != NULL)
cannam@86 4480 {
cannam@86 4481 *p = '/';
cannam@86 4482 }
cannam@86 4483 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
cannam@86 4484 {
cannam@86 4485 *p = '/';
cannam@86 4486 }
cannam@86 4487 }
cannam@86 4488 EOF
cannam@86 4489 ;;
cannam@86 4490 esac
cannam@86 4491
cannam@86 4492 cat <<"EOF"
cannam@86 4493 XFREE (target_name);
cannam@86 4494 XFREE (actual_cwrapper_path);
cannam@86 4495 XFREE (actual_cwrapper_name);
cannam@86 4496
cannam@86 4497 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
cannam@86 4498 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
cannam@86 4499 /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must
cannam@86 4500 be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
cannam@86 4501 because on Windows, both *_VARNAMEs are PATH but uninstalled
cannam@86 4502 libraries must come first. */
cannam@86 4503 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
cannam@86 4504 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
cannam@86 4505
cannam@86 4506 lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
cannam@86 4507 nonnull (lt_argv_zero));
cannam@86 4508 for (i = 0; i < newargc; i++)
cannam@86 4509 {
cannam@86 4510 lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
cannam@86 4511 i, nonnull (newargz[i]));
cannam@86 4512 }
cannam@86 4513
cannam@86 4514 EOF
cannam@86 4515
cannam@86 4516 case $host_os in
cannam@86 4517 mingw*)
cannam@86 4518 cat <<"EOF"
cannam@86 4519 /* execv doesn't actually work on mingw as expected on unix */
cannam@86 4520 newargz = prepare_spawn (newargz);
cannam@86 4521 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
cannam@86 4522 if (rval == -1)
cannam@86 4523 {
cannam@86 4524 /* failed to start process */
cannam@86 4525 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4526 "(main) failed to launch target \"%s\": %s\n",
cannam@86 4527 lt_argv_zero, nonnull (strerror (errno)));
cannam@86 4528 return 127;
cannam@86 4529 }
cannam@86 4530 return rval;
cannam@86 4531 EOF
cannam@86 4532 ;;
cannam@86 4533 *)
cannam@86 4534 cat <<"EOF"
cannam@86 4535 execv (lt_argv_zero, newargz);
cannam@86 4536 return rval; /* =127, but avoids unused variable warning */
cannam@86 4537 EOF
cannam@86 4538 ;;
cannam@86 4539 esac
cannam@86 4540
cannam@86 4541 cat <<"EOF"
cannam@86 4542 }
cannam@86 4543
cannam@86 4544 void *
cannam@86 4545 xmalloc (size_t num)
cannam@86 4546 {
cannam@86 4547 void *p = (void *) malloc (num);
cannam@86 4548 if (!p)
cannam@86 4549 lt_fatal (__FILE__, __LINE__, "memory exhausted");
cannam@86 4550
cannam@86 4551 return p;
cannam@86 4552 }
cannam@86 4553
cannam@86 4554 char *
cannam@86 4555 xstrdup (const char *string)
cannam@86 4556 {
cannam@86 4557 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
cannam@86 4558 string) : NULL;
cannam@86 4559 }
cannam@86 4560
cannam@86 4561 const char *
cannam@86 4562 base_name (const char *name)
cannam@86 4563 {
cannam@86 4564 const char *base;
cannam@86 4565
cannam@86 4566 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
cannam@86 4567 /* Skip over the disk name in MSDOS pathnames. */
cannam@86 4568 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
cannam@86 4569 name += 2;
cannam@86 4570 #endif
cannam@86 4571
cannam@86 4572 for (base = name; *name; name++)
cannam@86 4573 if (IS_DIR_SEPARATOR (*name))
cannam@86 4574 base = name + 1;
cannam@86 4575 return base;
cannam@86 4576 }
cannam@86 4577
cannam@86 4578 int
cannam@86 4579 check_executable (const char *path)
cannam@86 4580 {
cannam@86 4581 struct stat st;
cannam@86 4582
cannam@86 4583 lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
cannam@86 4584 nonempty (path));
cannam@86 4585 if ((!path) || (!*path))
cannam@86 4586 return 0;
cannam@86 4587
cannam@86 4588 if ((stat (path, &st) >= 0)
cannam@86 4589 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
cannam@86 4590 return 1;
cannam@86 4591 else
cannam@86 4592 return 0;
cannam@86 4593 }
cannam@86 4594
cannam@86 4595 int
cannam@86 4596 make_executable (const char *path)
cannam@86 4597 {
cannam@86 4598 int rval = 0;
cannam@86 4599 struct stat st;
cannam@86 4600
cannam@86 4601 lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
cannam@86 4602 nonempty (path));
cannam@86 4603 if ((!path) || (!*path))
cannam@86 4604 return 0;
cannam@86 4605
cannam@86 4606 if (stat (path, &st) >= 0)
cannam@86 4607 {
cannam@86 4608 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
cannam@86 4609 }
cannam@86 4610 return rval;
cannam@86 4611 }
cannam@86 4612
cannam@86 4613 /* Searches for the full path of the wrapper. Returns
cannam@86 4614 newly allocated full path name if found, NULL otherwise
cannam@86 4615 Does not chase symlinks, even on platforms that support them.
cannam@86 4616 */
cannam@86 4617 char *
cannam@86 4618 find_executable (const char *wrapper)
cannam@86 4619 {
cannam@86 4620 int has_slash = 0;
cannam@86 4621 const char *p;
cannam@86 4622 const char *p_next;
cannam@86 4623 /* static buffer for getcwd */
cannam@86 4624 char tmp[LT_PATHMAX + 1];
cannam@86 4625 int tmp_len;
cannam@86 4626 char *concat_name;
cannam@86 4627
cannam@86 4628 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
cannam@86 4629 nonempty (wrapper));
cannam@86 4630
cannam@86 4631 if ((wrapper == NULL) || (*wrapper == '\0'))
cannam@86 4632 return NULL;
cannam@86 4633
cannam@86 4634 /* Absolute path? */
cannam@86 4635 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
cannam@86 4636 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
cannam@86 4637 {
cannam@86 4638 concat_name = xstrdup (wrapper);
cannam@86 4639 if (check_executable (concat_name))
cannam@86 4640 return concat_name;
cannam@86 4641 XFREE (concat_name);
cannam@86 4642 }
cannam@86 4643 else
cannam@86 4644 {
cannam@86 4645 #endif
cannam@86 4646 if (IS_DIR_SEPARATOR (wrapper[0]))
cannam@86 4647 {
cannam@86 4648 concat_name = xstrdup (wrapper);
cannam@86 4649 if (check_executable (concat_name))
cannam@86 4650 return concat_name;
cannam@86 4651 XFREE (concat_name);
cannam@86 4652 }
cannam@86 4653 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
cannam@86 4654 }
cannam@86 4655 #endif
cannam@86 4656
cannam@86 4657 for (p = wrapper; *p; p++)
cannam@86 4658 if (*p == '/')
cannam@86 4659 {
cannam@86 4660 has_slash = 1;
cannam@86 4661 break;
cannam@86 4662 }
cannam@86 4663 if (!has_slash)
cannam@86 4664 {
cannam@86 4665 /* no slashes; search PATH */
cannam@86 4666 const char *path = getenv ("PATH");
cannam@86 4667 if (path != NULL)
cannam@86 4668 {
cannam@86 4669 for (p = path; *p; p = p_next)
cannam@86 4670 {
cannam@86 4671 const char *q;
cannam@86 4672 size_t p_len;
cannam@86 4673 for (q = p; *q; q++)
cannam@86 4674 if (IS_PATH_SEPARATOR (*q))
cannam@86 4675 break;
cannam@86 4676 p_len = q - p;
cannam@86 4677 p_next = (*q == '\0' ? q : q + 1);
cannam@86 4678 if (p_len == 0)
cannam@86 4679 {
cannam@86 4680 /* empty path: current directory */
cannam@86 4681 if (getcwd (tmp, LT_PATHMAX) == NULL)
cannam@86 4682 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
cannam@86 4683 nonnull (strerror (errno)));
cannam@86 4684 tmp_len = strlen (tmp);
cannam@86 4685 concat_name =
cannam@86 4686 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
cannam@86 4687 memcpy (concat_name, tmp, tmp_len);
cannam@86 4688 concat_name[tmp_len] = '/';
cannam@86 4689 strcpy (concat_name + tmp_len + 1, wrapper);
cannam@86 4690 }
cannam@86 4691 else
cannam@86 4692 {
cannam@86 4693 concat_name =
cannam@86 4694 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
cannam@86 4695 memcpy (concat_name, p, p_len);
cannam@86 4696 concat_name[p_len] = '/';
cannam@86 4697 strcpy (concat_name + p_len + 1, wrapper);
cannam@86 4698 }
cannam@86 4699 if (check_executable (concat_name))
cannam@86 4700 return concat_name;
cannam@86 4701 XFREE (concat_name);
cannam@86 4702 }
cannam@86 4703 }
cannam@86 4704 /* not found in PATH; assume curdir */
cannam@86 4705 }
cannam@86 4706 /* Relative path | not found in path: prepend cwd */
cannam@86 4707 if (getcwd (tmp, LT_PATHMAX) == NULL)
cannam@86 4708 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
cannam@86 4709 nonnull (strerror (errno)));
cannam@86 4710 tmp_len = strlen (tmp);
cannam@86 4711 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
cannam@86 4712 memcpy (concat_name, tmp, tmp_len);
cannam@86 4713 concat_name[tmp_len] = '/';
cannam@86 4714 strcpy (concat_name + tmp_len + 1, wrapper);
cannam@86 4715
cannam@86 4716 if (check_executable (concat_name))
cannam@86 4717 return concat_name;
cannam@86 4718 XFREE (concat_name);
cannam@86 4719 return NULL;
cannam@86 4720 }
cannam@86 4721
cannam@86 4722 char *
cannam@86 4723 chase_symlinks (const char *pathspec)
cannam@86 4724 {
cannam@86 4725 #ifndef S_ISLNK
cannam@86 4726 return xstrdup (pathspec);
cannam@86 4727 #else
cannam@86 4728 char buf[LT_PATHMAX];
cannam@86 4729 struct stat s;
cannam@86 4730 char *tmp_pathspec = xstrdup (pathspec);
cannam@86 4731 char *p;
cannam@86 4732 int has_symlinks = 0;
cannam@86 4733 while (strlen (tmp_pathspec) && !has_symlinks)
cannam@86 4734 {
cannam@86 4735 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4736 "checking path component for symlinks: %s\n",
cannam@86 4737 tmp_pathspec);
cannam@86 4738 if (lstat (tmp_pathspec, &s) == 0)
cannam@86 4739 {
cannam@86 4740 if (S_ISLNK (s.st_mode) != 0)
cannam@86 4741 {
cannam@86 4742 has_symlinks = 1;
cannam@86 4743 break;
cannam@86 4744 }
cannam@86 4745
cannam@86 4746 /* search backwards for last DIR_SEPARATOR */
cannam@86 4747 p = tmp_pathspec + strlen (tmp_pathspec) - 1;
cannam@86 4748 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
cannam@86 4749 p--;
cannam@86 4750 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
cannam@86 4751 {
cannam@86 4752 /* no more DIR_SEPARATORS left */
cannam@86 4753 break;
cannam@86 4754 }
cannam@86 4755 *p = '\0';
cannam@86 4756 }
cannam@86 4757 else
cannam@86 4758 {
cannam@86 4759 lt_fatal (__FILE__, __LINE__,
cannam@86 4760 "error accessing file \"%s\": %s",
cannam@86 4761 tmp_pathspec, nonnull (strerror (errno)));
cannam@86 4762 }
cannam@86 4763 }
cannam@86 4764 XFREE (tmp_pathspec);
cannam@86 4765
cannam@86 4766 if (!has_symlinks)
cannam@86 4767 {
cannam@86 4768 return xstrdup (pathspec);
cannam@86 4769 }
cannam@86 4770
cannam@86 4771 tmp_pathspec = realpath (pathspec, buf);
cannam@86 4772 if (tmp_pathspec == 0)
cannam@86 4773 {
cannam@86 4774 lt_fatal (__FILE__, __LINE__,
cannam@86 4775 "could not follow symlinks for %s", pathspec);
cannam@86 4776 }
cannam@86 4777 return xstrdup (tmp_pathspec);
cannam@86 4778 #endif
cannam@86 4779 }
cannam@86 4780
cannam@86 4781 char *
cannam@86 4782 strendzap (char *str, const char *pat)
cannam@86 4783 {
cannam@86 4784 size_t len, patlen;
cannam@86 4785
cannam@86 4786 assert (str != NULL);
cannam@86 4787 assert (pat != NULL);
cannam@86 4788
cannam@86 4789 len = strlen (str);
cannam@86 4790 patlen = strlen (pat);
cannam@86 4791
cannam@86 4792 if (patlen <= len)
cannam@86 4793 {
cannam@86 4794 str += len - patlen;
cannam@86 4795 if (strcmp (str, pat) == 0)
cannam@86 4796 *str = '\0';
cannam@86 4797 }
cannam@86 4798 return str;
cannam@86 4799 }
cannam@86 4800
cannam@86 4801 void
cannam@86 4802 lt_debugprintf (const char *file, int line, const char *fmt, ...)
cannam@86 4803 {
cannam@86 4804 va_list args;
cannam@86 4805 if (lt_debug)
cannam@86 4806 {
cannam@86 4807 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
cannam@86 4808 va_start (args, fmt);
cannam@86 4809 (void) vfprintf (stderr, fmt, args);
cannam@86 4810 va_end (args);
cannam@86 4811 }
cannam@86 4812 }
cannam@86 4813
cannam@86 4814 static void
cannam@86 4815 lt_error_core (int exit_status, const char *file,
cannam@86 4816 int line, const char *mode,
cannam@86 4817 const char *message, va_list ap)
cannam@86 4818 {
cannam@86 4819 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
cannam@86 4820 vfprintf (stderr, message, ap);
cannam@86 4821 fprintf (stderr, ".\n");
cannam@86 4822
cannam@86 4823 if (exit_status >= 0)
cannam@86 4824 exit (exit_status);
cannam@86 4825 }
cannam@86 4826
cannam@86 4827 void
cannam@86 4828 lt_fatal (const char *file, int line, const char *message, ...)
cannam@86 4829 {
cannam@86 4830 va_list ap;
cannam@86 4831 va_start (ap, message);
cannam@86 4832 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
cannam@86 4833 va_end (ap);
cannam@86 4834 }
cannam@86 4835
cannam@86 4836 static const char *
cannam@86 4837 nonnull (const char *s)
cannam@86 4838 {
cannam@86 4839 return s ? s : "(null)";
cannam@86 4840 }
cannam@86 4841
cannam@86 4842 static const char *
cannam@86 4843 nonempty (const char *s)
cannam@86 4844 {
cannam@86 4845 return (s && !*s) ? "(empty)" : nonnull (s);
cannam@86 4846 }
cannam@86 4847
cannam@86 4848 void
cannam@86 4849 lt_setenv (const char *name, const char *value)
cannam@86 4850 {
cannam@86 4851 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4852 "(lt_setenv) setting '%s' to '%s'\n",
cannam@86 4853 nonnull (name), nonnull (value));
cannam@86 4854 {
cannam@86 4855 #ifdef HAVE_SETENV
cannam@86 4856 /* always make a copy, for consistency with !HAVE_SETENV */
cannam@86 4857 char *str = xstrdup (value);
cannam@86 4858 setenv (name, str, 1);
cannam@86 4859 #else
cannam@86 4860 int len = strlen (name) + 1 + strlen (value) + 1;
cannam@86 4861 char *str = XMALLOC (char, len);
cannam@86 4862 sprintf (str, "%s=%s", name, value);
cannam@86 4863 if (putenv (str) != EXIT_SUCCESS)
cannam@86 4864 {
cannam@86 4865 XFREE (str);
cannam@86 4866 }
cannam@86 4867 #endif
cannam@86 4868 }
cannam@86 4869 }
cannam@86 4870
cannam@86 4871 char *
cannam@86 4872 lt_extend_str (const char *orig_value, const char *add, int to_end)
cannam@86 4873 {
cannam@86 4874 char *new_value;
cannam@86 4875 if (orig_value && *orig_value)
cannam@86 4876 {
cannam@86 4877 int orig_value_len = strlen (orig_value);
cannam@86 4878 int add_len = strlen (add);
cannam@86 4879 new_value = XMALLOC (char, add_len + orig_value_len + 1);
cannam@86 4880 if (to_end)
cannam@86 4881 {
cannam@86 4882 strcpy (new_value, orig_value);
cannam@86 4883 strcpy (new_value + orig_value_len, add);
cannam@86 4884 }
cannam@86 4885 else
cannam@86 4886 {
cannam@86 4887 strcpy (new_value, add);
cannam@86 4888 strcpy (new_value + add_len, orig_value);
cannam@86 4889 }
cannam@86 4890 }
cannam@86 4891 else
cannam@86 4892 {
cannam@86 4893 new_value = xstrdup (add);
cannam@86 4894 }
cannam@86 4895 return new_value;
cannam@86 4896 }
cannam@86 4897
cannam@86 4898 void
cannam@86 4899 lt_update_exe_path (const char *name, const char *value)
cannam@86 4900 {
cannam@86 4901 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4902 "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
cannam@86 4903 nonnull (name), nonnull (value));
cannam@86 4904
cannam@86 4905 if (name && *name && value && *value)
cannam@86 4906 {
cannam@86 4907 char *new_value = lt_extend_str (getenv (name), value, 0);
cannam@86 4908 /* some systems can't cope with a ':'-terminated path #' */
cannam@86 4909 int len = strlen (new_value);
cannam@86 4910 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
cannam@86 4911 {
cannam@86 4912 new_value[len-1] = '\0';
cannam@86 4913 }
cannam@86 4914 lt_setenv (name, new_value);
cannam@86 4915 XFREE (new_value);
cannam@86 4916 }
cannam@86 4917 }
cannam@86 4918
cannam@86 4919 void
cannam@86 4920 lt_update_lib_path (const char *name, const char *value)
cannam@86 4921 {
cannam@86 4922 lt_debugprintf (__FILE__, __LINE__,
cannam@86 4923 "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
cannam@86 4924 nonnull (name), nonnull (value));
cannam@86 4925
cannam@86 4926 if (name && *name && value && *value)
cannam@86 4927 {
cannam@86 4928 char *new_value = lt_extend_str (getenv (name), value, 0);
cannam@86 4929 lt_setenv (name, new_value);
cannam@86 4930 XFREE (new_value);
cannam@86 4931 }
cannam@86 4932 }
cannam@86 4933
cannam@86 4934 EOF
cannam@86 4935 case $host_os in
cannam@86 4936 mingw*)
cannam@86 4937 cat <<"EOF"
cannam@86 4938
cannam@86 4939 /* Prepares an argument vector before calling spawn().
cannam@86 4940 Note that spawn() does not by itself call the command interpreter
cannam@86 4941 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
cannam@86 4942 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
cannam@86 4943 GetVersionEx(&v);
cannam@86 4944 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
cannam@86 4945 }) ? "cmd.exe" : "command.com").
cannam@86 4946 Instead it simply concatenates the arguments, separated by ' ', and calls
cannam@86 4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
cannam@86 4948 interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
cannam@86 4949 special way:
cannam@86 4950 - Space and tab are interpreted as delimiters. They are not treated as
cannam@86 4951 delimiters if they are surrounded by double quotes: "...".
cannam@86 4952 - Unescaped double quotes are removed from the input. Their only effect is
cannam@86 4953 that within double quotes, space and tab are treated like normal
cannam@86 4954 characters.
cannam@86 4955 - Backslashes not followed by double quotes are not special.
cannam@86 4956 - But 2*n+1 backslashes followed by a double quote become
cannam@86 4957 n backslashes followed by a double quote (n >= 0):
cannam@86 4958 \" -> "
cannam@86 4959 \\\" -> \"
cannam@86 4960 \\\\\" -> \\"
cannam@86 4961 */
cannam@86 4962 #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
cannam@86 4963 #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
cannam@86 4964 char **
cannam@86 4965 prepare_spawn (char **argv)
cannam@86 4966 {
cannam@86 4967 size_t argc;
cannam@86 4968 char **new_argv;
cannam@86 4969 size_t i;
cannam@86 4970
cannam@86 4971 /* Count number of arguments. */
cannam@86 4972 for (argc = 0; argv[argc] != NULL; argc++)
cannam@86 4973 ;
cannam@86 4974
cannam@86 4975 /* Allocate new argument vector. */
cannam@86 4976 new_argv = XMALLOC (char *, argc + 1);
cannam@86 4977
cannam@86 4978 /* Put quoted arguments into the new argument vector. */
cannam@86 4979 for (i = 0; i < argc; i++)
cannam@86 4980 {
cannam@86 4981 const char *string = argv[i];
cannam@86 4982
cannam@86 4983 if (string[0] == '\0')
cannam@86 4984 new_argv[i] = xstrdup ("\"\"");
cannam@86 4985 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
cannam@86 4986 {
cannam@86 4987 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
cannam@86 4988 size_t length;
cannam@86 4989 unsigned int backslashes;
cannam@86 4990 const char *s;
cannam@86 4991 char *quoted_string;
cannam@86 4992 char *p;
cannam@86 4993
cannam@86 4994 length = 0;
cannam@86 4995 backslashes = 0;
cannam@86 4996 if (quote_around)
cannam@86 4997 length++;
cannam@86 4998 for (s = string; *s != '\0'; s++)
cannam@86 4999 {
cannam@86 5000 char c = *s;
cannam@86 5001 if (c == '"')
cannam@86 5002 length += backslashes + 1;
cannam@86 5003 length++;
cannam@86 5004 if (c == '\\')
cannam@86 5005 backslashes++;
cannam@86 5006 else
cannam@86 5007 backslashes = 0;
cannam@86 5008 }
cannam@86 5009 if (quote_around)
cannam@86 5010 length += backslashes + 1;
cannam@86 5011
cannam@86 5012 quoted_string = XMALLOC (char, length + 1);
cannam@86 5013
cannam@86 5014 p = quoted_string;
cannam@86 5015 backslashes = 0;
cannam@86 5016 if (quote_around)
cannam@86 5017 *p++ = '"';
cannam@86 5018 for (s = string; *s != '\0'; s++)
cannam@86 5019 {
cannam@86 5020 char c = *s;
cannam@86 5021 if (c == '"')
cannam@86 5022 {
cannam@86 5023 unsigned int j;
cannam@86 5024 for (j = backslashes + 1; j > 0; j--)
cannam@86 5025 *p++ = '\\';
cannam@86 5026 }
cannam@86 5027 *p++ = c;
cannam@86 5028 if (c == '\\')
cannam@86 5029 backslashes++;
cannam@86 5030 else
cannam@86 5031 backslashes = 0;
cannam@86 5032 }
cannam@86 5033 if (quote_around)
cannam@86 5034 {
cannam@86 5035 unsigned int j;
cannam@86 5036 for (j = backslashes; j > 0; j--)
cannam@86 5037 *p++ = '\\';
cannam@86 5038 *p++ = '"';
cannam@86 5039 }
cannam@86 5040 *p = '\0';
cannam@86 5041
cannam@86 5042 new_argv[i] = quoted_string;
cannam@86 5043 }
cannam@86 5044 else
cannam@86 5045 new_argv[i] = (char *) string;
cannam@86 5046 }
cannam@86 5047 new_argv[argc] = NULL;
cannam@86 5048
cannam@86 5049 return new_argv;
cannam@86 5050 }
cannam@86 5051 EOF
cannam@86 5052 ;;
cannam@86 5053 esac
cannam@86 5054
cannam@86 5055 cat <<"EOF"
cannam@86 5056 void lt_dump_script (FILE* f)
cannam@86 5057 {
cannam@86 5058 EOF
cannam@86 5059 func_emit_wrapper yes |
cannam@86 5060 $SED -e 's/\([\\"]\)/\\\1/g' \
cannam@86 5061 -e 's/^/ fputs ("/' -e 's/$/\\n", f);/'
cannam@86 5062
cannam@86 5063 cat <<"EOF"
cannam@86 5064 }
cannam@86 5065 EOF
cannam@86 5066 }
cannam@86 5067 # end: func_emit_cwrapperexe_src
cannam@86 5068
cannam@86 5069 # func_win32_import_lib_p ARG
cannam@86 5070 # True if ARG is an import lib, as indicated by $file_magic_cmd
cannam@86 5071 func_win32_import_lib_p ()
cannam@86 5072 {
cannam@86 5073 $opt_debug
cannam@86 5074 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
cannam@86 5075 *import*) : ;;
cannam@86 5076 *) false ;;
cannam@86 5077 esac
cannam@86 5078 }
cannam@86 5079
cannam@86 5080 # func_mode_link arg...
cannam@86 5081 func_mode_link ()
cannam@86 5082 {
cannam@86 5083 $opt_debug
cannam@86 5084 case $host in
cannam@86 5085 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
cannam@86 5086 # It is impossible to link a dll without this setting, and
cannam@86 5087 # we shouldn't force the makefile maintainer to figure out
cannam@86 5088 # which system we are compiling for in order to pass an extra
cannam@86 5089 # flag for every libtool invocation.
cannam@86 5090 # allow_undefined=no
cannam@86 5091
cannam@86 5092 # FIXME: Unfortunately, there are problems with the above when trying
cannam@86 5093 # to make a dll which has undefined symbols, in which case not
cannam@86 5094 # even a static library is built. For now, we need to specify
cannam@86 5095 # -no-undefined on the libtool link line when we can be certain
cannam@86 5096 # that all symbols are satisfied, otherwise we get a static library.
cannam@86 5097 allow_undefined=yes
cannam@86 5098 ;;
cannam@86 5099 *)
cannam@86 5100 allow_undefined=yes
cannam@86 5101 ;;
cannam@86 5102 esac
cannam@86 5103 libtool_args=$nonopt
cannam@86 5104 base_compile="$nonopt $@"
cannam@86 5105 compile_command=$nonopt
cannam@86 5106 finalize_command=$nonopt
cannam@86 5107
cannam@86 5108 compile_rpath=
cannam@86 5109 finalize_rpath=
cannam@86 5110 compile_shlibpath=
cannam@86 5111 finalize_shlibpath=
cannam@86 5112 convenience=
cannam@86 5113 old_convenience=
cannam@86 5114 deplibs=
cannam@86 5115 old_deplibs=
cannam@86 5116 compiler_flags=
cannam@86 5117 linker_flags=
cannam@86 5118 dllsearchpath=
cannam@86 5119 lib_search_path=`pwd`
cannam@86 5120 inst_prefix_dir=
cannam@86 5121 new_inherited_linker_flags=
cannam@86 5122
cannam@86 5123 avoid_version=no
cannam@86 5124 bindir=
cannam@86 5125 dlfiles=
cannam@86 5126 dlprefiles=
cannam@86 5127 dlself=no
cannam@86 5128 export_dynamic=no
cannam@86 5129 export_symbols=
cannam@86 5130 export_symbols_regex=
cannam@86 5131 generated=
cannam@86 5132 libobjs=
cannam@86 5133 ltlibs=
cannam@86 5134 module=no
cannam@86 5135 no_install=no
cannam@86 5136 objs=
cannam@86 5137 non_pic_objects=
cannam@86 5138 precious_files_regex=
cannam@86 5139 prefer_static_libs=no
cannam@86 5140 preload=no
cannam@86 5141 prev=
cannam@86 5142 prevarg=
cannam@86 5143 release=
cannam@86 5144 rpath=
cannam@86 5145 xrpath=
cannam@86 5146 perm_rpath=
cannam@86 5147 temp_rpath=
cannam@86 5148 thread_safe=no
cannam@86 5149 vinfo=
cannam@86 5150 vinfo_number=no
cannam@86 5151 weak_libs=
cannam@86 5152 single_module="${wl}-single_module"
cannam@86 5153 func_infer_tag $base_compile
cannam@86 5154
cannam@86 5155 # We need to know -static, to get the right output filenames.
cannam@86 5156 for arg
cannam@86 5157 do
cannam@86 5158 case $arg in
cannam@86 5159 -shared)
cannam@86 5160 test "$build_libtool_libs" != yes && \
cannam@86 5161 func_fatal_configuration "can not build a shared library"
cannam@86 5162 build_old_libs=no
cannam@86 5163 break
cannam@86 5164 ;;
cannam@86 5165 -all-static | -static | -static-libtool-libs)
cannam@86 5166 case $arg in
cannam@86 5167 -all-static)
cannam@86 5168 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
cannam@86 5169 func_warning "complete static linking is impossible in this configuration"
cannam@86 5170 fi
cannam@86 5171 if test -n "$link_static_flag"; then
cannam@86 5172 dlopen_self=$dlopen_self_static
cannam@86 5173 fi
cannam@86 5174 prefer_static_libs=yes
cannam@86 5175 ;;
cannam@86 5176 -static)
cannam@86 5177 if test -z "$pic_flag" && test -n "$link_static_flag"; then
cannam@86 5178 dlopen_self=$dlopen_self_static
cannam@86 5179 fi
cannam@86 5180 prefer_static_libs=built
cannam@86 5181 ;;
cannam@86 5182 -static-libtool-libs)
cannam@86 5183 if test -z "$pic_flag" && test -n "$link_static_flag"; then
cannam@86 5184 dlopen_self=$dlopen_self_static
cannam@86 5185 fi
cannam@86 5186 prefer_static_libs=yes
cannam@86 5187 ;;
cannam@86 5188 esac
cannam@86 5189 build_libtool_libs=no
cannam@86 5190 build_old_libs=yes
cannam@86 5191 break
cannam@86 5192 ;;
cannam@86 5193 esac
cannam@86 5194 done
cannam@86 5195
cannam@86 5196 # See if our shared archives depend on static archives.
cannam@86 5197 test -n "$old_archive_from_new_cmds" && build_old_libs=yes
cannam@86 5198
cannam@86 5199 # Go through the arguments, transforming them on the way.
cannam@86 5200 while test "$#" -gt 0; do
cannam@86 5201 arg="$1"
cannam@86 5202 shift
cannam@86 5203 func_quote_for_eval "$arg"
cannam@86 5204 qarg=$func_quote_for_eval_unquoted_result
cannam@86 5205 func_append libtool_args " $func_quote_for_eval_result"
cannam@86 5206
cannam@86 5207 # If the previous option needs an argument, assign it.
cannam@86 5208 if test -n "$prev"; then
cannam@86 5209 case $prev in
cannam@86 5210 output)
cannam@86 5211 func_append compile_command " @OUTPUT@"
cannam@86 5212 func_append finalize_command " @OUTPUT@"
cannam@86 5213 ;;
cannam@86 5214 esac
cannam@86 5215
cannam@86 5216 case $prev in
cannam@86 5217 bindir)
cannam@86 5218 bindir="$arg"
cannam@86 5219 prev=
cannam@86 5220 continue
cannam@86 5221 ;;
cannam@86 5222 dlfiles|dlprefiles)
cannam@86 5223 if test "$preload" = no; then
cannam@86 5224 # Add the symbol object into the linking commands.
cannam@86 5225 func_append compile_command " @SYMFILE@"
cannam@86 5226 func_append finalize_command " @SYMFILE@"
cannam@86 5227 preload=yes
cannam@86 5228 fi
cannam@86 5229 case $arg in
cannam@86 5230 *.la | *.lo) ;; # We handle these cases below.
cannam@86 5231 force)
cannam@86 5232 if test "$dlself" = no; then
cannam@86 5233 dlself=needless
cannam@86 5234 export_dynamic=yes
cannam@86 5235 fi
cannam@86 5236 prev=
cannam@86 5237 continue
cannam@86 5238 ;;
cannam@86 5239 self)
cannam@86 5240 if test "$prev" = dlprefiles; then
cannam@86 5241 dlself=yes
cannam@86 5242 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
cannam@86 5243 dlself=yes
cannam@86 5244 else
cannam@86 5245 dlself=needless
cannam@86 5246 export_dynamic=yes
cannam@86 5247 fi
cannam@86 5248 prev=
cannam@86 5249 continue
cannam@86 5250 ;;
cannam@86 5251 *)
cannam@86 5252 if test "$prev" = dlfiles; then
cannam@86 5253 func_append dlfiles " $arg"
cannam@86 5254 else
cannam@86 5255 func_append dlprefiles " $arg"
cannam@86 5256 fi
cannam@86 5257 prev=
cannam@86 5258 continue
cannam@86 5259 ;;
cannam@86 5260 esac
cannam@86 5261 ;;
cannam@86 5262 expsyms)
cannam@86 5263 export_symbols="$arg"
cannam@86 5264 test -f "$arg" \
cannam@86 5265 || func_fatal_error "symbol file \`$arg' does not exist"
cannam@86 5266 prev=
cannam@86 5267 continue
cannam@86 5268 ;;
cannam@86 5269 expsyms_regex)
cannam@86 5270 export_symbols_regex="$arg"
cannam@86 5271 prev=
cannam@86 5272 continue
cannam@86 5273 ;;
cannam@86 5274 framework)
cannam@86 5275 case $host in
cannam@86 5276 *-*-darwin*)
cannam@86 5277 case "$deplibs " in
cannam@86 5278 *" $qarg.ltframework "*) ;;
cannam@86 5279 *) func_append deplibs " $qarg.ltframework" # this is fixed later
cannam@86 5280 ;;
cannam@86 5281 esac
cannam@86 5282 ;;
cannam@86 5283 esac
cannam@86 5284 prev=
cannam@86 5285 continue
cannam@86 5286 ;;
cannam@86 5287 inst_prefix)
cannam@86 5288 inst_prefix_dir="$arg"
cannam@86 5289 prev=
cannam@86 5290 continue
cannam@86 5291 ;;
cannam@86 5292 objectlist)
cannam@86 5293 if test -f "$arg"; then
cannam@86 5294 save_arg=$arg
cannam@86 5295 moreargs=
cannam@86 5296 for fil in `cat "$save_arg"`
cannam@86 5297 do
cannam@86 5298 # func_append moreargs " $fil"
cannam@86 5299 arg=$fil
cannam@86 5300 # A libtool-controlled object.
cannam@86 5301
cannam@86 5302 # Check to see that this really is a libtool object.
cannam@86 5303 if func_lalib_unsafe_p "$arg"; then
cannam@86 5304 pic_object=
cannam@86 5305 non_pic_object=
cannam@86 5306
cannam@86 5307 # Read the .lo file
cannam@86 5308 func_source "$arg"
cannam@86 5309
cannam@86 5310 if test -z "$pic_object" ||
cannam@86 5311 test -z "$non_pic_object" ||
cannam@86 5312 test "$pic_object" = none &&
cannam@86 5313 test "$non_pic_object" = none; then
cannam@86 5314 func_fatal_error "cannot find name of object for \`$arg'"
cannam@86 5315 fi
cannam@86 5316
cannam@86 5317 # Extract subdirectory from the argument.
cannam@86 5318 func_dirname "$arg" "/" ""
cannam@86 5319 xdir="$func_dirname_result"
cannam@86 5320
cannam@86 5321 if test "$pic_object" != none; then
cannam@86 5322 # Prepend the subdirectory the object is found in.
cannam@86 5323 pic_object="$xdir$pic_object"
cannam@86 5324
cannam@86 5325 if test "$prev" = dlfiles; then
cannam@86 5326 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
cannam@86 5327 func_append dlfiles " $pic_object"
cannam@86 5328 prev=
cannam@86 5329 continue
cannam@86 5330 else
cannam@86 5331 # If libtool objects are unsupported, then we need to preload.
cannam@86 5332 prev=dlprefiles
cannam@86 5333 fi
cannam@86 5334 fi
cannam@86 5335
cannam@86 5336 # CHECK ME: I think I busted this. -Ossama
cannam@86 5337 if test "$prev" = dlprefiles; then
cannam@86 5338 # Preload the old-style object.
cannam@86 5339 func_append dlprefiles " $pic_object"
cannam@86 5340 prev=
cannam@86 5341 fi
cannam@86 5342
cannam@86 5343 # A PIC object.
cannam@86 5344 func_append libobjs " $pic_object"
cannam@86 5345 arg="$pic_object"
cannam@86 5346 fi
cannam@86 5347
cannam@86 5348 # Non-PIC object.
cannam@86 5349 if test "$non_pic_object" != none; then
cannam@86 5350 # Prepend the subdirectory the object is found in.
cannam@86 5351 non_pic_object="$xdir$non_pic_object"
cannam@86 5352
cannam@86 5353 # A standard non-PIC object
cannam@86 5354 func_append non_pic_objects " $non_pic_object"
cannam@86 5355 if test -z "$pic_object" || test "$pic_object" = none ; then
cannam@86 5356 arg="$non_pic_object"
cannam@86 5357 fi
cannam@86 5358 else
cannam@86 5359 # If the PIC object exists, use it instead.
cannam@86 5360 # $xdir was prepended to $pic_object above.
cannam@86 5361 non_pic_object="$pic_object"
cannam@86 5362 func_append non_pic_objects " $non_pic_object"
cannam@86 5363 fi
cannam@86 5364 else
cannam@86 5365 # Only an error if not doing a dry-run.
cannam@86 5366 if $opt_dry_run; then
cannam@86 5367 # Extract subdirectory from the argument.
cannam@86 5368 func_dirname "$arg" "/" ""
cannam@86 5369 xdir="$func_dirname_result"
cannam@86 5370
cannam@86 5371 func_lo2o "$arg"
cannam@86 5372 pic_object=$xdir$objdir/$func_lo2o_result
cannam@86 5373 non_pic_object=$xdir$func_lo2o_result
cannam@86 5374 func_append libobjs " $pic_object"
cannam@86 5375 func_append non_pic_objects " $non_pic_object"
cannam@86 5376 else
cannam@86 5377 func_fatal_error "\`$arg' is not a valid libtool object"
cannam@86 5378 fi
cannam@86 5379 fi
cannam@86 5380 done
cannam@86 5381 else
cannam@86 5382 func_fatal_error "link input file \`$arg' does not exist"
cannam@86 5383 fi
cannam@86 5384 arg=$save_arg
cannam@86 5385 prev=
cannam@86 5386 continue
cannam@86 5387 ;;
cannam@86 5388 precious_regex)
cannam@86 5389 precious_files_regex="$arg"
cannam@86 5390 prev=
cannam@86 5391 continue
cannam@86 5392 ;;
cannam@86 5393 release)
cannam@86 5394 release="-$arg"
cannam@86 5395 prev=
cannam@86 5396 continue
cannam@86 5397 ;;
cannam@86 5398 rpath | xrpath)
cannam@86 5399 # We need an absolute path.
cannam@86 5400 case $arg in
cannam@86 5401 [\\/]* | [A-Za-z]:[\\/]*) ;;
cannam@86 5402 *)
cannam@86 5403 func_fatal_error "only absolute run-paths are allowed"
cannam@86 5404 ;;
cannam@86 5405 esac
cannam@86 5406 if test "$prev" = rpath; then
cannam@86 5407 case "$rpath " in
cannam@86 5408 *" $arg "*) ;;
cannam@86 5409 *) func_append rpath " $arg" ;;
cannam@86 5410 esac
cannam@86 5411 else
cannam@86 5412 case "$xrpath " in
cannam@86 5413 *" $arg "*) ;;
cannam@86 5414 *) func_append xrpath " $arg" ;;
cannam@86 5415 esac
cannam@86 5416 fi
cannam@86 5417 prev=
cannam@86 5418 continue
cannam@86 5419 ;;
cannam@86 5420 shrext)
cannam@86 5421 shrext_cmds="$arg"
cannam@86 5422 prev=
cannam@86 5423 continue
cannam@86 5424 ;;
cannam@86 5425 weak)
cannam@86 5426 func_append weak_libs " $arg"
cannam@86 5427 prev=
cannam@86 5428 continue
cannam@86 5429 ;;
cannam@86 5430 xcclinker)
cannam@86 5431 func_append linker_flags " $qarg"
cannam@86 5432 func_append compiler_flags " $qarg"
cannam@86 5433 prev=
cannam@86 5434 func_append compile_command " $qarg"
cannam@86 5435 func_append finalize_command " $qarg"
cannam@86 5436 continue
cannam@86 5437 ;;
cannam@86 5438 xcompiler)
cannam@86 5439 func_append compiler_flags " $qarg"
cannam@86 5440 prev=
cannam@86 5441 func_append compile_command " $qarg"
cannam@86 5442 func_append finalize_command " $qarg"
cannam@86 5443 continue
cannam@86 5444 ;;
cannam@86 5445 xlinker)
cannam@86 5446 func_append linker_flags " $qarg"
cannam@86 5447 func_append compiler_flags " $wl$qarg"
cannam@86 5448 prev=
cannam@86 5449 func_append compile_command " $wl$qarg"
cannam@86 5450 func_append finalize_command " $wl$qarg"
cannam@86 5451 continue
cannam@86 5452 ;;
cannam@86 5453 *)
cannam@86 5454 eval "$prev=\"\$arg\""
cannam@86 5455 prev=
cannam@86 5456 continue
cannam@86 5457 ;;
cannam@86 5458 esac
cannam@86 5459 fi # test -n "$prev"
cannam@86 5460
cannam@86 5461 prevarg="$arg"
cannam@86 5462
cannam@86 5463 case $arg in
cannam@86 5464 -all-static)
cannam@86 5465 if test -n "$link_static_flag"; then
cannam@86 5466 # See comment for -static flag below, for more details.
cannam@86 5467 func_append compile_command " $link_static_flag"
cannam@86 5468 func_append finalize_command " $link_static_flag"
cannam@86 5469 fi
cannam@86 5470 continue
cannam@86 5471 ;;
cannam@86 5472
cannam@86 5473 -allow-undefined)
cannam@86 5474 # FIXME: remove this flag sometime in the future.
cannam@86 5475 func_fatal_error "\`-allow-undefined' must not be used because it is the default"
cannam@86 5476 ;;
cannam@86 5477
cannam@86 5478 -avoid-version)
cannam@86 5479 avoid_version=yes
cannam@86 5480 continue
cannam@86 5481 ;;
cannam@86 5482
cannam@86 5483 -bindir)
cannam@86 5484 prev=bindir
cannam@86 5485 continue
cannam@86 5486 ;;
cannam@86 5487
cannam@86 5488 -dlopen)
cannam@86 5489 prev=dlfiles
cannam@86 5490 continue
cannam@86 5491 ;;
cannam@86 5492
cannam@86 5493 -dlpreopen)
cannam@86 5494 prev=dlprefiles
cannam@86 5495 continue
cannam@86 5496 ;;
cannam@86 5497
cannam@86 5498 -export-dynamic)
cannam@86 5499 export_dynamic=yes
cannam@86 5500 continue
cannam@86 5501 ;;
cannam@86 5502
cannam@86 5503 -export-symbols | -export-symbols-regex)
cannam@86 5504 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
cannam@86 5505 func_fatal_error "more than one -exported-symbols argument is not allowed"
cannam@86 5506 fi
cannam@86 5507 if test "X$arg" = "X-export-symbols"; then
cannam@86 5508 prev=expsyms
cannam@86 5509 else
cannam@86 5510 prev=expsyms_regex
cannam@86 5511 fi
cannam@86 5512 continue
cannam@86 5513 ;;
cannam@86 5514
cannam@86 5515 -framework)
cannam@86 5516 prev=framework
cannam@86 5517 continue
cannam@86 5518 ;;
cannam@86 5519
cannam@86 5520 -inst-prefix-dir)
cannam@86 5521 prev=inst_prefix
cannam@86 5522 continue
cannam@86 5523 ;;
cannam@86 5524
cannam@86 5525 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
cannam@86 5526 # so, if we see these flags be careful not to treat them like -L
cannam@86 5527 -L[A-Z][A-Z]*:*)
cannam@86 5528 case $with_gcc/$host in
cannam@86 5529 no/*-*-irix* | /*-*-irix*)
cannam@86 5530 func_append compile_command " $arg"
cannam@86 5531 func_append finalize_command " $arg"
cannam@86 5532 ;;
cannam@86 5533 esac
cannam@86 5534 continue
cannam@86 5535 ;;
cannam@86 5536
cannam@86 5537 -L*)
cannam@86 5538 func_stripname "-L" '' "$arg"
cannam@86 5539 if test -z "$func_stripname_result"; then
cannam@86 5540 if test "$#" -gt 0; then
cannam@86 5541 func_fatal_error "require no space between \`-L' and \`$1'"
cannam@86 5542 else
cannam@86 5543 func_fatal_error "need path for \`-L' option"
cannam@86 5544 fi
cannam@86 5545 fi
cannam@86 5546 func_resolve_sysroot "$func_stripname_result"
cannam@86 5547 dir=$func_resolve_sysroot_result
cannam@86 5548 # We need an absolute path.
cannam@86 5549 case $dir in
cannam@86 5550 [\\/]* | [A-Za-z]:[\\/]*) ;;
cannam@86 5551 *)
cannam@86 5552 absdir=`cd "$dir" && pwd`
cannam@86 5553 test -z "$absdir" && \
cannam@86 5554 func_fatal_error "cannot determine absolute directory name of \`$dir'"
cannam@86 5555 dir="$absdir"
cannam@86 5556 ;;
cannam@86 5557 esac
cannam@86 5558 case "$deplibs " in
cannam@86 5559 *" -L$dir "* | *" $arg "*)
cannam@86 5560 # Will only happen for absolute or sysroot arguments
cannam@86 5561 ;;
cannam@86 5562 *)
cannam@86 5563 # Preserve sysroot, but never include relative directories
cannam@86 5564 case $dir in
cannam@86 5565 [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
cannam@86 5566 *) func_append deplibs " -L$dir" ;;
cannam@86 5567 esac
cannam@86 5568 func_append lib_search_path " $dir"
cannam@86 5569 ;;
cannam@86 5570 esac
cannam@86 5571 case $host in
cannam@86 5572 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
cannam@86 5573 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
cannam@86 5574 case :$dllsearchpath: in
cannam@86 5575 *":$dir:"*) ;;
cannam@86 5576 ::) dllsearchpath=$dir;;
cannam@86 5577 *) func_append dllsearchpath ":$dir";;
cannam@86 5578 esac
cannam@86 5579 case :$dllsearchpath: in
cannam@86 5580 *":$testbindir:"*) ;;
cannam@86 5581 ::) dllsearchpath=$testbindir;;
cannam@86 5582 *) func_append dllsearchpath ":$testbindir";;
cannam@86 5583 esac
cannam@86 5584 ;;
cannam@86 5585 esac
cannam@86 5586 continue
cannam@86 5587 ;;
cannam@86 5588
cannam@86 5589 -l*)
cannam@86 5590 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
cannam@86 5591 case $host in
cannam@86 5592 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
cannam@86 5593 # These systems don't actually have a C or math library (as such)
cannam@86 5594 continue
cannam@86 5595 ;;
cannam@86 5596 *-*-os2*)
cannam@86 5597 # These systems don't actually have a C library (as such)
cannam@86 5598 test "X$arg" = "X-lc" && continue
cannam@86 5599 ;;
cannam@86 5600 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
cannam@86 5601 # Do not include libc due to us having libc/libc_r.
cannam@86 5602 test "X$arg" = "X-lc" && continue
cannam@86 5603 ;;
cannam@86 5604 *-*-rhapsody* | *-*-darwin1.[012])
cannam@86 5605 # Rhapsody C and math libraries are in the System framework
cannam@86 5606 func_append deplibs " System.ltframework"
cannam@86 5607 continue
cannam@86 5608 ;;
cannam@86 5609 *-*-sco3.2v5* | *-*-sco5v6*)
cannam@86 5610 # Causes problems with __ctype
cannam@86 5611 test "X$arg" = "X-lc" && continue
cannam@86 5612 ;;
cannam@86 5613 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
cannam@86 5614 # Compiler inserts libc in the correct place for threads to work
cannam@86 5615 test "X$arg" = "X-lc" && continue
cannam@86 5616 ;;
cannam@86 5617 esac
cannam@86 5618 elif test "X$arg" = "X-lc_r"; then
cannam@86 5619 case $host in
cannam@86 5620 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
cannam@86 5621 # Do not include libc_r directly, use -pthread flag.
cannam@86 5622 continue
cannam@86 5623 ;;
cannam@86 5624 esac
cannam@86 5625 fi
cannam@86 5626 func_append deplibs " $arg"
cannam@86 5627 continue
cannam@86 5628 ;;
cannam@86 5629
cannam@86 5630 -module)
cannam@86 5631 module=yes
cannam@86 5632 continue
cannam@86 5633 ;;
cannam@86 5634
cannam@86 5635 # Tru64 UNIX uses -model [arg] to determine the layout of C++
cannam@86 5636 # classes, name mangling, and exception handling.
cannam@86 5637 # Darwin uses the -arch flag to determine output architecture.
cannam@86 5638 -model|-arch|-isysroot|--sysroot)
cannam@86 5639 func_append compiler_flags " $arg"
cannam@86 5640 func_append compile_command " $arg"
cannam@86 5641 func_append finalize_command " $arg"
cannam@86 5642 prev=xcompiler
cannam@86 5643 continue
cannam@86 5644 ;;
cannam@86 5645
cannam@86 5646 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
cannam@86 5647 func_append compiler_flags " $arg"
cannam@86 5648 func_append compile_command " $arg"
cannam@86 5649 func_append finalize_command " $arg"
cannam@86 5650 case "$new_inherited_linker_flags " in
cannam@86 5651 *" $arg "*) ;;
cannam@86 5652 * ) func_append new_inherited_linker_flags " $arg" ;;
cannam@86 5653 esac
cannam@86 5654 continue
cannam@86 5655 ;;
cannam@86 5656
cannam@86 5657 -multi_module)
cannam@86 5658 single_module="${wl}-multi_module"
cannam@86 5659 continue
cannam@86 5660 ;;
cannam@86 5661
cannam@86 5662 -no-fast-install)
cannam@86 5663 fast_install=no
cannam@86 5664 continue
cannam@86 5665 ;;
cannam@86 5666
cannam@86 5667 -no-install)
cannam@86 5668 case $host in
cannam@86 5669 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
cannam@86 5670 # The PATH hackery in wrapper scripts is required on Windows
cannam@86 5671 # and Darwin in order for the loader to find any dlls it needs.
cannam@86 5672 func_warning "\`-no-install' is ignored for $host"
cannam@86 5673 func_warning "assuming \`-no-fast-install' instead"
cannam@86 5674 fast_install=no
cannam@86 5675 ;;
cannam@86 5676 *) no_install=yes ;;
cannam@86 5677 esac
cannam@86 5678 continue
cannam@86 5679 ;;
cannam@86 5680
cannam@86 5681 -no-undefined)
cannam@86 5682 allow_undefined=no
cannam@86 5683 continue
cannam@86 5684 ;;
cannam@86 5685
cannam@86 5686 -objectlist)
cannam@86 5687 prev=objectlist
cannam@86 5688 continue
cannam@86 5689 ;;
cannam@86 5690
cannam@86 5691 -o) prev=output ;;
cannam@86 5692
cannam@86 5693 -precious-files-regex)
cannam@86 5694 prev=precious_regex
cannam@86 5695 continue
cannam@86 5696 ;;
cannam@86 5697
cannam@86 5698 -release)
cannam@86 5699 prev=release
cannam@86 5700 continue
cannam@86 5701 ;;
cannam@86 5702
cannam@86 5703 -rpath)
cannam@86 5704 prev=rpath
cannam@86 5705 continue
cannam@86 5706 ;;
cannam@86 5707
cannam@86 5708 -R)
cannam@86 5709 prev=xrpath
cannam@86 5710 continue
cannam@86 5711 ;;
cannam@86 5712
cannam@86 5713 -R*)
cannam@86 5714 func_stripname '-R' '' "$arg"
cannam@86 5715 dir=$func_stripname_result
cannam@86 5716 # We need an absolute path.
cannam@86 5717 case $dir in
cannam@86 5718 [\\/]* | [A-Za-z]:[\\/]*) ;;
cannam@86 5719 =*)
cannam@86 5720 func_stripname '=' '' "$dir"
cannam@86 5721 dir=$lt_sysroot$func_stripname_result
cannam@86 5722 ;;
cannam@86 5723 *)
cannam@86 5724 func_fatal_error "only absolute run-paths are allowed"
cannam@86 5725 ;;
cannam@86 5726 esac
cannam@86 5727 case "$xrpath " in
cannam@86 5728 *" $dir "*) ;;
cannam@86 5729 *) func_append xrpath " $dir" ;;
cannam@86 5730 esac
cannam@86 5731 continue
cannam@86 5732 ;;
cannam@86 5733
cannam@86 5734 -shared)
cannam@86 5735 # The effects of -shared are defined in a previous loop.
cannam@86 5736 continue
cannam@86 5737 ;;
cannam@86 5738
cannam@86 5739 -shrext)
cannam@86 5740 prev=shrext
cannam@86 5741 continue
cannam@86 5742 ;;
cannam@86 5743
cannam@86 5744 -static | -static-libtool-libs)
cannam@86 5745 # The effects of -static are defined in a previous loop.
cannam@86 5746 # We used to do the same as -all-static on platforms that
cannam@86 5747 # didn't have a PIC flag, but the assumption that the effects
cannam@86 5748 # would be equivalent was wrong. It would break on at least
cannam@86 5749 # Digital Unix and AIX.
cannam@86 5750 continue
cannam@86 5751 ;;
cannam@86 5752
cannam@86 5753 -thread-safe)
cannam@86 5754 thread_safe=yes
cannam@86 5755 continue
cannam@86 5756 ;;
cannam@86 5757
cannam@86 5758 -version-info)
cannam@86 5759 prev=vinfo
cannam@86 5760 continue
cannam@86 5761 ;;
cannam@86 5762
cannam@86 5763 -version-number)
cannam@86 5764 prev=vinfo
cannam@86 5765 vinfo_number=yes
cannam@86 5766 continue
cannam@86 5767 ;;
cannam@86 5768
cannam@86 5769 -weak)
cannam@86 5770 prev=weak
cannam@86 5771 continue
cannam@86 5772 ;;
cannam@86 5773
cannam@86 5774 -Wc,*)
cannam@86 5775 func_stripname '-Wc,' '' "$arg"
cannam@86 5776 args=$func_stripname_result
cannam@86 5777 arg=
cannam@86 5778 save_ifs="$IFS"; IFS=','
cannam@86 5779 for flag in $args; do
cannam@86 5780 IFS="$save_ifs"
cannam@86 5781 func_quote_for_eval "$flag"
cannam@86 5782 func_append arg " $func_quote_for_eval_result"
cannam@86 5783 func_append compiler_flags " $func_quote_for_eval_result"
cannam@86 5784 done
cannam@86 5785 IFS="$save_ifs"
cannam@86 5786 func_stripname ' ' '' "$arg"
cannam@86 5787 arg=$func_stripname_result
cannam@86 5788 ;;
cannam@86 5789
cannam@86 5790 -Wl,*)
cannam@86 5791 func_stripname '-Wl,' '' "$arg"
cannam@86 5792 args=$func_stripname_result
cannam@86 5793 arg=
cannam@86 5794 save_ifs="$IFS"; IFS=','
cannam@86 5795 for flag in $args; do
cannam@86 5796 IFS="$save_ifs"
cannam@86 5797 func_quote_for_eval "$flag"
cannam@86 5798 func_append arg " $wl$func_quote_for_eval_result"
cannam@86 5799 func_append compiler_flags " $wl$func_quote_for_eval_result"
cannam@86 5800 func_append linker_flags " $func_quote_for_eval_result"
cannam@86 5801 done
cannam@86 5802 IFS="$save_ifs"
cannam@86 5803 func_stripname ' ' '' "$arg"
cannam@86 5804 arg=$func_stripname_result
cannam@86 5805 ;;
cannam@86 5806
cannam@86 5807 -Xcompiler)
cannam@86 5808 prev=xcompiler
cannam@86 5809 continue
cannam@86 5810 ;;
cannam@86 5811
cannam@86 5812 -Xlinker)
cannam@86 5813 prev=xlinker
cannam@86 5814 continue
cannam@86 5815 ;;
cannam@86 5816
cannam@86 5817 -XCClinker)
cannam@86 5818 prev=xcclinker
cannam@86 5819 continue
cannam@86 5820 ;;
cannam@86 5821
cannam@86 5822 # -msg_* for osf cc
cannam@86 5823 -msg_*)
cannam@86 5824 func_quote_for_eval "$arg"
cannam@86 5825 arg="$func_quote_for_eval_result"
cannam@86 5826 ;;
cannam@86 5827
cannam@86 5828 # Flags to be passed through unchanged, with rationale:
cannam@86 5829 # -64, -mips[0-9] enable 64-bit mode for the SGI compiler
cannam@86 5830 # -r[0-9][0-9]* specify processor for the SGI compiler
cannam@86 5831 # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
cannam@86 5832 # +DA*, +DD* enable 64-bit mode for the HP compiler
cannam@86 5833 # -q* compiler args for the IBM compiler
cannam@86 5834 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
cannam@86 5835 # -F/path path to uninstalled frameworks, gcc on darwin
cannam@86 5836 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
cannam@86 5837 # @file GCC response files
cannam@86 5838 # -tp=* Portland pgcc target processor selection
cannam@86 5839 # --sysroot=* for sysroot support
cannam@86 5840 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
cannam@86 5841 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
cannam@86 5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
cannam@86 5843 -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
cannam@86 5844 func_quote_for_eval "$arg"
cannam@86 5845 arg="$func_quote_for_eval_result"
cannam@86 5846 func_append compile_command " $arg"
cannam@86 5847 func_append finalize_command " $arg"
cannam@86 5848 func_append compiler_flags " $arg"
cannam@86 5849 continue
cannam@86 5850 ;;
cannam@86 5851
cannam@86 5852 # Some other compiler flag.
cannam@86 5853 -* | +*)
cannam@86 5854 func_quote_for_eval "$arg"
cannam@86 5855 arg="$func_quote_for_eval_result"
cannam@86 5856 ;;
cannam@86 5857
cannam@86 5858 *.$objext)
cannam@86 5859 # A standard object.
cannam@86 5860 func_append objs " $arg"
cannam@86 5861 ;;
cannam@86 5862
cannam@86 5863 *.lo)
cannam@86 5864 # A libtool-controlled object.
cannam@86 5865
cannam@86 5866 # Check to see that this really is a libtool object.
cannam@86 5867 if func_lalib_unsafe_p "$arg"; then
cannam@86 5868 pic_object=
cannam@86 5869 non_pic_object=
cannam@86 5870
cannam@86 5871 # Read the .lo file
cannam@86 5872 func_source "$arg"
cannam@86 5873
cannam@86 5874 if test -z "$pic_object" ||
cannam@86 5875 test -z "$non_pic_object" ||
cannam@86 5876 test "$pic_object" = none &&
cannam@86 5877 test "$non_pic_object" = none; then
cannam@86 5878 func_fatal_error "cannot find name of object for \`$arg'"
cannam@86 5879 fi
cannam@86 5880
cannam@86 5881 # Extract subdirectory from the argument.
cannam@86 5882 func_dirname "$arg" "/" ""
cannam@86 5883 xdir="$func_dirname_result"
cannam@86 5884
cannam@86 5885 if test "$pic_object" != none; then
cannam@86 5886 # Prepend the subdirectory the object is found in.
cannam@86 5887 pic_object="$xdir$pic_object"
cannam@86 5888
cannam@86 5889 if test "$prev" = dlfiles; then
cannam@86 5890 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
cannam@86 5891 func_append dlfiles " $pic_object"
cannam@86 5892 prev=
cannam@86 5893 continue
cannam@86 5894 else
cannam@86 5895 # If libtool objects are unsupported, then we need to preload.
cannam@86 5896 prev=dlprefiles
cannam@86 5897 fi
cannam@86 5898 fi
cannam@86 5899
cannam@86 5900 # CHECK ME: I think I busted this. -Ossama
cannam@86 5901 if test "$prev" = dlprefiles; then
cannam@86 5902 # Preload the old-style object.
cannam@86 5903 func_append dlprefiles " $pic_object"
cannam@86 5904 prev=
cannam@86 5905 fi
cannam@86 5906
cannam@86 5907 # A PIC object.
cannam@86 5908 func_append libobjs " $pic_object"
cannam@86 5909 arg="$pic_object"
cannam@86 5910 fi
cannam@86 5911
cannam@86 5912 # Non-PIC object.
cannam@86 5913 if test "$non_pic_object" != none; then
cannam@86 5914 # Prepend the subdirectory the object is found in.
cannam@86 5915 non_pic_object="$xdir$non_pic_object"
cannam@86 5916
cannam@86 5917 # A standard non-PIC object
cannam@86 5918 func_append non_pic_objects " $non_pic_object"
cannam@86 5919 if test -z "$pic_object" || test "$pic_object" = none ; then
cannam@86 5920 arg="$non_pic_object"
cannam@86 5921 fi
cannam@86 5922 else
cannam@86 5923 # If the PIC object exists, use it instead.
cannam@86 5924 # $xdir was prepended to $pic_object above.
cannam@86 5925 non_pic_object="$pic_object"
cannam@86 5926 func_append non_pic_objects " $non_pic_object"
cannam@86 5927 fi
cannam@86 5928 else
cannam@86 5929 # Only an error if not doing a dry-run.
cannam@86 5930 if $opt_dry_run; then
cannam@86 5931 # Extract subdirectory from the argument.
cannam@86 5932 func_dirname "$arg" "/" ""
cannam@86 5933 xdir="$func_dirname_result"
cannam@86 5934
cannam@86 5935 func_lo2o "$arg"
cannam@86 5936 pic_object=$xdir$objdir/$func_lo2o_result
cannam@86 5937 non_pic_object=$xdir$func_lo2o_result
cannam@86 5938 func_append libobjs " $pic_object"
cannam@86 5939 func_append non_pic_objects " $non_pic_object"
cannam@86 5940 else
cannam@86 5941 func_fatal_error "\`$arg' is not a valid libtool object"
cannam@86 5942 fi
cannam@86 5943 fi
cannam@86 5944 ;;
cannam@86 5945
cannam@86 5946 *.$libext)
cannam@86 5947 # An archive.
cannam@86 5948 func_append deplibs " $arg"
cannam@86 5949 func_append old_deplibs " $arg"
cannam@86 5950 continue
cannam@86 5951 ;;
cannam@86 5952
cannam@86 5953 *.la)
cannam@86 5954 # A libtool-controlled library.
cannam@86 5955
cannam@86 5956 func_resolve_sysroot "$arg"
cannam@86 5957 if test "$prev" = dlfiles; then
cannam@86 5958 # This library was specified with -dlopen.
cannam@86 5959 func_append dlfiles " $func_resolve_sysroot_result"
cannam@86 5960 prev=
cannam@86 5961 elif test "$prev" = dlprefiles; then
cannam@86 5962 # The library was specified with -dlpreopen.
cannam@86 5963 func_append dlprefiles " $func_resolve_sysroot_result"
cannam@86 5964 prev=
cannam@86 5965 else
cannam@86 5966 func_append deplibs " $func_resolve_sysroot_result"
cannam@86 5967 fi
cannam@86 5968 continue
cannam@86 5969 ;;
cannam@86 5970
cannam@86 5971 # Some other compiler argument.
cannam@86 5972 *)
cannam@86 5973 # Unknown arguments in both finalize_command and compile_command need
cannam@86 5974 # to be aesthetically quoted because they are evaled later.
cannam@86 5975 func_quote_for_eval "$arg"
cannam@86 5976 arg="$func_quote_for_eval_result"
cannam@86 5977 ;;
cannam@86 5978 esac # arg
cannam@86 5979
cannam@86 5980 # Now actually substitute the argument into the commands.
cannam@86 5981 if test -n "$arg"; then
cannam@86 5982 func_append compile_command " $arg"
cannam@86 5983 func_append finalize_command " $arg"
cannam@86 5984 fi
cannam@86 5985 done # argument parsing loop
cannam@86 5986
cannam@86 5987 test -n "$prev" && \
cannam@86 5988 func_fatal_help "the \`$prevarg' option requires an argument"
cannam@86 5989
cannam@86 5990 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
cannam@86 5991 eval arg=\"$export_dynamic_flag_spec\"
cannam@86 5992 func_append compile_command " $arg"
cannam@86 5993 func_append finalize_command " $arg"
cannam@86 5994 fi
cannam@86 5995
cannam@86 5996 oldlibs=
cannam@86 5997 # calculate the name of the file, without its directory
cannam@86 5998 func_basename "$output"
cannam@86 5999 outputname="$func_basename_result"
cannam@86 6000 libobjs_save="$libobjs"
cannam@86 6001
cannam@86 6002 if test -n "$shlibpath_var"; then
cannam@86 6003 # get the directories listed in $shlibpath_var
cannam@86 6004 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
cannam@86 6005 else
cannam@86 6006 shlib_search_path=
cannam@86 6007 fi
cannam@86 6008 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
cannam@86 6009 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
cannam@86 6010
cannam@86 6011 func_dirname "$output" "/" ""
cannam@86 6012 output_objdir="$func_dirname_result$objdir"
cannam@86 6013 func_to_tool_file "$output_objdir/"
cannam@86 6014 tool_output_objdir=$func_to_tool_file_result
cannam@86 6015 # Create the object directory.
cannam@86 6016 func_mkdir_p "$output_objdir"
cannam@86 6017
cannam@86 6018 # Determine the type of output
cannam@86 6019 case $output in
cannam@86 6020 "")
cannam@86 6021 func_fatal_help "you must specify an output file"
cannam@86 6022 ;;
cannam@86 6023 *.$libext) linkmode=oldlib ;;
cannam@86 6024 *.lo | *.$objext) linkmode=obj ;;
cannam@86 6025 *.la) linkmode=lib ;;
cannam@86 6026 *) linkmode=prog ;; # Anything else should be a program.
cannam@86 6027 esac
cannam@86 6028
cannam@86 6029 specialdeplibs=
cannam@86 6030
cannam@86 6031 libs=
cannam@86 6032 # Find all interdependent deplibs by searching for libraries
cannam@86 6033 # that are linked more than once (e.g. -la -lb -la)
cannam@86 6034 for deplib in $deplibs; do
cannam@86 6035 if $opt_preserve_dup_deps ; then
cannam@86 6036 case "$libs " in
cannam@86 6037 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
cannam@86 6038 esac
cannam@86 6039 fi
cannam@86 6040 func_append libs " $deplib"
cannam@86 6041 done
cannam@86 6042
cannam@86 6043 if test "$linkmode" = lib; then
cannam@86 6044 libs="$predeps $libs $compiler_lib_search_path $postdeps"
cannam@86 6045
cannam@86 6046 # Compute libraries that are listed more than once in $predeps
cannam@86 6047 # $postdeps and mark them as special (i.e., whose duplicates are
cannam@86 6048 # not to be eliminated).
cannam@86 6049 pre_post_deps=
cannam@86 6050 if $opt_duplicate_compiler_generated_deps; then
cannam@86 6051 for pre_post_dep in $predeps $postdeps; do
cannam@86 6052 case "$pre_post_deps " in
cannam@86 6053 *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
cannam@86 6054 esac
cannam@86 6055 func_append pre_post_deps " $pre_post_dep"
cannam@86 6056 done
cannam@86 6057 fi
cannam@86 6058 pre_post_deps=
cannam@86 6059 fi
cannam@86 6060
cannam@86 6061 deplibs=
cannam@86 6062 newdependency_libs=
cannam@86 6063 newlib_search_path=
cannam@86 6064 need_relink=no # whether we're linking any uninstalled libtool libraries
cannam@86 6065 notinst_deplibs= # not-installed libtool libraries
cannam@86 6066 notinst_path= # paths that contain not-installed libtool libraries
cannam@86 6067
cannam@86 6068 case $linkmode in
cannam@86 6069 lib)
cannam@86 6070 passes="conv dlpreopen link"
cannam@86 6071 for file in $dlfiles $dlprefiles; do
cannam@86 6072 case $file in
cannam@86 6073 *.la) ;;
cannam@86 6074 *)
cannam@86 6075 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
cannam@86 6076 ;;
cannam@86 6077 esac
cannam@86 6078 done
cannam@86 6079 ;;
cannam@86 6080 prog)
cannam@86 6081 compile_deplibs=
cannam@86 6082 finalize_deplibs=
cannam@86 6083 alldeplibs=no
cannam@86 6084 newdlfiles=
cannam@86 6085 newdlprefiles=
cannam@86 6086 passes="conv scan dlopen dlpreopen link"
cannam@86 6087 ;;
cannam@86 6088 *) passes="conv"
cannam@86 6089 ;;
cannam@86 6090 esac
cannam@86 6091
cannam@86 6092 for pass in $passes; do
cannam@86 6093 # The preopen pass in lib mode reverses $deplibs; put it back here
cannam@86 6094 # so that -L comes before libs that need it for instance...
cannam@86 6095 if test "$linkmode,$pass" = "lib,link"; then
cannam@86 6096 ## FIXME: Find the place where the list is rebuilt in the wrong
cannam@86 6097 ## order, and fix it there properly
cannam@86 6098 tmp_deplibs=
cannam@86 6099 for deplib in $deplibs; do
cannam@86 6100 tmp_deplibs="$deplib $tmp_deplibs"
cannam@86 6101 done
cannam@86 6102 deplibs="$tmp_deplibs"
cannam@86 6103 fi
cannam@86 6104
cannam@86 6105 if test "$linkmode,$pass" = "lib,link" ||
cannam@86 6106 test "$linkmode,$pass" = "prog,scan"; then
cannam@86 6107 libs="$deplibs"
cannam@86 6108 deplibs=
cannam@86 6109 fi
cannam@86 6110 if test "$linkmode" = prog; then
cannam@86 6111 case $pass in
cannam@86 6112 dlopen) libs="$dlfiles" ;;
cannam@86 6113 dlpreopen) libs="$dlprefiles" ;;
cannam@86 6114 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
cannam@86 6115 esac
cannam@86 6116 fi
cannam@86 6117 if test "$linkmode,$pass" = "lib,dlpreopen"; then
cannam@86 6118 # Collect and forward deplibs of preopened libtool libs
cannam@86 6119 for lib in $dlprefiles; do
cannam@86 6120 # Ignore non-libtool-libs
cannam@86 6121 dependency_libs=
cannam@86 6122 func_resolve_sysroot "$lib"
cannam@86 6123 case $lib in
cannam@86 6124 *.la) func_source "$func_resolve_sysroot_result" ;;
cannam@86 6125 esac
cannam@86 6126
cannam@86 6127 # Collect preopened libtool deplibs, except any this library
cannam@86 6128 # has declared as weak libs
cannam@86 6129 for deplib in $dependency_libs; do
cannam@86 6130 func_basename "$deplib"
cannam@86 6131 deplib_base=$func_basename_result
cannam@86 6132 case " $weak_libs " in
cannam@86 6133 *" $deplib_base "*) ;;
cannam@86 6134 *) func_append deplibs " $deplib" ;;
cannam@86 6135 esac
cannam@86 6136 done
cannam@86 6137 done
cannam@86 6138 libs="$dlprefiles"
cannam@86 6139 fi
cannam@86 6140 if test "$pass" = dlopen; then
cannam@86 6141 # Collect dlpreopened libraries
cannam@86 6142 save_deplibs="$deplibs"
cannam@86 6143 deplibs=
cannam@86 6144 fi
cannam@86 6145
cannam@86 6146 for deplib in $libs; do
cannam@86 6147 lib=
cannam@86 6148 found=no
cannam@86 6149 case $deplib in
cannam@86 6150 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
cannam@86 6151 if test "$linkmode,$pass" = "prog,link"; then
cannam@86 6152 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6153 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6154 else
cannam@86 6155 func_append compiler_flags " $deplib"
cannam@86 6156 if test "$linkmode" = lib ; then
cannam@86 6157 case "$new_inherited_linker_flags " in
cannam@86 6158 *" $deplib "*) ;;
cannam@86 6159 * ) func_append new_inherited_linker_flags " $deplib" ;;
cannam@86 6160 esac
cannam@86 6161 fi
cannam@86 6162 fi
cannam@86 6163 continue
cannam@86 6164 ;;
cannam@86 6165 -l*)
cannam@86 6166 if test "$linkmode" != lib && test "$linkmode" != prog; then
cannam@86 6167 func_warning "\`-l' is ignored for archives/objects"
cannam@86 6168 continue
cannam@86 6169 fi
cannam@86 6170 func_stripname '-l' '' "$deplib"
cannam@86 6171 name=$func_stripname_result
cannam@86 6172 if test "$linkmode" = lib; then
cannam@86 6173 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
cannam@86 6174 else
cannam@86 6175 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
cannam@86 6176 fi
cannam@86 6177 for searchdir in $searchdirs; do
cannam@86 6178 for search_ext in .la $std_shrext .so .a; do
cannam@86 6179 # Search the libtool library
cannam@86 6180 lib="$searchdir/lib${name}${search_ext}"
cannam@86 6181 if test -f "$lib"; then
cannam@86 6182 if test "$search_ext" = ".la"; then
cannam@86 6183 found=yes
cannam@86 6184 else
cannam@86 6185 found=no
cannam@86 6186 fi
cannam@86 6187 break 2
cannam@86 6188 fi
cannam@86 6189 done
cannam@86 6190 done
cannam@86 6191 if test "$found" != yes; then
cannam@86 6192 # deplib doesn't seem to be a libtool library
cannam@86 6193 if test "$linkmode,$pass" = "prog,link"; then
cannam@86 6194 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6195 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6196 else
cannam@86 6197 deplibs="$deplib $deplibs"
cannam@86 6198 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
cannam@86 6199 fi
cannam@86 6200 continue
cannam@86 6201 else # deplib is a libtool library
cannam@86 6202 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
cannam@86 6203 # We need to do some special things here, and not later.
cannam@86 6204 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
cannam@86 6205 case " $predeps $postdeps " in
cannam@86 6206 *" $deplib "*)
cannam@86 6207 if func_lalib_p "$lib"; then
cannam@86 6208 library_names=
cannam@86 6209 old_library=
cannam@86 6210 func_source "$lib"
cannam@86 6211 for l in $old_library $library_names; do
cannam@86 6212 ll="$l"
cannam@86 6213 done
cannam@86 6214 if test "X$ll" = "X$old_library" ; then # only static version available
cannam@86 6215 found=no
cannam@86 6216 func_dirname "$lib" "" "."
cannam@86 6217 ladir="$func_dirname_result"
cannam@86 6218 lib=$ladir/$old_library
cannam@86 6219 if test "$linkmode,$pass" = "prog,link"; then
cannam@86 6220 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6221 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6222 else
cannam@86 6223 deplibs="$deplib $deplibs"
cannam@86 6224 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
cannam@86 6225 fi
cannam@86 6226 continue
cannam@86 6227 fi
cannam@86 6228 fi
cannam@86 6229 ;;
cannam@86 6230 *) ;;
cannam@86 6231 esac
cannam@86 6232 fi
cannam@86 6233 fi
cannam@86 6234 ;; # -l
cannam@86 6235 *.ltframework)
cannam@86 6236 if test "$linkmode,$pass" = "prog,link"; then
cannam@86 6237 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6238 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6239 else
cannam@86 6240 deplibs="$deplib $deplibs"
cannam@86 6241 if test "$linkmode" = lib ; then
cannam@86 6242 case "$new_inherited_linker_flags " in
cannam@86 6243 *" $deplib "*) ;;
cannam@86 6244 * ) func_append new_inherited_linker_flags " $deplib" ;;
cannam@86 6245 esac
cannam@86 6246 fi
cannam@86 6247 fi
cannam@86 6248 continue
cannam@86 6249 ;;
cannam@86 6250 -L*)
cannam@86 6251 case $linkmode in
cannam@86 6252 lib)
cannam@86 6253 deplibs="$deplib $deplibs"
cannam@86 6254 test "$pass" = conv && continue
cannam@86 6255 newdependency_libs="$deplib $newdependency_libs"
cannam@86 6256 func_stripname '-L' '' "$deplib"
cannam@86 6257 func_resolve_sysroot "$func_stripname_result"
cannam@86 6258 func_append newlib_search_path " $func_resolve_sysroot_result"
cannam@86 6259 ;;
cannam@86 6260 prog)
cannam@86 6261 if test "$pass" = conv; then
cannam@86 6262 deplibs="$deplib $deplibs"
cannam@86 6263 continue
cannam@86 6264 fi
cannam@86 6265 if test "$pass" = scan; then
cannam@86 6266 deplibs="$deplib $deplibs"
cannam@86 6267 else
cannam@86 6268 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6269 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6270 fi
cannam@86 6271 func_stripname '-L' '' "$deplib"
cannam@86 6272 func_resolve_sysroot "$func_stripname_result"
cannam@86 6273 func_append newlib_search_path " $func_resolve_sysroot_result"
cannam@86 6274 ;;
cannam@86 6275 *)
cannam@86 6276 func_warning "\`-L' is ignored for archives/objects"
cannam@86 6277 ;;
cannam@86 6278 esac # linkmode
cannam@86 6279 continue
cannam@86 6280 ;; # -L
cannam@86 6281 -R*)
cannam@86 6282 if test "$pass" = link; then
cannam@86 6283 func_stripname '-R' '' "$deplib"
cannam@86 6284 func_resolve_sysroot "$func_stripname_result"
cannam@86 6285 dir=$func_resolve_sysroot_result
cannam@86 6286 # Make sure the xrpath contains only unique directories.
cannam@86 6287 case "$xrpath " in
cannam@86 6288 *" $dir "*) ;;
cannam@86 6289 *) func_append xrpath " $dir" ;;
cannam@86 6290 esac
cannam@86 6291 fi
cannam@86 6292 deplibs="$deplib $deplibs"
cannam@86 6293 continue
cannam@86 6294 ;;
cannam@86 6295 *.la)
cannam@86 6296 func_resolve_sysroot "$deplib"
cannam@86 6297 lib=$func_resolve_sysroot_result
cannam@86 6298 ;;
cannam@86 6299 *.$libext)
cannam@86 6300 if test "$pass" = conv; then
cannam@86 6301 deplibs="$deplib $deplibs"
cannam@86 6302 continue
cannam@86 6303 fi
cannam@86 6304 case $linkmode in
cannam@86 6305 lib)
cannam@86 6306 # Linking convenience modules into shared libraries is allowed,
cannam@86 6307 # but linking other static libraries is non-portable.
cannam@86 6308 case " $dlpreconveniencelibs " in
cannam@86 6309 *" $deplib "*) ;;
cannam@86 6310 *)
cannam@86 6311 valid_a_lib=no
cannam@86 6312 case $deplibs_check_method in
cannam@86 6313 match_pattern*)
cannam@86 6314 set dummy $deplibs_check_method; shift
cannam@86 6315 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
cannam@86 6316 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
cannam@86 6317 | $EGREP "$match_pattern_regex" > /dev/null; then
cannam@86 6318 valid_a_lib=yes
cannam@86 6319 fi
cannam@86 6320 ;;
cannam@86 6321 pass_all)
cannam@86 6322 valid_a_lib=yes
cannam@86 6323 ;;
cannam@86 6324 esac
cannam@86 6325 if test "$valid_a_lib" != yes; then
cannam@86 6326 echo
cannam@86 6327 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
cannam@86 6328 echo "*** I have the capability to make that library automatically link in when"
cannam@86 6329 echo "*** you link to this library. But I can only do this if you have a"
cannam@86 6330 echo "*** shared version of the library, which you do not appear to have"
cannam@86 6331 echo "*** because the file extensions .$libext of this argument makes me believe"
cannam@86 6332 echo "*** that it is just a static archive that I should not use here."
cannam@86 6333 else
cannam@86 6334 echo
cannam@86 6335 $ECHO "*** Warning: Linking the shared library $output against the"
cannam@86 6336 $ECHO "*** static library $deplib is not portable!"
cannam@86 6337 deplibs="$deplib $deplibs"
cannam@86 6338 fi
cannam@86 6339 ;;
cannam@86 6340 esac
cannam@86 6341 continue
cannam@86 6342 ;;
cannam@86 6343 prog)
cannam@86 6344 if test "$pass" != link; then
cannam@86 6345 deplibs="$deplib $deplibs"
cannam@86 6346 else
cannam@86 6347 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6348 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6349 fi
cannam@86 6350 continue
cannam@86 6351 ;;
cannam@86 6352 esac # linkmode
cannam@86 6353 ;; # *.$libext
cannam@86 6354 *.lo | *.$objext)
cannam@86 6355 if test "$pass" = conv; then
cannam@86 6356 deplibs="$deplib $deplibs"
cannam@86 6357 elif test "$linkmode" = prog; then
cannam@86 6358 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
cannam@86 6359 # If there is no dlopen support or we're linking statically,
cannam@86 6360 # we need to preload.
cannam@86 6361 func_append newdlprefiles " $deplib"
cannam@86 6362 compile_deplibs="$deplib $compile_deplibs"
cannam@86 6363 finalize_deplibs="$deplib $finalize_deplibs"
cannam@86 6364 else
cannam@86 6365 func_append newdlfiles " $deplib"
cannam@86 6366 fi
cannam@86 6367 fi
cannam@86 6368 continue
cannam@86 6369 ;;
cannam@86 6370 %DEPLIBS%)
cannam@86 6371 alldeplibs=yes
cannam@86 6372 continue
cannam@86 6373 ;;
cannam@86 6374 esac # case $deplib
cannam@86 6375
cannam@86 6376 if test "$found" = yes || test -f "$lib"; then :
cannam@86 6377 else
cannam@86 6378 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
cannam@86 6379 fi
cannam@86 6380
cannam@86 6381 # Check to see that this really is a libtool archive.
cannam@86 6382 func_lalib_unsafe_p "$lib" \
cannam@86 6383 || func_fatal_error "\`$lib' is not a valid libtool archive"
cannam@86 6384
cannam@86 6385 func_dirname "$lib" "" "."
cannam@86 6386 ladir="$func_dirname_result"
cannam@86 6387
cannam@86 6388 dlname=
cannam@86 6389 dlopen=
cannam@86 6390 dlpreopen=
cannam@86 6391 libdir=
cannam@86 6392 library_names=
cannam@86 6393 old_library=
cannam@86 6394 inherited_linker_flags=
cannam@86 6395 # If the library was installed with an old release of libtool,
cannam@86 6396 # it will not redefine variables installed, or shouldnotlink
cannam@86 6397 installed=yes
cannam@86 6398 shouldnotlink=no
cannam@86 6399 avoidtemprpath=
cannam@86 6400
cannam@86 6401
cannam@86 6402 # Read the .la file
cannam@86 6403 func_source "$lib"
cannam@86 6404
cannam@86 6405 # Convert "-framework foo" to "foo.ltframework"
cannam@86 6406 if test -n "$inherited_linker_flags"; then
cannam@86 6407 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
cannam@86 6408 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
cannam@86 6409 case " $new_inherited_linker_flags " in
cannam@86 6410 *" $tmp_inherited_linker_flag "*) ;;
cannam@86 6411 *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
cannam@86 6412 esac
cannam@86 6413 done
cannam@86 6414 fi
cannam@86 6415 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 6416 if test "$linkmode,$pass" = "lib,link" ||
cannam@86 6417 test "$linkmode,$pass" = "prog,scan" ||
cannam@86 6418 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
cannam@86 6419 test -n "$dlopen" && func_append dlfiles " $dlopen"
cannam@86 6420 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
cannam@86 6421 fi
cannam@86 6422
cannam@86 6423 if test "$pass" = conv; then
cannam@86 6424 # Only check for convenience libraries
cannam@86 6425 deplibs="$lib $deplibs"
cannam@86 6426 if test -z "$libdir"; then
cannam@86 6427 if test -z "$old_library"; then
cannam@86 6428 func_fatal_error "cannot find name of link library for \`$lib'"
cannam@86 6429 fi
cannam@86 6430 # It is a libtool convenience library, so add in its objects.
cannam@86 6431 func_append convenience " $ladir/$objdir/$old_library"
cannam@86 6432 func_append old_convenience " $ladir/$objdir/$old_library"
cannam@86 6433 elif test "$linkmode" != prog && test "$linkmode" != lib; then
cannam@86 6434 func_fatal_error "\`$lib' is not a convenience library"
cannam@86 6435 fi
cannam@86 6436 tmp_libs=
cannam@86 6437 for deplib in $dependency_libs; do
cannam@86 6438 deplibs="$deplib $deplibs"
cannam@86 6439 if $opt_preserve_dup_deps ; then
cannam@86 6440 case "$tmp_libs " in
cannam@86 6441 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
cannam@86 6442 esac
cannam@86 6443 fi
cannam@86 6444 func_append tmp_libs " $deplib"
cannam@86 6445 done
cannam@86 6446 continue
cannam@86 6447 fi # $pass = conv
cannam@86 6448
cannam@86 6449
cannam@86 6450 # Get the name of the library we link against.
cannam@86 6451 linklib=
cannam@86 6452 if test -n "$old_library" &&
cannam@86 6453 { test "$prefer_static_libs" = yes ||
cannam@86 6454 test "$prefer_static_libs,$installed" = "built,no"; }; then
cannam@86 6455 linklib=$old_library
cannam@86 6456 else
cannam@86 6457 for l in $old_library $library_names; do
cannam@86 6458 linklib="$l"
cannam@86 6459 done
cannam@86 6460 fi
cannam@86 6461 if test -z "$linklib"; then
cannam@86 6462 func_fatal_error "cannot find name of link library for \`$lib'"
cannam@86 6463 fi
cannam@86 6464
cannam@86 6465 # This library was specified with -dlopen.
cannam@86 6466 if test "$pass" = dlopen; then
cannam@86 6467 if test -z "$libdir"; then
cannam@86 6468 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
cannam@86 6469 fi
cannam@86 6470 if test -z "$dlname" ||
cannam@86 6471 test "$dlopen_support" != yes ||
cannam@86 6472 test "$build_libtool_libs" = no; then
cannam@86 6473 # If there is no dlname, no dlopen support or we're linking
cannam@86 6474 # statically, we need to preload. We also need to preload any
cannam@86 6475 # dependent libraries so libltdl's deplib preloader doesn't
cannam@86 6476 # bomb out in the load deplibs phase.
cannam@86 6477 func_append dlprefiles " $lib $dependency_libs"
cannam@86 6478 else
cannam@86 6479 func_append newdlfiles " $lib"
cannam@86 6480 fi
cannam@86 6481 continue
cannam@86 6482 fi # $pass = dlopen
cannam@86 6483
cannam@86 6484 # We need an absolute path.
cannam@86 6485 case $ladir in
cannam@86 6486 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
cannam@86 6487 *)
cannam@86 6488 abs_ladir=`cd "$ladir" && pwd`
cannam@86 6489 if test -z "$abs_ladir"; then
cannam@86 6490 func_warning "cannot determine absolute directory name of \`$ladir'"
cannam@86 6491 func_warning "passing it literally to the linker, although it might fail"
cannam@86 6492 abs_ladir="$ladir"
cannam@86 6493 fi
cannam@86 6494 ;;
cannam@86 6495 esac
cannam@86 6496 func_basename "$lib"
cannam@86 6497 laname="$func_basename_result"
cannam@86 6498
cannam@86 6499 # Find the relevant object directory and library name.
cannam@86 6500 if test "X$installed" = Xyes; then
cannam@86 6501 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
cannam@86 6502 func_warning "library \`$lib' was moved."
cannam@86 6503 dir="$ladir"
cannam@86 6504 absdir="$abs_ladir"
cannam@86 6505 libdir="$abs_ladir"
cannam@86 6506 else
cannam@86 6507 dir="$lt_sysroot$libdir"
cannam@86 6508 absdir="$lt_sysroot$libdir"
cannam@86 6509 fi
cannam@86 6510 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
cannam@86 6511 else
cannam@86 6512 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
cannam@86 6513 dir="$ladir"
cannam@86 6514 absdir="$abs_ladir"
cannam@86 6515 # Remove this search path later
cannam@86 6516 func_append notinst_path " $abs_ladir"
cannam@86 6517 else
cannam@86 6518 dir="$ladir/$objdir"
cannam@86 6519 absdir="$abs_ladir/$objdir"
cannam@86 6520 # Remove this search path later
cannam@86 6521 func_append notinst_path " $abs_ladir"
cannam@86 6522 fi
cannam@86 6523 fi # $installed = yes
cannam@86 6524 func_stripname 'lib' '.la' "$laname"
cannam@86 6525 name=$func_stripname_result
cannam@86 6526
cannam@86 6527 # This library was specified with -dlpreopen.
cannam@86 6528 if test "$pass" = dlpreopen; then
cannam@86 6529 if test -z "$libdir" && test "$linkmode" = prog; then
cannam@86 6530 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
cannam@86 6531 fi
cannam@86 6532 case "$host" in
cannam@86 6533 # special handling for platforms with PE-DLLs.
cannam@86 6534 *cygwin* | *mingw* | *cegcc* )
cannam@86 6535 # Linker will automatically link against shared library if both
cannam@86 6536 # static and shared are present. Therefore, ensure we extract
cannam@86 6537 # symbols from the import library if a shared library is present
cannam@86 6538 # (otherwise, the dlopen module name will be incorrect). We do
cannam@86 6539 # this by putting the import library name into $newdlprefiles.
cannam@86 6540 # We recover the dlopen module name by 'saving' the la file
cannam@86 6541 # name in a special purpose variable, and (later) extracting the
cannam@86 6542 # dlname from the la file.
cannam@86 6543 if test -n "$dlname"; then
cannam@86 6544 func_tr_sh "$dir/$linklib"
cannam@86 6545 eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
cannam@86 6546 func_append newdlprefiles " $dir/$linklib"
cannam@86 6547 else
cannam@86 6548 func_append newdlprefiles " $dir/$old_library"
cannam@86 6549 # Keep a list of preopened convenience libraries to check
cannam@86 6550 # that they are being used correctly in the link pass.
cannam@86 6551 test -z "$libdir" && \
cannam@86 6552 func_append dlpreconveniencelibs " $dir/$old_library"
cannam@86 6553 fi
cannam@86 6554 ;;
cannam@86 6555 * )
cannam@86 6556 # Prefer using a static library (so that no silly _DYNAMIC symbols
cannam@86 6557 # are required to link).
cannam@86 6558 if test -n "$old_library"; then
cannam@86 6559 func_append newdlprefiles " $dir/$old_library"
cannam@86 6560 # Keep a list of preopened convenience libraries to check
cannam@86 6561 # that they are being used correctly in the link pass.
cannam@86 6562 test -z "$libdir" && \
cannam@86 6563 func_append dlpreconveniencelibs " $dir/$old_library"
cannam@86 6564 # Otherwise, use the dlname, so that lt_dlopen finds it.
cannam@86 6565 elif test -n "$dlname"; then
cannam@86 6566 func_append newdlprefiles " $dir/$dlname"
cannam@86 6567 else
cannam@86 6568 func_append newdlprefiles " $dir/$linklib"
cannam@86 6569 fi
cannam@86 6570 ;;
cannam@86 6571 esac
cannam@86 6572 fi # $pass = dlpreopen
cannam@86 6573
cannam@86 6574 if test -z "$libdir"; then
cannam@86 6575 # Link the convenience library
cannam@86 6576 if test "$linkmode" = lib; then
cannam@86 6577 deplibs="$dir/$old_library $deplibs"
cannam@86 6578 elif test "$linkmode,$pass" = "prog,link"; then
cannam@86 6579 compile_deplibs="$dir/$old_library $compile_deplibs"
cannam@86 6580 finalize_deplibs="$dir/$old_library $finalize_deplibs"
cannam@86 6581 else
cannam@86 6582 deplibs="$lib $deplibs" # used for prog,scan pass
cannam@86 6583 fi
cannam@86 6584 continue
cannam@86 6585 fi
cannam@86 6586
cannam@86 6587
cannam@86 6588 if test "$linkmode" = prog && test "$pass" != link; then
cannam@86 6589 func_append newlib_search_path " $ladir"
cannam@86 6590 deplibs="$lib $deplibs"
cannam@86 6591
cannam@86 6592 linkalldeplibs=no
cannam@86 6593 if test "$link_all_deplibs" != no || test -z "$library_names" ||
cannam@86 6594 test "$build_libtool_libs" = no; then
cannam@86 6595 linkalldeplibs=yes
cannam@86 6596 fi
cannam@86 6597
cannam@86 6598 tmp_libs=
cannam@86 6599 for deplib in $dependency_libs; do
cannam@86 6600 case $deplib in
cannam@86 6601 -L*) func_stripname '-L' '' "$deplib"
cannam@86 6602 func_resolve_sysroot "$func_stripname_result"
cannam@86 6603 func_append newlib_search_path " $func_resolve_sysroot_result"
cannam@86 6604 ;;
cannam@86 6605 esac
cannam@86 6606 # Need to link against all dependency_libs?
cannam@86 6607 if test "$linkalldeplibs" = yes; then
cannam@86 6608 deplibs="$deplib $deplibs"
cannam@86 6609 else
cannam@86 6610 # Need to hardcode shared library paths
cannam@86 6611 # or/and link against static libraries
cannam@86 6612 newdependency_libs="$deplib $newdependency_libs"
cannam@86 6613 fi
cannam@86 6614 if $opt_preserve_dup_deps ; then
cannam@86 6615 case "$tmp_libs " in
cannam@86 6616 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
cannam@86 6617 esac
cannam@86 6618 fi
cannam@86 6619 func_append tmp_libs " $deplib"
cannam@86 6620 done # for deplib
cannam@86 6621 continue
cannam@86 6622 fi # $linkmode = prog...
cannam@86 6623
cannam@86 6624 if test "$linkmode,$pass" = "prog,link"; then
cannam@86 6625 if test -n "$library_names" &&
cannam@86 6626 { { test "$prefer_static_libs" = no ||
cannam@86 6627 test "$prefer_static_libs,$installed" = "built,yes"; } ||
cannam@86 6628 test -z "$old_library"; }; then
cannam@86 6629 # We need to hardcode the library path
cannam@86 6630 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
cannam@86 6631 # Make sure the rpath contains only unique directories.
cannam@86 6632 case "$temp_rpath:" in
cannam@86 6633 *"$absdir:"*) ;;
cannam@86 6634 *) func_append temp_rpath "$absdir:" ;;
cannam@86 6635 esac
cannam@86 6636 fi
cannam@86 6637
cannam@86 6638 # Hardcode the library path.
cannam@86 6639 # Skip directories that are in the system default run-time
cannam@86 6640 # search path.
cannam@86 6641 case " $sys_lib_dlsearch_path " in
cannam@86 6642 *" $absdir "*) ;;
cannam@86 6643 *)
cannam@86 6644 case "$compile_rpath " in
cannam@86 6645 *" $absdir "*) ;;
cannam@86 6646 *) func_append compile_rpath " $absdir" ;;
cannam@86 6647 esac
cannam@86 6648 ;;
cannam@86 6649 esac
cannam@86 6650 case " $sys_lib_dlsearch_path " in
cannam@86 6651 *" $libdir "*) ;;
cannam@86 6652 *)
cannam@86 6653 case "$finalize_rpath " in
cannam@86 6654 *" $libdir "*) ;;
cannam@86 6655 *) func_append finalize_rpath " $libdir" ;;
cannam@86 6656 esac
cannam@86 6657 ;;
cannam@86 6658 esac
cannam@86 6659 fi # $linkmode,$pass = prog,link...
cannam@86 6660
cannam@86 6661 if test "$alldeplibs" = yes &&
cannam@86 6662 { test "$deplibs_check_method" = pass_all ||
cannam@86 6663 { test "$build_libtool_libs" = yes &&
cannam@86 6664 test -n "$library_names"; }; }; then
cannam@86 6665 # We only need to search for static libraries
cannam@86 6666 continue
cannam@86 6667 fi
cannam@86 6668 fi
cannam@86 6669
cannam@86 6670 link_static=no # Whether the deplib will be linked statically
cannam@86 6671 use_static_libs=$prefer_static_libs
cannam@86 6672 if test "$use_static_libs" = built && test "$installed" = yes; then
cannam@86 6673 use_static_libs=no
cannam@86 6674 fi
cannam@86 6675 if test -n "$library_names" &&
cannam@86 6676 { test "$use_static_libs" = no || test -z "$old_library"; }; then
cannam@86 6677 case $host in
cannam@86 6678 *cygwin* | *mingw* | *cegcc*)
cannam@86 6679 # No point in relinking DLLs because paths are not encoded
cannam@86 6680 func_append notinst_deplibs " $lib"
cannam@86 6681 need_relink=no
cannam@86 6682 ;;
cannam@86 6683 *)
cannam@86 6684 if test "$installed" = no; then
cannam@86 6685 func_append notinst_deplibs " $lib"
cannam@86 6686 need_relink=yes
cannam@86 6687 fi
cannam@86 6688 ;;
cannam@86 6689 esac
cannam@86 6690 # This is a shared library
cannam@86 6691
cannam@86 6692 # Warn about portability, can't link against -module's on some
cannam@86 6693 # systems (darwin). Don't bleat about dlopened modules though!
cannam@86 6694 dlopenmodule=""
cannam@86 6695 for dlpremoduletest in $dlprefiles; do
cannam@86 6696 if test "X$dlpremoduletest" = "X$lib"; then
cannam@86 6697 dlopenmodule="$dlpremoduletest"
cannam@86 6698 break
cannam@86 6699 fi
cannam@86 6700 done
cannam@86 6701 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
cannam@86 6702 echo
cannam@86 6703 if test "$linkmode" = prog; then
cannam@86 6704 $ECHO "*** Warning: Linking the executable $output against the loadable module"
cannam@86 6705 else
cannam@86 6706 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
cannam@86 6707 fi
cannam@86 6708 $ECHO "*** $linklib is not portable!"
cannam@86 6709 fi
cannam@86 6710 if test "$linkmode" = lib &&
cannam@86 6711 test "$hardcode_into_libs" = yes; then
cannam@86 6712 # Hardcode the library path.
cannam@86 6713 # Skip directories that are in the system default run-time
cannam@86 6714 # search path.
cannam@86 6715 case " $sys_lib_dlsearch_path " in
cannam@86 6716 *" $absdir "*) ;;
cannam@86 6717 *)
cannam@86 6718 case "$compile_rpath " in
cannam@86 6719 *" $absdir "*) ;;
cannam@86 6720 *) func_append compile_rpath " $absdir" ;;
cannam@86 6721 esac
cannam@86 6722 ;;
cannam@86 6723 esac
cannam@86 6724 case " $sys_lib_dlsearch_path " in
cannam@86 6725 *" $libdir "*) ;;
cannam@86 6726 *)
cannam@86 6727 case "$finalize_rpath " in
cannam@86 6728 *" $libdir "*) ;;
cannam@86 6729 *) func_append finalize_rpath " $libdir" ;;
cannam@86 6730 esac
cannam@86 6731 ;;
cannam@86 6732 esac
cannam@86 6733 fi
cannam@86 6734
cannam@86 6735 if test -n "$old_archive_from_expsyms_cmds"; then
cannam@86 6736 # figure out the soname
cannam@86 6737 set dummy $library_names
cannam@86 6738 shift
cannam@86 6739 realname="$1"
cannam@86 6740 shift
cannam@86 6741 libname=`eval "\\$ECHO \"$libname_spec\""`
cannam@86 6742 # use dlname if we got it. it's perfectly good, no?
cannam@86 6743 if test -n "$dlname"; then
cannam@86 6744 soname="$dlname"
cannam@86 6745 elif test -n "$soname_spec"; then
cannam@86 6746 # bleh windows
cannam@86 6747 case $host in
cannam@86 6748 *cygwin* | mingw* | *cegcc*)
cannam@86 6749 func_arith $current - $age
cannam@86 6750 major=$func_arith_result
cannam@86 6751 versuffix="-$major"
cannam@86 6752 ;;
cannam@86 6753 esac
cannam@86 6754 eval soname=\"$soname_spec\"
cannam@86 6755 else
cannam@86 6756 soname="$realname"
cannam@86 6757 fi
cannam@86 6758
cannam@86 6759 # Make a new name for the extract_expsyms_cmds to use
cannam@86 6760 soroot="$soname"
cannam@86 6761 func_basename "$soroot"
cannam@86 6762 soname="$func_basename_result"
cannam@86 6763 func_stripname 'lib' '.dll' "$soname"
cannam@86 6764 newlib=libimp-$func_stripname_result.a
cannam@86 6765
cannam@86 6766 # If the library has no export list, then create one now
cannam@86 6767 if test -f "$output_objdir/$soname-def"; then :
cannam@86 6768 else
cannam@86 6769 func_verbose "extracting exported symbol list from \`$soname'"
cannam@86 6770 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
cannam@86 6771 fi
cannam@86 6772
cannam@86 6773 # Create $newlib
cannam@86 6774 if test -f "$output_objdir/$newlib"; then :; else
cannam@86 6775 func_verbose "generating import library for \`$soname'"
cannam@86 6776 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
cannam@86 6777 fi
cannam@86 6778 # make sure the library variables are pointing to the new library
cannam@86 6779 dir=$output_objdir
cannam@86 6780 linklib=$newlib
cannam@86 6781 fi # test -n "$old_archive_from_expsyms_cmds"
cannam@86 6782
cannam@86 6783 if test "$linkmode" = prog || test "$opt_mode" != relink; then
cannam@86 6784 add_shlibpath=
cannam@86 6785 add_dir=
cannam@86 6786 add=
cannam@86 6787 lib_linked=yes
cannam@86 6788 case $hardcode_action in
cannam@86 6789 immediate | unsupported)
cannam@86 6790 if test "$hardcode_direct" = no; then
cannam@86 6791 add="$dir/$linklib"
cannam@86 6792 case $host in
cannam@86 6793 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
cannam@86 6794 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
cannam@86 6795 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
cannam@86 6796 *-*-unixware7*) add_dir="-L$dir" ;;
cannam@86 6797 *-*-darwin* )
cannam@86 6798 # if the lib is a (non-dlopened) module then we can not
cannam@86 6799 # link against it, someone is ignoring the earlier warnings
cannam@86 6800 if /usr/bin/file -L $add 2> /dev/null |
cannam@86 6801 $GREP ": [^:]* bundle" >/dev/null ; then
cannam@86 6802 if test "X$dlopenmodule" != "X$lib"; then
cannam@86 6803 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
cannam@86 6804 if test -z "$old_library" ; then
cannam@86 6805 echo
cannam@86 6806 echo "*** And there doesn't seem to be a static archive available"
cannam@86 6807 echo "*** The link will probably fail, sorry"
cannam@86 6808 else
cannam@86 6809 add="$dir/$old_library"
cannam@86 6810 fi
cannam@86 6811 elif test -n "$old_library"; then
cannam@86 6812 add="$dir/$old_library"
cannam@86 6813 fi
cannam@86 6814 fi
cannam@86 6815 esac
cannam@86 6816 elif test "$hardcode_minus_L" = no; then
cannam@86 6817 case $host in
cannam@86 6818 *-*-sunos*) add_shlibpath="$dir" ;;
cannam@86 6819 esac
cannam@86 6820 add_dir="-L$dir"
cannam@86 6821 add="-l$name"
cannam@86 6822 elif test "$hardcode_shlibpath_var" = no; then
cannam@86 6823 add_shlibpath="$dir"
cannam@86 6824 add="-l$name"
cannam@86 6825 else
cannam@86 6826 lib_linked=no
cannam@86 6827 fi
cannam@86 6828 ;;
cannam@86 6829 relink)
cannam@86 6830 if test "$hardcode_direct" = yes &&
cannam@86 6831 test "$hardcode_direct_absolute" = no; then
cannam@86 6832 add="$dir/$linklib"
cannam@86 6833 elif test "$hardcode_minus_L" = yes; then
cannam@86 6834 add_dir="-L$dir"
cannam@86 6835 # Try looking first in the location we're being installed to.
cannam@86 6836 if test -n "$inst_prefix_dir"; then
cannam@86 6837 case $libdir in
cannam@86 6838 [\\/]*)
cannam@86 6839 func_append add_dir " -L$inst_prefix_dir$libdir"
cannam@86 6840 ;;
cannam@86 6841 esac
cannam@86 6842 fi
cannam@86 6843 add="-l$name"
cannam@86 6844 elif test "$hardcode_shlibpath_var" = yes; then
cannam@86 6845 add_shlibpath="$dir"
cannam@86 6846 add="-l$name"
cannam@86 6847 else
cannam@86 6848 lib_linked=no
cannam@86 6849 fi
cannam@86 6850 ;;
cannam@86 6851 *) lib_linked=no ;;
cannam@86 6852 esac
cannam@86 6853
cannam@86 6854 if test "$lib_linked" != yes; then
cannam@86 6855 func_fatal_configuration "unsupported hardcode properties"
cannam@86 6856 fi
cannam@86 6857
cannam@86 6858 if test -n "$add_shlibpath"; then
cannam@86 6859 case :$compile_shlibpath: in
cannam@86 6860 *":$add_shlibpath:"*) ;;
cannam@86 6861 *) func_append compile_shlibpath "$add_shlibpath:" ;;
cannam@86 6862 esac
cannam@86 6863 fi
cannam@86 6864 if test "$linkmode" = prog; then
cannam@86 6865 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
cannam@86 6866 test -n "$add" && compile_deplibs="$add $compile_deplibs"
cannam@86 6867 else
cannam@86 6868 test -n "$add_dir" && deplibs="$add_dir $deplibs"
cannam@86 6869 test -n "$add" && deplibs="$add $deplibs"
cannam@86 6870 if test "$hardcode_direct" != yes &&
cannam@86 6871 test "$hardcode_minus_L" != yes &&
cannam@86 6872 test "$hardcode_shlibpath_var" = yes; then
cannam@86 6873 case :$finalize_shlibpath: in
cannam@86 6874 *":$libdir:"*) ;;
cannam@86 6875 *) func_append finalize_shlibpath "$libdir:" ;;
cannam@86 6876 esac
cannam@86 6877 fi
cannam@86 6878 fi
cannam@86 6879 fi
cannam@86 6880
cannam@86 6881 if test "$linkmode" = prog || test "$opt_mode" = relink; then
cannam@86 6882 add_shlibpath=
cannam@86 6883 add_dir=
cannam@86 6884 add=
cannam@86 6885 # Finalize command for both is simple: just hardcode it.
cannam@86 6886 if test "$hardcode_direct" = yes &&
cannam@86 6887 test "$hardcode_direct_absolute" = no; then
cannam@86 6888 add="$libdir/$linklib"
cannam@86 6889 elif test "$hardcode_minus_L" = yes; then
cannam@86 6890 add_dir="-L$libdir"
cannam@86 6891 add="-l$name"
cannam@86 6892 elif test "$hardcode_shlibpath_var" = yes; then
cannam@86 6893 case :$finalize_shlibpath: in
cannam@86 6894 *":$libdir:"*) ;;
cannam@86 6895 *) func_append finalize_shlibpath "$libdir:" ;;
cannam@86 6896 esac
cannam@86 6897 add="-l$name"
cannam@86 6898 elif test "$hardcode_automatic" = yes; then
cannam@86 6899 if test -n "$inst_prefix_dir" &&
cannam@86 6900 test -f "$inst_prefix_dir$libdir/$linklib" ; then
cannam@86 6901 add="$inst_prefix_dir$libdir/$linklib"
cannam@86 6902 else
cannam@86 6903 add="$libdir/$linklib"
cannam@86 6904 fi
cannam@86 6905 else
cannam@86 6906 # We cannot seem to hardcode it, guess we'll fake it.
cannam@86 6907 add_dir="-L$libdir"
cannam@86 6908 # Try looking first in the location we're being installed to.
cannam@86 6909 if test -n "$inst_prefix_dir"; then
cannam@86 6910 case $libdir in
cannam@86 6911 [\\/]*)
cannam@86 6912 func_append add_dir " -L$inst_prefix_dir$libdir"
cannam@86 6913 ;;
cannam@86 6914 esac
cannam@86 6915 fi
cannam@86 6916 add="-l$name"
cannam@86 6917 fi
cannam@86 6918
cannam@86 6919 if test "$linkmode" = prog; then
cannam@86 6920 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
cannam@86 6921 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
cannam@86 6922 else
cannam@86 6923 test -n "$add_dir" && deplibs="$add_dir $deplibs"
cannam@86 6924 test -n "$add" && deplibs="$add $deplibs"
cannam@86 6925 fi
cannam@86 6926 fi
cannam@86 6927 elif test "$linkmode" = prog; then
cannam@86 6928 # Here we assume that one of hardcode_direct or hardcode_minus_L
cannam@86 6929 # is not unsupported. This is valid on all known static and
cannam@86 6930 # shared platforms.
cannam@86 6931 if test "$hardcode_direct" != unsupported; then
cannam@86 6932 test -n "$old_library" && linklib="$old_library"
cannam@86 6933 compile_deplibs="$dir/$linklib $compile_deplibs"
cannam@86 6934 finalize_deplibs="$dir/$linklib $finalize_deplibs"
cannam@86 6935 else
cannam@86 6936 compile_deplibs="-l$name -L$dir $compile_deplibs"
cannam@86 6937 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
cannam@86 6938 fi
cannam@86 6939 elif test "$build_libtool_libs" = yes; then
cannam@86 6940 # Not a shared library
cannam@86 6941 if test "$deplibs_check_method" != pass_all; then
cannam@86 6942 # We're trying link a shared library against a static one
cannam@86 6943 # but the system doesn't support it.
cannam@86 6944
cannam@86 6945 # Just print a warning and add the library to dependency_libs so
cannam@86 6946 # that the program can be linked against the static library.
cannam@86 6947 echo
cannam@86 6948 $ECHO "*** Warning: This system can not link to static lib archive $lib."
cannam@86 6949 echo "*** I have the capability to make that library automatically link in when"
cannam@86 6950 echo "*** you link to this library. But I can only do this if you have a"
cannam@86 6951 echo "*** shared version of the library, which you do not appear to have."
cannam@86 6952 if test "$module" = yes; then
cannam@86 6953 echo "*** But as you try to build a module library, libtool will still create "
cannam@86 6954 echo "*** a static module, that should work as long as the dlopening application"
cannam@86 6955 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
cannam@86 6956 if test -z "$global_symbol_pipe"; then
cannam@86 6957 echo
cannam@86 6958 echo "*** However, this would only work if libtool was able to extract symbol"
cannam@86 6959 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
cannam@86 6960 echo "*** not find such a program. So, this module is probably useless."
cannam@86 6961 echo "*** \`nm' from GNU binutils and a full rebuild may help."
cannam@86 6962 fi
cannam@86 6963 if test "$build_old_libs" = no; then
cannam@86 6964 build_libtool_libs=module
cannam@86 6965 build_old_libs=yes
cannam@86 6966 else
cannam@86 6967 build_libtool_libs=no
cannam@86 6968 fi
cannam@86 6969 fi
cannam@86 6970 else
cannam@86 6971 deplibs="$dir/$old_library $deplibs"
cannam@86 6972 link_static=yes
cannam@86 6973 fi
cannam@86 6974 fi # link shared/static library?
cannam@86 6975
cannam@86 6976 if test "$linkmode" = lib; then
cannam@86 6977 if test -n "$dependency_libs" &&
cannam@86 6978 { test "$hardcode_into_libs" != yes ||
cannam@86 6979 test "$build_old_libs" = yes ||
cannam@86 6980 test "$link_static" = yes; }; then
cannam@86 6981 # Extract -R from dependency_libs
cannam@86 6982 temp_deplibs=
cannam@86 6983 for libdir in $dependency_libs; do
cannam@86 6984 case $libdir in
cannam@86 6985 -R*) func_stripname '-R' '' "$libdir"
cannam@86 6986 temp_xrpath=$func_stripname_result
cannam@86 6987 case " $xrpath " in
cannam@86 6988 *" $temp_xrpath "*) ;;
cannam@86 6989 *) func_append xrpath " $temp_xrpath";;
cannam@86 6990 esac;;
cannam@86 6991 *) func_append temp_deplibs " $libdir";;
cannam@86 6992 esac
cannam@86 6993 done
cannam@86 6994 dependency_libs="$temp_deplibs"
cannam@86 6995 fi
cannam@86 6996
cannam@86 6997 func_append newlib_search_path " $absdir"
cannam@86 6998 # Link against this library
cannam@86 6999 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
cannam@86 7000 # ... and its dependency_libs
cannam@86 7001 tmp_libs=
cannam@86 7002 for deplib in $dependency_libs; do
cannam@86 7003 newdependency_libs="$deplib $newdependency_libs"
cannam@86 7004 case $deplib in
cannam@86 7005 -L*) func_stripname '-L' '' "$deplib"
cannam@86 7006 func_resolve_sysroot "$func_stripname_result";;
cannam@86 7007 *) func_resolve_sysroot "$deplib" ;;
cannam@86 7008 esac
cannam@86 7009 if $opt_preserve_dup_deps ; then
cannam@86 7010 case "$tmp_libs " in
cannam@86 7011 *" $func_resolve_sysroot_result "*)
cannam@86 7012 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
cannam@86 7013 esac
cannam@86 7014 fi
cannam@86 7015 func_append tmp_libs " $func_resolve_sysroot_result"
cannam@86 7016 done
cannam@86 7017
cannam@86 7018 if test "$link_all_deplibs" != no; then
cannam@86 7019 # Add the search paths of all dependency libraries
cannam@86 7020 for deplib in $dependency_libs; do
cannam@86 7021 path=
cannam@86 7022 case $deplib in
cannam@86 7023 -L*) path="$deplib" ;;
cannam@86 7024 *.la)
cannam@86 7025 func_resolve_sysroot "$deplib"
cannam@86 7026 deplib=$func_resolve_sysroot_result
cannam@86 7027 func_dirname "$deplib" "" "."
cannam@86 7028 dir=$func_dirname_result
cannam@86 7029 # We need an absolute path.
cannam@86 7030 case $dir in
cannam@86 7031 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
cannam@86 7032 *)
cannam@86 7033 absdir=`cd "$dir" && pwd`
cannam@86 7034 if test -z "$absdir"; then
cannam@86 7035 func_warning "cannot determine absolute directory name of \`$dir'"
cannam@86 7036 absdir="$dir"
cannam@86 7037 fi
cannam@86 7038 ;;
cannam@86 7039 esac
cannam@86 7040 if $GREP "^installed=no" $deplib > /dev/null; then
cannam@86 7041 case $host in
cannam@86 7042 *-*-darwin*)
cannam@86 7043 depdepl=
cannam@86 7044 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
cannam@86 7045 if test -n "$deplibrary_names" ; then
cannam@86 7046 for tmp in $deplibrary_names ; do
cannam@86 7047 depdepl=$tmp
cannam@86 7048 done
cannam@86 7049 if test -f "$absdir/$objdir/$depdepl" ; then
cannam@86 7050 depdepl="$absdir/$objdir/$depdepl"
cannam@86 7051 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
cannam@86 7052 if test -z "$darwin_install_name"; then
cannam@86 7053 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
cannam@86 7054 fi
cannam@86 7055 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
cannam@86 7056 func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"
cannam@86 7057 path=
cannam@86 7058 fi
cannam@86 7059 fi
cannam@86 7060 ;;
cannam@86 7061 *)
cannam@86 7062 path="-L$absdir/$objdir"
cannam@86 7063 ;;
cannam@86 7064 esac
cannam@86 7065 else
cannam@86 7066 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
cannam@86 7067 test -z "$libdir" && \
cannam@86 7068 func_fatal_error "\`$deplib' is not a valid libtool archive"
cannam@86 7069 test "$absdir" != "$libdir" && \
cannam@86 7070 func_warning "\`$deplib' seems to be moved"
cannam@86 7071
cannam@86 7072 path="-L$absdir"
cannam@86 7073 fi
cannam@86 7074 ;;
cannam@86 7075 esac
cannam@86 7076 case " $deplibs " in
cannam@86 7077 *" $path "*) ;;
cannam@86 7078 *) deplibs="$path $deplibs" ;;
cannam@86 7079 esac
cannam@86 7080 done
cannam@86 7081 fi # link_all_deplibs != no
cannam@86 7082 fi # linkmode = lib
cannam@86 7083 done # for deplib in $libs
cannam@86 7084 if test "$pass" = link; then
cannam@86 7085 if test "$linkmode" = "prog"; then
cannam@86 7086 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
cannam@86 7087 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
cannam@86 7088 else
cannam@86 7089 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 7090 fi
cannam@86 7091 fi
cannam@86 7092 dependency_libs="$newdependency_libs"
cannam@86 7093 if test "$pass" = dlpreopen; then
cannam@86 7094 # Link the dlpreopened libraries before other libraries
cannam@86 7095 for deplib in $save_deplibs; do
cannam@86 7096 deplibs="$deplib $deplibs"
cannam@86 7097 done
cannam@86 7098 fi
cannam@86 7099 if test "$pass" != dlopen; then
cannam@86 7100 if test "$pass" != conv; then
cannam@86 7101 # Make sure lib_search_path contains only unique directories.
cannam@86 7102 lib_search_path=
cannam@86 7103 for dir in $newlib_search_path; do
cannam@86 7104 case "$lib_search_path " in
cannam@86 7105 *" $dir "*) ;;
cannam@86 7106 *) func_append lib_search_path " $dir" ;;
cannam@86 7107 esac
cannam@86 7108 done
cannam@86 7109 newlib_search_path=
cannam@86 7110 fi
cannam@86 7111
cannam@86 7112 if test "$linkmode,$pass" != "prog,link"; then
cannam@86 7113 vars="deplibs"
cannam@86 7114 else
cannam@86 7115 vars="compile_deplibs finalize_deplibs"
cannam@86 7116 fi
cannam@86 7117 for var in $vars dependency_libs; do
cannam@86 7118 # Add libraries to $var in reverse order
cannam@86 7119 eval tmp_libs=\"\$$var\"
cannam@86 7120 new_libs=
cannam@86 7121 for deplib in $tmp_libs; do
cannam@86 7122 # FIXME: Pedantically, this is the right thing to do, so
cannam@86 7123 # that some nasty dependency loop isn't accidentally
cannam@86 7124 # broken:
cannam@86 7125 #new_libs="$deplib $new_libs"
cannam@86 7126 # Pragmatically, this seems to cause very few problems in
cannam@86 7127 # practice:
cannam@86 7128 case $deplib in
cannam@86 7129 -L*) new_libs="$deplib $new_libs" ;;
cannam@86 7130 -R*) ;;
cannam@86 7131 *)
cannam@86 7132 # And here is the reason: when a library appears more
cannam@86 7133 # than once as an explicit dependence of a library, or
cannam@86 7134 # is implicitly linked in more than once by the
cannam@86 7135 # compiler, it is considered special, and multiple
cannam@86 7136 # occurrences thereof are not removed. Compare this
cannam@86 7137 # with having the same library being listed as a
cannam@86 7138 # dependency of multiple other libraries: in this case,
cannam@86 7139 # we know (pedantically, we assume) the library does not
cannam@86 7140 # need to be listed more than once, so we keep only the
cannam@86 7141 # last copy. This is not always right, but it is rare
cannam@86 7142 # enough that we require users that really mean to play
cannam@86 7143 # such unportable linking tricks to link the library
cannam@86 7144 # using -Wl,-lname, so that libtool does not consider it
cannam@86 7145 # for duplicate removal.
cannam@86 7146 case " $specialdeplibs " in
cannam@86 7147 *" $deplib "*) new_libs="$deplib $new_libs" ;;
cannam@86 7148 *)
cannam@86 7149 case " $new_libs " in
cannam@86 7150 *" $deplib "*) ;;
cannam@86 7151 *) new_libs="$deplib $new_libs" ;;
cannam@86 7152 esac
cannam@86 7153 ;;
cannam@86 7154 esac
cannam@86 7155 ;;
cannam@86 7156 esac
cannam@86 7157 done
cannam@86 7158 tmp_libs=
cannam@86 7159 for deplib in $new_libs; do
cannam@86 7160 case $deplib in
cannam@86 7161 -L*)
cannam@86 7162 case " $tmp_libs " in
cannam@86 7163 *" $deplib "*) ;;
cannam@86 7164 *) func_append tmp_libs " $deplib" ;;
cannam@86 7165 esac
cannam@86 7166 ;;
cannam@86 7167 *) func_append tmp_libs " $deplib" ;;
cannam@86 7168 esac
cannam@86 7169 done
cannam@86 7170 eval $var=\"$tmp_libs\"
cannam@86 7171 done # for var
cannam@86 7172 fi
cannam@86 7173 # Last step: remove runtime libs from dependency_libs
cannam@86 7174 # (they stay in deplibs)
cannam@86 7175 tmp_libs=
cannam@86 7176 for i in $dependency_libs ; do
cannam@86 7177 case " $predeps $postdeps $compiler_lib_search_path " in
cannam@86 7178 *" $i "*)
cannam@86 7179 i=""
cannam@86 7180 ;;
cannam@86 7181 esac
cannam@86 7182 if test -n "$i" ; then
cannam@86 7183 func_append tmp_libs " $i"
cannam@86 7184 fi
cannam@86 7185 done
cannam@86 7186 dependency_libs=$tmp_libs
cannam@86 7187 done # for pass
cannam@86 7188 if test "$linkmode" = prog; then
cannam@86 7189 dlfiles="$newdlfiles"
cannam@86 7190 fi
cannam@86 7191 if test "$linkmode" = prog || test "$linkmode" = lib; then
cannam@86 7192 dlprefiles="$newdlprefiles"
cannam@86 7193 fi
cannam@86 7194
cannam@86 7195 case $linkmode in
cannam@86 7196 oldlib)
cannam@86 7197 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
cannam@86 7198 func_warning "\`-dlopen' is ignored for archives"
cannam@86 7199 fi
cannam@86 7200
cannam@86 7201 case " $deplibs" in
cannam@86 7202 *\ -l* | *\ -L*)
cannam@86 7203 func_warning "\`-l' and \`-L' are ignored for archives" ;;
cannam@86 7204 esac
cannam@86 7205
cannam@86 7206 test -n "$rpath" && \
cannam@86 7207 func_warning "\`-rpath' is ignored for archives"
cannam@86 7208
cannam@86 7209 test -n "$xrpath" && \
cannam@86 7210 func_warning "\`-R' is ignored for archives"
cannam@86 7211
cannam@86 7212 test -n "$vinfo" && \
cannam@86 7213 func_warning "\`-version-info/-version-number' is ignored for archives"
cannam@86 7214
cannam@86 7215 test -n "$release" && \
cannam@86 7216 func_warning "\`-release' is ignored for archives"
cannam@86 7217
cannam@86 7218 test -n "$export_symbols$export_symbols_regex" && \
cannam@86 7219 func_warning "\`-export-symbols' is ignored for archives"
cannam@86 7220
cannam@86 7221 # Now set the variables for building old libraries.
cannam@86 7222 build_libtool_libs=no
cannam@86 7223 oldlibs="$output"
cannam@86 7224 func_append objs "$old_deplibs"
cannam@86 7225 ;;
cannam@86 7226
cannam@86 7227 lib)
cannam@86 7228 # Make sure we only generate libraries of the form `libNAME.la'.
cannam@86 7229 case $outputname in
cannam@86 7230 lib*)
cannam@86 7231 func_stripname 'lib' '.la' "$outputname"
cannam@86 7232 name=$func_stripname_result
cannam@86 7233 eval shared_ext=\"$shrext_cmds\"
cannam@86 7234 eval libname=\"$libname_spec\"
cannam@86 7235 ;;
cannam@86 7236 *)
cannam@86 7237 test "$module" = no && \
cannam@86 7238 func_fatal_help "libtool library \`$output' must begin with \`lib'"
cannam@86 7239
cannam@86 7240 if test "$need_lib_prefix" != no; then
cannam@86 7241 # Add the "lib" prefix for modules if required
cannam@86 7242 func_stripname '' '.la' "$outputname"
cannam@86 7243 name=$func_stripname_result
cannam@86 7244 eval shared_ext=\"$shrext_cmds\"
cannam@86 7245 eval libname=\"$libname_spec\"
cannam@86 7246 else
cannam@86 7247 func_stripname '' '.la' "$outputname"
cannam@86 7248 libname=$func_stripname_result
cannam@86 7249 fi
cannam@86 7250 ;;
cannam@86 7251 esac
cannam@86 7252
cannam@86 7253 if test -n "$objs"; then
cannam@86 7254 if test "$deplibs_check_method" != pass_all; then
cannam@86 7255 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
cannam@86 7256 else
cannam@86 7257 echo
cannam@86 7258 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
cannam@86 7259 $ECHO "*** objects $objs is not portable!"
cannam@86 7260 func_append libobjs " $objs"
cannam@86 7261 fi
cannam@86 7262 fi
cannam@86 7263
cannam@86 7264 test "$dlself" != no && \
cannam@86 7265 func_warning "\`-dlopen self' is ignored for libtool libraries"
cannam@86 7266
cannam@86 7267 set dummy $rpath
cannam@86 7268 shift
cannam@86 7269 test "$#" -gt 1 && \
cannam@86 7270 func_warning "ignoring multiple \`-rpath's for a libtool library"
cannam@86 7271
cannam@86 7272 install_libdir="$1"
cannam@86 7273
cannam@86 7274 oldlibs=
cannam@86 7275 if test -z "$rpath"; then
cannam@86 7276 if test "$build_libtool_libs" = yes; then
cannam@86 7277 # Building a libtool convenience library.
cannam@86 7278 # Some compilers have problems with a `.al' extension so
cannam@86 7279 # convenience libraries should have the same extension an
cannam@86 7280 # archive normally would.
cannam@86 7281 oldlibs="$output_objdir/$libname.$libext $oldlibs"
cannam@86 7282 build_libtool_libs=convenience
cannam@86 7283 build_old_libs=yes
cannam@86 7284 fi
cannam@86 7285
cannam@86 7286 test -n "$vinfo" && \
cannam@86 7287 func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
cannam@86 7288
cannam@86 7289 test -n "$release" && \
cannam@86 7290 func_warning "\`-release' is ignored for convenience libraries"
cannam@86 7291 else
cannam@86 7292
cannam@86 7293 # Parse the version information argument.
cannam@86 7294 save_ifs="$IFS"; IFS=':'
cannam@86 7295 set dummy $vinfo 0 0 0
cannam@86 7296 shift
cannam@86 7297 IFS="$save_ifs"
cannam@86 7298
cannam@86 7299 test -n "$7" && \
cannam@86 7300 func_fatal_help "too many parameters to \`-version-info'"
cannam@86 7301
cannam@86 7302 # convert absolute version numbers to libtool ages
cannam@86 7303 # this retains compatibility with .la files and attempts
cannam@86 7304 # to make the code below a bit more comprehensible
cannam@86 7305
cannam@86 7306 case $vinfo_number in
cannam@86 7307 yes)
cannam@86 7308 number_major="$1"
cannam@86 7309 number_minor="$2"
cannam@86 7310 number_revision="$3"
cannam@86 7311 #
cannam@86 7312 # There are really only two kinds -- those that
cannam@86 7313 # use the current revision as the major version
cannam@86 7314 # and those that subtract age and use age as
cannam@86 7315 # a minor version. But, then there is irix
cannam@86 7316 # which has an extra 1 added just for fun
cannam@86 7317 #
cannam@86 7318 case $version_type in
cannam@86 7319 darwin|linux|osf|windows|none)
cannam@86 7320 func_arith $number_major + $number_minor
cannam@86 7321 current=$func_arith_result
cannam@86 7322 age="$number_minor"
cannam@86 7323 revision="$number_revision"
cannam@86 7324 ;;
cannam@86 7325 freebsd-aout|freebsd-elf|qnx|sunos)
cannam@86 7326 current="$number_major"
cannam@86 7327 revision="$number_minor"
cannam@86 7328 age="0"
cannam@86 7329 ;;
cannam@86 7330 irix|nonstopux)
cannam@86 7331 func_arith $number_major + $number_minor
cannam@86 7332 current=$func_arith_result
cannam@86 7333 age="$number_minor"
cannam@86 7334 revision="$number_minor"
cannam@86 7335 lt_irix_increment=no
cannam@86 7336 ;;
cannam@86 7337 esac
cannam@86 7338 ;;
cannam@86 7339 no)
cannam@86 7340 current="$1"
cannam@86 7341 revision="$2"
cannam@86 7342 age="$3"
cannam@86 7343 ;;
cannam@86 7344 esac
cannam@86 7345
cannam@86 7346 # Check that each of the things are valid numbers.
cannam@86 7347 case $current in
cannam@86 7348 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
cannam@86 7349 *)
cannam@86 7350 func_error "CURRENT \`$current' must be a nonnegative integer"
cannam@86 7351 func_fatal_error "\`$vinfo' is not valid version information"
cannam@86 7352 ;;
cannam@86 7353 esac
cannam@86 7354
cannam@86 7355 case $revision in
cannam@86 7356 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
cannam@86 7357 *)
cannam@86 7358 func_error "REVISION \`$revision' must be a nonnegative integer"
cannam@86 7359 func_fatal_error "\`$vinfo' is not valid version information"
cannam@86 7360 ;;
cannam@86 7361 esac
cannam@86 7362
cannam@86 7363 case $age in
cannam@86 7364 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
cannam@86 7365 *)
cannam@86 7366 func_error "AGE \`$age' must be a nonnegative integer"
cannam@86 7367 func_fatal_error "\`$vinfo' is not valid version information"
cannam@86 7368 ;;
cannam@86 7369 esac
cannam@86 7370
cannam@86 7371 if test "$age" -gt "$current"; then
cannam@86 7372 func_error "AGE \`$age' is greater than the current interface number \`$current'"
cannam@86 7373 func_fatal_error "\`$vinfo' is not valid version information"
cannam@86 7374 fi
cannam@86 7375
cannam@86 7376 # Calculate the version variables.
cannam@86 7377 major=
cannam@86 7378 versuffix=
cannam@86 7379 verstring=
cannam@86 7380 case $version_type in
cannam@86 7381 none) ;;
cannam@86 7382
cannam@86 7383 darwin)
cannam@86 7384 # Like Linux, but with the current version available in
cannam@86 7385 # verstring for coding it into the library header
cannam@86 7386 func_arith $current - $age
cannam@86 7387 major=.$func_arith_result
cannam@86 7388 versuffix="$major.$age.$revision"
cannam@86 7389 # Darwin ld doesn't like 0 for these options...
cannam@86 7390 func_arith $current + 1
cannam@86 7391 minor_current=$func_arith_result
cannam@86 7392 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
cannam@86 7393 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
cannam@86 7394 ;;
cannam@86 7395
cannam@86 7396 freebsd-aout)
cannam@86 7397 major=".$current"
cannam@86 7398 versuffix=".$current.$revision";
cannam@86 7399 ;;
cannam@86 7400
cannam@86 7401 freebsd-elf)
cannam@86 7402 major=".$current"
cannam@86 7403 versuffix=".$current"
cannam@86 7404 ;;
cannam@86 7405
cannam@86 7406 irix | nonstopux)
cannam@86 7407 if test "X$lt_irix_increment" = "Xno"; then
cannam@86 7408 func_arith $current - $age
cannam@86 7409 else
cannam@86 7410 func_arith $current - $age + 1
cannam@86 7411 fi
cannam@86 7412 major=$func_arith_result
cannam@86 7413
cannam@86 7414 case $version_type in
cannam@86 7415 nonstopux) verstring_prefix=nonstopux ;;
cannam@86 7416 *) verstring_prefix=sgi ;;
cannam@86 7417 esac
cannam@86 7418 verstring="$verstring_prefix$major.$revision"
cannam@86 7419
cannam@86 7420 # Add in all the interfaces that we are compatible with.
cannam@86 7421 loop=$revision
cannam@86 7422 while test "$loop" -ne 0; do
cannam@86 7423 func_arith $revision - $loop
cannam@86 7424 iface=$func_arith_result
cannam@86 7425 func_arith $loop - 1
cannam@86 7426 loop=$func_arith_result
cannam@86 7427 verstring="$verstring_prefix$major.$iface:$verstring"
cannam@86 7428 done
cannam@86 7429
cannam@86 7430 # Before this point, $major must not contain `.'.
cannam@86 7431 major=.$major
cannam@86 7432 versuffix="$major.$revision"
cannam@86 7433 ;;
cannam@86 7434
cannam@86 7435 linux)
cannam@86 7436 func_arith $current - $age
cannam@86 7437 major=.$func_arith_result
cannam@86 7438 versuffix="$major.$age.$revision"
cannam@86 7439 ;;
cannam@86 7440
cannam@86 7441 osf)
cannam@86 7442 func_arith $current - $age
cannam@86 7443 major=.$func_arith_result
cannam@86 7444 versuffix=".$current.$age.$revision"
cannam@86 7445 verstring="$current.$age.$revision"
cannam@86 7446
cannam@86 7447 # Add in all the interfaces that we are compatible with.
cannam@86 7448 loop=$age
cannam@86 7449 while test "$loop" -ne 0; do
cannam@86 7450 func_arith $current - $loop
cannam@86 7451 iface=$func_arith_result
cannam@86 7452 func_arith $loop - 1
cannam@86 7453 loop=$func_arith_result
cannam@86 7454 verstring="$verstring:${iface}.0"
cannam@86 7455 done
cannam@86 7456
cannam@86 7457 # Make executables depend on our current version.
cannam@86 7458 func_append verstring ":${current}.0"
cannam@86 7459 ;;
cannam@86 7460
cannam@86 7461 qnx)
cannam@86 7462 major=".$current"
cannam@86 7463 versuffix=".$current"
cannam@86 7464 ;;
cannam@86 7465
cannam@86 7466 sunos)
cannam@86 7467 major=".$current"
cannam@86 7468 versuffix=".$current.$revision"
cannam@86 7469 ;;
cannam@86 7470
cannam@86 7471 windows)
cannam@86 7472 # Use '-' rather than '.', since we only want one
cannam@86 7473 # extension on DOS 8.3 filesystems.
cannam@86 7474 func_arith $current - $age
cannam@86 7475 major=$func_arith_result
cannam@86 7476 versuffix="-$major"
cannam@86 7477 ;;
cannam@86 7478
cannam@86 7479 *)
cannam@86 7480 func_fatal_configuration "unknown library version type \`$version_type'"
cannam@86 7481 ;;
cannam@86 7482 esac
cannam@86 7483
cannam@86 7484 # Clear the version info if we defaulted, and they specified a release.
cannam@86 7485 if test -z "$vinfo" && test -n "$release"; then
cannam@86 7486 major=
cannam@86 7487 case $version_type in
cannam@86 7488 darwin)
cannam@86 7489 # we can't check for "0.0" in archive_cmds due to quoting
cannam@86 7490 # problems, so we reset it completely
cannam@86 7491 verstring=
cannam@86 7492 ;;
cannam@86 7493 *)
cannam@86 7494 verstring="0.0"
cannam@86 7495 ;;
cannam@86 7496 esac
cannam@86 7497 if test "$need_version" = no; then
cannam@86 7498 versuffix=
cannam@86 7499 else
cannam@86 7500 versuffix=".0.0"
cannam@86 7501 fi
cannam@86 7502 fi
cannam@86 7503
cannam@86 7504 # Remove version info from name if versioning should be avoided
cannam@86 7505 if test "$avoid_version" = yes && test "$need_version" = no; then
cannam@86 7506 major=
cannam@86 7507 versuffix=
cannam@86 7508 verstring=""
cannam@86 7509 fi
cannam@86 7510
cannam@86 7511 # Check to see if the archive will have undefined symbols.
cannam@86 7512 if test "$allow_undefined" = yes; then
cannam@86 7513 if test "$allow_undefined_flag" = unsupported; then
cannam@86 7514 func_warning "undefined symbols not allowed in $host shared libraries"
cannam@86 7515 build_libtool_libs=no
cannam@86 7516 build_old_libs=yes
cannam@86 7517 fi
cannam@86 7518 else
cannam@86 7519 # Don't allow undefined symbols.
cannam@86 7520 allow_undefined_flag="$no_undefined_flag"
cannam@86 7521 fi
cannam@86 7522
cannam@86 7523 fi
cannam@86 7524
cannam@86 7525 func_generate_dlsyms "$libname" "$libname" "yes"
cannam@86 7526 func_append libobjs " $symfileobj"
cannam@86 7527 test "X$libobjs" = "X " && libobjs=
cannam@86 7528
cannam@86 7529 if test "$opt_mode" != relink; then
cannam@86 7530 # Remove our outputs, but don't remove object files since they
cannam@86 7531 # may have been created when compiling PIC objects.
cannam@86 7532 removelist=
cannam@86 7533 tempremovelist=`$ECHO "$output_objdir/*"`
cannam@86 7534 for p in $tempremovelist; do
cannam@86 7535 case $p in
cannam@86 7536 *.$objext | *.gcno)
cannam@86 7537 ;;
cannam@86 7538 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
cannam@86 7539 if test "X$precious_files_regex" != "X"; then
cannam@86 7540 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
cannam@86 7541 then
cannam@86 7542 continue
cannam@86 7543 fi
cannam@86 7544 fi
cannam@86 7545 func_append removelist " $p"
cannam@86 7546 ;;
cannam@86 7547 *) ;;
cannam@86 7548 esac
cannam@86 7549 done
cannam@86 7550 test -n "$removelist" && \
cannam@86 7551 func_show_eval "${RM}r \$removelist"
cannam@86 7552 fi
cannam@86 7553
cannam@86 7554 # Now set the variables for building old libraries.
cannam@86 7555 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
cannam@86 7556 func_append oldlibs " $output_objdir/$libname.$libext"
cannam@86 7557
cannam@86 7558 # Transform .lo files to .o files.
cannam@86 7559 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
cannam@86 7560 fi
cannam@86 7561
cannam@86 7562 # Eliminate all temporary directories.
cannam@86 7563 #for path in $notinst_path; do
cannam@86 7564 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
cannam@86 7565 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
cannam@86 7566 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
cannam@86 7567 #done
cannam@86 7568
cannam@86 7569 if test -n "$xrpath"; then
cannam@86 7570 # If the user specified any rpath flags, then add them.
cannam@86 7571 temp_xrpath=
cannam@86 7572 for libdir in $xrpath; do
cannam@86 7573 func_replace_sysroot "$libdir"
cannam@86 7574 func_append temp_xrpath " -R$func_replace_sysroot_result"
cannam@86 7575 case "$finalize_rpath " in
cannam@86 7576 *" $libdir "*) ;;
cannam@86 7577 *) func_append finalize_rpath " $libdir" ;;
cannam@86 7578 esac
cannam@86 7579 done
cannam@86 7580 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
cannam@86 7581 dependency_libs="$temp_xrpath $dependency_libs"
cannam@86 7582 fi
cannam@86 7583 fi
cannam@86 7584
cannam@86 7585 # Make sure dlfiles contains only unique files that won't be dlpreopened
cannam@86 7586 old_dlfiles="$dlfiles"
cannam@86 7587 dlfiles=
cannam@86 7588 for lib in $old_dlfiles; do
cannam@86 7589 case " $dlprefiles $dlfiles " in
cannam@86 7590 *" $lib "*) ;;
cannam@86 7591 *) func_append dlfiles " $lib" ;;
cannam@86 7592 esac
cannam@86 7593 done
cannam@86 7594
cannam@86 7595 # Make sure dlprefiles contains only unique files
cannam@86 7596 old_dlprefiles="$dlprefiles"
cannam@86 7597 dlprefiles=
cannam@86 7598 for lib in $old_dlprefiles; do
cannam@86 7599 case "$dlprefiles " in
cannam@86 7600 *" $lib "*) ;;
cannam@86 7601 *) func_append dlprefiles " $lib" ;;
cannam@86 7602 esac
cannam@86 7603 done
cannam@86 7604
cannam@86 7605 if test "$build_libtool_libs" = yes; then
cannam@86 7606 if test -n "$rpath"; then
cannam@86 7607 case $host in
cannam@86 7608 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
cannam@86 7609 # these systems don't actually have a c library (as such)!
cannam@86 7610 ;;
cannam@86 7611 *-*-rhapsody* | *-*-darwin1.[012])
cannam@86 7612 # Rhapsody C library is in the System framework
cannam@86 7613 func_append deplibs " System.ltframework"
cannam@86 7614 ;;
cannam@86 7615 *-*-netbsd*)
cannam@86 7616 # Don't link with libc until the a.out ld.so is fixed.
cannam@86 7617 ;;
cannam@86 7618 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
cannam@86 7619 # Do not include libc due to us having libc/libc_r.
cannam@86 7620 ;;
cannam@86 7621 *-*-sco3.2v5* | *-*-sco5v6*)
cannam@86 7622 # Causes problems with __ctype
cannam@86 7623 ;;
cannam@86 7624 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
cannam@86 7625 # Compiler inserts libc in the correct place for threads to work
cannam@86 7626 ;;
cannam@86 7627 *)
cannam@86 7628 # Add libc to deplibs on all other systems if necessary.
cannam@86 7629 if test "$build_libtool_need_lc" = "yes"; then
cannam@86 7630 func_append deplibs " -lc"
cannam@86 7631 fi
cannam@86 7632 ;;
cannam@86 7633 esac
cannam@86 7634 fi
cannam@86 7635
cannam@86 7636 # Transform deplibs into only deplibs that can be linked in shared.
cannam@86 7637 name_save=$name
cannam@86 7638 libname_save=$libname
cannam@86 7639 release_save=$release
cannam@86 7640 versuffix_save=$versuffix
cannam@86 7641 major_save=$major
cannam@86 7642 # I'm not sure if I'm treating the release correctly. I think
cannam@86 7643 # release should show up in the -l (ie -lgmp5) so we don't want to
cannam@86 7644 # add it in twice. Is that correct?
cannam@86 7645 release=""
cannam@86 7646 versuffix=""
cannam@86 7647 major=""
cannam@86 7648 newdeplibs=
cannam@86 7649 droppeddeps=no
cannam@86 7650 case $deplibs_check_method in
cannam@86 7651 pass_all)
cannam@86 7652 # Don't check for shared/static. Everything works.
cannam@86 7653 # This might be a little naive. We might want to check
cannam@86 7654 # whether the library exists or not. But this is on
cannam@86 7655 # osf3 & osf4 and I'm not really sure... Just
cannam@86 7656 # implementing what was already the behavior.
cannam@86 7657 newdeplibs=$deplibs
cannam@86 7658 ;;
cannam@86 7659 test_compile)
cannam@86 7660 # This code stresses the "libraries are programs" paradigm to its
cannam@86 7661 # limits. Maybe even breaks it. We compile a program, linking it
cannam@86 7662 # against the deplibs as a proxy for the library. Then we can check
cannam@86 7663 # whether they linked in statically or dynamically with ldd.
cannam@86 7664 $opt_dry_run || $RM conftest.c
cannam@86 7665 cat > conftest.c <<EOF
cannam@86 7666 int main() { return 0; }
cannam@86 7667 EOF
cannam@86 7668 $opt_dry_run || $RM conftest
cannam@86 7669 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
cannam@86 7670 ldd_output=`ldd conftest`
cannam@86 7671 for i in $deplibs; do
cannam@86 7672 case $i in
cannam@86 7673 -l*)
cannam@86 7674 func_stripname -l '' "$i"
cannam@86 7675 name=$func_stripname_result
cannam@86 7676 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
cannam@86 7677 case " $predeps $postdeps " in
cannam@86 7678 *" $i "*)
cannam@86 7679 func_append newdeplibs " $i"
cannam@86 7680 i=""
cannam@86 7681 ;;
cannam@86 7682 esac
cannam@86 7683 fi
cannam@86 7684 if test -n "$i" ; then
cannam@86 7685 libname=`eval "\\$ECHO \"$libname_spec\""`
cannam@86 7686 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
cannam@86 7687 set dummy $deplib_matches; shift
cannam@86 7688 deplib_match=$1
cannam@86 7689 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
cannam@86 7690 func_append newdeplibs " $i"
cannam@86 7691 else
cannam@86 7692 droppeddeps=yes
cannam@86 7693 echo
cannam@86 7694 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
cannam@86 7695 echo "*** I have the capability to make that library automatically link in when"
cannam@86 7696 echo "*** you link to this library. But I can only do this if you have a"
cannam@86 7697 echo "*** shared version of the library, which I believe you do not have"
cannam@86 7698 echo "*** because a test_compile did reveal that the linker did not use it for"
cannam@86 7699 echo "*** its dynamic dependency list that programs get resolved with at runtime."
cannam@86 7700 fi
cannam@86 7701 fi
cannam@86 7702 ;;
cannam@86 7703 *)
cannam@86 7704 func_append newdeplibs " $i"
cannam@86 7705 ;;
cannam@86 7706 esac
cannam@86 7707 done
cannam@86 7708 else
cannam@86 7709 # Error occurred in the first compile. Let's try to salvage
cannam@86 7710 # the situation: Compile a separate program for each library.
cannam@86 7711 for i in $deplibs; do
cannam@86 7712 case $i in
cannam@86 7713 -l*)
cannam@86 7714 func_stripname -l '' "$i"
cannam@86 7715 name=$func_stripname_result
cannam@86 7716 $opt_dry_run || $RM conftest
cannam@86 7717 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
cannam@86 7718 ldd_output=`ldd conftest`
cannam@86 7719 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
cannam@86 7720 case " $predeps $postdeps " in
cannam@86 7721 *" $i "*)
cannam@86 7722 func_append newdeplibs " $i"
cannam@86 7723 i=""
cannam@86 7724 ;;
cannam@86 7725 esac
cannam@86 7726 fi
cannam@86 7727 if test -n "$i" ; then
cannam@86 7728 libname=`eval "\\$ECHO \"$libname_spec\""`
cannam@86 7729 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
cannam@86 7730 set dummy $deplib_matches; shift
cannam@86 7731 deplib_match=$1
cannam@86 7732 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
cannam@86 7733 func_append newdeplibs " $i"
cannam@86 7734 else
cannam@86 7735 droppeddeps=yes
cannam@86 7736 echo
cannam@86 7737 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
cannam@86 7738 echo "*** I have the capability to make that library automatically link in when"
cannam@86 7739 echo "*** you link to this library. But I can only do this if you have a"
cannam@86 7740 echo "*** shared version of the library, which you do not appear to have"
cannam@86 7741 echo "*** because a test_compile did reveal that the linker did not use this one"
cannam@86 7742 echo "*** as a dynamic dependency that programs can get resolved with at runtime."
cannam@86 7743 fi
cannam@86 7744 fi
cannam@86 7745 else
cannam@86 7746 droppeddeps=yes
cannam@86 7747 echo
cannam@86 7748 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
cannam@86 7749 echo "*** make it link in! You will probably need to install it or some"
cannam@86 7750 echo "*** library that it depends on before this library will be fully"
cannam@86 7751 echo "*** functional. Installing it before continuing would be even better."
cannam@86 7752 fi
cannam@86 7753 ;;
cannam@86 7754 *)
cannam@86 7755 func_append newdeplibs " $i"
cannam@86 7756 ;;
cannam@86 7757 esac
cannam@86 7758 done
cannam@86 7759 fi
cannam@86 7760 ;;
cannam@86 7761 file_magic*)
cannam@86 7762 set dummy $deplibs_check_method; shift
cannam@86 7763 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
cannam@86 7764 for a_deplib in $deplibs; do
cannam@86 7765 case $a_deplib in
cannam@86 7766 -l*)
cannam@86 7767 func_stripname -l '' "$a_deplib"
cannam@86 7768 name=$func_stripname_result
cannam@86 7769 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
cannam@86 7770 case " $predeps $postdeps " in
cannam@86 7771 *" $a_deplib "*)
cannam@86 7772 func_append newdeplibs " $a_deplib"
cannam@86 7773 a_deplib=""
cannam@86 7774 ;;
cannam@86 7775 esac
cannam@86 7776 fi
cannam@86 7777 if test -n "$a_deplib" ; then
cannam@86 7778 libname=`eval "\\$ECHO \"$libname_spec\""`
cannam@86 7779 if test -n "$file_magic_glob"; then
cannam@86 7780 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
cannam@86 7781 else
cannam@86 7782 libnameglob=$libname
cannam@86 7783 fi
cannam@86 7784 test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
cannam@86 7785 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
cannam@86 7786 if test "$want_nocaseglob" = yes; then
cannam@86 7787 shopt -s nocaseglob
cannam@86 7788 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
cannam@86 7789 $nocaseglob
cannam@86 7790 else
cannam@86 7791 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
cannam@86 7792 fi
cannam@86 7793 for potent_lib in $potential_libs; do
cannam@86 7794 # Follow soft links.
cannam@86 7795 if ls -lLd "$potent_lib" 2>/dev/null |
cannam@86 7796 $GREP " -> " >/dev/null; then
cannam@86 7797 continue
cannam@86 7798 fi
cannam@86 7799 # The statement above tries to avoid entering an
cannam@86 7800 # endless loop below, in case of cyclic links.
cannam@86 7801 # We might still enter an endless loop, since a link
cannam@86 7802 # loop can be closed while we follow links,
cannam@86 7803 # but so what?
cannam@86 7804 potlib="$potent_lib"
cannam@86 7805 while test -h "$potlib" 2>/dev/null; do
cannam@86 7806 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
cannam@86 7807 case $potliblink in
cannam@86 7808 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
cannam@86 7809 *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
cannam@86 7810 esac
cannam@86 7811 done
cannam@86 7812 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
cannam@86 7813 $SED -e 10q |
cannam@86 7814 $EGREP "$file_magic_regex" > /dev/null; then
cannam@86 7815 func_append newdeplibs " $a_deplib"
cannam@86 7816 a_deplib=""
cannam@86 7817 break 2
cannam@86 7818 fi
cannam@86 7819 done
cannam@86 7820 done
cannam@86 7821 fi
cannam@86 7822 if test -n "$a_deplib" ; then
cannam@86 7823 droppeddeps=yes
cannam@86 7824 echo
cannam@86 7825 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
cannam@86 7826 echo "*** I have the capability to make that library automatically link in when"
cannam@86 7827 echo "*** you link to this library. But I can only do this if you have a"
cannam@86 7828 echo "*** shared version of the library, which you do not appear to have"
cannam@86 7829 echo "*** because I did check the linker path looking for a file starting"
cannam@86 7830 if test -z "$potlib" ; then
cannam@86 7831 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
cannam@86 7832 else
cannam@86 7833 $ECHO "*** with $libname and none of the candidates passed a file format test"
cannam@86 7834 $ECHO "*** using a file magic. Last file checked: $potlib"
cannam@86 7835 fi
cannam@86 7836 fi
cannam@86 7837 ;;
cannam@86 7838 *)
cannam@86 7839 # Add a -L argument.
cannam@86 7840 func_append newdeplibs " $a_deplib"
cannam@86 7841 ;;
cannam@86 7842 esac
cannam@86 7843 done # Gone through all deplibs.
cannam@86 7844 ;;
cannam@86 7845 match_pattern*)
cannam@86 7846 set dummy $deplibs_check_method; shift
cannam@86 7847 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
cannam@86 7848 for a_deplib in $deplibs; do
cannam@86 7849 case $a_deplib in
cannam@86 7850 -l*)
cannam@86 7851 func_stripname -l '' "$a_deplib"
cannam@86 7852 name=$func_stripname_result
cannam@86 7853 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
cannam@86 7854 case " $predeps $postdeps " in
cannam@86 7855 *" $a_deplib "*)
cannam@86 7856 func_append newdeplibs " $a_deplib"
cannam@86 7857 a_deplib=""
cannam@86 7858 ;;
cannam@86 7859 esac
cannam@86 7860 fi
cannam@86 7861 if test -n "$a_deplib" ; then
cannam@86 7862 libname=`eval "\\$ECHO \"$libname_spec\""`
cannam@86 7863 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
cannam@86 7864 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
cannam@86 7865 for potent_lib in $potential_libs; do
cannam@86 7866 potlib="$potent_lib" # see symlink-check above in file_magic test
cannam@86 7867 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
cannam@86 7868 $EGREP "$match_pattern_regex" > /dev/null; then
cannam@86 7869 func_append newdeplibs " $a_deplib"
cannam@86 7870 a_deplib=""
cannam@86 7871 break 2
cannam@86 7872 fi
cannam@86 7873 done
cannam@86 7874 done
cannam@86 7875 fi
cannam@86 7876 if test -n "$a_deplib" ; then
cannam@86 7877 droppeddeps=yes
cannam@86 7878 echo
cannam@86 7879 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
cannam@86 7880 echo "*** I have the capability to make that library automatically link in when"
cannam@86 7881 echo "*** you link to this library. But I can only do this if you have a"
cannam@86 7882 echo "*** shared version of the library, which you do not appear to have"
cannam@86 7883 echo "*** because I did check the linker path looking for a file starting"
cannam@86 7884 if test -z "$potlib" ; then
cannam@86 7885 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
cannam@86 7886 else
cannam@86 7887 $ECHO "*** with $libname and none of the candidates passed a file format test"
cannam@86 7888 $ECHO "*** using a regex pattern. Last file checked: $potlib"
cannam@86 7889 fi
cannam@86 7890 fi
cannam@86 7891 ;;
cannam@86 7892 *)
cannam@86 7893 # Add a -L argument.
cannam@86 7894 func_append newdeplibs " $a_deplib"
cannam@86 7895 ;;
cannam@86 7896 esac
cannam@86 7897 done # Gone through all deplibs.
cannam@86 7898 ;;
cannam@86 7899 none | unknown | *)
cannam@86 7900 newdeplibs=""
cannam@86 7901 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
cannam@86 7902 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
cannam@86 7903 for i in $predeps $postdeps ; do
cannam@86 7904 # can't use Xsed below, because $i might contain '/'
cannam@86 7905 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
cannam@86 7906 done
cannam@86 7907 fi
cannam@86 7908 case $tmp_deplibs in
cannam@86 7909 *[!\ \ ]*)
cannam@86 7910 echo
cannam@86 7911 if test "X$deplibs_check_method" = "Xnone"; then
cannam@86 7912 echo "*** Warning: inter-library dependencies are not supported in this platform."
cannam@86 7913 else
cannam@86 7914 echo "*** Warning: inter-library dependencies are not known to be supported."
cannam@86 7915 fi
cannam@86 7916 echo "*** All declared inter-library dependencies are being dropped."
cannam@86 7917 droppeddeps=yes
cannam@86 7918 ;;
cannam@86 7919 esac
cannam@86 7920 ;;
cannam@86 7921 esac
cannam@86 7922 versuffix=$versuffix_save
cannam@86 7923 major=$major_save
cannam@86 7924 release=$release_save
cannam@86 7925 libname=$libname_save
cannam@86 7926 name=$name_save
cannam@86 7927
cannam@86 7928 case $host in
cannam@86 7929 *-*-rhapsody* | *-*-darwin1.[012])
cannam@86 7930 # On Rhapsody replace the C library with the System framework
cannam@86 7931 newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
cannam@86 7932 ;;
cannam@86 7933 esac
cannam@86 7934
cannam@86 7935 if test "$droppeddeps" = yes; then
cannam@86 7936 if test "$module" = yes; then
cannam@86 7937 echo
cannam@86 7938 echo "*** Warning: libtool could not satisfy all declared inter-library"
cannam@86 7939 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
cannam@86 7940 echo "*** a static module, that should work as long as the dlopening"
cannam@86 7941 echo "*** application is linked with the -dlopen flag."
cannam@86 7942 if test -z "$global_symbol_pipe"; then
cannam@86 7943 echo
cannam@86 7944 echo "*** However, this would only work if libtool was able to extract symbol"
cannam@86 7945 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
cannam@86 7946 echo "*** not find such a program. So, this module is probably useless."
cannam@86 7947 echo "*** \`nm' from GNU binutils and a full rebuild may help."
cannam@86 7948 fi
cannam@86 7949 if test "$build_old_libs" = no; then
cannam@86 7950 oldlibs="$output_objdir/$libname.$libext"
cannam@86 7951 build_libtool_libs=module
cannam@86 7952 build_old_libs=yes
cannam@86 7953 else
cannam@86 7954 build_libtool_libs=no
cannam@86 7955 fi
cannam@86 7956 else
cannam@86 7957 echo "*** The inter-library dependencies that have been dropped here will be"
cannam@86 7958 echo "*** automatically added whenever a program is linked with this library"
cannam@86 7959 echo "*** or is declared to -dlopen it."
cannam@86 7960
cannam@86 7961 if test "$allow_undefined" = no; then
cannam@86 7962 echo
cannam@86 7963 echo "*** Since this library must not contain undefined symbols,"
cannam@86 7964 echo "*** because either the platform does not support them or"
cannam@86 7965 echo "*** it was explicitly requested with -no-undefined,"
cannam@86 7966 echo "*** libtool will only create a static version of it."
cannam@86 7967 if test "$build_old_libs" = no; then
cannam@86 7968 oldlibs="$output_objdir/$libname.$libext"
cannam@86 7969 build_libtool_libs=module
cannam@86 7970 build_old_libs=yes
cannam@86 7971 else
cannam@86 7972 build_libtool_libs=no
cannam@86 7973 fi
cannam@86 7974 fi
cannam@86 7975 fi
cannam@86 7976 fi
cannam@86 7977 # Done checking deplibs!
cannam@86 7978 deplibs=$newdeplibs
cannam@86 7979 fi
cannam@86 7980 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
cannam@86 7981 case $host in
cannam@86 7982 *-*-darwin*)
cannam@86 7983 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 7984 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 7985 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 7986 ;;
cannam@86 7987 esac
cannam@86 7988
cannam@86 7989 # move library search paths that coincide with paths to not yet
cannam@86 7990 # installed libraries to the beginning of the library search list
cannam@86 7991 new_libs=
cannam@86 7992 for path in $notinst_path; do
cannam@86 7993 case " $new_libs " in
cannam@86 7994 *" -L$path/$objdir "*) ;;
cannam@86 7995 *)
cannam@86 7996 case " $deplibs " in
cannam@86 7997 *" -L$path/$objdir "*)
cannam@86 7998 func_append new_libs " -L$path/$objdir" ;;
cannam@86 7999 esac
cannam@86 8000 ;;
cannam@86 8001 esac
cannam@86 8002 done
cannam@86 8003 for deplib in $deplibs; do
cannam@86 8004 case $deplib in
cannam@86 8005 -L*)
cannam@86 8006 case " $new_libs " in
cannam@86 8007 *" $deplib "*) ;;
cannam@86 8008 *) func_append new_libs " $deplib" ;;
cannam@86 8009 esac
cannam@86 8010 ;;
cannam@86 8011 *) func_append new_libs " $deplib" ;;
cannam@86 8012 esac
cannam@86 8013 done
cannam@86 8014 deplibs="$new_libs"
cannam@86 8015
cannam@86 8016 # All the library-specific variables (install_libdir is set above).
cannam@86 8017 library_names=
cannam@86 8018 old_library=
cannam@86 8019 dlname=
cannam@86 8020
cannam@86 8021 # Test again, we may have decided not to build it any more
cannam@86 8022 if test "$build_libtool_libs" = yes; then
cannam@86 8023 if test "$hardcode_into_libs" = yes; then
cannam@86 8024 # Hardcode the library paths
cannam@86 8025 hardcode_libdirs=
cannam@86 8026 dep_rpath=
cannam@86 8027 rpath="$finalize_rpath"
cannam@86 8028 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
cannam@86 8029 for libdir in $rpath; do
cannam@86 8030 if test -n "$hardcode_libdir_flag_spec"; then
cannam@86 8031 if test -n "$hardcode_libdir_separator"; then
cannam@86 8032 func_replace_sysroot "$libdir"
cannam@86 8033 libdir=$func_replace_sysroot_result
cannam@86 8034 if test -z "$hardcode_libdirs"; then
cannam@86 8035 hardcode_libdirs="$libdir"
cannam@86 8036 else
cannam@86 8037 # Just accumulate the unique libdirs.
cannam@86 8038 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
cannam@86 8039 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
cannam@86 8040 ;;
cannam@86 8041 *)
cannam@86 8042 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
cannam@86 8043 ;;
cannam@86 8044 esac
cannam@86 8045 fi
cannam@86 8046 else
cannam@86 8047 eval flag=\"$hardcode_libdir_flag_spec\"
cannam@86 8048 func_append dep_rpath " $flag"
cannam@86 8049 fi
cannam@86 8050 elif test -n "$runpath_var"; then
cannam@86 8051 case "$perm_rpath " in
cannam@86 8052 *" $libdir "*) ;;
cannam@86 8053 *) func_apped perm_rpath " $libdir" ;;
cannam@86 8054 esac
cannam@86 8055 fi
cannam@86 8056 done
cannam@86 8057 # Substitute the hardcoded libdirs into the rpath.
cannam@86 8058 if test -n "$hardcode_libdir_separator" &&
cannam@86 8059 test -n "$hardcode_libdirs"; then
cannam@86 8060 libdir="$hardcode_libdirs"
cannam@86 8061 if test -n "$hardcode_libdir_flag_spec_ld"; then
cannam@86 8062 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
cannam@86 8063 else
cannam@86 8064 eval dep_rpath=\"$hardcode_libdir_flag_spec\"
cannam@86 8065 fi
cannam@86 8066 fi
cannam@86 8067 if test -n "$runpath_var" && test -n "$perm_rpath"; then
cannam@86 8068 # We should set the runpath_var.
cannam@86 8069 rpath=
cannam@86 8070 for dir in $perm_rpath; do
cannam@86 8071 func_append rpath "$dir:"
cannam@86 8072 done
cannam@86 8073 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
cannam@86 8074 fi
cannam@86 8075 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
cannam@86 8076 fi
cannam@86 8077
cannam@86 8078 shlibpath="$finalize_shlibpath"
cannam@86 8079 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
cannam@86 8080 if test -n "$shlibpath"; then
cannam@86 8081 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
cannam@86 8082 fi
cannam@86 8083
cannam@86 8084 # Get the real and link names of the library.
cannam@86 8085 eval shared_ext=\"$shrext_cmds\"
cannam@86 8086 eval library_names=\"$library_names_spec\"
cannam@86 8087 set dummy $library_names
cannam@86 8088 shift
cannam@86 8089 realname="$1"
cannam@86 8090 shift
cannam@86 8091
cannam@86 8092 if test -n "$soname_spec"; then
cannam@86 8093 eval soname=\"$soname_spec\"
cannam@86 8094 else
cannam@86 8095 soname="$realname"
cannam@86 8096 fi
cannam@86 8097 if test -z "$dlname"; then
cannam@86 8098 dlname=$soname
cannam@86 8099 fi
cannam@86 8100
cannam@86 8101 lib="$output_objdir/$realname"
cannam@86 8102 linknames=
cannam@86 8103 for link
cannam@86 8104 do
cannam@86 8105 func_append linknames " $link"
cannam@86 8106 done
cannam@86 8107
cannam@86 8108 # Use standard objects if they are pic
cannam@86 8109 test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
cannam@86 8110 test "X$libobjs" = "X " && libobjs=
cannam@86 8111
cannam@86 8112 delfiles=
cannam@86 8113 if test -n "$export_symbols" && test -n "$include_expsyms"; then
cannam@86 8114 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
cannam@86 8115 export_symbols="$output_objdir/$libname.uexp"
cannam@86 8116 func_append delfiles " $export_symbols"
cannam@86 8117 fi
cannam@86 8118
cannam@86 8119 orig_export_symbols=
cannam@86 8120 case $host_os in
cannam@86 8121 cygwin* | mingw* | cegcc*)
cannam@86 8122 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
cannam@86 8123 # exporting using user supplied symfile
cannam@86 8124 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
cannam@86 8125 # and it's NOT already a .def file. Must figure out
cannam@86 8126 # which of the given symbols are data symbols and tag
cannam@86 8127 # them as such. So, trigger use of export_symbols_cmds.
cannam@86 8128 # export_symbols gets reassigned inside the "prepare
cannam@86 8129 # the list of exported symbols" if statement, so the
cannam@86 8130 # include_expsyms logic still works.
cannam@86 8131 orig_export_symbols="$export_symbols"
cannam@86 8132 export_symbols=
cannam@86 8133 always_export_symbols=yes
cannam@86 8134 fi
cannam@86 8135 fi
cannam@86 8136 ;;
cannam@86 8137 esac
cannam@86 8138
cannam@86 8139 # Prepare the list of exported symbols
cannam@86 8140 if test -z "$export_symbols"; then
cannam@86 8141 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
cannam@86 8142 func_verbose "generating symbol list for \`$libname.la'"
cannam@86 8143 export_symbols="$output_objdir/$libname.exp"
cannam@86 8144 $opt_dry_run || $RM $export_symbols
cannam@86 8145 cmds=$export_symbols_cmds
cannam@86 8146 save_ifs="$IFS"; IFS='~'
cannam@86 8147 for cmd1 in $cmds; do
cannam@86 8148 IFS="$save_ifs"
cannam@86 8149 # Take the normal branch if the nm_file_list_spec branch
cannam@86 8150 # doesn't work or if tool conversion is not needed.
cannam@86 8151 case $nm_file_list_spec~$to_tool_file_cmd in
cannam@86 8152 *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
cannam@86 8153 try_normal_branch=yes
cannam@86 8154 eval cmd=\"$cmd1\"
cannam@86 8155 func_len " $cmd"
cannam@86 8156 len=$func_len_result
cannam@86 8157 ;;
cannam@86 8158 *)
cannam@86 8159 try_normal_branch=no
cannam@86 8160 ;;
cannam@86 8161 esac
cannam@86 8162 if test "$try_normal_branch" = yes \
cannam@86 8163 && { test "$len" -lt "$max_cmd_len" \
cannam@86 8164 || test "$max_cmd_len" -le -1; }
cannam@86 8165 then
cannam@86 8166 func_show_eval "$cmd" 'exit $?'
cannam@86 8167 skipped_export=false
cannam@86 8168 elif test -n "$nm_file_list_spec"; then
cannam@86 8169 func_basename "$output"
cannam@86 8170 output_la=$func_basename_result
cannam@86 8171 save_libobjs=$libobjs
cannam@86 8172 save_output=$output
cannam@86 8173 output=${output_objdir}/${output_la}.nm
cannam@86 8174 func_to_tool_file "$output"
cannam@86 8175 libobjs=$nm_file_list_spec$func_to_tool_file_result
cannam@86 8176 func_append delfiles " $output"
cannam@86 8177 func_verbose "creating $NM input file list: $output"
cannam@86 8178 for obj in $save_libobjs; do
cannam@86 8179 func_to_tool_file "$obj"
cannam@86 8180 $ECHO "$func_to_tool_file_result"
cannam@86 8181 done > "$output"
cannam@86 8182 eval cmd=\"$cmd1\"
cannam@86 8183 func_show_eval "$cmd" 'exit $?'
cannam@86 8184 output=$save_output
cannam@86 8185 libobjs=$save_libobjs
cannam@86 8186 skipped_export=false
cannam@86 8187 else
cannam@86 8188 # The command line is too long to execute in one step.
cannam@86 8189 func_verbose "using reloadable object file for export list..."
cannam@86 8190 skipped_export=:
cannam@86 8191 # Break out early, otherwise skipped_export may be
cannam@86 8192 # set to false by a later but shorter cmd.
cannam@86 8193 break
cannam@86 8194 fi
cannam@86 8195 done
cannam@86 8196 IFS="$save_ifs"
cannam@86 8197 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
cannam@86 8198 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
cannam@86 8199 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
cannam@86 8200 fi
cannam@86 8201 fi
cannam@86 8202 fi
cannam@86 8203
cannam@86 8204 if test -n "$export_symbols" && test -n "$include_expsyms"; then
cannam@86 8205 tmp_export_symbols="$export_symbols"
cannam@86 8206 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
cannam@86 8207 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
cannam@86 8208 fi
cannam@86 8209
cannam@86 8210 if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
cannam@86 8211 # The given exports_symbols file has to be filtered, so filter it.
cannam@86 8212 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
cannam@86 8213 # FIXME: $output_objdir/$libname.filter potentially contains lots of
cannam@86 8214 # 's' commands which not all seds can handle. GNU sed should be fine
cannam@86 8215 # though. Also, the filter scales superlinearly with the number of
cannam@86 8216 # global variables. join(1) would be nice here, but unfortunately
cannam@86 8217 # isn't a blessed tool.
cannam@86 8218 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
cannam@86 8219 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
cannam@86 8220 export_symbols=$output_objdir/$libname.def
cannam@86 8221 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
cannam@86 8222 fi
cannam@86 8223
cannam@86 8224 tmp_deplibs=
cannam@86 8225 for test_deplib in $deplibs; do
cannam@86 8226 case " $convenience " in
cannam@86 8227 *" $test_deplib "*) ;;
cannam@86 8228 *)
cannam@86 8229 func_append tmp_deplibs " $test_deplib"
cannam@86 8230 ;;
cannam@86 8231 esac
cannam@86 8232 done
cannam@86 8233 deplibs="$tmp_deplibs"
cannam@86 8234
cannam@86 8235 if test -n "$convenience"; then
cannam@86 8236 if test -n "$whole_archive_flag_spec" &&
cannam@86 8237 test "$compiler_needs_object" = yes &&
cannam@86 8238 test -z "$libobjs"; then
cannam@86 8239 # extract the archives, so we have objects to list.
cannam@86 8240 # TODO: could optimize this to just extract one archive.
cannam@86 8241 whole_archive_flag_spec=
cannam@86 8242 fi
cannam@86 8243 if test -n "$whole_archive_flag_spec"; then
cannam@86 8244 save_libobjs=$libobjs
cannam@86 8245 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
cannam@86 8246 test "X$libobjs" = "X " && libobjs=
cannam@86 8247 else
cannam@86 8248 gentop="$output_objdir/${outputname}x"
cannam@86 8249 func_append generated " $gentop"
cannam@86 8250
cannam@86 8251 func_extract_archives $gentop $convenience
cannam@86 8252 func_append libobjs " $func_extract_archives_result"
cannam@86 8253 test "X$libobjs" = "X " && libobjs=
cannam@86 8254 fi
cannam@86 8255 fi
cannam@86 8256
cannam@86 8257 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
cannam@86 8258 eval flag=\"$thread_safe_flag_spec\"
cannam@86 8259 func_append linker_flags " $flag"
cannam@86 8260 fi
cannam@86 8261
cannam@86 8262 # Make a backup of the uninstalled library when relinking
cannam@86 8263 if test "$opt_mode" = relink; then
cannam@86 8264 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
cannam@86 8265 fi
cannam@86 8266
cannam@86 8267 # Do each of the archive commands.
cannam@86 8268 if test "$module" = yes && test -n "$module_cmds" ; then
cannam@86 8269 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
cannam@86 8270 eval test_cmds=\"$module_expsym_cmds\"
cannam@86 8271 cmds=$module_expsym_cmds
cannam@86 8272 else
cannam@86 8273 eval test_cmds=\"$module_cmds\"
cannam@86 8274 cmds=$module_cmds
cannam@86 8275 fi
cannam@86 8276 else
cannam@86 8277 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
cannam@86 8278 eval test_cmds=\"$archive_expsym_cmds\"
cannam@86 8279 cmds=$archive_expsym_cmds
cannam@86 8280 else
cannam@86 8281 eval test_cmds=\"$archive_cmds\"
cannam@86 8282 cmds=$archive_cmds
cannam@86 8283 fi
cannam@86 8284 fi
cannam@86 8285
cannam@86 8286 if test "X$skipped_export" != "X:" &&
cannam@86 8287 func_len " $test_cmds" &&
cannam@86 8288 len=$func_len_result &&
cannam@86 8289 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
cannam@86 8290 :
cannam@86 8291 else
cannam@86 8292 # The command line is too long to link in one step, link piecewise
cannam@86 8293 # or, if using GNU ld and skipped_export is not :, use a linker
cannam@86 8294 # script.
cannam@86 8295
cannam@86 8296 # Save the value of $output and $libobjs because we want to
cannam@86 8297 # use them later. If we have whole_archive_flag_spec, we
cannam@86 8298 # want to use save_libobjs as it was before
cannam@86 8299 # whole_archive_flag_spec was expanded, because we can't
cannam@86 8300 # assume the linker understands whole_archive_flag_spec.
cannam@86 8301 # This may have to be revisited, in case too many
cannam@86 8302 # convenience libraries get linked in and end up exceeding
cannam@86 8303 # the spec.
cannam@86 8304 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
cannam@86 8305 save_libobjs=$libobjs
cannam@86 8306 fi
cannam@86 8307 save_output=$output
cannam@86 8308 func_basename "$output"
cannam@86 8309 output_la=$func_basename_result
cannam@86 8310
cannam@86 8311 # Clear the reloadable object creation command queue and
cannam@86 8312 # initialize k to one.
cannam@86 8313 test_cmds=
cannam@86 8314 concat_cmds=
cannam@86 8315 objlist=
cannam@86 8316 last_robj=
cannam@86 8317 k=1
cannam@86 8318
cannam@86 8319 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
cannam@86 8320 output=${output_objdir}/${output_la}.lnkscript
cannam@86 8321 func_verbose "creating GNU ld script: $output"
cannam@86 8322 echo 'INPUT (' > $output
cannam@86 8323 for obj in $save_libobjs
cannam@86 8324 do
cannam@86 8325 func_to_tool_file "$obj"
cannam@86 8326 $ECHO "$func_to_tool_file_result" >> $output
cannam@86 8327 done
cannam@86 8328 echo ')' >> $output
cannam@86 8329 func_append delfiles " $output"
cannam@86 8330 func_to_tool_file "$output"
cannam@86 8331 output=$func_to_tool_file_result
cannam@86 8332 elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
cannam@86 8333 output=${output_objdir}/${output_la}.lnk
cannam@86 8334 func_verbose "creating linker input file list: $output"
cannam@86 8335 : > $output
cannam@86 8336 set x $save_libobjs
cannam@86 8337 shift
cannam@86 8338 firstobj=
cannam@86 8339 if test "$compiler_needs_object" = yes; then
cannam@86 8340 firstobj="$1 "
cannam@86 8341 shift
cannam@86 8342 fi
cannam@86 8343 for obj
cannam@86 8344 do
cannam@86 8345 func_to_tool_file "$obj"
cannam@86 8346 $ECHO "$func_to_tool_file_result" >> $output
cannam@86 8347 done
cannam@86 8348 func_append delfiles " $output"
cannam@86 8349 func_to_tool_file "$output"
cannam@86 8350 output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
cannam@86 8351 else
cannam@86 8352 if test -n "$save_libobjs"; then
cannam@86 8353 func_verbose "creating reloadable object files..."
cannam@86 8354 output=$output_objdir/$output_la-${k}.$objext
cannam@86 8355 eval test_cmds=\"$reload_cmds\"
cannam@86 8356 func_len " $test_cmds"
cannam@86 8357 len0=$func_len_result
cannam@86 8358 len=$len0
cannam@86 8359
cannam@86 8360 # Loop over the list of objects to be linked.
cannam@86 8361 for obj in $save_libobjs
cannam@86 8362 do
cannam@86 8363 func_len " $obj"
cannam@86 8364 func_arith $len + $func_len_result
cannam@86 8365 len=$func_arith_result
cannam@86 8366 if test "X$objlist" = X ||
cannam@86 8367 test "$len" -lt "$max_cmd_len"; then
cannam@86 8368 func_append objlist " $obj"
cannam@86 8369 else
cannam@86 8370 # The command $test_cmds is almost too long, add a
cannam@86 8371 # command to the queue.
cannam@86 8372 if test "$k" -eq 1 ; then
cannam@86 8373 # The first file doesn't have a previous command to add.
cannam@86 8374 reload_objs=$objlist
cannam@86 8375 eval concat_cmds=\"$reload_cmds\"
cannam@86 8376 else
cannam@86 8377 # All subsequent reloadable object files will link in
cannam@86 8378 # the last one created.
cannam@86 8379 reload_objs="$objlist $last_robj"
cannam@86 8380 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
cannam@86 8381 fi
cannam@86 8382 last_robj=$output_objdir/$output_la-${k}.$objext
cannam@86 8383 func_arith $k + 1
cannam@86 8384 k=$func_arith_result
cannam@86 8385 output=$output_objdir/$output_la-${k}.$objext
cannam@86 8386 objlist=" $obj"
cannam@86 8387 func_len " $last_robj"
cannam@86 8388 func_arith $len0 + $func_len_result
cannam@86 8389 len=$func_arith_result
cannam@86 8390 fi
cannam@86 8391 done
cannam@86 8392 # Handle the remaining objects by creating one last
cannam@86 8393 # reloadable object file. All subsequent reloadable object
cannam@86 8394 # files will link in the last one created.
cannam@86 8395 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
cannam@86 8396 reload_objs="$objlist $last_robj"
cannam@86 8397 eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
cannam@86 8398 if test -n "$last_robj"; then
cannam@86 8399 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
cannam@86 8400 fi
cannam@86 8401 func_append delfiles " $output"
cannam@86 8402
cannam@86 8403 else
cannam@86 8404 output=
cannam@86 8405 fi
cannam@86 8406
cannam@86 8407 if ${skipped_export-false}; then
cannam@86 8408 func_verbose "generating symbol list for \`$libname.la'"
cannam@86 8409 export_symbols="$output_objdir/$libname.exp"
cannam@86 8410 $opt_dry_run || $RM $export_symbols
cannam@86 8411 libobjs=$output
cannam@86 8412 # Append the command to create the export file.
cannam@86 8413 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
cannam@86 8414 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
cannam@86 8415 if test -n "$last_robj"; then
cannam@86 8416 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
cannam@86 8417 fi
cannam@86 8418 fi
cannam@86 8419
cannam@86 8420 test -n "$save_libobjs" &&
cannam@86 8421 func_verbose "creating a temporary reloadable object file: $output"
cannam@86 8422
cannam@86 8423 # Loop through the commands generated above and execute them.
cannam@86 8424 save_ifs="$IFS"; IFS='~'
cannam@86 8425 for cmd in $concat_cmds; do
cannam@86 8426 IFS="$save_ifs"
cannam@86 8427 $opt_silent || {
cannam@86 8428 func_quote_for_expand "$cmd"
cannam@86 8429 eval "func_echo $func_quote_for_expand_result"
cannam@86 8430 }
cannam@86 8431 $opt_dry_run || eval "$cmd" || {
cannam@86 8432 lt_exit=$?
cannam@86 8433
cannam@86 8434 # Restore the uninstalled library and exit
cannam@86 8435 if test "$opt_mode" = relink; then
cannam@86 8436 ( cd "$output_objdir" && \
cannam@86 8437 $RM "${realname}T" && \
cannam@86 8438 $MV "${realname}U" "$realname" )
cannam@86 8439 fi
cannam@86 8440
cannam@86 8441 exit $lt_exit
cannam@86 8442 }
cannam@86 8443 done
cannam@86 8444 IFS="$save_ifs"
cannam@86 8445
cannam@86 8446 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
cannam@86 8447 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
cannam@86 8448 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
cannam@86 8449 fi
cannam@86 8450 fi
cannam@86 8451
cannam@86 8452 if ${skipped_export-false}; then
cannam@86 8453 if test -n "$export_symbols" && test -n "$include_expsyms"; then
cannam@86 8454 tmp_export_symbols="$export_symbols"
cannam@86 8455 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
cannam@86 8456 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
cannam@86 8457 fi
cannam@86 8458
cannam@86 8459 if test -n "$orig_export_symbols"; then
cannam@86 8460 # The given exports_symbols file has to be filtered, so filter it.
cannam@86 8461 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
cannam@86 8462 # FIXME: $output_objdir/$libname.filter potentially contains lots of
cannam@86 8463 # 's' commands which not all seds can handle. GNU sed should be fine
cannam@86 8464 # though. Also, the filter scales superlinearly with the number of
cannam@86 8465 # global variables. join(1) would be nice here, but unfortunately
cannam@86 8466 # isn't a blessed tool.
cannam@86 8467 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
cannam@86 8468 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
cannam@86 8469 export_symbols=$output_objdir/$libname.def
cannam@86 8470 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
cannam@86 8471 fi
cannam@86 8472 fi
cannam@86 8473
cannam@86 8474 libobjs=$output
cannam@86 8475 # Restore the value of output.
cannam@86 8476 output=$save_output
cannam@86 8477
cannam@86 8478 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
cannam@86 8479 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
cannam@86 8480 test "X$libobjs" = "X " && libobjs=
cannam@86 8481 fi
cannam@86 8482 # Expand the library linking commands again to reset the
cannam@86 8483 # value of $libobjs for piecewise linking.
cannam@86 8484
cannam@86 8485 # Do each of the archive commands.
cannam@86 8486 if test "$module" = yes && test -n "$module_cmds" ; then
cannam@86 8487 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
cannam@86 8488 cmds=$module_expsym_cmds
cannam@86 8489 else
cannam@86 8490 cmds=$module_cmds
cannam@86 8491 fi
cannam@86 8492 else
cannam@86 8493 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
cannam@86 8494 cmds=$archive_expsym_cmds
cannam@86 8495 else
cannam@86 8496 cmds=$archive_cmds
cannam@86 8497 fi
cannam@86 8498 fi
cannam@86 8499 fi
cannam@86 8500
cannam@86 8501 if test -n "$delfiles"; then
cannam@86 8502 # Append the command to remove temporary files to $cmds.
cannam@86 8503 eval cmds=\"\$cmds~\$RM $delfiles\"
cannam@86 8504 fi
cannam@86 8505
cannam@86 8506 # Add any objects from preloaded convenience libraries
cannam@86 8507 if test -n "$dlprefiles"; then
cannam@86 8508 gentop="$output_objdir/${outputname}x"
cannam@86 8509 func_append generated " $gentop"
cannam@86 8510
cannam@86 8511 func_extract_archives $gentop $dlprefiles
cannam@86 8512 func_append libobjs " $func_extract_archives_result"
cannam@86 8513 test "X$libobjs" = "X " && libobjs=
cannam@86 8514 fi
cannam@86 8515
cannam@86 8516 save_ifs="$IFS"; IFS='~'
cannam@86 8517 for cmd in $cmds; do
cannam@86 8518 IFS="$save_ifs"
cannam@86 8519 eval cmd=\"$cmd\"
cannam@86 8520 $opt_silent || {
cannam@86 8521 func_quote_for_expand "$cmd"
cannam@86 8522 eval "func_echo $func_quote_for_expand_result"
cannam@86 8523 }
cannam@86 8524 $opt_dry_run || eval "$cmd" || {
cannam@86 8525 lt_exit=$?
cannam@86 8526
cannam@86 8527 # Restore the uninstalled library and exit
cannam@86 8528 if test "$opt_mode" = relink; then
cannam@86 8529 ( cd "$output_objdir" && \
cannam@86 8530 $RM "${realname}T" && \
cannam@86 8531 $MV "${realname}U" "$realname" )
cannam@86 8532 fi
cannam@86 8533
cannam@86 8534 exit $lt_exit
cannam@86 8535 }
cannam@86 8536 done
cannam@86 8537 IFS="$save_ifs"
cannam@86 8538
cannam@86 8539 # Restore the uninstalled library and exit
cannam@86 8540 if test "$opt_mode" = relink; then
cannam@86 8541 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
cannam@86 8542
cannam@86 8543 if test -n "$convenience"; then
cannam@86 8544 if test -z "$whole_archive_flag_spec"; then
cannam@86 8545 func_show_eval '${RM}r "$gentop"'
cannam@86 8546 fi
cannam@86 8547 fi
cannam@86 8548
cannam@86 8549 exit $EXIT_SUCCESS
cannam@86 8550 fi
cannam@86 8551
cannam@86 8552 # Create links to the real library.
cannam@86 8553 for linkname in $linknames; do
cannam@86 8554 if test "$realname" != "$linkname"; then
cannam@86 8555 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
cannam@86 8556 fi
cannam@86 8557 done
cannam@86 8558
cannam@86 8559 # If -module or -export-dynamic was specified, set the dlname.
cannam@86 8560 if test "$module" = yes || test "$export_dynamic" = yes; then
cannam@86 8561 # On all known operating systems, these are identical.
cannam@86 8562 dlname="$soname"
cannam@86 8563 fi
cannam@86 8564 fi
cannam@86 8565 ;;
cannam@86 8566
cannam@86 8567 obj)
cannam@86 8568 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
cannam@86 8569 func_warning "\`-dlopen' is ignored for objects"
cannam@86 8570 fi
cannam@86 8571
cannam@86 8572 case " $deplibs" in
cannam@86 8573 *\ -l* | *\ -L*)
cannam@86 8574 func_warning "\`-l' and \`-L' are ignored for objects" ;;
cannam@86 8575 esac
cannam@86 8576
cannam@86 8577 test -n "$rpath" && \
cannam@86 8578 func_warning "\`-rpath' is ignored for objects"
cannam@86 8579
cannam@86 8580 test -n "$xrpath" && \
cannam@86 8581 func_warning "\`-R' is ignored for objects"
cannam@86 8582
cannam@86 8583 test -n "$vinfo" && \
cannam@86 8584 func_warning "\`-version-info' is ignored for objects"
cannam@86 8585
cannam@86 8586 test -n "$release" && \
cannam@86 8587 func_warning "\`-release' is ignored for objects"
cannam@86 8588
cannam@86 8589 case $output in
cannam@86 8590 *.lo)
cannam@86 8591 test -n "$objs$old_deplibs" && \
cannam@86 8592 func_fatal_error "cannot build library object \`$output' from non-libtool objects"
cannam@86 8593
cannam@86 8594 libobj=$output
cannam@86 8595 func_lo2o "$libobj"
cannam@86 8596 obj=$func_lo2o_result
cannam@86 8597 ;;
cannam@86 8598 *)
cannam@86 8599 libobj=
cannam@86 8600 obj="$output"
cannam@86 8601 ;;
cannam@86 8602 esac
cannam@86 8603
cannam@86 8604 # Delete the old objects.
cannam@86 8605 $opt_dry_run || $RM $obj $libobj
cannam@86 8606
cannam@86 8607 # Objects from convenience libraries. This assumes
cannam@86 8608 # single-version convenience libraries. Whenever we create
cannam@86 8609 # different ones for PIC/non-PIC, this we'll have to duplicate
cannam@86 8610 # the extraction.
cannam@86 8611 reload_conv_objs=
cannam@86 8612 gentop=
cannam@86 8613 # reload_cmds runs $LD directly, so let us get rid of
cannam@86 8614 # -Wl from whole_archive_flag_spec and hope we can get by with
cannam@86 8615 # turning comma into space..
cannam@86 8616 wl=
cannam@86 8617
cannam@86 8618 if test -n "$convenience"; then
cannam@86 8619 if test -n "$whole_archive_flag_spec"; then
cannam@86 8620 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
cannam@86 8621 reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
cannam@86 8622 else
cannam@86 8623 gentop="$output_objdir/${obj}x"
cannam@86 8624 func_append generated " $gentop"
cannam@86 8625
cannam@86 8626 func_extract_archives $gentop $convenience
cannam@86 8627 reload_conv_objs="$reload_objs $func_extract_archives_result"
cannam@86 8628 fi
cannam@86 8629 fi
cannam@86 8630
cannam@86 8631 # If we're not building shared, we need to use non_pic_objs
cannam@86 8632 test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
cannam@86 8633
cannam@86 8634 # Create the old-style object.
cannam@86 8635 reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
cannam@86 8636
cannam@86 8637 output="$obj"
cannam@86 8638 func_execute_cmds "$reload_cmds" 'exit $?'
cannam@86 8639
cannam@86 8640 # Exit if we aren't doing a library object file.
cannam@86 8641 if test -z "$libobj"; then
cannam@86 8642 if test -n "$gentop"; then
cannam@86 8643 func_show_eval '${RM}r "$gentop"'
cannam@86 8644 fi
cannam@86 8645
cannam@86 8646 exit $EXIT_SUCCESS
cannam@86 8647 fi
cannam@86 8648
cannam@86 8649 if test "$build_libtool_libs" != yes; then
cannam@86 8650 if test -n "$gentop"; then
cannam@86 8651 func_show_eval '${RM}r "$gentop"'
cannam@86 8652 fi
cannam@86 8653
cannam@86 8654 # Create an invalid libtool object if no PIC, so that we don't
cannam@86 8655 # accidentally link it into a program.
cannam@86 8656 # $show "echo timestamp > $libobj"
cannam@86 8657 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
cannam@86 8658 exit $EXIT_SUCCESS
cannam@86 8659 fi
cannam@86 8660
cannam@86 8661 if test -n "$pic_flag" || test "$pic_mode" != default; then
cannam@86 8662 # Only do commands if we really have different PIC objects.
cannam@86 8663 reload_objs="$libobjs $reload_conv_objs"
cannam@86 8664 output="$libobj"
cannam@86 8665 func_execute_cmds "$reload_cmds" 'exit $?'
cannam@86 8666 fi
cannam@86 8667
cannam@86 8668 if test -n "$gentop"; then
cannam@86 8669 func_show_eval '${RM}r "$gentop"'
cannam@86 8670 fi
cannam@86 8671
cannam@86 8672 exit $EXIT_SUCCESS
cannam@86 8673 ;;
cannam@86 8674
cannam@86 8675 prog)
cannam@86 8676 case $host in
cannam@86 8677 *cygwin*) func_stripname '' '.exe' "$output"
cannam@86 8678 output=$func_stripname_result.exe;;
cannam@86 8679 esac
cannam@86 8680 test -n "$vinfo" && \
cannam@86 8681 func_warning "\`-version-info' is ignored for programs"
cannam@86 8682
cannam@86 8683 test -n "$release" && \
cannam@86 8684 func_warning "\`-release' is ignored for programs"
cannam@86 8685
cannam@86 8686 test "$preload" = yes \
cannam@86 8687 && test "$dlopen_support" = unknown \
cannam@86 8688 && test "$dlopen_self" = unknown \
cannam@86 8689 && test "$dlopen_self_static" = unknown && \
cannam@86 8690 func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
cannam@86 8691
cannam@86 8692 case $host in
cannam@86 8693 *-*-rhapsody* | *-*-darwin1.[012])
cannam@86 8694 # On Rhapsody replace the C library is the System framework
cannam@86 8695 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
cannam@86 8696 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
cannam@86 8697 ;;
cannam@86 8698 esac
cannam@86 8699
cannam@86 8700 case $host in
cannam@86 8701 *-*-darwin*)
cannam@86 8702 # Don't allow lazy linking, it breaks C++ global constructors
cannam@86 8703 # But is supposedly fixed on 10.4 or later (yay!).
cannam@86 8704 if test "$tagname" = CXX ; then
cannam@86 8705 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
cannam@86 8706 10.[0123])
cannam@86 8707 func_append compile_command " ${wl}-bind_at_load"
cannam@86 8708 func_append finalize_command " ${wl}-bind_at_load"
cannam@86 8709 ;;
cannam@86 8710 esac
cannam@86 8711 fi
cannam@86 8712 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
cannam@86 8713 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 8714 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
cannam@86 8715 ;;
cannam@86 8716 esac
cannam@86 8717
cannam@86 8718
cannam@86 8719 # move library search paths that coincide with paths to not yet
cannam@86 8720 # installed libraries to the beginning of the library search list
cannam@86 8721 new_libs=
cannam@86 8722 for path in $notinst_path; do
cannam@86 8723 case " $new_libs " in
cannam@86 8724 *" -L$path/$objdir "*) ;;
cannam@86 8725 *)
cannam@86 8726 case " $compile_deplibs " in
cannam@86 8727 *" -L$path/$objdir "*)
cannam@86 8728 func_append new_libs " -L$path/$objdir" ;;
cannam@86 8729 esac
cannam@86 8730 ;;
cannam@86 8731 esac
cannam@86 8732 done
cannam@86 8733 for deplib in $compile_deplibs; do
cannam@86 8734 case $deplib in
cannam@86 8735 -L*)
cannam@86 8736 case " $new_libs " in
cannam@86 8737 *" $deplib "*) ;;
cannam@86 8738 *) func_append new_libs " $deplib" ;;
cannam@86 8739 esac
cannam@86 8740 ;;
cannam@86 8741 *) func_append new_libs " $deplib" ;;
cannam@86 8742 esac
cannam@86 8743 done
cannam@86 8744 compile_deplibs="$new_libs"
cannam@86 8745
cannam@86 8746
cannam@86 8747 func_append compile_command " $compile_deplibs"
cannam@86 8748 func_append finalize_command " $finalize_deplibs"
cannam@86 8749
cannam@86 8750 if test -n "$rpath$xrpath"; then
cannam@86 8751 # If the user specified any rpath flags, then add them.
cannam@86 8752 for libdir in $rpath $xrpath; do
cannam@86 8753 # This is the magic to use -rpath.
cannam@86 8754 case "$finalize_rpath " in
cannam@86 8755 *" $libdir "*) ;;
cannam@86 8756 *) func_append finalize_rpath " $libdir" ;;
cannam@86 8757 esac
cannam@86 8758 done
cannam@86 8759 fi
cannam@86 8760
cannam@86 8761 # Now hardcode the library paths
cannam@86 8762 rpath=
cannam@86 8763 hardcode_libdirs=
cannam@86 8764 for libdir in $compile_rpath $finalize_rpath; do
cannam@86 8765 if test -n "$hardcode_libdir_flag_spec"; then
cannam@86 8766 if test -n "$hardcode_libdir_separator"; then
cannam@86 8767 if test -z "$hardcode_libdirs"; then
cannam@86 8768 hardcode_libdirs="$libdir"
cannam@86 8769 else
cannam@86 8770 # Just accumulate the unique libdirs.
cannam@86 8771 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
cannam@86 8772 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
cannam@86 8773 ;;
cannam@86 8774 *)
cannam@86 8775 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
cannam@86 8776 ;;
cannam@86 8777 esac
cannam@86 8778 fi
cannam@86 8779 else
cannam@86 8780 eval flag=\"$hardcode_libdir_flag_spec\"
cannam@86 8781 func_append rpath " $flag"
cannam@86 8782 fi
cannam@86 8783 elif test -n "$runpath_var"; then
cannam@86 8784 case "$perm_rpath " in
cannam@86 8785 *" $libdir "*) ;;
cannam@86 8786 *) func_append perm_rpath " $libdir" ;;
cannam@86 8787 esac
cannam@86 8788 fi
cannam@86 8789 case $host in
cannam@86 8790 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
cannam@86 8791 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
cannam@86 8792 case :$dllsearchpath: in
cannam@86 8793 *":$libdir:"*) ;;
cannam@86 8794 ::) dllsearchpath=$libdir;;
cannam@86 8795 *) func_append dllsearchpath ":$libdir";;
cannam@86 8796 esac
cannam@86 8797 case :$dllsearchpath: in
cannam@86 8798 *":$testbindir:"*) ;;
cannam@86 8799 ::) dllsearchpath=$testbindir;;
cannam@86 8800 *) func_append dllsearchpath ":$testbindir";;
cannam@86 8801 esac
cannam@86 8802 ;;
cannam@86 8803 esac
cannam@86 8804 done
cannam@86 8805 # Substitute the hardcoded libdirs into the rpath.
cannam@86 8806 if test -n "$hardcode_libdir_separator" &&
cannam@86 8807 test -n "$hardcode_libdirs"; then
cannam@86 8808 libdir="$hardcode_libdirs"
cannam@86 8809 eval rpath=\" $hardcode_libdir_flag_spec\"
cannam@86 8810 fi
cannam@86 8811 compile_rpath="$rpath"
cannam@86 8812
cannam@86 8813 rpath=
cannam@86 8814 hardcode_libdirs=
cannam@86 8815 for libdir in $finalize_rpath; do
cannam@86 8816 if test -n "$hardcode_libdir_flag_spec"; then
cannam@86 8817 if test -n "$hardcode_libdir_separator"; then
cannam@86 8818 if test -z "$hardcode_libdirs"; then
cannam@86 8819 hardcode_libdirs="$libdir"
cannam@86 8820 else
cannam@86 8821 # Just accumulate the unique libdirs.
cannam@86 8822 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
cannam@86 8823 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
cannam@86 8824 ;;
cannam@86 8825 *)
cannam@86 8826 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
cannam@86 8827 ;;
cannam@86 8828 esac
cannam@86 8829 fi
cannam@86 8830 else
cannam@86 8831 eval flag=\"$hardcode_libdir_flag_spec\"
cannam@86 8832 func_append rpath " $flag"
cannam@86 8833 fi
cannam@86 8834 elif test -n "$runpath_var"; then
cannam@86 8835 case "$finalize_perm_rpath " in
cannam@86 8836 *" $libdir "*) ;;
cannam@86 8837 *) func_append finalize_perm_rpath " $libdir" ;;
cannam@86 8838 esac
cannam@86 8839 fi
cannam@86 8840 done
cannam@86 8841 # Substitute the hardcoded libdirs into the rpath.
cannam@86 8842 if test -n "$hardcode_libdir_separator" &&
cannam@86 8843 test -n "$hardcode_libdirs"; then
cannam@86 8844 libdir="$hardcode_libdirs"
cannam@86 8845 eval rpath=\" $hardcode_libdir_flag_spec\"
cannam@86 8846 fi
cannam@86 8847 finalize_rpath="$rpath"
cannam@86 8848
cannam@86 8849 if test -n "$libobjs" && test "$build_old_libs" = yes; then
cannam@86 8850 # Transform all the library objects into standard objects.
cannam@86 8851 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
cannam@86 8852 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
cannam@86 8853 fi
cannam@86 8854
cannam@86 8855 func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
cannam@86 8856
cannam@86 8857 # template prelinking step
cannam@86 8858 if test -n "$prelink_cmds"; then
cannam@86 8859 func_execute_cmds "$prelink_cmds" 'exit $?'
cannam@86 8860 fi
cannam@86 8861
cannam@86 8862 wrappers_required=yes
cannam@86 8863 case $host in
cannam@86 8864 *cegcc* | *mingw32ce*)
cannam@86 8865 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
cannam@86 8866 wrappers_required=no
cannam@86 8867 ;;
cannam@86 8868 *cygwin* | *mingw* )
cannam@86 8869 if test "$build_libtool_libs" != yes; then
cannam@86 8870 wrappers_required=no
cannam@86 8871 fi
cannam@86 8872 ;;
cannam@86 8873 *)
cannam@86 8874 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
cannam@86 8875 wrappers_required=no
cannam@86 8876 fi
cannam@86 8877 ;;
cannam@86 8878 esac
cannam@86 8879 if test "$wrappers_required" = no; then
cannam@86 8880 # Replace the output file specification.
cannam@86 8881 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
cannam@86 8882 link_command="$compile_command$compile_rpath"
cannam@86 8883
cannam@86 8884 # We have no uninstalled library dependencies, so finalize right now.
cannam@86 8885 exit_status=0
cannam@86 8886 func_show_eval "$link_command" 'exit_status=$?'
cannam@86 8887
cannam@86 8888 if test -n "$postlink_cmds"; then
cannam@86 8889 func_to_tool_file "$output"
cannam@86 8890 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
cannam@86 8891 func_execute_cmds "$postlink_cmds" 'exit $?'
cannam@86 8892 fi
cannam@86 8893
cannam@86 8894 # Delete the generated files.
cannam@86 8895 if test -f "$output_objdir/${outputname}S.${objext}"; then
cannam@86 8896 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
cannam@86 8897 fi
cannam@86 8898
cannam@86 8899 exit $exit_status
cannam@86 8900 fi
cannam@86 8901
cannam@86 8902 if test -n "$compile_shlibpath$finalize_shlibpath"; then
cannam@86 8903 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
cannam@86 8904 fi
cannam@86 8905 if test -n "$finalize_shlibpath"; then
cannam@86 8906 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
cannam@86 8907 fi
cannam@86 8908
cannam@86 8909 compile_var=
cannam@86 8910 finalize_var=
cannam@86 8911 if test -n "$runpath_var"; then
cannam@86 8912 if test -n "$perm_rpath"; then
cannam@86 8913 # We should set the runpath_var.
cannam@86 8914 rpath=
cannam@86 8915 for dir in $perm_rpath; do
cannam@86 8916 func_append rpath "$dir:"
cannam@86 8917 done
cannam@86 8918 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
cannam@86 8919 fi
cannam@86 8920 if test -n "$finalize_perm_rpath"; then
cannam@86 8921 # We should set the runpath_var.
cannam@86 8922 rpath=
cannam@86 8923 for dir in $finalize_perm_rpath; do
cannam@86 8924 func_append rpath "$dir:"
cannam@86 8925 done
cannam@86 8926 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
cannam@86 8927 fi
cannam@86 8928 fi
cannam@86 8929
cannam@86 8930 if test "$no_install" = yes; then
cannam@86 8931 # We don't need to create a wrapper script.
cannam@86 8932 link_command="$compile_var$compile_command$compile_rpath"
cannam@86 8933 # Replace the output file specification.
cannam@86 8934 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
cannam@86 8935 # Delete the old output file.
cannam@86 8936 $opt_dry_run || $RM $output
cannam@86 8937 # Link the executable and exit
cannam@86 8938 func_show_eval "$link_command" 'exit $?'
cannam@86 8939
cannam@86 8940 if test -n "$postlink_cmds"; then
cannam@86 8941 func_to_tool_file "$output"
cannam@86 8942 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
cannam@86 8943 func_execute_cmds "$postlink_cmds" 'exit $?'
cannam@86 8944 fi
cannam@86 8945
cannam@86 8946 exit $EXIT_SUCCESS
cannam@86 8947 fi
cannam@86 8948
cannam@86 8949 if test "$hardcode_action" = relink; then
cannam@86 8950 # Fast installation is not supported
cannam@86 8951 link_command="$compile_var$compile_command$compile_rpath"
cannam@86 8952 relink_command="$finalize_var$finalize_command$finalize_rpath"
cannam@86 8953
cannam@86 8954 func_warning "this platform does not like uninstalled shared libraries"
cannam@86 8955 func_warning "\`$output' will be relinked during installation"
cannam@86 8956 else
cannam@86 8957 if test "$fast_install" != no; then
cannam@86 8958 link_command="$finalize_var$compile_command$finalize_rpath"
cannam@86 8959 if test "$fast_install" = yes; then
cannam@86 8960 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
cannam@86 8961 else
cannam@86 8962 # fast_install is set to needless
cannam@86 8963 relink_command=
cannam@86 8964 fi
cannam@86 8965 else
cannam@86 8966 link_command="$compile_var$compile_command$compile_rpath"
cannam@86 8967 relink_command="$finalize_var$finalize_command$finalize_rpath"
cannam@86 8968 fi
cannam@86 8969 fi
cannam@86 8970
cannam@86 8971 # Replace the output file specification.
cannam@86 8972 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
cannam@86 8973
cannam@86 8974 # Delete the old output files.
cannam@86 8975 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
cannam@86 8976
cannam@86 8977 func_show_eval "$link_command" 'exit $?'
cannam@86 8978
cannam@86 8979 if test -n "$postlink_cmds"; then
cannam@86 8980 func_to_tool_file "$output_objdir/$outputname"
cannam@86 8981 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
cannam@86 8982 func_execute_cmds "$postlink_cmds" 'exit $?'
cannam@86 8983 fi
cannam@86 8984
cannam@86 8985 # Now create the wrapper script.
cannam@86 8986 func_verbose "creating $output"
cannam@86 8987
cannam@86 8988 # Quote the relink command for shipping.
cannam@86 8989 if test -n "$relink_command"; then
cannam@86 8990 # Preserve any variables that may affect compiler behavior
cannam@86 8991 for var in $variables_saved_for_relink; do
cannam@86 8992 if eval test -z \"\${$var+set}\"; then
cannam@86 8993 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
cannam@86 8994 elif eval var_value=\$$var; test -z "$var_value"; then
cannam@86 8995 relink_command="$var=; export $var; $relink_command"
cannam@86 8996 else
cannam@86 8997 func_quote_for_eval "$var_value"
cannam@86 8998 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
cannam@86 8999 fi
cannam@86 9000 done
cannam@86 9001 relink_command="(cd `pwd`; $relink_command)"
cannam@86 9002 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
cannam@86 9003 fi
cannam@86 9004
cannam@86 9005 # Only actually do things if not in dry run mode.
cannam@86 9006 $opt_dry_run || {
cannam@86 9007 # win32 will think the script is a binary if it has
cannam@86 9008 # a .exe suffix, so we strip it off here.
cannam@86 9009 case $output in
cannam@86 9010 *.exe) func_stripname '' '.exe' "$output"
cannam@86 9011 output=$func_stripname_result ;;
cannam@86 9012 esac
cannam@86 9013 # test for cygwin because mv fails w/o .exe extensions
cannam@86 9014 case $host in
cannam@86 9015 *cygwin*)
cannam@86 9016 exeext=.exe
cannam@86 9017 func_stripname '' '.exe' "$outputname"
cannam@86 9018 outputname=$func_stripname_result ;;
cannam@86 9019 *) exeext= ;;
cannam@86 9020 esac
cannam@86 9021 case $host in
cannam@86 9022 *cygwin* | *mingw* )
cannam@86 9023 func_dirname_and_basename "$output" "" "."
cannam@86 9024 output_name=$func_basename_result
cannam@86 9025 output_path=$func_dirname_result
cannam@86 9026 cwrappersource="$output_path/$objdir/lt-$output_name.c"
cannam@86 9027 cwrapper="$output_path/$output_name.exe"
cannam@86 9028 $RM $cwrappersource $cwrapper
cannam@86 9029 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
cannam@86 9030
cannam@86 9031 func_emit_cwrapperexe_src > $cwrappersource
cannam@86 9032
cannam@86 9033 # The wrapper executable is built using the $host compiler,
cannam@86 9034 # because it contains $host paths and files. If cross-
cannam@86 9035 # compiling, it, like the target executable, must be
cannam@86 9036 # executed on the $host or under an emulation environment.
cannam@86 9037 $opt_dry_run || {
cannam@86 9038 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
cannam@86 9039 $STRIP $cwrapper
cannam@86 9040 }
cannam@86 9041
cannam@86 9042 # Now, create the wrapper script for func_source use:
cannam@86 9043 func_ltwrapper_scriptname $cwrapper
cannam@86 9044 $RM $func_ltwrapper_scriptname_result
cannam@86 9045 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
cannam@86 9046 $opt_dry_run || {
cannam@86 9047 # note: this script will not be executed, so do not chmod.
cannam@86 9048 if test "x$build" = "x$host" ; then
cannam@86 9049 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
cannam@86 9050 else
cannam@86 9051 func_emit_wrapper no > $func_ltwrapper_scriptname_result
cannam@86 9052 fi
cannam@86 9053 }
cannam@86 9054 ;;
cannam@86 9055 * )
cannam@86 9056 $RM $output
cannam@86 9057 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
cannam@86 9058
cannam@86 9059 func_emit_wrapper no > $output
cannam@86 9060 chmod +x $output
cannam@86 9061 ;;
cannam@86 9062 esac
cannam@86 9063 }
cannam@86 9064 exit $EXIT_SUCCESS
cannam@86 9065 ;;
cannam@86 9066 esac
cannam@86 9067
cannam@86 9068 # See if we need to build an old-fashioned archive.
cannam@86 9069 for oldlib in $oldlibs; do
cannam@86 9070
cannam@86 9071 if test "$build_libtool_libs" = convenience; then
cannam@86 9072 oldobjs="$libobjs_save $symfileobj"
cannam@86 9073 addlibs="$convenience"
cannam@86 9074 build_libtool_libs=no
cannam@86 9075 else
cannam@86 9076 if test "$build_libtool_libs" = module; then
cannam@86 9077 oldobjs="$libobjs_save"
cannam@86 9078 build_libtool_libs=no
cannam@86 9079 else
cannam@86 9080 oldobjs="$old_deplibs $non_pic_objects"
cannam@86 9081 if test "$preload" = yes && test -f "$symfileobj"; then
cannam@86 9082 func_append oldobjs " $symfileobj"
cannam@86 9083 fi
cannam@86 9084 fi
cannam@86 9085 addlibs="$old_convenience"
cannam@86 9086 fi
cannam@86 9087
cannam@86 9088 if test -n "$addlibs"; then
cannam@86 9089 gentop="$output_objdir/${outputname}x"
cannam@86 9090 func_append generated " $gentop"
cannam@86 9091
cannam@86 9092 func_extract_archives $gentop $addlibs
cannam@86 9093 func_append oldobjs " $func_extract_archives_result"
cannam@86 9094 fi
cannam@86 9095
cannam@86 9096 # Do each command in the archive commands.
cannam@86 9097 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
cannam@86 9098 cmds=$old_archive_from_new_cmds
cannam@86 9099 else
cannam@86 9100
cannam@86 9101 # Add any objects from preloaded convenience libraries
cannam@86 9102 if test -n "$dlprefiles"; then
cannam@86 9103 gentop="$output_objdir/${outputname}x"
cannam@86 9104 func_append generated " $gentop"
cannam@86 9105
cannam@86 9106 func_extract_archives $gentop $dlprefiles
cannam@86 9107 func_append oldobjs " $func_extract_archives_result"
cannam@86 9108 fi
cannam@86 9109
cannam@86 9110 # POSIX demands no paths to be encoded in archives. We have
cannam@86 9111 # to avoid creating archives with duplicate basenames if we
cannam@86 9112 # might have to extract them afterwards, e.g., when creating a
cannam@86 9113 # static archive out of a convenience library, or when linking
cannam@86 9114 # the entirety of a libtool archive into another (currently
cannam@86 9115 # not supported by libtool).
cannam@86 9116 if (for obj in $oldobjs
cannam@86 9117 do
cannam@86 9118 func_basename "$obj"
cannam@86 9119 $ECHO "$func_basename_result"
cannam@86 9120 done | sort | sort -uc >/dev/null 2>&1); then
cannam@86 9121 :
cannam@86 9122 else
cannam@86 9123 echo "copying selected object files to avoid basename conflicts..."
cannam@86 9124 gentop="$output_objdir/${outputname}x"
cannam@86 9125 func_append generated " $gentop"
cannam@86 9126 func_mkdir_p "$gentop"
cannam@86 9127 save_oldobjs=$oldobjs
cannam@86 9128 oldobjs=
cannam@86 9129 counter=1
cannam@86 9130 for obj in $save_oldobjs
cannam@86 9131 do
cannam@86 9132 func_basename "$obj"
cannam@86 9133 objbase="$func_basename_result"
cannam@86 9134 case " $oldobjs " in
cannam@86 9135 " ") oldobjs=$obj ;;
cannam@86 9136 *[\ /]"$objbase "*)
cannam@86 9137 while :; do
cannam@86 9138 # Make sure we don't pick an alternate name that also
cannam@86 9139 # overlaps.
cannam@86 9140 newobj=lt$counter-$objbase
cannam@86 9141 func_arith $counter + 1
cannam@86 9142 counter=$func_arith_result
cannam@86 9143 case " $oldobjs " in
cannam@86 9144 *[\ /]"$newobj "*) ;;
cannam@86 9145 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
cannam@86 9146 esac
cannam@86 9147 done
cannam@86 9148 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
cannam@86 9149 func_append oldobjs " $gentop/$newobj"
cannam@86 9150 ;;
cannam@86 9151 *) func_append oldobjs " $obj" ;;
cannam@86 9152 esac
cannam@86 9153 done
cannam@86 9154 fi
cannam@86 9155 eval cmds=\"$old_archive_cmds\"
cannam@86 9156
cannam@86 9157 func_len " $cmds"
cannam@86 9158 len=$func_len_result
cannam@86 9159 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
cannam@86 9160 cmds=$old_archive_cmds
cannam@86 9161 elif test -n "$archiver_list_spec"; then
cannam@86 9162 func_verbose "using command file archive linking..."
cannam@86 9163 for obj in $oldobjs
cannam@86 9164 do
cannam@86 9165 func_to_tool_file "$obj"
cannam@86 9166 $ECHO "$func_to_tool_file_result"
cannam@86 9167 done > $output_objdir/$libname.libcmd
cannam@86 9168 func_to_tool_file "$output_objdir/$libname.libcmd"
cannam@86 9169 oldobjs=" $archiver_list_spec$func_to_tool_file_result"
cannam@86 9170 cmds=$old_archive_cmds
cannam@86 9171 else
cannam@86 9172 # the command line is too long to link in one step, link in parts
cannam@86 9173 func_verbose "using piecewise archive linking..."
cannam@86 9174 save_RANLIB=$RANLIB
cannam@86 9175 RANLIB=:
cannam@86 9176 objlist=
cannam@86 9177 concat_cmds=
cannam@86 9178 save_oldobjs=$oldobjs
cannam@86 9179 oldobjs=
cannam@86 9180 # Is there a better way of finding the last object in the list?
cannam@86 9181 for obj in $save_oldobjs
cannam@86 9182 do
cannam@86 9183 last_oldobj=$obj
cannam@86 9184 done
cannam@86 9185 eval test_cmds=\"$old_archive_cmds\"
cannam@86 9186 func_len " $test_cmds"
cannam@86 9187 len0=$func_len_result
cannam@86 9188 len=$len0
cannam@86 9189 for obj in $save_oldobjs
cannam@86 9190 do
cannam@86 9191 func_len " $obj"
cannam@86 9192 func_arith $len + $func_len_result
cannam@86 9193 len=$func_arith_result
cannam@86 9194 func_append objlist " $obj"
cannam@86 9195 if test "$len" -lt "$max_cmd_len"; then
cannam@86 9196 :
cannam@86 9197 else
cannam@86 9198 # the above command should be used before it gets too long
cannam@86 9199 oldobjs=$objlist
cannam@86 9200 if test "$obj" = "$last_oldobj" ; then
cannam@86 9201 RANLIB=$save_RANLIB
cannam@86 9202 fi
cannam@86 9203 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
cannam@86 9204 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
cannam@86 9205 objlist=
cannam@86 9206 len=$len0
cannam@86 9207 fi
cannam@86 9208 done
cannam@86 9209 RANLIB=$save_RANLIB
cannam@86 9210 oldobjs=$objlist
cannam@86 9211 if test "X$oldobjs" = "X" ; then
cannam@86 9212 eval cmds=\"\$concat_cmds\"
cannam@86 9213 else
cannam@86 9214 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
cannam@86 9215 fi
cannam@86 9216 fi
cannam@86 9217 fi
cannam@86 9218 func_execute_cmds "$cmds" 'exit $?'
cannam@86 9219 done
cannam@86 9220
cannam@86 9221 test -n "$generated" && \
cannam@86 9222 func_show_eval "${RM}r$generated"
cannam@86 9223
cannam@86 9224 # Now create the libtool archive.
cannam@86 9225 case $output in
cannam@86 9226 *.la)
cannam@86 9227 old_library=
cannam@86 9228 test "$build_old_libs" = yes && old_library="$libname.$libext"
cannam@86 9229 func_verbose "creating $output"
cannam@86 9230
cannam@86 9231 # Preserve any variables that may affect compiler behavior
cannam@86 9232 for var in $variables_saved_for_relink; do
cannam@86 9233 if eval test -z \"\${$var+set}\"; then
cannam@86 9234 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
cannam@86 9235 elif eval var_value=\$$var; test -z "$var_value"; then
cannam@86 9236 relink_command="$var=; export $var; $relink_command"
cannam@86 9237 else
cannam@86 9238 func_quote_for_eval "$var_value"
cannam@86 9239 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
cannam@86 9240 fi
cannam@86 9241 done
cannam@86 9242 # Quote the link command for shipping.
cannam@86 9243 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
cannam@86 9244 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
cannam@86 9245 if test "$hardcode_automatic" = yes ; then
cannam@86 9246 relink_command=
cannam@86 9247 fi
cannam@86 9248
cannam@86 9249 # Only create the output if not a dry run.
cannam@86 9250 $opt_dry_run || {
cannam@86 9251 for installed in no yes; do
cannam@86 9252 if test "$installed" = yes; then
cannam@86 9253 if test -z "$install_libdir"; then
cannam@86 9254 break
cannam@86 9255 fi
cannam@86 9256 output="$output_objdir/$outputname"i
cannam@86 9257 # Replace all uninstalled libtool libraries with the installed ones
cannam@86 9258 newdependency_libs=
cannam@86 9259 for deplib in $dependency_libs; do
cannam@86 9260 case $deplib in
cannam@86 9261 *.la)
cannam@86 9262 func_basename "$deplib"
cannam@86 9263 name="$func_basename_result"
cannam@86 9264 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
cannam@86 9265 test -z "$libdir" && \
cannam@86 9266 func_fatal_error "\`$deplib' is not a valid libtool archive"
cannam@86 9267 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
cannam@86 9268 ;;
cannam@86 9269 -L*)
cannam@86 9270 func_stripname -L '' "$deplib"
cannam@86 9271 func_replace_sysroot "$func_stripname_result"
cannam@86 9272 func_append newdependency_libs " -L$func_replace_sysroot_result"
cannam@86 9273 ;;
cannam@86 9274 -R*)
cannam@86 9275 func_stripname -R '' "$deplib"
cannam@86 9276 func_replace_sysroot "$func_stripname_result"
cannam@86 9277 func_append newdependency_libs " -R$func_replace_sysroot_result"
cannam@86 9278 ;;
cannam@86 9279 *) func_append newdependency_libs " $deplib" ;;
cannam@86 9280 esac
cannam@86 9281 done
cannam@86 9282 dependency_libs="$newdependency_libs"
cannam@86 9283 newdlfiles=
cannam@86 9284
cannam@86 9285 for lib in $dlfiles; do
cannam@86 9286 case $lib in
cannam@86 9287 *.la)
cannam@86 9288 func_basename "$lib"
cannam@86 9289 name="$func_basename_result"
cannam@86 9290 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
cannam@86 9291 test -z "$libdir" && \
cannam@86 9292 func_fatal_error "\`$lib' is not a valid libtool archive"
cannam@86 9293 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
cannam@86 9294 ;;
cannam@86 9295 *) func_append newdlfiles " $lib" ;;
cannam@86 9296 esac
cannam@86 9297 done
cannam@86 9298 dlfiles="$newdlfiles"
cannam@86 9299 newdlprefiles=
cannam@86 9300 for lib in $dlprefiles; do
cannam@86 9301 case $lib in
cannam@86 9302 *.la)
cannam@86 9303 # Only pass preopened files to the pseudo-archive (for
cannam@86 9304 # eventual linking with the app. that links it) if we
cannam@86 9305 # didn't already link the preopened objects directly into
cannam@86 9306 # the library:
cannam@86 9307 func_basename "$lib"
cannam@86 9308 name="$func_basename_result"
cannam@86 9309 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
cannam@86 9310 test -z "$libdir" && \
cannam@86 9311 func_fatal_error "\`$lib' is not a valid libtool archive"
cannam@86 9312 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
cannam@86 9313 ;;
cannam@86 9314 esac
cannam@86 9315 done
cannam@86 9316 dlprefiles="$newdlprefiles"
cannam@86 9317 else
cannam@86 9318 newdlfiles=
cannam@86 9319 for lib in $dlfiles; do
cannam@86 9320 case $lib in
cannam@86 9321 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
cannam@86 9322 *) abs=`pwd`"/$lib" ;;
cannam@86 9323 esac
cannam@86 9324 func_append newdlfiles " $abs"
cannam@86 9325 done
cannam@86 9326 dlfiles="$newdlfiles"
cannam@86 9327 newdlprefiles=
cannam@86 9328 for lib in $dlprefiles; do
cannam@86 9329 case $lib in
cannam@86 9330 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
cannam@86 9331 *) abs=`pwd`"/$lib" ;;
cannam@86 9332 esac
cannam@86 9333 func_append newdlprefiles " $abs"
cannam@86 9334 done
cannam@86 9335 dlprefiles="$newdlprefiles"
cannam@86 9336 fi
cannam@86 9337 $RM $output
cannam@86 9338 # place dlname in correct position for cygwin
cannam@86 9339 # In fact, it would be nice if we could use this code for all target
cannam@86 9340 # systems that can't hard-code library paths into their executables
cannam@86 9341 # and that have no shared library path variable independent of PATH,
cannam@86 9342 # but it turns out we can't easily determine that from inspecting
cannam@86 9343 # libtool variables, so we have to hard-code the OSs to which it
cannam@86 9344 # applies here; at the moment, that means platforms that use the PE
cannam@86 9345 # object format with DLL files. See the long comment at the top of
cannam@86 9346 # tests/bindir.at for full details.
cannam@86 9347 tdlname=$dlname
cannam@86 9348 case $host,$output,$installed,$module,$dlname in
cannam@86 9349 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
cannam@86 9350 # If a -bindir argument was supplied, place the dll there.
cannam@86 9351 if test "x$bindir" != x ;
cannam@86 9352 then
cannam@86 9353 func_relative_path "$install_libdir" "$bindir"
cannam@86 9354 tdlname=$func_relative_path_result$dlname
cannam@86 9355 else
cannam@86 9356 # Otherwise fall back on heuristic.
cannam@86 9357 tdlname=../bin/$dlname
cannam@86 9358 fi
cannam@86 9359 ;;
cannam@86 9360 esac
cannam@86 9361 $ECHO > $output "\
cannam@86 9362 # $outputname - a libtool library file
cannam@86 9363 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
cannam@86 9364 #
cannam@86 9365 # Please DO NOT delete this file!
cannam@86 9366 # It is necessary for linking the library.
cannam@86 9367
cannam@86 9368 # The name that we can dlopen(3).
cannam@86 9369 dlname='$tdlname'
cannam@86 9370
cannam@86 9371 # Names of this library.
cannam@86 9372 library_names='$library_names'
cannam@86 9373
cannam@86 9374 # The name of the static archive.
cannam@86 9375 old_library='$old_library'
cannam@86 9376
cannam@86 9377 # Linker flags that can not go in dependency_libs.
cannam@86 9378 inherited_linker_flags='$new_inherited_linker_flags'
cannam@86 9379
cannam@86 9380 # Libraries that this one depends upon.
cannam@86 9381 dependency_libs='$dependency_libs'
cannam@86 9382
cannam@86 9383 # Names of additional weak libraries provided by this library
cannam@86 9384 weak_library_names='$weak_libs'
cannam@86 9385
cannam@86 9386 # Version information for $libname.
cannam@86 9387 current=$current
cannam@86 9388 age=$age
cannam@86 9389 revision=$revision
cannam@86 9390
cannam@86 9391 # Is this an already installed library?
cannam@86 9392 installed=$installed
cannam@86 9393
cannam@86 9394 # Should we warn about portability when linking against -modules?
cannam@86 9395 shouldnotlink=$module
cannam@86 9396
cannam@86 9397 # Files to dlopen/dlpreopen
cannam@86 9398 dlopen='$dlfiles'
cannam@86 9399 dlpreopen='$dlprefiles'
cannam@86 9400
cannam@86 9401 # Directory that this library needs to be installed in:
cannam@86 9402 libdir='$install_libdir'"
cannam@86 9403 if test "$installed" = no && test "$need_relink" = yes; then
cannam@86 9404 $ECHO >> $output "\
cannam@86 9405 relink_command=\"$relink_command\""
cannam@86 9406 fi
cannam@86 9407 done
cannam@86 9408 }
cannam@86 9409
cannam@86 9410 # Do a symbolic link so that the libtool archive can be found in
cannam@86 9411 # LD_LIBRARY_PATH before the program is installed.
cannam@86 9412 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
cannam@86 9413 ;;
cannam@86 9414 esac
cannam@86 9415 exit $EXIT_SUCCESS
cannam@86 9416 }
cannam@86 9417
cannam@86 9418 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
cannam@86 9419 func_mode_link ${1+"$@"}
cannam@86 9420
cannam@86 9421
cannam@86 9422 # func_mode_uninstall arg...
cannam@86 9423 func_mode_uninstall ()
cannam@86 9424 {
cannam@86 9425 $opt_debug
cannam@86 9426 RM="$nonopt"
cannam@86 9427 files=
cannam@86 9428 rmforce=
cannam@86 9429 exit_status=0
cannam@86 9430
cannam@86 9431 # This variable tells wrapper scripts just to set variables rather
cannam@86 9432 # than running their programs.
cannam@86 9433 libtool_install_magic="$magic"
cannam@86 9434
cannam@86 9435 for arg
cannam@86 9436 do
cannam@86 9437 case $arg in
cannam@86 9438 -f) func_append RM " $arg"; rmforce=yes ;;
cannam@86 9439 -*) func_append RM " $arg" ;;
cannam@86 9440 *) func_append files " $arg" ;;
cannam@86 9441 esac
cannam@86 9442 done
cannam@86 9443
cannam@86 9444 test -z "$RM" && \
cannam@86 9445 func_fatal_help "you must specify an RM program"
cannam@86 9446
cannam@86 9447 rmdirs=
cannam@86 9448
cannam@86 9449 for file in $files; do
cannam@86 9450 func_dirname "$file" "" "."
cannam@86 9451 dir="$func_dirname_result"
cannam@86 9452 if test "X$dir" = X.; then
cannam@86 9453 odir="$objdir"
cannam@86 9454 else
cannam@86 9455 odir="$dir/$objdir"
cannam@86 9456 fi
cannam@86 9457 func_basename "$file"
cannam@86 9458 name="$func_basename_result"
cannam@86 9459 test "$opt_mode" = uninstall && odir="$dir"
cannam@86 9460
cannam@86 9461 # Remember odir for removal later, being careful to avoid duplicates
cannam@86 9462 if test "$opt_mode" = clean; then
cannam@86 9463 case " $rmdirs " in
cannam@86 9464 *" $odir "*) ;;
cannam@86 9465 *) func_append rmdirs " $odir" ;;
cannam@86 9466 esac
cannam@86 9467 fi
cannam@86 9468
cannam@86 9469 # Don't error if the file doesn't exist and rm -f was used.
cannam@86 9470 if { test -L "$file"; } >/dev/null 2>&1 ||
cannam@86 9471 { test -h "$file"; } >/dev/null 2>&1 ||
cannam@86 9472 test -f "$file"; then
cannam@86 9473 :
cannam@86 9474 elif test -d "$file"; then
cannam@86 9475 exit_status=1
cannam@86 9476 continue
cannam@86 9477 elif test "$rmforce" = yes; then
cannam@86 9478 continue
cannam@86 9479 fi
cannam@86 9480
cannam@86 9481 rmfiles="$file"
cannam@86 9482
cannam@86 9483 case $name in
cannam@86 9484 *.la)
cannam@86 9485 # Possibly a libtool archive, so verify it.
cannam@86 9486 if func_lalib_p "$file"; then
cannam@86 9487 func_source $dir/$name
cannam@86 9488
cannam@86 9489 # Delete the libtool libraries and symlinks.
cannam@86 9490 for n in $library_names; do
cannam@86 9491 func_append rmfiles " $odir/$n"
cannam@86 9492 done
cannam@86 9493 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
cannam@86 9494
cannam@86 9495 case "$opt_mode" in
cannam@86 9496 clean)
cannam@86 9497 case " $library_names " in
cannam@86 9498 *" $dlname "*) ;;
cannam@86 9499 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
cannam@86 9500 esac
cannam@86 9501 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
cannam@86 9502 ;;
cannam@86 9503 uninstall)
cannam@86 9504 if test -n "$library_names"; then
cannam@86 9505 # Do each command in the postuninstall commands.
cannam@86 9506 func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
cannam@86 9507 fi
cannam@86 9508
cannam@86 9509 if test -n "$old_library"; then
cannam@86 9510 # Do each command in the old_postuninstall commands.
cannam@86 9511 func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
cannam@86 9512 fi
cannam@86 9513 # FIXME: should reinstall the best remaining shared library.
cannam@86 9514 ;;
cannam@86 9515 esac
cannam@86 9516 fi
cannam@86 9517 ;;
cannam@86 9518
cannam@86 9519 *.lo)
cannam@86 9520 # Possibly a libtool object, so verify it.
cannam@86 9521 if func_lalib_p "$file"; then
cannam@86 9522
cannam@86 9523 # Read the .lo file
cannam@86 9524 func_source $dir/$name
cannam@86 9525
cannam@86 9526 # Add PIC object to the list of files to remove.
cannam@86 9527 if test -n "$pic_object" &&
cannam@86 9528 test "$pic_object" != none; then
cannam@86 9529 func_append rmfiles " $dir/$pic_object"
cannam@86 9530 fi
cannam@86 9531
cannam@86 9532 # Add non-PIC object to the list of files to remove.
cannam@86 9533 if test -n "$non_pic_object" &&
cannam@86 9534 test "$non_pic_object" != none; then
cannam@86 9535 func_append rmfiles " $dir/$non_pic_object"
cannam@86 9536 fi
cannam@86 9537 fi
cannam@86 9538 ;;
cannam@86 9539
cannam@86 9540 *)
cannam@86 9541 if test "$opt_mode" = clean ; then
cannam@86 9542 noexename=$name
cannam@86 9543 case $file in
cannam@86 9544 *.exe)
cannam@86 9545 func_stripname '' '.exe' "$file"
cannam@86 9546 file=$func_stripname_result
cannam@86 9547 func_stripname '' '.exe' "$name"
cannam@86 9548 noexename=$func_stripname_result
cannam@86 9549 # $file with .exe has already been added to rmfiles,
cannam@86 9550 # add $file without .exe
cannam@86 9551 func_append rmfiles " $file"
cannam@86 9552 ;;
cannam@86 9553 esac
cannam@86 9554 # Do a test to see if this is a libtool program.
cannam@86 9555 if func_ltwrapper_p "$file"; then
cannam@86 9556 if func_ltwrapper_executable_p "$file"; then
cannam@86 9557 func_ltwrapper_scriptname "$file"
cannam@86 9558 relink_command=
cannam@86 9559 func_source $func_ltwrapper_scriptname_result
cannam@86 9560 func_append rmfiles " $func_ltwrapper_scriptname_result"
cannam@86 9561 else
cannam@86 9562 relink_command=
cannam@86 9563 func_source $dir/$noexename
cannam@86 9564 fi
cannam@86 9565
cannam@86 9566 # note $name still contains .exe if it was in $file originally
cannam@86 9567 # as does the version of $file that was added into $rmfiles
cannam@86 9568 func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
cannam@86 9569 if test "$fast_install" = yes && test -n "$relink_command"; then
cannam@86 9570 func_append rmfiles " $odir/lt-$name"
cannam@86 9571 fi
cannam@86 9572 if test "X$noexename" != "X$name" ; then
cannam@86 9573 func_append rmfiles " $odir/lt-${noexename}.c"
cannam@86 9574 fi
cannam@86 9575 fi
cannam@86 9576 fi
cannam@86 9577 ;;
cannam@86 9578 esac
cannam@86 9579 func_show_eval "$RM $rmfiles" 'exit_status=1'
cannam@86 9580 done
cannam@86 9581
cannam@86 9582 # Try to remove the ${objdir}s in the directories where we deleted files
cannam@86 9583 for dir in $rmdirs; do
cannam@86 9584 if test -d "$dir"; then
cannam@86 9585 func_show_eval "rmdir $dir >/dev/null 2>&1"
cannam@86 9586 fi
cannam@86 9587 done
cannam@86 9588
cannam@86 9589 exit $exit_status
cannam@86 9590 }
cannam@86 9591
cannam@86 9592 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
cannam@86 9593 func_mode_uninstall ${1+"$@"}
cannam@86 9594
cannam@86 9595 test -z "$opt_mode" && {
cannam@86 9596 help="$generic_help"
cannam@86 9597 func_fatal_help "you must specify a MODE"
cannam@86 9598 }
cannam@86 9599
cannam@86 9600 test -z "$exec_cmd" && \
cannam@86 9601 func_fatal_help "invalid operation mode \`$opt_mode'"
cannam@86 9602
cannam@86 9603 if test -n "$exec_cmd"; then
cannam@86 9604 eval exec "$exec_cmd"
cannam@86 9605 exit $EXIT_FAILURE
cannam@86 9606 fi
cannam@86 9607
cannam@86 9608 exit $exit_status
cannam@86 9609
cannam@86 9610
cannam@86 9611 # The TAGs below are defined such that we never get into a situation
cannam@86 9612 # in which we disable both kinds of libraries. Given conflicting
cannam@86 9613 # choices, we go for a static library, that is the most portable,
cannam@86 9614 # since we can't tell whether shared libraries were disabled because
cannam@86 9615 # the user asked for that or because the platform doesn't support
cannam@86 9616 # them. This is particularly important on AIX, because we don't
cannam@86 9617 # support having both static and shared libraries enabled at the same
cannam@86 9618 # time on that platform, so we default to a shared-only configuration.
cannam@86 9619 # If a disable-shared tag is given, we'll fallback to a static-only
cannam@86 9620 # configuration. But we'll never go from static-only to shared-only.
cannam@86 9621
cannam@86 9622 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
cannam@86 9623 build_libtool_libs=no
cannam@86 9624 build_old_libs=yes
cannam@86 9625 # ### END LIBTOOL TAG CONFIG: disable-shared
cannam@86 9626
cannam@86 9627 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
cannam@86 9628 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
cannam@86 9629 # ### END LIBTOOL TAG CONFIG: disable-static
cannam@86 9630
cannam@86 9631 # Local Variables:
cannam@86 9632 # mode:shell-script
cannam@86 9633 # sh-indentation:2
cannam@86 9634 # End:
cannam@86 9635 # vi:sw=2
cannam@86 9636