Mercurial > sdl-ios-xcode
annotate build-scripts/ltmain.sh @ 5271:e107518710f6
Removed private API use that was causing AppStore rejection
Pavel Kanzelsberger to SDL
I tried to submit a SDL application to the Mac AppStore and it got rejected because SDL cocoa is using a Private (non-public) API. Problematic part is here:
SDL_cocoaevents.m
@implementation NSApplication(SDL)
- (void)setRunning
{
_running = 1;
}
@end
Symbol _running in NSApplication is private and shouldn't be used. Any ideas what could I do about this?
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 12 Feb 2011 07:57:35 -0800 |
parents | cce11d33d5c6 |
children |
rev | line source |
---|---|
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1 # Generated from ltmain.m4sh. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3 # ltmain.sh (GNU libtool) 2.2.6 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7 # This is free software; see the source for copying conditions. There is NO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
9 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
10 # GNU Libtool is free software; you can redistribute it and/or modify |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 # it under the terms of the GNU General Public License as published by |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 # the Free Software Foundation; either version 2 of the License, or |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 # (at your option) any later version. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 # |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
15 # As a special exception to the GNU General Public License, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
16 # if you distribute this file as part of a program or library that |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
17 # is built using GNU Libtool, you may include this file under the |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
18 # same distribution terms that you use for the rest of that program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
19 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
20 # GNU Libtool is distributed in the hope that it will be useful, but |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 # WITHOUT ANY WARRANTY; without even the implied warranty of |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 # General Public License for more details. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 # |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 # You should have received a copy of the GNU General Public License |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
26 # along with GNU Libtool; see the file COPYING. If not, a copy |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
27 # can be downloaded from http://www.gnu.org/licenses/gpl.html, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
28 # or obtained by writing to the Free Software Foundation, Inc., |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
30 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
31 # Usage: $progname [OPTION]... [MODE-ARG]... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
32 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
33 # Provide generalized library-building support services. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
34 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
35 # --config show all configuration variables |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
36 # --debug enable verbose shell tracing |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
37 # -n, --dry-run display commands without modifying any files |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
38 # --features display basic configuration information and exit |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
39 # --mode=MODE use operation mode MODE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
40 # --preserve-dup-deps don't remove duplicate dependency libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
41 # --quiet, --silent don't print informational messages |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
42 # --tag=TAG use configuration variables from tag TAG |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
43 # -v, --verbose print informational messages (default) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
44 # --version print version information |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
45 # -h, --help print short or long help message |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
46 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
47 # MODE must be one of the following: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
48 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
49 # clean remove files from the build directory |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
50 # compile compile a source file into a libtool object |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
51 # execute automatically set library path, then run a program |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
52 # finish complete the installation of libtool libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
53 # install install libraries or executables |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
54 # link create a library or an executable |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
55 # uninstall remove libraries from an installed directory |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
56 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
57 # MODE-ARGS vary depending on the MODE. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
59 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
60 # When reporting a bug, please describe a test case to reproduce it and |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
61 # include the following information: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
62 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
63 # host-triplet: $host |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
64 # shell: $SHELL |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
65 # compiler: $LTCC |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
66 # compiler flags: $LTCFLAGS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
67 # linker: $LD (gnu? $with_gnu_ld) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
68 # $progname: (GNU libtool) 2.2.6 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
69 # automake: $automake_version |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
70 # autoconf: $autoconf_version |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 # |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
72 # Report bugs to <bug-libtool@gnu.org>. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
73 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
74 PROGRAM=ltmain.sh |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
75 PACKAGE=libtool |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
76 VERSION=2.2.6 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
77 TIMESTAMP="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
78 package_revision=1.3012 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
79 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
80 # Be Bourne compatible |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
82 emulate sh |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
83 NULLCMD=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
84 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
85 # is contrary to our usage. Disable this feature. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
86 alias -g '${1+"$@"}'='"$@"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
87 setopt NO_GLOB_SUBST |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
88 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
89 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
90 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
91 BIN_SH=xpg4; export BIN_SH # for Tru64 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
92 DUALCASE=1; export DUALCASE # for MKS sh |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
93 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
94 # NLS nuisances: We save the old values to restore during execute mode. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
95 # Only set LANG and LC_ALL to C if already set. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
96 # These must not be set unconditionally because not all systems understand |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
97 # e.g. LANG=C (notably SCO). |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
98 lt_user_locale= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
99 lt_safe_locale= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
100 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
101 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
102 eval "if test \"\${$lt_var+set}\" = set; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
103 save_$lt_var=\$$lt_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
104 $lt_var=C |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
105 export $lt_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
106 lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
107 lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
108 fi" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
109 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
110 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
111 $lt_unset CDPATH |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
112 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
113 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
114 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
115 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
116 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
117 : ${CP="cp -f"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
118 : ${ECHO="echo"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
119 : ${EGREP="/usr/bin/grep -E"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
120 : ${FGREP="/usr/bin/grep -F"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
121 : ${GREP="/usr/bin/grep"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
122 : ${LN_S="ln -s"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
123 : ${MAKE="make"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
124 : ${MKDIR="mkdir"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
125 : ${MV="mv -f"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
126 : ${RM="rm -f"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
127 : ${SED="/opt/local/bin/gsed"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
129 : ${Xsed="$SED -e 1s/^X//"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
130 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
131 # Global variables: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
132 EXIT_SUCCESS=0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
133 EXIT_FAILURE=1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
134 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
135 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
136 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
137 exit_status=$EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
138 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
139 # Make sure IFS has a sensible default |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
140 lt_nl=' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
141 ' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
142 IFS=" $lt_nl" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
143 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
144 dirname="s,/[^/]*$,," |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
145 basename="s,^.*/,," |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
146 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
147 # func_dirname_and_basename file append nondir_replacement |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
148 # perform func_basename and func_dirname in a single function |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
149 # call: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
150 # dirname: Compute the dirname of FILE. If nonempty, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
151 # add APPEND to the result, otherwise set result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
152 # to NONDIR_REPLACEMENT. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
153 # value returned in "$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
154 # basename: Compute filename of FILE. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
155 # value retuned in "$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
156 # Implementation must be kept synchronized with func_dirname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
157 # and func_basename. For efficiency, we do not delegate to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
158 # those functions but instead duplicate the functionality here. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
159 func_dirname_and_basename () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
160 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
161 # Extract subdirectory from the argument. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
162 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
163 if test "X$func_dirname_result" = "X${1}"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
164 func_dirname_result="${3}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
165 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
166 func_dirname_result="$func_dirname_result${2}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
167 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
168 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
169 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
170 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
171 # Generated shell functions inserted here. |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
172 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
173 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
174 # is ksh but when the shell is invoked as "sh" and the current value of |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
175 # the _XPG environment variable is not equal to 1 (one), the special |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
176 # positional parameter $0, within a function call, is the name of the |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
177 # function. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
178 progpath="$0" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
179 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
180 # The name of this program: |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
181 # In the unlikely event $progname began with a '-', it would play havoc with |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
182 # func_echo (imagine progname=-n), so we prepend ./ in that case: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
183 func_dirname_and_basename "$progpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
184 progname=$func_basename_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
185 case $progname in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
186 -*) progname=./$progname ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
187 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
188 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
189 # Make sure we have an absolute path for reexecution: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
190 case $progpath in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
191 [\\/]*|[A-Za-z]:\\*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
192 *[\\/]*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
193 progdir=$func_dirname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
194 progdir=`cd "$progdir" && pwd` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
195 progpath="$progdir/$progname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
196 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
197 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
198 save_IFS="$IFS" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
199 IFS=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
200 for progdir in $PATH; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
201 IFS="$save_IFS" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
202 test -x "$progdir/$progname" && break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
203 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
204 IFS="$save_IFS" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
205 test -n "$progdir" || progdir=`pwd` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
206 progpath="$progdir/$progname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
207 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
208 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
209 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
210 # Sed substitution that helps us do robust quoting. It backslashifies |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
211 # metacharacters that are still active within double-quoted strings. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
212 Xsed="${SED}"' -e 1s/^X//' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
213 sed_quote_subst='s/\([`"$\\]\)/\\\1/g' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
214 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
215 # Same as above, but do not quote variable references. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
216 double_quote_subst='s/\(["`\\]\)/\\\1/g' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
217 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
218 # Re-`\' parameter expansions in output of double_quote_subst that were |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
219 # `\'-ed in input to the same. If an odd number of `\' preceded a '$' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
220 # in input to double_quote_subst, that '$' was protected from expansion. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
221 # Since each input `\' is now two `\'s, look for any number of runs of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
222 # four `\'s followed by two `\'s and then a '$'. `\' that '$'. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
223 bs='\\' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
224 bs2='\\\\' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
225 bs4='\\\\\\\\' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
226 dollar='\$' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
227 sed_double_backslash="\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
228 s/$bs4/&\\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
229 /g |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
230 s/^$bs2$dollar/$bs&/ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
231 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
232 s/\n//g" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
233 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
234 # Standard options: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
235 opt_dry_run=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
236 opt_help=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
237 opt_quiet=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
238 opt_verbose=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
239 opt_warning=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
240 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
241 # func_echo arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
242 # Echo program name prefixed message, along with the current mode |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
243 # name if it has been set yet. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
244 func_echo () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
245 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
246 $ECHO "$progname${mode+: }$mode: $*" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
247 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
248 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
249 # func_verbose arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
250 # Echo program name prefixed message in verbose mode only. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
251 func_verbose () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
252 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
253 $opt_verbose && func_echo ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
254 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
255 # A bug in bash halts the script if the last line of a function |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
256 # fails when set -e is in force, so we need another command to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
257 # work around that: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
258 : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
259 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
260 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
261 # func_error arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
262 # Echo program name prefixed message to standard error. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
263 func_error () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
264 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
265 $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
266 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
267 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
268 # func_warning arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
269 # Echo program name prefixed warning message to standard error. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
270 func_warning () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
271 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
272 $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
273 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
274 # bash bug again: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
275 : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
276 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
277 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
278 # func_fatal_error arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
279 # Echo program name prefixed message to standard error, and exit. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
280 func_fatal_error () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
281 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
282 func_error ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
283 exit $EXIT_FAILURE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
284 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
285 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
286 # func_fatal_help arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
287 # Echo program name prefixed message to standard error, followed by |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
288 # a help hint, and exit. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
289 func_fatal_help () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
290 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
291 func_error ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
292 func_fatal_error "$help" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
293 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
294 help="Try \`$progname --help' for more information." ## default |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
295 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
296 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
297 # func_grep expression filename |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
298 # Check whether EXPRESSION matches any line of FILENAME, without output. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
299 func_grep () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
300 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
301 $GREP "$1" "$2" >/dev/null 2>&1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
302 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
303 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
304 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
305 # func_mkdir_p directory-path |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
306 # Make sure the entire path to DIRECTORY-PATH is available. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
307 func_mkdir_p () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
308 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
309 my_directory_path="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
310 my_dir_list= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
311 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
312 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
313 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
314 # Protect directory names starting with `-' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
315 case $my_directory_path in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
316 -*) my_directory_path="./$my_directory_path" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
317 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
318 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
319 # While some portion of DIR does not yet exist... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
320 while test ! -d "$my_directory_path"; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
321 # ...make a list in topmost first order. Use a colon delimited |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
322 # list incase some portion of path contains whitespace. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
323 my_dir_list="$my_directory_path:$my_dir_list" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
324 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
325 # If the last portion added has no slash in it, the list is done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
326 case $my_directory_path in */*) ;; *) break ;; esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
327 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
328 # ...otherwise throw away the child directory and loop |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
329 my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
330 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
331 my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
332 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
333 save_mkdir_p_IFS="$IFS"; IFS=':' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
334 for my_dir in $my_dir_list; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
335 IFS="$save_mkdir_p_IFS" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
336 # mkdir can fail with a `File exist' error if two processes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
337 # try to create one of the directories concurrently. Don't |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
338 # stop in that case! |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
339 $MKDIR "$my_dir" 2>/dev/null || : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
340 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
341 IFS="$save_mkdir_p_IFS" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
342 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
343 # Bail out if we (or some other process) failed to create a directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
344 test -d "$my_directory_path" || \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
345 func_fatal_error "Failed to create \`$1'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
346 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
347 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
348 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
349 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
350 # func_mktempdir [string] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
351 # Make a temporary directory that won't clash with other running |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
352 # libtool processes, and avoids race conditions if possible. If |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
353 # given, STRING is the basename for that directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
354 func_mktempdir () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
355 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
356 my_template="${TMPDIR-/tmp}/${1-$progname}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
357 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
358 if test "$opt_dry_run" = ":"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
359 # Return a directory name, but don't create it in dry-run mode |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
360 my_tmpdir="${my_template}-$$" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
361 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
362 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
363 # If mktemp works, use that first and foremost |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
364 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
365 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
366 if test ! -d "$my_tmpdir"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
367 # Failing that, at least try and use $RANDOM to avoid a race |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
368 my_tmpdir="${my_template}-${RANDOM-0}$$" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
369 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
370 save_mktempdir_umask=`umask` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
371 umask 0077 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
372 $MKDIR "$my_tmpdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
373 umask $save_mktempdir_umask |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
374 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
375 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
376 # If we're not in dry-run mode, bomb out on failure |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
377 test -d "$my_tmpdir" || \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
378 func_fatal_error "cannot create temporary directory \`$my_tmpdir'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
379 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
380 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
381 $ECHO "X$my_tmpdir" | $Xsed |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
382 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
383 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
384 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
385 # func_quote_for_eval arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
386 # Aesthetically quote ARG to be evaled later. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
387 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
388 # is double-quoted, suitable for a subsequent eval, whereas |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
389 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
390 # which are still active within double quotes backslashified. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
391 func_quote_for_eval () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
392 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
393 case $1 in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
394 *[\\\`\"\$]*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
395 func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
396 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
397 func_quote_for_eval_unquoted_result="$1" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
398 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
399 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
400 case $func_quote_for_eval_unquoted_result in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
401 # Double-quote args containing shell metacharacters to delay |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
402 # word splitting, command substitution and and variable |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
403 # expansion for a subsequent eval. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
404 # Many Bourne shells cannot handle close brackets correctly |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
405 # in scan sets, so we specify it separately. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
406 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
407 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
408 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
409 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
410 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
411 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
412 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
413 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
414 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
415 # func_quote_for_expand arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
416 # Aesthetically quote ARG to be evaled later; same as above, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
417 # but do not quote variable references. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
418 func_quote_for_expand () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
419 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
420 case $1 in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
421 *[\\\`\"]*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
422 my_arg=`$ECHO "X$1" | $Xsed \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
423 -e "$double_quote_subst" -e "$sed_double_backslash"` ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
424 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
425 my_arg="$1" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
426 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
427 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
428 case $my_arg in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
429 # Double-quote args containing shell metacharacters to delay |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
430 # word splitting and command substitution for a subsequent eval. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
431 # Many Bourne shells cannot handle close brackets correctly |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
432 # in scan sets, so we specify it separately. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
433 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
434 my_arg="\"$my_arg\"" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
435 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
436 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
437 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
438 func_quote_for_expand_result="$my_arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
439 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
440 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
441 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
442 # func_show_eval cmd [fail_exp] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
443 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
444 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
445 # is given, then evaluate it. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
446 func_show_eval () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
447 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
448 my_cmd="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
449 my_fail_exp="${2-:}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
450 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
451 ${opt_silent-false} || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
452 func_quote_for_expand "$my_cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
453 eval "func_echo $func_quote_for_expand_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
454 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
455 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
456 if ${opt_dry_run-false}; then :; else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
457 eval "$my_cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
458 my_status=$? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
459 if test "$my_status" -eq 0; then :; else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
460 eval "(exit $my_status); $my_fail_exp" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
461 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
462 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
463 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
464 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
465 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
466 # func_show_eval_locale cmd [fail_exp] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
467 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
468 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
469 # is given, then evaluate it. Use the saved locale for evaluation. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
470 func_show_eval_locale () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
471 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
472 my_cmd="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
473 my_fail_exp="${2-:}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
474 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
475 ${opt_silent-false} || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
476 func_quote_for_expand "$my_cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
477 eval "func_echo $func_quote_for_expand_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
478 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
479 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
480 if ${opt_dry_run-false}; then :; else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
481 eval "$lt_user_locale |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
482 $my_cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
483 my_status=$? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
484 eval "$lt_safe_locale" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
485 if test "$my_status" -eq 0; then :; else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
486 eval "(exit $my_status); $my_fail_exp" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
487 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
488 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
489 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
490 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
491 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
492 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
493 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
494 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
495 # func_version |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
496 # Echo version message to standard output and exit. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
497 func_version () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
498 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
499 $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
500 s/^# // |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
501 s/^# *$// |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
502 s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
503 p |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
504 }' < "$progpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
505 exit $? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
506 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
507 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
508 # func_usage |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
509 # Echo short help message to standard output and exit. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
510 func_usage () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
511 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
512 $SED -n '/^# Usage:/,/# -h/ { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
513 s/^# // |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
514 s/^# *$// |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
515 s/\$progname/'$progname'/ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
516 p |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
517 }' < "$progpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
518 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
519 $ECHO "run \`$progname --help | more' for full usage" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
520 exit $? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
521 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
522 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
523 # func_help |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
524 # Echo long help message to standard output and exit. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
525 func_help () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
526 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
527 $SED -n '/^# Usage:/,/# Report bugs to/ { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
528 s/^# // |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
529 s/^# *$// |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
530 s*\$progname*'$progname'* |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
531 s*\$host*'"$host"'* |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
532 s*\$SHELL*'"$SHELL"'* |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
533 s*\$LTCC*'"$LTCC"'* |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
534 s*\$LTCFLAGS*'"$LTCFLAGS"'* |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
535 s*\$LD*'"$LD"'* |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
536 s/\$with_gnu_ld/'"$with_gnu_ld"'/ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
537 s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
538 s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
539 p |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
540 }' < "$progpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
541 exit $? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
542 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
543 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
544 # func_missing_arg argname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
545 # Echo program name prefixed message to standard error and set global |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
546 # exit_cmd. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
547 func_missing_arg () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
548 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
549 func_error "missing argument for $1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
550 exit_cmd=exit |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
551 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
552 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
553 exit_cmd=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
554 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
555 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
556 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
557 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
558 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
559 # Check that we have a working $ECHO. |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
560 if test "X$1" = X--no-reexec; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
561 # Discard the --no-reexec flag, and continue. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
562 shift |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
563 elif test "X$1" = X--fallback-echo; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
564 # Avoid inline document here, it may be left over |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
565 : |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
566 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
567 # Yippee, $ECHO works! |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
568 : |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
569 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
570 # Restart under the correct shell, and then maybe $ECHO will work. |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
571 exec $SHELL "$progpath" --no-reexec ${1+"$@"} |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
572 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
573 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
574 if test "X$1" = X--fallback-echo; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
575 # used as fallback echo |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
576 shift |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
577 cat <<EOF |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
578 $* |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
579 EOF |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
580 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
581 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
582 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
583 magic="%%%MAGIC variable%%%" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
584 magic_exe="%%%MAGIC EXE variable%%%" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
585 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
586 # Global variables. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
587 # $mode is unset |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
588 nonopt= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
589 execute_dlfiles= |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
590 preserve_args= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
591 lo2o="s/\\.lo\$/.${objext}/" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
592 o2lo="s/\\.${objext}\$/.lo/" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
593 extracted_archives= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
594 extracted_serial=0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
595 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
596 opt_dry_run=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
597 opt_duplicate_deps=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
598 opt_silent=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
599 opt_debug=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
600 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
601 # If this variable is set in any of the actions, the command in it |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
602 # will be execed at the end. This prevents here-documents from being |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
603 # left over by shells. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
604 exec_cmd= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
605 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
606 # func_fatal_configuration arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
607 # Echo program name prefixed message to standard error, followed by |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
608 # a configuration failure hint, and exit. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
609 func_fatal_configuration () |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
610 { |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
611 func_error ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
612 func_error "See the $PACKAGE documentation for more information." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
613 func_fatal_error "Fatal configuration error." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
614 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
615 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
616 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
617 # func_config |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
618 # Display the configuration for all the tags in this script. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
619 func_config () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
620 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
621 re_begincf='^# ### BEGIN LIBTOOL' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
622 re_endcf='^# ### END LIBTOOL' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
623 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
624 # Default configuration. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
625 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
626 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
627 # Now print the configurations for the tags. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
628 for tagname in $taglist; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
629 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
630 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
631 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
632 exit $? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
633 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
634 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
635 # func_features |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
636 # Display the features supported by this script. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
637 func_features () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
638 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
639 $ECHO "host: $host" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
640 if test "$build_libtool_libs" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
641 $ECHO "enable shared libraries" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
642 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
643 $ECHO "disable shared libraries" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
644 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
645 if test "$build_old_libs" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
646 $ECHO "enable static libraries" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
647 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
648 $ECHO "disable static libraries" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
649 fi |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
650 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
651 exit $? |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
652 } |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
653 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
654 # func_enable_tag tagname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
655 # Verify that TAGNAME is valid, and either flag an error and exit, or |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
656 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
657 # variable here. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
658 func_enable_tag () |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
659 { |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
660 # Global variable: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
661 tagname="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
662 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
663 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
664 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
665 sed_extractcf="/$re_begincf/,/$re_endcf/p" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
666 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
667 # Validate tagname. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
668 case $tagname in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
669 *[!-_A-Za-z0-9,/]*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
670 func_fatal_error "invalid tag name: $tagname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
671 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
672 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
673 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
674 # Don't test for the "default" C tag, as we know it's |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
675 # there but not specially marked. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
676 case $tagname in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
677 CC) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
678 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
679 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
680 taglist="$taglist $tagname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
681 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
682 # Evaluate the configuration. Be careful to quote the path |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
683 # and the sed script, to avoid splitting on whitespace, but |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
684 # also don't use non-portable quotes within backquotes within |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
685 # quotes we have to do it in 2 steps: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
686 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
687 eval "$extractedcf" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
688 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
689 func_error "ignoring unknown tag $tagname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
690 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
691 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
692 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
693 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
694 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
695 # Parse options once, thoroughly. This comes as soon as possible in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
696 # the script to make things like `libtool --version' happen quickly. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
697 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
698 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
699 # Shorthand for --mode=foo, only valid as the first argument |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
700 case $1 in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
701 clean|clea|cle|cl) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
702 shift; set dummy --mode clean ${1+"$@"}; shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
703 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
704 compile|compil|compi|comp|com|co|c) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
705 shift; set dummy --mode compile ${1+"$@"}; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
706 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
707 execute|execut|execu|exec|exe|ex|e) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
708 shift; set dummy --mode execute ${1+"$@"}; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
709 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
710 finish|finis|fini|fin|fi|f) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
711 shift; set dummy --mode finish ${1+"$@"}; shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
712 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
713 install|instal|insta|inst|ins|in|i) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
714 shift; set dummy --mode install ${1+"$@"}; shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
715 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
716 link|lin|li|l) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
717 shift; set dummy --mode link ${1+"$@"}; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
718 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
719 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
720 shift; set dummy --mode uninstall ${1+"$@"}; shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
721 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
722 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
723 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
724 # Parse non-mode specific arguments: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
725 while test "$#" -gt 0; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
726 opt="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
727 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
728 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
729 case $opt in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
730 --config) func_config ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
731 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
732 --debug) preserve_args="$preserve_args $opt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
733 func_echo "enabling shell trace mode" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
734 opt_debug='set -x' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
735 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
736 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
737 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
739 execute_dlfiles="$execute_dlfiles $1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
740 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
741 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
742 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
743 --dry-run | -n) opt_dry_run=: ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
744 --features) func_features ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
745 --finish) mode="finish" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
746 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
747 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
748 case $1 in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
749 # Valid mode arguments: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
750 clean) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
751 compile) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
752 execute) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
753 finish) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
754 install) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
755 link) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
756 relink) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
757 uninstall) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
758 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
759 # Catch anything else as an error |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
760 *) func_error "invalid argument for $opt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
761 exit_cmd=exit |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
762 break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
763 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
764 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
765 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
766 mode="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
767 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
768 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
769 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
770 --preserve-dup-deps) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
771 opt_duplicate_deps=: ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
772 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
773 --quiet|--silent) preserve_args="$preserve_args $opt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
774 opt_silent=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
775 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
776 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
777 --verbose| -v) preserve_args="$preserve_args $opt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
778 opt_silent=false |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
779 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
780 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
781 --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
782 preserve_args="$preserve_args $opt $1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
783 func_enable_tag "$1" # tagname is set here |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
784 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
785 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
786 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
787 # Separate optargs to long options: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
788 -dlopen=*|--mode=*|--tag=*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
789 func_opt_split "$opt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
790 set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
791 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
792 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
793 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
794 -\?|-h) func_usage ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
795 --help) opt_help=: ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
796 --version) func_version ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
797 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
798 -*) func_fatal_help "unrecognized option \`$opt'" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
799 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
800 *) nonopt="$opt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
801 break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
802 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
803 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
804 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
805 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
806 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
807 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
808 *cygwin* | *mingw* | *pw32* | *cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
809 # don't eliminate duplications in $postdeps and $predeps |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
810 opt_duplicate_compiler_generated_deps=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
811 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
812 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
813 opt_duplicate_compiler_generated_deps=$opt_duplicate_deps |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
814 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
815 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
816 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
817 # Having warned about all mis-specified options, bail out if |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
818 # anything was wrong. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
819 $exit_cmd $EXIT_FAILURE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
820 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
821 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
822 # func_check_version_match |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
823 # Ensure that we are using m4 macros, and libtool script from the same |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
824 # release of libtool. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
825 func_check_version_match () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
826 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
827 if test "$package_revision" != "$macro_revision"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
828 if test "$VERSION" != "$macro_version"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
829 if test -z "$macro_version"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
830 cat >&2 <<_LT_EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
831 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
832 $progname: definition of this LT_INIT comes from an older release. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
834 $progname: and run autoconf again. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
835 _LT_EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
836 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
837 cat >&2 <<_LT_EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
838 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
839 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
841 $progname: and run autoconf again. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
842 _LT_EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
843 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
844 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
845 cat >&2 <<_LT_EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
846 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
847 $progname: but the definition of this LT_INIT comes from revision $macro_revision. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
849 $progname: of $PACKAGE $VERSION and run autoconf again. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
850 _LT_EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
851 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
852 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
853 exit $EXIT_MISMATCH |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
854 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
855 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
856 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
857 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
858 ## ----------- ## |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
859 ## Main. ## |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
860 ## ----------- ## |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
861 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
862 $opt_help || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
863 # Sanity checks first: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
864 func_check_version_match |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
865 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
866 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
867 func_fatal_configuration "not configured to build any kind of library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
868 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
869 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
870 test -z "$mode" && func_fatal_error "error: you must specify a MODE." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
871 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
872 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
873 # Darwin sucks |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
874 eval std_shrext=\"$shrext_cmds\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
875 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
876 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
877 # Only execute mode is allowed to have -dlopen flags. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
878 if test -n "$execute_dlfiles" && test "$mode" != execute; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
879 func_error "unrecognized option \`-dlopen'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
880 $ECHO "$help" 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
881 exit $EXIT_FAILURE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
882 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
883 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
884 # Change the help message to a mode-specific one. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
885 generic_help="$help" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
886 help="Try \`$progname --help --mode=$mode' for more information." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
887 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
888 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
889 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
890 # func_lalib_p file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
891 # True iff FILE is a libtool `.la' library or `.lo' object file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
892 # This function is only a basic sanity check; it will hardly flush out |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
893 # determined imposters. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
894 func_lalib_p () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
895 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
896 test -f "$1" && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
897 $SED -e 4q "$1" 2>/dev/null \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
898 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
899 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
900 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
901 # func_lalib_unsafe_p file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
902 # True iff FILE is a libtool `.la' library or `.lo' object file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
903 # This function implements the same check as func_lalib_p without |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
904 # resorting to external programs. To this end, it redirects stdin and |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
905 # closes it afterwards, without saving the original file descriptor. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
906 # As a safety measure, use it only where a negative result would be |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
907 # fatal anyway. Works if `file' does not exist. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
908 func_lalib_unsafe_p () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
909 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
910 lalib_p=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
911 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
912 for lalib_p_l in 1 2 3 4 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
913 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
914 read lalib_p_line |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
915 case "$lalib_p_line" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
916 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
917 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
918 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
919 exec 0<&5 5<&- |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
920 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
921 test "$lalib_p" = yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
922 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
923 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
924 # func_ltwrapper_script_p file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
925 # True iff FILE is a libtool wrapper script |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
926 # This function is only a basic sanity check; it will hardly flush out |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
927 # determined imposters. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
928 func_ltwrapper_script_p () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
929 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
930 func_lalib_p "$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
931 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
932 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
933 # func_ltwrapper_executable_p file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
934 # True iff FILE is a libtool wrapper executable |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
935 # This function is only a basic sanity check; it will hardly flush out |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
936 # determined imposters. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
937 func_ltwrapper_executable_p () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
938 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
939 func_ltwrapper_exec_suffix= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
940 case $1 in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
941 *.exe) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
942 *) func_ltwrapper_exec_suffix=.exe ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
943 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
944 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
945 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
946 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
947 # func_ltwrapper_scriptname file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
948 # Assumes file is an ltwrapper_executable |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
949 # uses $file to determine the appropriate filename for a |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
950 # temporary ltwrapper_script. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
951 func_ltwrapper_scriptname () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
952 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
953 func_ltwrapper_scriptname_result="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
954 if func_ltwrapper_executable_p "$1"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
955 func_dirname_and_basename "$1" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
956 func_stripname '' '.exe' "$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
957 func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
958 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
959 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
960 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
961 # func_ltwrapper_p file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
962 # True iff FILE is a libtool wrapper script or wrapper executable |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
963 # This function is only a basic sanity check; it will hardly flush out |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
964 # determined imposters. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
965 func_ltwrapper_p () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
966 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
967 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
968 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
969 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
970 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
971 # func_execute_cmds commands fail_cmd |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
972 # Execute tilde-delimited COMMANDS. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
973 # If FAIL_CMD is given, eval that upon failure. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
974 # FAIL_CMD may read-access the current command in variable CMD! |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
975 func_execute_cmds () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
976 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
977 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
978 save_ifs=$IFS; IFS='~' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
979 for cmd in $1; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
980 IFS=$save_ifs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
981 eval cmd=\"$cmd\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
982 func_show_eval "$cmd" "${2-:}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
983 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
984 IFS=$save_ifs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
985 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
986 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
987 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
988 # func_source file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
989 # Source FILE, adding directory component if necessary. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
990 # Note that it is not necessary on cygwin/mingw to append a dot to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
991 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
992 # behavior happens only for exec(3), not for open(2)! Also, sourcing |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
993 # `FILE.' does not work on cygwin managed mounts. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
994 func_source () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
995 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
996 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
997 case $1 in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
998 */* | *\\*) . "$1" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
999 *) . "./$1" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1000 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1001 } |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1002 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1003 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1004 # func_infer_tag arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1005 # Infer tagged configuration to use if any are available and |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1006 # if one wasn't chosen via the "--tag" command line option. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1007 # Only attempt this if the compiler in the base compile |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1008 # command doesn't match the default compiler. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1009 # arg is usually of the form 'gcc ...' |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1010 func_infer_tag () |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1011 { |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1012 $opt_debug |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1013 if test -n "$available_tags" && test -z "$tagname"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1014 CC_quoted= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1015 for arg in $CC; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1016 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1017 CC_quoted="$CC_quoted $func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1018 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1019 case $@ in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1020 # Blanks in the command may have been stripped by the calling shell, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1021 # but not from the CC environment variable when configure was run. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1022 " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1023 # Blanks at the start of $base_compile will cause this to fail |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1024 # if we don't check for them as well. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1025 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1026 for z in $available_tags; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1027 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1028 # Evaluate the configuration. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1029 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1030 CC_quoted= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1031 for arg in $CC; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1032 # Double-quote args containing other shell metacharacters. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1033 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1034 CC_quoted="$CC_quoted $func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1035 done |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1036 case "$@ " in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1037 " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1038 # The compiler in the base compile command matches |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1039 # the one in the tagged configuration. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1040 # Assume this is the tagged configuration we want. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1041 tagname=$z |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1042 break |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1043 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1044 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1045 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1046 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1047 # If $tagname still isn't set, then no tagged configuration |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1048 # was found and let the user know that the "--tag" command |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1049 # line option must be used. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1050 if test -z "$tagname"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1051 func_echo "unable to infer tagged configuration" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1052 func_fatal_error "specify a tag with \`--tag'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1053 # else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1054 # func_verbose "using $tagname tagged configuration" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1055 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1056 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1057 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1058 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1059 } |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1060 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1061 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1062 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1063 # func_write_libtool_object output_name pic_name nonpic_name |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1064 # Create a libtool object file (analogous to a ".la" file), |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1065 # but don't create it if we're doing a dry run. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1066 func_write_libtool_object () |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1067 { |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1068 write_libobj=${1} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1069 if test "$build_libtool_libs" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1070 write_lobj=\'${2}\' |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1071 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1072 write_lobj=none |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1073 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1074 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1075 if test "$build_old_libs" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1076 write_oldobj=\'${3}\' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1077 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1078 write_oldobj=none |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1079 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1080 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1081 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1082 cat >${write_libobj}T <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1083 # $write_libobj - a libtool object file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1084 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1085 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1086 # Please DO NOT delete this file! |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1087 # It is necessary for linking the library. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1088 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1089 # Name of the PIC object. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1090 pic_object=$write_lobj |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1091 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1092 # Name of the non-PIC object |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1093 non_pic_object=$write_oldobj |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1094 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1095 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1096 $MV "${write_libobj}T" "${write_libobj}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1097 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1098 } |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1099 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1100 # func_mode_compile arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1101 func_mode_compile () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1102 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1103 $opt_debug |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1104 # Get the compilation command and the source file. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1105 base_compile= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1106 srcfile="$nonopt" # always keep a non-empty value in "srcfile" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1107 suppress_opt=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1108 suppress_output= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1109 arg_mode=normal |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1110 libobj= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1111 later= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1112 pie_flag= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1113 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1114 for arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1115 do |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1116 case $arg_mode in |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1117 arg ) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1118 # do not "continue". Instead, add this to base_compile |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1119 lastarg="$arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1120 arg_mode=normal |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1121 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1122 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1123 target ) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1124 libobj="$arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1125 arg_mode=normal |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1126 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1127 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1128 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1129 normal ) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1130 # Accept any command-line options. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1131 case $arg in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1132 -o) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1133 test -n "$libobj" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1134 func_fatal_error "you cannot specify \`-o' more than once" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1135 arg_mode=target |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1136 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1137 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1138 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1139 -pie | -fpie | -fPIE) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1140 pie_flag="$pie_flag $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1141 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1142 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1143 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1144 -shared | -static | -prefer-pic | -prefer-non-pic) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1145 later="$later $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1146 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1147 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1148 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1149 -no-suppress) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1150 suppress_opt=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1151 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1152 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1153 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1154 -Xcompiler) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1155 arg_mode=arg # the next one goes into the "base_compile" arg list |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1156 continue # The current "srcfile" will either be retained or |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1157 ;; # replaced later. I would guess that would be a bug. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1158 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1159 -Wc,*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1160 func_stripname '-Wc,' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1161 args=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1162 lastarg= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1163 save_ifs="$IFS"; IFS=',' |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1164 for arg in $args; do |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1165 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1166 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1167 lastarg="$lastarg $func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1168 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1169 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1170 func_stripname ' ' '' "$lastarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1171 lastarg=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1172 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1173 # Add the arguments to base_compile. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1174 base_compile="$base_compile $lastarg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1175 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1176 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1177 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1178 *) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1179 # Accept the current argument as the source file. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1180 # The previous "srcfile" becomes the current argument. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1181 # |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1182 lastarg="$srcfile" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1183 srcfile="$arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1184 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1185 esac # case $arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1186 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1187 esac # case $arg_mode |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1188 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1189 # Aesthetically quote the previous argument. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1190 func_quote_for_eval "$lastarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1191 base_compile="$base_compile $func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1192 done # for arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1193 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1194 case $arg_mode in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1195 arg) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1196 func_fatal_error "you must specify an argument for -Xcompile" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1197 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1198 target) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1199 func_fatal_error "you must specify a target with \`-o'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1200 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1201 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1202 # Get the name of the library object. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1203 test -z "$libobj" && { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1204 func_basename "$srcfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1205 libobj="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1206 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1207 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1208 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1209 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1210 # Recognize several different file suffixes. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1211 # If the user specifies -o file.o, it is replaced with file.lo |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1212 case $libobj in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1213 *.[cCFSifmso] | \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1214 *.ada | *.adb | *.ads | *.asm | \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1215 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1216 *.[fF][09]? | *.for | *.java | *.obj | *.sx) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1217 func_xform "$libobj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1218 libobj=$func_xform_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1219 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1220 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1221 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1222 case $libobj in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1223 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1224 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1225 func_fatal_error "cannot determine name of library object from \`$libobj'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1226 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1227 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1228 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1229 func_infer_tag $base_compile |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1230 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1231 for arg in $later; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1232 case $arg in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1233 -shared) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1234 test "$build_libtool_libs" != yes && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1235 func_fatal_configuration "can not build a shared library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1236 build_old_libs=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1237 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1238 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1239 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1240 -static) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1241 build_libtool_libs=no |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1242 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1243 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1244 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1245 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1246 -prefer-pic) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1247 pic_mode=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1248 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1249 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1250 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1251 -prefer-non-pic) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1252 pic_mode=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1253 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1254 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1255 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1256 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1257 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1258 func_quote_for_eval "$libobj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1259 test "X$libobj" != "X$func_quote_for_eval_result" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1260 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1261 && func_warning "libobj name \`$libobj' may not contain shell special characters." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1262 func_dirname_and_basename "$obj" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1263 objname="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1264 xdir="$func_dirname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1265 lobj=${xdir}$objdir/$objname |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1266 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1267 test -z "$base_compile" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1268 func_fatal_help "you must specify a compilation command" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1269 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1270 # Delete any leftover library objects. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1271 if test "$build_old_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1272 removelist="$obj $lobj $libobj ${libobj}T" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1273 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1274 removelist="$lobj $libobj ${libobj}T" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1275 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1276 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1277 # On Cygwin there's no "real" PIC flag so we must build both object types |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1278 case $host_os in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1279 cygwin* | mingw* | pw32* | os2* | cegcc*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1280 pic_mode=default |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1281 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1282 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1283 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1284 # non-PIC code in shared libraries is not supported |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1285 pic_mode=default |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1286 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1287 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1288 # Calculate the filename of the output object if compiler does |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1289 # not support -o with -c |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1290 if test "$compiler_c_o" = no; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1292 lockfile="$output_obj.lock" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1293 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1294 output_obj= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1295 need_locks=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1296 lockfile= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1297 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1298 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1299 # Lock this critical section if it is needed |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1300 # We use this script file to make the link, it avoids creating a new file |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1301 if test "$need_locks" = yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1303 func_echo "Waiting for $lockfile to be removed" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1304 sleep 2 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1305 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1306 elif test "$need_locks" = warn; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1307 if test -f "$lockfile"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1308 $ECHO "\ |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1309 *** ERROR, $lockfile exists and contains: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1310 `cat $lockfile 2>/dev/null` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1311 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1312 This indicates that another process is trying to use the same |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1313 temporary object file, and libtool could not work around it because |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1314 your compiler does not support \`-c' and \`-o' together. If you |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1315 repeat this compilation, it may succeed, by chance, but you had better |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1316 avoid parallel builds (make -j) in this platform, or get a better |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1317 compiler." |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1318 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1319 $opt_dry_run || $RM $removelist |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1320 exit $EXIT_FAILURE |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1321 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1322 removelist="$removelist $output_obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1323 $ECHO "$srcfile" > "$lockfile" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1324 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1325 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1326 $opt_dry_run || $RM $removelist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1327 removelist="$removelist $lockfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1328 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1329 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1330 if test -n "$fix_srcfile_path"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1331 eval srcfile=\"$fix_srcfile_path\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1332 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1333 func_quote_for_eval "$srcfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1334 qsrcfile=$func_quote_for_eval_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1335 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1336 # Only build a PIC object if we are building libtool libraries. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1337 if test "$build_libtool_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1338 # Without this assignment, base_compile gets emptied. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1339 fbsd_hideous_sh_bug=$base_compile |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1340 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1341 if test "$pic_mode" != no; then |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1342 command="$base_compile $qsrcfile $pic_flag" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1343 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1344 # Don't build PIC code |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
1345 command="$base_compile $qsrcfile" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1346 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1347 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1348 func_mkdir_p "$xdir$objdir" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1349 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1350 if test -z "$output_obj"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1351 # Place PIC objects in $objdir |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1352 command="$command -o $lobj" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1353 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1354 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1355 func_show_eval_locale "$command" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1357 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1358 if test "$need_locks" = warn && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1359 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1360 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1361 *** ERROR, $lockfile contains: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1362 `cat $lockfile 2>/dev/null` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1363 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1364 but it should contain: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1365 $srcfile |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1366 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1367 This indicates that another process is trying to use the same |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1368 temporary object file, and libtool could not work around it because |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1369 your compiler does not support \`-c' and \`-o' together. If you |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1370 repeat this compilation, it may succeed, by chance, but you had better |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1371 avoid parallel builds (make -j) in this platform, or get a better |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1372 compiler." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1373 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1374 $opt_dry_run || $RM $removelist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1375 exit $EXIT_FAILURE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1376 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1377 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1378 # Just move the object if needed, then go on to compile the next one |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1380 func_show_eval '$MV "$output_obj" "$lobj"' \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1381 'error=$?; $opt_dry_run || $RM $removelist; exit $error' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1382 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1383 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1384 # Allow error messages only from the first compilation. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1385 if test "$suppress_opt" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1386 suppress_output=' >/dev/null 2>&1' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1387 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1388 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1389 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1390 # Only build a position-dependent object if we build old libraries. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1391 if test "$build_old_libs" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1392 if test "$pic_mode" != yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1393 # Don't build PIC code |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1394 command="$base_compile $qsrcfile$pie_flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1395 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1396 command="$base_compile $qsrcfile $pic_flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1397 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1398 if test "$compiler_c_o" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1399 command="$command -o $obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1400 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1401 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1402 # Suppress compiler output if we already did a PIC compilation. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1403 command="$command$suppress_output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1404 func_show_eval_locale "$command" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1405 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1406 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1407 if test "$need_locks" = warn && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1408 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1409 $ECHO "\ |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1410 *** ERROR, $lockfile contains: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1411 `cat $lockfile 2>/dev/null` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1412 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1413 but it should contain: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1414 $srcfile |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1415 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1416 This indicates that another process is trying to use the same |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1417 temporary object file, and libtool could not work around it because |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1418 your compiler does not support \`-c' and \`-o' together. If you |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1419 repeat this compilation, it may succeed, by chance, but you had better |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1420 avoid parallel builds (make -j) in this platform, or get a better |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1421 compiler." |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1422 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1423 $opt_dry_run || $RM $removelist |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1424 exit $EXIT_FAILURE |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1425 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1426 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1427 # Just move the object if needed |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1429 func_show_eval '$MV "$output_obj" "$obj"' \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1430 'error=$?; $opt_dry_run || $RM $removelist; exit $error' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1431 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1432 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1433 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1434 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1435 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1436 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1437 # Unlock the critical section if it was locked |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1438 if test "$need_locks" != no; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1439 removelist=$lockfile |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1440 $RM "$lockfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1441 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1442 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1443 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1444 exit $EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1445 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1446 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1447 $opt_help || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1448 test "$mode" = compile && func_mode_compile ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1449 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1450 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1451 func_mode_help () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1452 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1453 # We need to display help for each of the modes. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1454 case $mode in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1455 "") |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1456 # Generic help is extracted from the usage comments |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1457 # at the start of this file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1458 func_help |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1459 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1460 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1461 clean) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1462 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1463 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1464 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1465 Remove files from the build directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1466 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1467 RM is the name of the program to use to delete files associated with each FILE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1468 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1469 to RM. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1470 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1471 If FILE is a libtool library, object or program, all the files associated |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1472 with it are deleted. Otherwise, only FILE itself is deleted using RM." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1473 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1474 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1475 compile) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1476 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1477 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1478 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1479 Compile a source file into a libtool library object. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1480 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1481 This mode accepts the following additional options: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1482 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1483 -o OUTPUT-FILE set the output file name to OUTPUT-FILE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1484 -no-suppress do not suppress compiler output for multiple passes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1485 -prefer-pic try to building PIC objects only |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1486 -prefer-non-pic try to building non-PIC objects only |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1487 -shared do not build a \`.o' file suitable for static linking |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1488 -static only build a \`.o' file suitable for static linking |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1489 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1490 COMPILE-COMMAND is a command to be used in creating a \`standard' object file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1491 from the given SOURCEFILE. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1492 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1493 The output file name is determined by removing the directory component from |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1494 SOURCEFILE, then substituting the C source code suffix \`.c' with the |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1495 library object suffix, \`.lo'." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1496 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1497 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1498 execute) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1499 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1500 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1501 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1502 Automatically set library path, then run a program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1503 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1504 This mode accepts the following additional options: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1505 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1506 -dlopen FILE add the directory containing FILE to the library path |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1507 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1508 This mode sets the library path environment variable according to \`-dlopen' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1509 flags. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1510 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1511 If any of the ARGS are libtool executable wrappers, then they are translated |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1512 into their corresponding uninstalled binary, and any of their required library |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1513 directories are added to the library path. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1514 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1515 Then, COMMAND is executed, with ARGS as arguments." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1516 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1517 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1518 finish) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1519 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1520 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1521 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1522 Complete the installation of libtool libraries. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1523 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1524 Each LIBDIR is a directory that contains libtool libraries. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1525 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1526 The commands that this mode executes may require superuser privileges. Use |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1527 the \`--dry-run' option if you just want to see what would be executed." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1528 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1529 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1530 install) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1531 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1532 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1533 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1534 Install executables or libraries. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1535 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1536 INSTALL-COMMAND is the installation command. The first component should be |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1537 either the \`install' or \`cp' program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1538 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1539 The following components of INSTALL-COMMAND are treated specially: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1540 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1541 -inst-prefix PREFIX-DIR Use PREFIX-DIR as a staging area for installation |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1542 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1543 The rest of the components are interpreted as arguments to that command (only |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1544 BSD-compatible install options are recognized)." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1545 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1546 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1547 link) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1548 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1549 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1550 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1551 Link object files or libraries together to form another library, or to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1552 create an executable program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1553 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1554 LINK-COMMAND is a command using the C compiler that you would use to create |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1555 a program from several object files. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1556 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1557 The following components of LINK-COMMAND are treated specially: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1558 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1559 -all-static do not do any dynamic linking at all |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1560 -avoid-version do not add a version suffix if possible |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1561 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1562 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1563 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1564 -export-symbols SYMFILE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1565 try to export only the symbols listed in SYMFILE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1566 -export-symbols-regex REGEX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1567 try to export only the symbols matching REGEX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1568 -LLIBDIR search LIBDIR for required installed libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1569 -lNAME OUTPUT-FILE requires the installed library libNAME |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1570 -module build a library that can dlopened |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1571 -no-fast-install disable the fast-install mode |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1572 -no-install link a not-installable executable |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1573 -no-undefined declare that a library does not refer to external symbols |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1574 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1575 -objectlist FILE Use a list of object files found in FILE to specify objects |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1576 -precious-files-regex REGEX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1577 don't remove output files matching REGEX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1578 -release RELEASE specify package release information |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1579 -rpath LIBDIR the created library will eventually be installed in LIBDIR |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1580 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1581 -shared only do dynamic linking of libtool libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1582 -shrext SUFFIX override the standard shared library file extension |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1583 -static do not do any dynamic linking of uninstalled libtool libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1584 -static-libtool-libs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1585 do not do any dynamic linking of libtool libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1586 -version-info CURRENT[:REVISION[:AGE]] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1587 specify library version info [each variable defaults to 0] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1588 -weak LIBNAME declare that the target provides the LIBNAME interface |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1589 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1590 All other options (arguments beginning with \`-') are ignored. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1591 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1592 Every other argument is treated as a filename. Files ending in \`.la' are |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1593 treated as uninstalled libtool libraries, other files are standard or library |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1594 object files. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1595 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1596 If the OUTPUT-FILE ends in \`.la', then a libtool library is created, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1597 only library objects (\`.lo' files) may be specified, and \`-rpath' is |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1598 required, except when creating a convenience library. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1599 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1600 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1601 using \`ar' and \`ranlib', or on Windows using \`lib'. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1602 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1603 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1604 is created, otherwise an executable program is created." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1605 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1606 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1607 uninstall) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1608 $ECHO \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1609 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1610 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1611 Remove libraries from an installation directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1612 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1613 RM is the name of the program to use to delete files associated with each FILE |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1614 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1615 to RM. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1616 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1617 If FILE is a libtool library, all the files associated with it are deleted. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1618 Otherwise, only FILE itself is deleted using RM." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1619 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1620 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1621 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1622 func_fatal_help "invalid operation mode \`$mode'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1623 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1624 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1625 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1626 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1627 $ECHO "Try \`$progname --help' for more information about other modes." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1628 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1629 exit $? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1630 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1631 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1632 # Now that we've collected a possible --mode arg, show help if necessary |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1633 $opt_help && func_mode_help |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1634 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1635 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1636 # func_mode_execute arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1637 func_mode_execute () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1638 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1639 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1640 # The first argument is the command name. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1641 cmd="$nonopt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1642 test -z "$cmd" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1643 func_fatal_help "you must specify a COMMAND" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1644 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1645 # Handle -dlopen flags immediately. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1646 for file in $execute_dlfiles; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1647 test -f "$file" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1648 || func_fatal_help "\`$file' is not a file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1649 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1650 dir= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1651 case $file in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1652 *.la) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1653 # Check to see that this really is a libtool archive. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1654 func_lalib_unsafe_p "$file" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1655 || func_fatal_help "\`$lib' is not a valid libtool archive" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1656 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1657 # Read the libtool library. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1658 dlname= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1659 library_names= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1660 func_source "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1661 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1662 # Skip this library if it cannot be dlopened. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1663 if test -z "$dlname"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1664 # Warn if it was a shared library. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1665 test -n "$library_names" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1666 func_warning "\`$file' was not linked with \`-export-dynamic'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1667 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1668 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1669 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1670 func_dirname "$file" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1671 dir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1672 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1673 if test -f "$dir/$objdir/$dlname"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1674 dir="$dir/$objdir" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1675 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1676 if test ! -f "$dir/$dlname"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1677 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1678 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1679 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1680 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1681 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1682 *.lo) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1683 # Just add the directory containing the .lo file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1684 func_dirname "$file" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1685 dir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1686 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1687 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1688 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1689 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1690 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1691 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1692 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1693 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1694 # Get the absolute pathname. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1695 absdir=`cd "$dir" && pwd` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1696 test -n "$absdir" && dir="$absdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1697 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1698 # Now add the directory to shlibpath_var. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1699 if eval "test -z \"\$$shlibpath_var\""; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1700 eval "$shlibpath_var=\"\$dir\"" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1701 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1702 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1703 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1704 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1705 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1706 # This variable tells wrapper scripts just to set shlibpath_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1707 # rather than running their programs. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1708 libtool_execute_magic="$magic" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1709 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1710 # Check if any of the arguments is a wrapper script. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1711 args= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1712 for file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1713 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1714 case $file in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1715 -*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1716 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1717 # Do a test to see if this is really a libtool program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1718 if func_ltwrapper_script_p "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1719 func_source "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1720 # Transform arg to wrapped name. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1721 file="$progdir/$program" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1722 elif func_ltwrapper_executable_p "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1723 func_ltwrapper_scriptname "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1724 func_source "$func_ltwrapper_scriptname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1725 # Transform arg to wrapped name. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1726 file="$progdir/$program" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1727 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1728 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1729 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1730 # Quote arguments (to preserve shell metacharacters). |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1731 func_quote_for_eval "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1732 args="$args $func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1733 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1734 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1735 if test "X$opt_dry_run" = Xfalse; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1736 if test -n "$shlibpath_var"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1737 # Export the shlibpath_var. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1738 eval "export $shlibpath_var" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1739 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1740 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1741 # Restore saved environment variables |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1742 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1743 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1744 eval "if test \"\${save_$lt_var+set}\" = set; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1745 $lt_var=\$save_$lt_var; export $lt_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1746 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1747 $lt_unset $lt_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1748 fi" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1749 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1750 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1751 # Now prepare to actually exec the command. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1752 exec_cmd="\$cmd$args" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1753 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1754 # Display what would be done. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1755 if test -n "$shlibpath_var"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1756 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1757 $ECHO "export $shlibpath_var" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1758 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1759 $ECHO "$cmd$args" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1760 exit $EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1761 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1762 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1763 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1764 test "$mode" = execute && func_mode_execute ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1765 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1766 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1767 # func_mode_finish arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1768 func_mode_finish () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1769 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1770 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1771 libdirs="$nonopt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1772 admincmds= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1773 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1774 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1775 for dir |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1776 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1777 libdirs="$libdirs $dir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1778 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1779 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1780 for libdir in $libdirs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1781 if test -n "$finish_cmds"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1782 # Do each command in the finish commands. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1783 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1784 '"$cmd"'"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1785 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1786 if test -n "$finish_eval"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1787 # Do the single finish_eval. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1788 eval cmds=\"$finish_eval\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1789 $opt_dry_run || eval "$cmds" || admincmds="$admincmds |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1790 $cmds" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1791 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1792 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1793 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1794 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1795 # Exit here if they wanted silent mode. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1796 $opt_silent && exit $EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1797 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1798 $ECHO "X----------------------------------------------------------------------" | $Xsed |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1799 $ECHO "Libraries have been installed in:" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1800 for libdir in $libdirs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1801 $ECHO " $libdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1802 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1803 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1804 $ECHO "If you ever happen to want to link against installed libraries" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1805 $ECHO "in a given directory, LIBDIR, you must either use libtool, and" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1806 $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1807 $ECHO "flag during linking and do at least one of the following:" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1808 if test -n "$shlibpath_var"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1809 $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1810 $ECHO " during execution" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1811 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1812 if test -n "$runpath_var"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1813 $ECHO " - add LIBDIR to the \`$runpath_var' environment variable" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1814 $ECHO " during linking" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1815 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1816 if test -n "$hardcode_libdir_flag_spec"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1817 libdir=LIBDIR |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1818 eval flag=\"$hardcode_libdir_flag_spec\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1819 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1820 $ECHO " - use the \`$flag' linker flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1821 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1822 if test -n "$admincmds"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1823 $ECHO " - have your system administrator run these commands:$admincmds" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1824 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1825 if test -f /etc/ld.so.conf; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1826 $ECHO " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1827 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1828 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1829 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1830 $ECHO "See any operating system documentation about shared libraries for" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1831 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1832 solaris2.[6789]|solaris2.1[0-9]) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1833 $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1834 $ECHO "pages." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1835 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1836 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1837 $ECHO "more information, such as the ld(1) and ld.so(8) manual pages." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1838 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1839 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1840 $ECHO "X----------------------------------------------------------------------" | $Xsed |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1841 exit $EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1842 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1843 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1844 test "$mode" = finish && func_mode_finish ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1845 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1846 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1847 # func_mode_install arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1848 func_mode_install () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1849 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1850 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1851 # There may be an optional sh(1) argument at the beginning of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1852 # install_prog (especially on Windows NT). |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1853 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1854 # Allow the use of GNU shtool's install command. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1855 $ECHO "X$nonopt" | $GREP shtool >/dev/null; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1856 # Aesthetically quote it. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1857 func_quote_for_eval "$nonopt" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1858 install_prog="$func_quote_for_eval_result " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1859 arg=$1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1860 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1861 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1862 install_prog= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1863 arg=$nonopt |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1864 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1865 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1866 # The real first argument should be the name of the installation program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1867 # Aesthetically quote it. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1868 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1869 install_prog="$install_prog$func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1870 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1871 # We need to accept at least all the BSD install flags. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1872 dest= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1873 files= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1874 opts= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1875 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1876 install_type= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1877 isdir=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1878 stripme= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1879 for arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1880 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1881 if test -n "$dest"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1882 files="$files $dest" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1883 dest=$arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1884 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1885 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1886 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1887 case $arg in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1888 -d) isdir=yes ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1889 -f) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1890 case " $install_prog " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1891 *[\\\ /]cp\ *) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1892 *) prev=$arg ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1893 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1894 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1895 -g | -m | -o) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1896 prev=$arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1897 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1898 -s) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1899 stripme=" -s" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1900 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1901 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1902 -*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1903 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1904 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1905 # If the previous option needed an argument, then skip it. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1906 if test -n "$prev"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1907 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1908 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1909 dest=$arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1910 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1911 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1912 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1913 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1914 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1915 # Aesthetically quote the argument. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1916 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1917 install_prog="$install_prog $func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1918 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1919 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1920 test -z "$install_prog" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1921 func_fatal_help "you must specify an install program" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1922 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1923 test -n "$prev" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1924 func_fatal_help "the \`$prev' option requires an argument" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1925 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1926 if test -z "$files"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1927 if test -z "$dest"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1928 func_fatal_help "no file or destination specified" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1929 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1930 func_fatal_help "you must specify a destination" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1931 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1932 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1933 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1934 # Strip any trailing slash from the destination. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1935 func_stripname '' '/' "$dest" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1936 dest=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1937 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1938 # Check to see that the destination is a directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1939 test -d "$dest" && isdir=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1940 if test "$isdir" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1941 destdir="$dest" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1942 destname= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1943 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1944 func_dirname_and_basename "$dest" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1945 destdir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1946 destname="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1947 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1948 # Not a directory, so check to see that there is only one file specified. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1949 set dummy $files; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1950 test "$#" -gt 1 && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1951 func_fatal_help "\`$dest' is not a directory" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1952 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1953 case $destdir in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1954 [\\/]* | [A-Za-z]:[\\/]*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1955 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1956 for file in $files; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1957 case $file in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1958 *.lo) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1959 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1960 func_fatal_help "\`$destdir' must be an absolute directory name" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1961 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1962 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1963 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1964 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1965 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1966 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1967 # This variable tells wrapper scripts just to set variables rather |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1968 # than running their programs. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1969 libtool_install_magic="$magic" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1970 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1971 staticlibs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1972 future_libdirs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1973 current_libdirs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1974 for file in $files; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1975 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1976 # Do each installation. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1977 case $file in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1978 *.$libext) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1979 # Do the static libraries later. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1980 staticlibs="$staticlibs $file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1981 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1982 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1983 *.la) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1984 # Check to see that this really is a libtool archive. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1985 func_lalib_unsafe_p "$file" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1986 || func_fatal_help "\`$file' is not a valid libtool archive" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1987 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1988 library_names= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1989 old_library= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1990 relink_command= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1991 func_source "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1992 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1993 # Add the libdir to current_libdirs if it is the destination. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1994 if test "X$destdir" = "X$libdir"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1995 case "$current_libdirs " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1996 *" $libdir "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1997 *) current_libdirs="$current_libdirs $libdir" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1998 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
1999 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2000 # Note the libdir as a future libdir. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2001 case "$future_libdirs " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2002 *" $libdir "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2003 *) future_libdirs="$future_libdirs $libdir" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2004 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2005 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2006 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2007 func_dirname "$file" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2008 dir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2009 dir="$dir$objdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2010 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2011 if test -n "$relink_command"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2012 # Determine the prefix the user has applied to our future dir. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2013 inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2014 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2015 # Don't allow the user to place us outside of our expected |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2016 # location b/c this prevents finding dependent libraries that |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2017 # are installed to the same prefix. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2018 # At present, this check doesn't affect windows .dll's that |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2019 # are installed into $libdir/../bin (currently, that works fine) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2020 # but it's something to keep an eye on. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2021 test "$inst_prefix_dir" = "$destdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2022 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2023 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2024 if test -n "$inst_prefix_dir"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2025 # Stick the inst_prefix_dir data into the link command. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2026 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2027 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2028 relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2029 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2030 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2031 func_warning "relinking \`$file'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2032 func_show_eval "$relink_command" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2033 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2034 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2035 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2036 # See the names of the shared library. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2037 set dummy $library_names; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2038 if test -n "$1"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2039 realname="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2040 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2041 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2042 srcname="$realname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2043 test -n "$relink_command" && srcname="$realname"T |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2044 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2045 # Install the shared library and build the symlinks. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2046 func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2047 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2048 tstripme="$stripme" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2049 case $host_os in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2050 cygwin* | mingw* | pw32* | cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2051 case $realname in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2052 *.dll.a) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2053 tstripme="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2054 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2055 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2056 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2057 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2058 if test -n "$tstripme" && test -n "$striplib"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2059 func_show_eval "$striplib $destdir/$realname" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2060 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2061 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2062 if test "$#" -gt 0; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2063 # Delete the old symlinks, and create new ones. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2064 # Try `ln -sf' first, because the `ln' binary might depend on |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2065 # the symlink we replace! Solaris /bin/ln does not understand -f, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2066 # so we also need to try rm && ln -s. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2067 for linkname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2068 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2069 test "$linkname" != "$realname" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2070 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2071 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2072 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2073 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2074 # Do each command in the postinstall commands. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2075 lib="$destdir/$realname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2076 func_execute_cmds "$postinstall_cmds" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2077 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2078 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2079 # Install the pseudo-library for information purposes. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2080 func_basename "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2081 name="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2082 instname="$dir/$name"i |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2083 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2084 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2085 # Maybe install the static library, too. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2086 test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2087 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2088 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2089 *.lo) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2090 # Install (i.e. copy) a libtool object. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2091 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2092 # Figure out destination file name, if it wasn't already specified. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2093 if test -n "$destname"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2094 destfile="$destdir/$destname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2095 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2096 func_basename "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2097 destfile="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2098 destfile="$destdir/$destfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2099 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2100 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2101 # Deduce the name of the destination old-style object file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2102 case $destfile in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2103 *.lo) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2104 func_lo2o "$destfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2105 staticdest=$func_lo2o_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2106 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2107 *.$objext) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2108 staticdest="$destfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2109 destfile= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2110 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2111 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2112 func_fatal_help "cannot copy a libtool object to \`$destfile'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2113 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2114 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2115 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2116 # Install the libtool object if requested. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2117 test -n "$destfile" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2118 func_show_eval "$install_prog $file $destfile" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2119 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2120 # Install the old object if enabled. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2121 if test "$build_old_libs" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2122 # Deduce the name of the old-style object file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2123 func_lo2o "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2124 staticobj=$func_lo2o_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2125 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2126 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2127 exit $EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2128 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2129 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2130 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2131 # Figure out destination file name, if it wasn't already specified. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2132 if test -n "$destname"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2133 destfile="$destdir/$destname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2134 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2135 func_basename "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2136 destfile="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2137 destfile="$destdir/$destfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2138 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2139 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2140 # If the file is missing, and there is a .exe on the end, strip it |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2141 # because it is most likely a libtool script we actually want to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2142 # install |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2143 stripped_ext="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2144 case $file in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2145 *.exe) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2146 if test ! -f "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2147 func_stripname '' '.exe' "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2148 file=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2149 stripped_ext=".exe" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2150 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2151 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2152 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2153 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2154 # Do a test to see if this is really a libtool program. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2155 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2156 *cygwin* | *mingw*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2157 if func_ltwrapper_executable_p "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2158 func_ltwrapper_scriptname "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2159 wrapper=$func_ltwrapper_scriptname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2160 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2161 func_stripname '' '.exe' "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2162 wrapper=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2163 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2164 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2165 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2166 wrapper=$file |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2167 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2168 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2169 if func_ltwrapper_script_p "$wrapper"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2170 notinst_deplibs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2171 relink_command= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2172 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2173 func_source "$wrapper" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2174 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2175 # Check the variables that should have been set. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2176 test -z "$generated_by_libtool_version" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2177 func_fatal_error "invalid libtool wrapper script \`$wrapper'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2178 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2179 finalize=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2180 for lib in $notinst_deplibs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2181 # Check to see that each library is installed. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2182 libdir= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2183 if test -f "$lib"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2184 func_source "$lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2185 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2186 libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2187 if test -n "$libdir" && test ! -f "$libfile"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2188 func_warning "\`$lib' has not been installed in \`$libdir'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2189 finalize=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2190 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2191 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2192 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2193 relink_command= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2194 func_source "$wrapper" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2195 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2196 outputname= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2197 if test "$fast_install" = no && test -n "$relink_command"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2198 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2199 if test "$finalize" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2200 tmpdir=`func_mktempdir` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2201 func_basename "$file$stripped_ext" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2202 file="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2203 outputname="$tmpdir/$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2204 # Replace the output file specification. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2205 relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2206 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2207 $opt_silent || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2208 func_quote_for_expand "$relink_command" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2209 eval "func_echo $func_quote_for_expand_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2210 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2211 if eval "$relink_command"; then : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2212 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2213 func_error "error: relink \`$file' with the above command before installing it" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2214 $opt_dry_run || ${RM}r "$tmpdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2215 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2216 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2217 file="$outputname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2218 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2219 func_warning "cannot relink \`$file'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2220 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2221 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2222 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2223 # Install the binary that we compiled earlier. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2224 file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2225 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2226 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2227 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2228 # remove .exe since cygwin /usr/bin/install will append another |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2229 # one anyway |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2230 case $install_prog,$host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2231 */usr/bin/install*,*cygwin*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2232 case $file:$destfile in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2233 *.exe:*.exe) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2234 # this is ok |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2235 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2236 *.exe:*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2237 destfile=$destfile.exe |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2238 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2239 *:*.exe) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2240 func_stripname '' '.exe' "$destfile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2241 destfile=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2242 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2243 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2244 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2245 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2246 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2247 $opt_dry_run || if test -n "$outputname"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2248 ${RM}r "$tmpdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2249 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2250 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2251 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2252 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2253 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2254 for file in $staticlibs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2255 func_basename "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2256 name="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2257 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2258 # Set up the ranlib parameters. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2259 oldlib="$destdir/$name" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2260 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2261 func_show_eval "$install_prog \$file \$oldlib" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2262 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2263 if test -n "$stripme" && test -n "$old_striplib"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2264 func_show_eval "$old_striplib $oldlib" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2265 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2266 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2267 # Do each command in the postinstall commands. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2268 func_execute_cmds "$old_postinstall_cmds" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2269 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2270 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2271 test -n "$future_libdirs" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2272 func_warning "remember to run \`$progname --finish$future_libdirs'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2273 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2274 if test -n "$current_libdirs"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2275 # Maybe just do a dry run. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2276 $opt_dry_run && current_libdirs=" -n$current_libdirs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2277 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2278 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2279 exit $EXIT_SUCCESS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2280 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2281 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2282 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2283 test "$mode" = install && func_mode_install ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2284 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2285 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2286 # func_generate_dlsyms outputname originator pic_p |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2287 # Extract symbols from dlprefiles and create ${outputname}S.o with |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2288 # a dlpreopen symbol table. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2289 func_generate_dlsyms () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2290 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2291 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2292 my_outputname="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2293 my_originator="$2" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2294 my_pic_p="${3-no}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2295 my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2296 my_dlsyms= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2297 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2298 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2299 if test -n "$NM" && test -n "$global_symbol_pipe"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2300 my_dlsyms="${my_outputname}S.c" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2301 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2302 func_error "not configured to extract global symbols from dlpreopened files" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2303 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2304 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2305 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2306 if test -n "$my_dlsyms"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2307 case $my_dlsyms in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2308 "") ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2309 *.c) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2310 # Discover the nlist of each of the dlfiles. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2311 nlist="$output_objdir/${my_outputname}.nm" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2312 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2314 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2315 # Parse the name list into a source file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2316 func_verbose "creating $output_objdir/$my_dlsyms" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2317 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2318 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2319 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2320 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2321 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2322 #ifdef __cplusplus |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2323 extern \"C\" { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2324 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2325 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2326 /* External symbol declarations for the compiler. */\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2327 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2328 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2329 if test "$dlself" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2330 func_verbose "generating symbol list for \`$output'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2331 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2332 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2333 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2334 # Add our own program objects to the symbol list. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2335 progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2336 for progfile in $progfiles; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2337 func_verbose "extracting global C symbols from \`$progfile'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2338 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2339 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2340 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2341 if test -n "$exclude_expsyms"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2342 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2343 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2344 eval '$MV "$nlist"T "$nlist"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2345 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2346 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2347 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2348 if test -n "$export_symbols_regex"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2349 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2350 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2351 eval '$MV "$nlist"T "$nlist"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2352 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2353 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2354 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2355 # Prepare the list of exported symbols |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2356 if test -z "$export_symbols"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2357 export_symbols="$output_objdir/$outputname.exp" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2358 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2359 $RM $export_symbols |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2360 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2361 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2362 *cygwin* | *mingw* | *cegcc* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2363 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2364 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2365 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2366 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2367 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2368 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2369 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2370 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2371 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2372 eval '$MV "$nlist"T "$nlist"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2373 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2374 *cygwin | *mingw* | *cegcc* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2375 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2376 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2377 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2378 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2379 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2380 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2381 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2382 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2383 for dlprefile in $dlprefiles; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2384 func_verbose "extracting global C symbols from \`$dlprefile'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2385 func_basename "$dlprefile" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2386 name="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2387 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2388 eval '$ECHO ": $name " >> "$nlist"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2389 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2390 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2391 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2392 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2393 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2394 # Make sure we have at least an empty file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2395 test -f "$nlist" || : > "$nlist" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2396 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2397 if test -n "$exclude_expsyms"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2398 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2399 $MV "$nlist"T "$nlist" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2400 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2401 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2402 # Try sorting and uniquifying the output. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2403 if $GREP -v "^: " < "$nlist" | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2404 if sort -k 3 </dev/null >/dev/null 2>&1; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2405 sort -k 3 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2406 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2407 sort +2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2408 fi | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2409 uniq > "$nlist"S; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2410 : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2411 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2412 $GREP -v "^: " < "$nlist" > "$nlist"S |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2413 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2414 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2415 if test -f "$nlist"S; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2416 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2417 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2418 $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2419 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2420 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2421 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2422 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2423 /* The mapping between symbol names and symbols. */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2424 typedef struct { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2425 const char *name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2426 void *address; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2427 } lt_dlsymlist; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2428 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2429 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2430 *cygwin* | *mingw* | *cegcc* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2431 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2432 /* DATA imports from DLLs on WIN32 con't be const, because |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2433 runtime relocations are performed -- see ld's documentation |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2434 on pseudo-relocs. */" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2435 lt_dlsym_const= ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2436 *osf5*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2437 echo >> "$output_objdir/$my_dlsyms" "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2438 /* This system does not cope well with relocations in const data */" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2439 lt_dlsym_const= ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2440 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2441 lt_dlsym_const=const ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2442 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2443 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2444 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2445 extern $lt_dlsym_const lt_dlsymlist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2446 lt_${my_prefix}_LTX_preloaded_symbols[]; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2447 $lt_dlsym_const lt_dlsymlist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2448 lt_${my_prefix}_LTX_preloaded_symbols[] = |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2449 {\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2450 { \"$my_originator\", (void *) 0 }," |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2451 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2452 case $need_lib_prefix in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2453 no) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2454 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2455 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2456 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2457 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2458 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2459 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2460 $ECHO >> "$output_objdir/$my_dlsyms" "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2461 {0, (void *) 0} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2462 }; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2463 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2464 /* This works around a problem in FreeBSD linker */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2465 #ifdef FREEBSD_WORKAROUND |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2466 static const void *lt_preloaded_setup() { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2467 return lt_${my_prefix}_LTX_preloaded_symbols; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2468 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2469 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2470 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2471 #ifdef __cplusplus |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2472 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2473 #endif\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2474 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2475 } # !$opt_dry_run |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2476 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2477 pic_flag_for_symtable= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2478 case "$compile_command " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2479 *" -static "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2480 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2481 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2482 # compiling the symbol table file with pic_flag works around |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2483 # a FreeBSD bug that causes programs to crash when -lm is |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2484 # linked before any other PIC object. But we must not use |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2485 # pic_flag when linking with -static. The problem exists in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2486 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2487 *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2488 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2489 *-*-hpux*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2490 pic_flag_for_symtable=" $pic_flag" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2491 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2492 if test "X$my_pic_p" != Xno; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2493 pic_flag_for_symtable=" $pic_flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2494 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2495 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2496 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2497 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2498 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2499 symtab_cflags= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2500 for arg in $LTCFLAGS; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2501 case $arg in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2502 -pie | -fpie | -fPIE) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2503 *) symtab_cflags="$symtab_cflags $arg" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2504 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2505 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2506 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2507 # Now compile the dynamic symbol file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2508 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2509 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2510 # Clean up the generated files. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2511 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2512 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2513 # Transform the symbol file into the correct name. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2514 symfileobj="$output_objdir/${my_outputname}S.$objext" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2515 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2516 *cygwin* | *mingw* | *cegcc* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2517 if test -f "$output_objdir/$my_outputname.def"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2518 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2519 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2520 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2521 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2522 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2523 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2524 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2525 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2526 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2527 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2528 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2529 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2530 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2531 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2532 func_fatal_error "unknown suffix for \`$my_dlsyms'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2533 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2534 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2535 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2536 # We keep going just in case the user didn't refer to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2537 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2538 # really was required. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2539 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2540 # Nullify the symbol file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2541 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2542 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2543 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2544 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2545 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2546 # func_win32_libid arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2547 # return the library type of file 'arg' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2548 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2549 # Need a lot of goo to handle *both* DLLs and import libs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2550 # Has to be a shell function in order to 'eat' the argument |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2551 # that is supplied when $file_magic_command is called. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2552 func_win32_libid () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2553 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2554 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2555 win32_libid_type="unknown" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2556 win32_fileres=`file -L $1 2>/dev/null` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2557 case $win32_fileres in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2558 *ar\ archive\ import\ library*) # definitely import |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2559 win32_libid_type="x86 archive import" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2560 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2561 *ar\ archive*) # could be an import, or static |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2562 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | |
5102 | 2563 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2564 win32_nmres=`eval $NM -f posix -A $1 | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2565 $SED -n -e ' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2566 1,100{ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2567 / I /{ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2568 s,.*,import, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2569 p |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2570 q |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2571 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2572 }'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2573 case $win32_nmres in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2574 import*) win32_libid_type="x86 archive import";; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2575 *) win32_libid_type="x86 archive static";; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2576 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2577 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2578 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2579 *DLL*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2580 win32_libid_type="x86 DLL" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2581 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2582 *executable*) # but shell scripts are "executable" too... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2583 case $win32_fileres in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2584 *MS\ Windows\ PE\ Intel*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2585 win32_libid_type="x86 DLL" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2586 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2587 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2588 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2589 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2590 $ECHO "$win32_libid_type" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2591 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2592 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2593 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2594 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2595 # func_extract_an_archive dir oldlib |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2596 func_extract_an_archive () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2597 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2598 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2599 f_ex_an_ar_dir="$1"; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2600 f_ex_an_ar_oldlib="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2601 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2602 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2603 : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2604 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2605 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2606 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2607 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2608 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2609 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2610 # func_extract_archives gentop oldlib ... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2611 func_extract_archives () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2612 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2613 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2614 my_gentop="$1"; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2615 my_oldlibs=${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2616 my_oldobjs="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2617 my_xlib="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2618 my_xabs="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2619 my_xdir="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2620 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2621 for my_xlib in $my_oldlibs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2622 # Extract the objects. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2623 case $my_xlib in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2624 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2625 *) my_xabs=`pwd`"/$my_xlib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2626 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2627 func_basename "$my_xlib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2628 my_xlib="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2629 my_xlib_u=$my_xlib |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2630 while :; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2631 case " $extracted_archives " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2632 *" $my_xlib_u "*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2633 func_arith $extracted_serial + 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2634 extracted_serial=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2635 my_xlib_u=lt$extracted_serial-$my_xlib ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2636 *) break ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2637 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2638 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2639 extracted_archives="$extracted_archives $my_xlib_u" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2640 my_xdir="$my_gentop/$my_xlib_u" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2641 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2642 func_mkdir_p "$my_xdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2643 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2644 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2645 *-darwin*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2646 func_verbose "Extracting $my_xabs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2647 # Do not bother doing anything if just a dry run |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2648 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2649 darwin_orig_dir=`pwd` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2650 cd $my_xdir || exit $? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2651 darwin_archive=$my_xabs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2652 darwin_curdir=`pwd` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2653 darwin_base_archive=`basename "$darwin_archive"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2654 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2655 if test -n "$darwin_arches"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2656 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2657 darwin_arch= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2658 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2659 for darwin_arch in $darwin_arches ; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2660 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2661 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2662 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2663 func_extract_an_archive "`pwd`" "${darwin_base_archive}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2664 cd "$darwin_curdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2665 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2666 done # $darwin_arches |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2667 ## Okay now we've a bunch of thin objects, gotta fatten them up :) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2668 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2669 darwin_file= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2670 darwin_files= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2671 for darwin_file in $darwin_filelist; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2672 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2673 $LIPO -create -output "$darwin_file" $darwin_files |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2674 done # $darwin_filelist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2675 $RM -rf unfat-$$ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2676 cd "$darwin_orig_dir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2677 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2678 cd $darwin_orig_dir |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2679 func_extract_an_archive "$my_xdir" "$my_xabs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2680 fi # $darwin_arches |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2681 } # !$opt_dry_run |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2682 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2683 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2684 func_extract_an_archive "$my_xdir" "$my_xabs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2685 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2686 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2687 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2688 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2689 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2690 func_extract_archives_result="$my_oldobjs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2691 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2692 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2693 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2694 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2695 # func_emit_wrapper_part1 [arg=no] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2696 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2697 # Emit the first part of a libtool wrapper script on stdout. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2698 # For more information, see the description associated with |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2699 # func_emit_wrapper(), below. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2700 func_emit_wrapper_part1 () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2701 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2702 func_emit_wrapper_part1_arg1=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2703 if test -n "$1" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2704 func_emit_wrapper_part1_arg1=$1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2705 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2706 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2707 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2708 #! $SHELL |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2709 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2710 # $output - temporary wrapper script for $objdir/$outputname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2711 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2712 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2713 # The $output program cannot be directly executed until all the libtool |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2714 # libraries that it depends on are installed. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2715 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2716 # This wrapper script should never be moved out of the build directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2717 # If it is, it will not operate correctly. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2718 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2719 # Sed substitution that helps us do robust quoting. It backslashifies |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2720 # metacharacters that are still active within double-quoted strings. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2721 Xsed='${SED} -e 1s/^X//' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2722 sed_quote_subst='$sed_quote_subst' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2723 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2724 # Be Bourne compatible |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2725 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2726 emulate sh |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2727 NULLCMD=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2728 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2729 # is contrary to our usage. Disable this feature. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2730 alias -g '\${1+\"\$@\"}'='\"\$@\"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2731 setopt NO_GLOB_SUBST |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2732 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2733 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2734 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2735 BIN_SH=xpg4; export BIN_SH # for Tru64 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2736 DUALCASE=1; export DUALCASE # for MKS sh |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2737 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2738 # The HP-UX ksh and POSIX shell print the target directory to stdout |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2739 # if CDPATH is set. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2740 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2741 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2742 relink_command=\"$relink_command\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2743 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2744 # This environment variable determines our operation mode. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2745 if test \"\$libtool_install_magic\" = \"$magic\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2746 # install mode needs the following variables: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2747 generated_by_libtool_version='$macro_version' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2748 notinst_deplibs='$notinst_deplibs' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2749 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2750 # When we are sourced in execute mode, \$file and \$ECHO are already set. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2751 if test \"\$libtool_execute_magic\" != \"$magic\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2752 ECHO=\"$qecho\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2753 file=\"\$0\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2754 # Make sure echo works. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2755 if test \"X\$1\" = X--no-reexec; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2756 # Discard the --no-reexec flag, and continue. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2757 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2758 elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2759 # Yippee, \$ECHO works! |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2760 : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2761 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2762 # Restart under the correct shell, and then maybe \$ECHO will work. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2763 exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2764 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2765 fi\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2766 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2767 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2768 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2769 # Find the directory that this script lives in. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2770 thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2771 test \"x\$thisdir\" = \"x\$file\" && thisdir=. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2772 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2773 # Follow symbolic links until we get to the real thisdir. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2774 file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2775 while test -n \"\$file\"; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2776 destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2777 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2778 # If there was a directory component, then change thisdir. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2779 if test \"x\$destdir\" != \"x\$file\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2780 case \"\$destdir\" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2781 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2782 *) thisdir=\"\$thisdir/\$destdir\" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2783 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2784 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2785 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2786 file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2787 file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2788 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2789 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2790 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2791 # end: func_emit_wrapper_part1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2792 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2793 # func_emit_wrapper_part2 [arg=no] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2794 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2795 # Emit the second part of a libtool wrapper script on stdout. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2796 # For more information, see the description associated with |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2797 # func_emit_wrapper(), below. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2798 func_emit_wrapper_part2 () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2799 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2800 func_emit_wrapper_part2_arg1=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2801 if test -n "$1" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2802 func_emit_wrapper_part2_arg1=$1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2803 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2804 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2805 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2806 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2807 # Usually 'no', except on cygwin/mingw when embedded into |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2808 # the cwrapper. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2809 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2810 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2811 # special case for '.' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2812 if test \"\$thisdir\" = \".\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2813 thisdir=\`pwd\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2814 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2815 # remove .libs from thisdir |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2816 case \"\$thisdir\" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2817 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2818 $objdir ) thisdir=. ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2819 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2820 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2821 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2822 # Try to get the absolute directory name. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2823 absdir=\`cd \"\$thisdir\" && pwd\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2824 test -n \"\$absdir\" && thisdir=\"\$absdir\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2825 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2826 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2827 if test "$fast_install" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2828 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2829 program=lt-'$outputname'$exeext |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2830 progdir=\"\$thisdir/$objdir\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2831 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2832 if test ! -f \"\$progdir/\$program\" || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2833 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2834 test \"X\$file\" != \"X\$progdir/\$program\"; }; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2835 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2836 file=\"\$\$-\$program\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2837 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2838 if test ! -d \"\$progdir\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2839 $MKDIR \"\$progdir\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2840 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2841 $RM \"\$progdir/\$file\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2842 fi" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2843 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2844 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2845 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2846 # relink executable if necessary |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2847 if test -n \"\$relink_command\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2848 if relink_command_output=\`eval \$relink_command 2>&1\`; then : |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2849 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2850 $ECHO \"\$relink_command_output\" >&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2851 $RM \"\$progdir/\$file\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2852 exit 1 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2853 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2854 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2855 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2856 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2857 { $RM \"\$progdir/\$program\"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2858 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2859 $RM \"\$progdir/\$file\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2860 fi" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2861 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2862 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2863 program='$outputname' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2864 progdir=\"\$thisdir/$objdir\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2865 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2866 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2867 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2868 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2869 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2870 if test -f \"\$progdir/\$program\"; then" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2871 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2872 # Export our shlibpath_var if we have one. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2873 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2874 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2875 # Add our own library path to $shlibpath_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2876 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2877 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2878 # Some systems cannot cope with colon-terminated $shlibpath_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2879 # The second colon is a workaround for a bug in BeOS R4 sed |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2880 $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2881 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2882 export $shlibpath_var |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2883 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2884 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2885 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2886 # fixup the dll searchpath if we need to. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2887 if test -n "$dllsearchpath"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2888 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2889 # Add the dll search path components to the executable PATH |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2890 PATH=$dllsearchpath:\$PATH |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2891 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2892 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2893 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2894 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2895 if test \"\$libtool_execute_magic\" != \"$magic\"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2896 # Run the actual program with our arguments. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2897 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2898 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2899 # Backslashes separate directories on plain windows |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2900 *-*-mingw | *-*-os2* | *-cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2901 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2902 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2903 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2904 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2905 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2906 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2907 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2908 exec \"\$progdir/\$program\" \${1+\"\$@\"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2909 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2910 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2911 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2912 $ECHO "\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2913 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2914 exit 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2915 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2916 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2917 # The program doesn't exist. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2918 \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2919 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2920 $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2921 exit 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2922 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2923 fi\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2924 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2925 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2926 # end: func_emit_wrapper_part2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2927 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2928 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2929 # func_emit_wrapper [arg=no] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2930 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2931 # Emit a libtool wrapper script on stdout. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2932 # Don't directly open a file because we may want to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2933 # incorporate the script contents within a cygwin/mingw |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2934 # wrapper executable. Must ONLY be called from within |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2935 # func_mode_link because it depends on a number of variables |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2936 # set therein. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2937 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2938 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2939 # variable will take. If 'yes', then the emitted script |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2940 # will assume that the directory in which it is stored is |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2941 # the $objdir directory. This is a cygwin/mingw-specific |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2942 # behavior. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2943 func_emit_wrapper () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2944 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2945 func_emit_wrapper_arg1=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2946 if test -n "$1" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2947 func_emit_wrapper_arg1=$1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2948 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2949 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2950 # split this up so that func_emit_cwrapperexe_src |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2951 # can call each part independently. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2952 func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2953 func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2954 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2955 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2956 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2957 # func_to_host_path arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2958 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2959 # Convert paths to host format when used with build tools. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2960 # Intended for use with "native" mingw (where libtool itself |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2961 # is running under the msys shell), or in the following cross- |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2962 # build environments: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2963 # $build $host |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2964 # mingw (msys) mingw [e.g. native] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2965 # cygwin mingw |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2966 # *nix + wine mingw |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2967 # where wine is equipped with the `winepath' executable. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2968 # In the native mingw case, the (msys) shell automatically |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2969 # converts paths for any non-msys applications it launches, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2970 # but that facility isn't available from inside the cwrapper. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2971 # Similar accommodations are necessary for $host mingw and |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2972 # $build cygwin. Calling this function does no harm for other |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2973 # $host/$build combinations not listed above. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2974 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2975 # ARG is the path (on $build) that should be converted to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2976 # the proper representation for $host. The result is stored |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2977 # in $func_to_host_path_result. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2978 func_to_host_path () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2979 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2980 func_to_host_path_result="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2981 if test -n "$1" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2982 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2983 *mingw* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2984 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2985 case $build in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2986 *mingw* ) # actually, msys |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2987 # awkward: cmd appends spaces to result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2988 lt_sed_strip_trailing_spaces="s/[ ]*\$//" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2989 func_to_host_path_tmp1=`( cmd //c echo "$1" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2990 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2991 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2992 $SED -e "$lt_sed_naive_backslashify"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2993 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2994 *cygwin* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2995 func_to_host_path_tmp1=`cygpath -w "$1"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2996 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2997 $SED -e "$lt_sed_naive_backslashify"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2998 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
2999 * ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3000 # Unfortunately, winepath does not exit with a non-zero |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3001 # error code, so we are forced to check the contents of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3002 # stdout. On the other hand, if the command is not |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3003 # found, the shell will set an exit code of 127 and print |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3004 # *an error message* to stdout. So we must check for both |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3005 # error code of zero AND non-empty stdout, which explains |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3006 # the odd construction: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3007 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3008 if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3009 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3010 $SED -e "$lt_sed_naive_backslashify"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3011 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3012 # Allow warning below. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3013 func_to_host_path_result="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3014 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3015 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3016 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3017 if test -z "$func_to_host_path_result" ; then |
3346
195eb6d42bf0
Updated libtool to version 2.2.6a
Sam Lantinga <slouken@libsdl.org>
parents:
3085
diff
changeset
|
3018 #func_error "Could not determine host path corresponding to" |
195eb6d42bf0
Updated libtool to version 2.2.6a
Sam Lantinga <slouken@libsdl.org>
parents:
3085
diff
changeset
|
3019 #func_error " '$1'" |
195eb6d42bf0
Updated libtool to version 2.2.6a
Sam Lantinga <slouken@libsdl.org>
parents:
3085
diff
changeset
|
3020 #func_error "Continuing, but uninstalled executables may not work." |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3021 # Fallback: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3022 func_to_host_path_result="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3023 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3024 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3025 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3026 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3027 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3028 # end: func_to_host_path |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3029 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3030 # func_to_host_pathlist arg |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3031 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3032 # Convert pathlists to host format when used with build tools. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3033 # See func_to_host_path(), above. This function supports the |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3034 # following $build/$host combinations (but does no harm for |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3035 # combinations not listed here): |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3036 # $build $host |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3037 # mingw (msys) mingw [e.g. native] |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3038 # cygwin mingw |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3039 # *nix + wine mingw |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3040 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3041 # Path separators are also converted from $build format to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3042 # $host format. If ARG begins or ends with a path separator |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3043 # character, it is preserved (but converted to $host format) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3044 # on output. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3045 # |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3046 # ARG is a pathlist (on $build) that should be converted to |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3047 # the proper representation on $host. The result is stored |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3048 # in $func_to_host_pathlist_result. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3049 func_to_host_pathlist () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3050 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3051 func_to_host_pathlist_result="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3052 if test -n "$1" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3053 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3054 *mingw* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3055 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3056 # Remove leading and trailing path separator characters from |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3057 # ARG. msys behavior is inconsistent here, cygpath turns them |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3058 # into '.;' and ';.', and winepath ignores them completely. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3059 func_to_host_pathlist_tmp2="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3060 # Once set for this call, this variable should not be |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3061 # reassigned. It is used in tha fallback case. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3062 func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3063 $SED -e 's|^:*||' -e 's|:*$||'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3064 case $build in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3065 *mingw* ) # Actually, msys. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3066 # Awkward: cmd appends spaces to result. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3067 lt_sed_strip_trailing_spaces="s/[ ]*\$//" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3068 func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3069 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3070 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3071 $SED -e "$lt_sed_naive_backslashify"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3072 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3073 *cygwin* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3074 func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3075 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3076 $SED -e "$lt_sed_naive_backslashify"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3077 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3078 * ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3079 # unfortunately, winepath doesn't convert pathlists |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3080 func_to_host_pathlist_result="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3081 func_to_host_pathlist_oldIFS=$IFS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3082 IFS=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3083 for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3084 IFS=$func_to_host_pathlist_oldIFS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3085 if test -n "$func_to_host_pathlist_f" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3086 func_to_host_path "$func_to_host_pathlist_f" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3087 if test -n "$func_to_host_path_result" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3088 if test -z "$func_to_host_pathlist_result" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3089 func_to_host_pathlist_result="$func_to_host_path_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3090 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3091 func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3092 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3093 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3094 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3095 IFS=: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3096 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3097 IFS=$func_to_host_pathlist_oldIFS |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3098 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3099 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3100 if test -z "$func_to_host_pathlist_result" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3101 func_error "Could not determine the host path(s) corresponding to" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3102 func_error " '$1'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3103 func_error "Continuing, but uninstalled executables may not work." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3104 # Fallback. This may break if $1 contains DOS-style drive |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3105 # specifications. The fix is not to complicate the expression |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3106 # below, but for the user to provide a working wine installation |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3107 # with winepath so that path translation in the cross-to-mingw |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3108 # case works properly. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3109 lt_replace_pathsep_nix_to_dos="s|:|;|g" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3110 func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3111 $SED -e "$lt_replace_pathsep_nix_to_dos"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3112 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3113 # Now, add the leading and trailing path separators back |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3114 case "$1" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3115 :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3116 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3117 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3118 case "$1" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3119 *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3120 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3121 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3122 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3123 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3124 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3125 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3126 # end: func_to_host_pathlist |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3127 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3128 # func_emit_cwrapperexe_src |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3129 # emit the source code for a wrapper executable on stdout |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3130 # Must ONLY be called from within func_mode_link because |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3131 # it depends on a number of variable set therein. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3132 func_emit_cwrapperexe_src () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3133 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3134 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3135 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3136 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3137 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3138 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3139 The $output program cannot be directly executed until all the libtool |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3140 libraries that it depends on are installed. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3141 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3142 This wrapper executable should never be moved out of the build directory. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3143 If it is, it will not operate correctly. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3144 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3145 Currently, it simply execs the wrapper *script* "$SHELL $output", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3146 but could eventually absorb all of the scripts functionality and |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3147 exec $objdir/$outputname directly. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3148 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3149 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3150 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3151 #include <stdio.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3152 #include <stdlib.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3153 #ifdef _MSC_VER |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3154 # include <direct.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3155 # include <process.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3156 # include <io.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3157 # define setmode _setmode |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3158 #else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3159 # include <unistd.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3160 # include <stdint.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3161 # ifdef __CYGWIN__ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3162 # include <io.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3163 # define HAVE_SETENV |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3164 # ifdef __STRICT_ANSI__ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3165 char *realpath (const char *, char *); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3166 int putenv (char *); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3167 int setenv (const char *, const char *, int); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3168 # endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3169 # endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3170 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3171 #include <malloc.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3172 #include <stdarg.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3173 #include <assert.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3174 #include <string.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3175 #include <ctype.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3176 #include <errno.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3177 #include <fcntl.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3178 #include <sys/stat.h> |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3179 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3180 #if defined(PATH_MAX) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3181 # define LT_PATHMAX PATH_MAX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3182 #elif defined(MAXPATHLEN) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3183 # define LT_PATHMAX MAXPATHLEN |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3184 #else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3185 # define LT_PATHMAX 1024 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3186 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3187 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3188 #ifndef S_IXOTH |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3189 # define S_IXOTH 0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3190 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3191 #ifndef S_IXGRP |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3192 # define S_IXGRP 0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3193 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3194 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3195 #ifdef _MSC_VER |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3196 # define S_IXUSR _S_IEXEC |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3197 # define stat _stat |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3198 # ifndef _INTPTR_T_DEFINED |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3199 # define intptr_t int |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3200 # endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3201 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3202 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3203 #ifndef DIR_SEPARATOR |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3204 # define DIR_SEPARATOR '/' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3205 # define PATH_SEPARATOR ':' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3206 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3207 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3208 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3209 defined (__OS2__) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3210 # define HAVE_DOS_BASED_FILE_SYSTEM |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3211 # define FOPEN_WB "wb" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3212 # ifndef DIR_SEPARATOR_2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3213 # define DIR_SEPARATOR_2 '\\' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3214 # endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3215 # ifndef PATH_SEPARATOR_2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3216 # define PATH_SEPARATOR_2 ';' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3217 # endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3218 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3219 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3220 #ifndef DIR_SEPARATOR_2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3221 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3222 #else /* DIR_SEPARATOR_2 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3223 # define IS_DIR_SEPARATOR(ch) \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3224 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3225 #endif /* DIR_SEPARATOR_2 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3226 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3227 #ifndef PATH_SEPARATOR_2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3228 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3229 #else /* PATH_SEPARATOR_2 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3230 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3231 #endif /* PATH_SEPARATOR_2 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3232 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3233 #ifdef __CYGWIN__ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3234 # define FOPEN_WB "wb" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3235 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3236 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3237 #ifndef FOPEN_WB |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3238 # define FOPEN_WB "w" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3239 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3240 #ifndef _O_BINARY |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3241 # define _O_BINARY 0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3242 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3243 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3244 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3245 #define XFREE(stale) do { \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3246 if (stale) { free ((void *) stale); stale = 0; } \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3247 } while (0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3248 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3249 #undef LTWRAPPER_DEBUGPRINTF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3250 #if defined DEBUGWRAPPER |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3251 # define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3252 static void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3253 ltwrapper_debugprintf (const char *fmt, ...) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3254 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3255 va_list args; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3256 va_start (args, fmt); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3257 (void) vfprintf (stderr, fmt, args); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3258 va_end (args); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3259 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3260 #else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3261 # define LTWRAPPER_DEBUGPRINTF(args) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3262 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3263 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3264 const char *program_name = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3265 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3266 void *xmalloc (size_t num); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3267 char *xstrdup (const char *string); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3268 const char *base_name (const char *name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3269 char *find_executable (const char *wrapper); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3270 char *chase_symlinks (const char *pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3271 int make_executable (const char *path); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3272 int check_executable (const char *path); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3273 char *strendzap (char *str, const char *pat); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3274 void lt_fatal (const char *message, ...); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3275 void lt_setenv (const char *name, const char *value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3276 char *lt_extend_str (const char *orig_value, const char *add, int to_end); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3277 void lt_opt_process_env_set (const char *arg); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3278 void lt_opt_process_env_prepend (const char *arg); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3279 void lt_opt_process_env_append (const char *arg); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3280 int lt_split_name_value (const char *arg, char** name, char** value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3281 void lt_update_exe_path (const char *name, const char *value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3282 void lt_update_lib_path (const char *name, const char *value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3283 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3284 static const char *script_text_part1 = |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3285 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3286 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3287 func_emit_wrapper_part1 yes | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3288 $SED -e 's/\([\\"]\)/\\\1/g' \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3289 -e 's/^/ "/' -e 's/$/\\n"/' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3290 echo ";" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3291 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3292 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3293 static const char *script_text_part2 = |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3294 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3295 func_emit_wrapper_part2 yes | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3296 $SED -e 's/\([\\"]\)/\\\1/g' \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3297 -e 's/^/ "/' -e 's/$/\\n"/' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3298 echo ";" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3299 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3300 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3301 const char * MAGIC_EXE = "$magic_exe"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3302 const char * LIB_PATH_VARNAME = "$shlibpath_var"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3303 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3304 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3305 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3306 func_to_host_pathlist "$temp_rpath" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3307 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3308 const char * LIB_PATH_VALUE = "$func_to_host_pathlist_result"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3309 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3310 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3311 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3312 const char * LIB_PATH_VALUE = ""; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3313 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3314 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3315 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3316 if test -n "$dllsearchpath"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3317 func_to_host_pathlist "$dllsearchpath:" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3318 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3319 const char * EXE_PATH_VARNAME = "PATH"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3320 const char * EXE_PATH_VALUE = "$func_to_host_pathlist_result"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3321 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3322 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3323 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3324 const char * EXE_PATH_VARNAME = ""; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3325 const char * EXE_PATH_VALUE = ""; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3326 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3327 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3328 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3329 if test "$fast_install" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3330 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3331 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3332 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3333 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3334 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3335 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3336 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3337 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3338 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3339 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3340 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3341 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3342 #define LTWRAPPER_OPTION_PREFIX "--lt-" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3343 #define LTWRAPPER_OPTION_PREFIX_LENGTH 5 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3344 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3345 static const size_t opt_prefix_len = LTWRAPPER_OPTION_PREFIX_LENGTH; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3346 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3347 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3348 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3349 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3350 static const size_t env_set_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 7; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3351 static const char *env_set_opt = LTWRAPPER_OPTION_PREFIX "env-set"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3352 /* argument is putenv-style "foo=bar", value of foo is set to bar */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3353 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3354 static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3355 static const char *env_prepend_opt = LTWRAPPER_OPTION_PREFIX "env-prepend"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3356 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3357 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3358 static const size_t env_append_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 10; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3359 static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append"; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3360 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3361 |
3346
195eb6d42bf0
Updated libtool to version 2.2.6a
Sam Lantinga <slouken@libsdl.org>
parents:
3085
diff
changeset
|
3362 #undef main |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3363 int |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3364 main (int argc, char *argv[]) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3365 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3366 char **newargz; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3367 int newargc; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3368 char *tmp_pathspec; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3369 char *actual_cwrapper_path; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3370 char *actual_cwrapper_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3371 char *target_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3372 char *lt_argv_zero; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3373 intptr_t rval = 127; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3374 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3375 int i; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3376 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3377 program_name = (char *) xstrdup (base_name (argv[0])); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3378 LTWRAPPER_DEBUGPRINTF (("(main) argv[0] : %s\n", argv[0])); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3379 LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3380 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3381 /* very simple arg parsing; don't want to rely on getopt */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3382 for (i = 1; i < argc; i++) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3383 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3384 if (strcmp (argv[i], dumpscript_opt) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3385 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3386 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3387 case "$host" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3388 *mingw* | *cygwin* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3389 # make stdout use "unix" line endings |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3390 echo " setmode(1,_O_BINARY);" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3391 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3392 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3393 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3394 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3395 printf ("%s", script_text_part1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3396 printf ("%s", script_text_part2); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3397 return 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3398 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3399 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3400 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3401 newargz = XMALLOC (char *, argc + 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3402 tmp_pathspec = find_executable (argv[0]); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3403 if (tmp_pathspec == NULL) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3404 lt_fatal ("Couldn't find %s", argv[0]); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3405 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3406 tmp_pathspec)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3407 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3408 actual_cwrapper_path = chase_symlinks (tmp_pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3409 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3410 actual_cwrapper_path)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3411 XFREE (tmp_pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3412 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3413 actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3414 strendzap (actual_cwrapper_path, actual_cwrapper_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3415 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3416 /* wrapper name transforms */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3417 strendzap (actual_cwrapper_name, ".exe"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3418 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3419 XFREE (actual_cwrapper_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3420 actual_cwrapper_name = tmp_pathspec; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3421 tmp_pathspec = 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3422 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3423 /* target_name transforms -- use actual target program name; might have lt- prefix */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3424 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3425 strendzap (target_name, ".exe"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3426 tmp_pathspec = lt_extend_str (target_name, ".exe", 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3427 XFREE (target_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3428 target_name = tmp_pathspec; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3429 tmp_pathspec = 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3430 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3431 LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3432 target_name)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3433 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3434 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3435 cat <<EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3436 newargz[0] = |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3437 XMALLOC (char, (strlen (actual_cwrapper_path) + |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3438 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3439 strcpy (newargz[0], actual_cwrapper_path); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3440 strcat (newargz[0], "$objdir"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3441 strcat (newargz[0], "/"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3442 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3443 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3444 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3445 /* stop here, and copy so we don't have to do this twice */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3446 tmp_pathspec = xstrdup (newargz[0]); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3447 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3448 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3449 strcat (newargz[0], actual_cwrapper_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3450 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3451 /* DO want the lt- prefix here if it exists, so use target_name */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3452 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3453 XFREE (tmp_pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3454 tmp_pathspec = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3455 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3456 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3457 case $host_os in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3458 mingw*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3459 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3460 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3461 char* p; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3462 while ((p = strchr (newargz[0], '\\')) != NULL) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3463 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3464 *p = '/'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3465 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3466 while ((p = strchr (lt_argv_zero, '\\')) != NULL) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3467 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3468 *p = '/'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3469 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3470 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3471 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3472 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3473 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3474 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3475 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3476 XFREE (target_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3477 XFREE (actual_cwrapper_path); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3478 XFREE (actual_cwrapper_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3479 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3480 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3481 lt_setenv ("DUALCASE", "1"); /* for MSK sh */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3482 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3483 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3484 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3485 newargc=0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3486 for (i = 1; i < argc; i++) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3487 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3488 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3489 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3490 if (argv[i][env_set_opt_len] == '=') |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3491 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3492 const char *p = argv[i] + env_set_opt_len + 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3493 lt_opt_process_env_set (p); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3494 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3495 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3496 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3497 lt_opt_process_env_set (argv[++i]); /* don't copy */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3498 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3499 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3500 lt_fatal ("%s missing required argument", env_set_opt); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3501 continue; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3502 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3503 if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3504 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3505 if (argv[i][env_prepend_opt_len] == '=') |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3506 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3507 const char *p = argv[i] + env_prepend_opt_len + 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3508 lt_opt_process_env_prepend (p); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3509 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3510 else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3511 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3512 lt_opt_process_env_prepend (argv[++i]); /* don't copy */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3513 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3514 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3515 lt_fatal ("%s missing required argument", env_prepend_opt); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3516 continue; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3517 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3518 if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3519 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3520 if (argv[i][env_append_opt_len] == '=') |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3521 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3522 const char *p = argv[i] + env_append_opt_len + 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3523 lt_opt_process_env_append (p); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3524 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3525 else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3526 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3527 lt_opt_process_env_append (argv[++i]); /* don't copy */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3528 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3529 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3530 lt_fatal ("%s missing required argument", env_append_opt); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3531 continue; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3532 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3533 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3534 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3535 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3536 namespace, but it is not one of the ones we know about and |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3537 have already dealt with, above (inluding dump-script), then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3538 report an error. Otherwise, targets might begin to believe |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3539 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3540 namespace. The first time any user complains about this, we'll |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3541 need to make LTWRAPPER_OPTION_PREFIX a configure-time option |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3542 or a configure.ac-settable value. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3543 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3544 lt_fatal ("Unrecognized option in %s namespace: '%s'", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3545 ltwrapper_option_prefix, argv[i]); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3546 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3547 /* otherwise ... */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3548 newargz[++newargc] = xstrdup (argv[i]); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3549 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3550 newargz[++newargc] = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3551 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3552 LTWRAPPER_DEBUGPRINTF (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>"))); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3553 for (i = 0; i < newargc; i++) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3554 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3555 LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>"))); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3556 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3557 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3558 EOF |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3559 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3560 case $host_os in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3561 mingw*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3562 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3563 /* execv doesn't actually work on mingw as expected on unix */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3564 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3565 if (rval == -1) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3566 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3567 /* failed to start process */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3568 LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3569 return 127; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3570 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3571 return rval; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3572 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3573 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3574 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3575 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3576 execv (lt_argv_zero, newargz); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3577 return rval; /* =127, but avoids unused variable warning */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3578 EOF |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3579 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3580 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3581 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3582 cat <<"EOF" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3583 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3584 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3585 void * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3586 xmalloc (size_t num) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3587 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3588 void *p = (void *) malloc (num); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3589 if (!p) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3590 lt_fatal ("Memory exhausted"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3591 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3592 return p; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3593 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3594 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3595 char * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3596 xstrdup (const char *string) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3597 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3598 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3599 string) : NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3600 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3601 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3602 const char * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3603 base_name (const char *name) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3604 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3605 const char *base; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3606 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3607 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3608 /* Skip over the disk name in MSDOS pathnames. */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3609 if (isalpha ((unsigned char) name[0]) && name[1] == ':') |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3610 name += 2; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3611 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3612 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3613 for (base = name; *name; name++) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3614 if (IS_DIR_SEPARATOR (*name)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3615 base = name + 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3616 return base; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3617 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3618 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3619 int |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3620 check_executable (const char *path) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3621 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3622 struct stat st; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3623 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3624 LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3625 path ? (*path ? path : "EMPTY!") : "NULL!")); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3626 if ((!path) || (!*path)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3627 return 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3628 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3629 if ((stat (path, &st) >= 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3630 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3631 return 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3632 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3633 return 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3634 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3635 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3636 int |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3637 make_executable (const char *path) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3638 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3639 int rval = 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3640 struct stat st; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3641 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3642 LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3643 path ? (*path ? path : "EMPTY!") : "NULL!")); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3644 if ((!path) || (!*path)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3645 return 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3646 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3647 if (stat (path, &st) >= 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3648 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3649 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3650 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3651 return rval; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3652 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3653 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3654 /* Searches for the full path of the wrapper. Returns |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3655 newly allocated full path name if found, NULL otherwise |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3656 Does not chase symlinks, even on platforms that support them. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3657 */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3658 char * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3659 find_executable (const char *wrapper) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3660 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3661 int has_slash = 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3662 const char *p; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3663 const char *p_next; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3664 /* static buffer for getcwd */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3665 char tmp[LT_PATHMAX + 1]; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3666 int tmp_len; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3667 char *concat_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3668 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3669 LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3670 wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3671 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3672 if ((wrapper == NULL) || (*wrapper == '\0')) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3673 return NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3674 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3675 /* Absolute path? */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3676 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3677 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3678 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3679 concat_name = xstrdup (wrapper); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3680 if (check_executable (concat_name)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3681 return concat_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3682 XFREE (concat_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3683 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3684 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3685 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3686 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3687 if (IS_DIR_SEPARATOR (wrapper[0])) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3688 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3689 concat_name = xstrdup (wrapper); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3690 if (check_executable (concat_name)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3691 return concat_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3692 XFREE (concat_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3693 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3694 #if defined (HAVE_DOS_BASED_FILE_SYSTEM) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3695 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3696 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3697 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3698 for (p = wrapper; *p; p++) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3699 if (*p == '/') |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3700 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3701 has_slash = 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3702 break; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3703 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3704 if (!has_slash) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3705 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3706 /* no slashes; search PATH */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3707 const char *path = getenv ("PATH"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3708 if (path != NULL) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3709 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3710 for (p = path; *p; p = p_next) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3711 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3712 const char *q; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3713 size_t p_len; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3714 for (q = p; *q; q++) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3715 if (IS_PATH_SEPARATOR (*q)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3716 break; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3717 p_len = q - p; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3718 p_next = (*q == '\0' ? q : q + 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3719 if (p_len == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3720 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3721 /* empty path: current directory */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3722 if (getcwd (tmp, LT_PATHMAX) == NULL) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3723 lt_fatal ("getcwd failed"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3724 tmp_len = strlen (tmp); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3725 concat_name = |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3726 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3727 memcpy (concat_name, tmp, tmp_len); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3728 concat_name[tmp_len] = '/'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3729 strcpy (concat_name + tmp_len + 1, wrapper); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3730 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3731 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3732 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3733 concat_name = |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3734 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3735 memcpy (concat_name, p, p_len); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3736 concat_name[p_len] = '/'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3737 strcpy (concat_name + p_len + 1, wrapper); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3738 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3739 if (check_executable (concat_name)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3740 return concat_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3741 XFREE (concat_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3742 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3743 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3744 /* not found in PATH; assume curdir */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3745 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3746 /* Relative path | not found in path: prepend cwd */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3747 if (getcwd (tmp, LT_PATHMAX) == NULL) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3748 lt_fatal ("getcwd failed"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3749 tmp_len = strlen (tmp); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3750 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3751 memcpy (concat_name, tmp, tmp_len); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3752 concat_name[tmp_len] = '/'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3753 strcpy (concat_name + tmp_len + 1, wrapper); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3754 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3755 if (check_executable (concat_name)) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3756 return concat_name; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3757 XFREE (concat_name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3758 return NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3759 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3760 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3761 char * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3762 chase_symlinks (const char *pathspec) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3763 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3764 #ifndef S_ISLNK |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3765 return xstrdup (pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3766 #else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3767 char buf[LT_PATHMAX]; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3768 struct stat s; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3769 char *tmp_pathspec = xstrdup (pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3770 char *p; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3771 int has_symlinks = 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3772 while (strlen (tmp_pathspec) && !has_symlinks) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3773 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3774 LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3775 tmp_pathspec)); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3776 if (lstat (tmp_pathspec, &s) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3777 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3778 if (S_ISLNK (s.st_mode) != 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3779 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3780 has_symlinks = 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3781 break; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3782 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3783 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3784 /* search backwards for last DIR_SEPARATOR */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3785 p = tmp_pathspec + strlen (tmp_pathspec) - 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3786 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3787 p--; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3788 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3789 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3790 /* no more DIR_SEPARATORS left */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3791 break; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3792 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3793 *p = '\0'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3794 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3795 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3796 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3797 char *errstr = strerror (errno); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3798 lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3799 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3800 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3801 XFREE (tmp_pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3802 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3803 if (!has_symlinks) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3804 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3805 return xstrdup (pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3806 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3807 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3808 tmp_pathspec = realpath (pathspec, buf); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3809 if (tmp_pathspec == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3810 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3811 lt_fatal ("Could not follow symlinks for %s", pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3812 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3813 return xstrdup (tmp_pathspec); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3814 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3815 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3816 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3817 char * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3818 strendzap (char *str, const char *pat) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3819 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3820 size_t len, patlen; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3821 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3822 assert (str != NULL); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3823 assert (pat != NULL); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3824 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3825 len = strlen (str); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3826 patlen = strlen (pat); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3827 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3828 if (patlen <= len) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3829 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3830 str += len - patlen; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3831 if (strcmp (str, pat) == 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3832 *str = '\0'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3833 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3834 return str; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3835 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3836 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3837 static void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3838 lt_error_core (int exit_status, const char *mode, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3839 const char *message, va_list ap) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3840 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3841 fprintf (stderr, "%s: %s: ", program_name, mode); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3842 vfprintf (stderr, message, ap); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3843 fprintf (stderr, ".\n"); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3844 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3845 if (exit_status >= 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3846 exit (exit_status); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3847 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3848 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3849 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3850 lt_fatal (const char *message, ...) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3851 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3852 va_list ap; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3853 va_start (ap, message); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3854 lt_error_core (EXIT_FAILURE, "FATAL", message, ap); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3855 va_end (ap); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3856 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3857 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3858 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3859 lt_setenv (const char *name, const char *value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3860 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3861 LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3862 (name ? name : "<NULL>"), |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3863 (value ? value : "<NULL>"))); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3864 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3865 #ifdef HAVE_SETENV |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3866 /* always make a copy, for consistency with !HAVE_SETENV */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3867 char *str = xstrdup (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3868 setenv (name, str, 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3869 #else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3870 int len = strlen (name) + 1 + strlen (value) + 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3871 char *str = XMALLOC (char, len); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3872 sprintf (str, "%s=%s", name, value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3873 if (putenv (str) != EXIT_SUCCESS) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3874 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3875 XFREE (str); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3876 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3877 #endif |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3878 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3879 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3880 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3881 char * |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3882 lt_extend_str (const char *orig_value, const char *add, int to_end) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3883 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3884 char *new_value; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3885 if (orig_value && *orig_value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3886 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3887 int orig_value_len = strlen (orig_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3888 int add_len = strlen (add); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3889 new_value = XMALLOC (char, add_len + orig_value_len + 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3890 if (to_end) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3891 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3892 strcpy (new_value, orig_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3893 strcpy (new_value + orig_value_len, add); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3894 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3895 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3896 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3897 strcpy (new_value, add); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3898 strcpy (new_value + add_len, orig_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3899 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3900 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3901 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3902 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3903 new_value = xstrdup (add); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3904 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3905 return new_value; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3906 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3907 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3908 int |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3909 lt_split_name_value (const char *arg, char** name, char** value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3910 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3911 const char *p; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3912 int len; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3913 if (!arg || !*arg) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3914 return 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3915 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3916 p = strchr (arg, (int)'='); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3917 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3918 if (!p) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3919 return 1; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3920 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3921 *value = xstrdup (++p); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3922 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3923 len = strlen (arg) - strlen (*value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3924 *name = XMALLOC (char, len); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3925 strncpy (*name, arg, len-1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3926 (*name)[len - 1] = '\0'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3927 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3928 return 0; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3929 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3930 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3931 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3932 lt_opt_process_env_set (const char *arg) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3933 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3934 char *name = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3935 char *value = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3936 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3937 if (lt_split_name_value (arg, &name, &value) != 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3938 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3939 XFREE (name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3940 XFREE (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3941 lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3942 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3943 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3944 lt_setenv (name, value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3945 XFREE (name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3946 XFREE (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3947 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3948 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3949 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3950 lt_opt_process_env_prepend (const char *arg) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3951 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3952 char *name = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3953 char *value = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3954 char *new_value = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3955 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3956 if (lt_split_name_value (arg, &name, &value) != 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3957 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3958 XFREE (name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3959 XFREE (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3960 lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3961 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3962 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3963 new_value = lt_extend_str (getenv (name), value, 0); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3964 lt_setenv (name, new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3965 XFREE (new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3966 XFREE (name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3967 XFREE (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3968 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3969 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3970 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3971 lt_opt_process_env_append (const char *arg) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3972 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3973 char *name = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3974 char *value = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3975 char *new_value = NULL; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3976 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3977 if (lt_split_name_value (arg, &name, &value) != 0) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3978 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3979 XFREE (name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3980 XFREE (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3981 lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3982 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3983 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3984 new_value = lt_extend_str (getenv (name), value, 1); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3985 lt_setenv (name, new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3986 XFREE (new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3987 XFREE (name); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3988 XFREE (value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3989 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3990 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3991 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3992 lt_update_exe_path (const char *name, const char *value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3993 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3994 LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3995 (name ? name : "<NULL>"), |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3996 (value ? value : "<NULL>"))); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3997 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3998 if (name && *name && value && *value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
3999 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4000 char *new_value = lt_extend_str (getenv (name), value, 0); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4001 /* some systems can't cope with a ':'-terminated path #' */ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4002 int len = strlen (new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4003 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4004 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4005 new_value[len-1] = '\0'; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4006 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4007 lt_setenv (name, new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4008 XFREE (new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4009 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4010 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4011 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4012 void |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4013 lt_update_lib_path (const char *name, const char *value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4014 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4015 LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n", |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4016 (name ? name : "<NULL>"), |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4017 (value ? value : "<NULL>"))); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4018 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4019 if (name && *name && value && *value) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4020 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4021 char *new_value = lt_extend_str (getenv (name), value, 0); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4022 lt_setenv (name, new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4023 XFREE (new_value); |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4024 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4025 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4026 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4027 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4028 EOF |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4029 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4030 # end: func_emit_cwrapperexe_src |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4031 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4032 # func_mode_link arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4033 func_mode_link () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4034 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4035 $opt_debug |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4036 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4037 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4038 # It is impossible to link a dll without this setting, and |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4039 # we shouldn't force the makefile maintainer to figure out |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4040 # which system we are compiling for in order to pass an extra |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4041 # flag for every libtool invocation. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4042 # allow_undefined=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4043 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4044 # FIXME: Unfortunately, there are problems with the above when trying |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4045 # to make a dll which has undefined symbols, in which case not |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4046 # even a static library is built. For now, we need to specify |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4047 # -no-undefined on the libtool link line when we can be certain |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4048 # that all symbols are satisfied, otherwise we get a static library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4049 allow_undefined=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4050 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4051 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4052 allow_undefined=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4053 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4054 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4055 libtool_args=$nonopt |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4056 base_compile="$nonopt $@" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4057 compile_command=$nonopt |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4058 finalize_command=$nonopt |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4059 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4060 compile_rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4061 finalize_rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4062 compile_shlibpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4063 finalize_shlibpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4064 convenience= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4065 old_convenience= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4066 deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4067 old_deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4068 compiler_flags= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4069 linker_flags= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4070 dllsearchpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4071 lib_search_path=`pwd` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4072 inst_prefix_dir= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4073 new_inherited_linker_flags= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4074 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4075 avoid_version=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4076 dlfiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4077 dlprefiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4078 dlself=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4079 export_dynamic=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4080 export_symbols= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4081 export_symbols_regex= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4082 generated= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4083 libobjs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4084 ltlibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4085 module=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4086 no_install=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4087 objs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4088 non_pic_objects= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4089 precious_files_regex= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4090 prefer_static_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4091 preload=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4092 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4093 prevarg= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4094 release= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4095 rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4096 xrpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4097 perm_rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4098 temp_rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4099 thread_safe=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4100 vinfo= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4101 vinfo_number=no |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4102 weak_libs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4103 single_module="${wl}-single_module" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4104 func_infer_tag $base_compile |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4105 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4106 # We need to know -static, to get the right output filenames. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4107 for arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4108 do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4109 case $arg in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4110 -shared) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4111 test "$build_libtool_libs" != yes && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4112 func_fatal_configuration "can not build a shared library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4113 build_old_libs=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4114 break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4115 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4116 -all-static | -static | -static-libtool-libs) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4117 case $arg in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4118 -all-static) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4119 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4120 func_warning "complete static linking is impossible in this configuration" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4121 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4122 if test -n "$link_static_flag"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4123 dlopen_self=$dlopen_self_static |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4124 fi |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4125 prefer_static_libs=yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4126 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4127 -static) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4128 if test -z "$pic_flag" && test -n "$link_static_flag"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4129 dlopen_self=$dlopen_self_static |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4130 fi |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4131 prefer_static_libs=built |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4132 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4133 -static-libtool-libs) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4134 if test -z "$pic_flag" && test -n "$link_static_flag"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4135 dlopen_self=$dlopen_self_static |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4136 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4137 prefer_static_libs=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4138 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4139 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4140 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4141 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4142 break |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4143 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4144 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4145 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4146 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4147 # See if our shared archives depend on static archives. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4148 test -n "$old_archive_from_new_cmds" && build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4149 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4150 # Go through the arguments, transforming them on the way. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4151 while test "$#" -gt 0; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4152 arg="$1" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4153 shift |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4154 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4155 qarg=$func_quote_for_eval_unquoted_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4156 func_append libtool_args " $func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4157 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4158 # If the previous option needs an argument, assign it. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4159 if test -n "$prev"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4160 case $prev in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4161 output) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4162 func_append compile_command " @OUTPUT@" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4163 func_append finalize_command " @OUTPUT@" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4164 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4165 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4166 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4167 case $prev in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4168 dlfiles|dlprefiles) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4169 if test "$preload" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4170 # Add the symbol object into the linking commands. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4171 func_append compile_command " @SYMFILE@" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4172 func_append finalize_command " @SYMFILE@" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4173 preload=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4174 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4175 case $arg in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4176 *.la | *.lo) ;; # We handle these cases below. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4177 force) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4178 if test "$dlself" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4179 dlself=needless |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4180 export_dynamic=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4181 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4182 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4183 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4184 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4185 self) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4186 if test "$prev" = dlprefiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4187 dlself=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4188 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4189 dlself=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4190 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4191 dlself=needless |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4192 export_dynamic=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4193 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4194 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4195 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4196 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4197 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4198 if test "$prev" = dlfiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4199 dlfiles="$dlfiles $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4200 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4201 dlprefiles="$dlprefiles $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4202 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4203 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4204 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4205 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4206 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4207 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4208 expsyms) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4209 export_symbols="$arg" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4210 test -f "$arg" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4211 || func_fatal_error "symbol file \`$arg' does not exist" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4212 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4213 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4214 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4215 expsyms_regex) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4216 export_symbols_regex="$arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4217 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4218 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4219 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4220 framework) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4221 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4222 *-*-darwin*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4223 case "$deplibs " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4224 *" $qarg.ltframework "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4225 *) deplibs="$deplibs $qarg.ltframework" # this is fixed later |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4226 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4227 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4228 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4229 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4230 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4231 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4232 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4233 inst_prefix) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4234 inst_prefix_dir="$arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4235 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4236 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4237 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4238 objectlist) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4239 if test -f "$arg"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4240 save_arg=$arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4241 moreargs= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4242 for fil in `cat "$save_arg"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4243 do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4244 # moreargs="$moreargs $fil" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4245 arg=$fil |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4246 # A libtool-controlled object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4247 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4248 # Check to see that this really is a libtool object. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4249 if func_lalib_unsafe_p "$arg"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4250 pic_object= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4251 non_pic_object= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4252 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4253 # Read the .lo file |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4254 func_source "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4255 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4256 if test -z "$pic_object" || |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4257 test -z "$non_pic_object" || |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4258 test "$pic_object" = none && |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4259 test "$non_pic_object" = none; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4260 func_fatal_error "cannot find name of object for \`$arg'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4261 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4262 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4263 # Extract subdirectory from the argument. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4264 func_dirname "$arg" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4265 xdir="$func_dirname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4266 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4267 if test "$pic_object" != none; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4268 # Prepend the subdirectory the object is found in. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4269 pic_object="$xdir$pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4270 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4271 if test "$prev" = dlfiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4272 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4273 dlfiles="$dlfiles $pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4274 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4275 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4276 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4277 # If libtool objects are unsupported, then we need to preload. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4278 prev=dlprefiles |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4279 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4280 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4281 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4282 # CHECK ME: I think I busted this. -Ossama |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4283 if test "$prev" = dlprefiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4284 # Preload the old-style object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4285 dlprefiles="$dlprefiles $pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4286 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4287 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4288 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4289 # A PIC object. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4290 func_append libobjs " $pic_object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4291 arg="$pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4292 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4293 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4294 # Non-PIC object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4295 if test "$non_pic_object" != none; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4296 # Prepend the subdirectory the object is found in. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4297 non_pic_object="$xdir$non_pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4298 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4299 # A standard non-PIC object |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4300 func_append non_pic_objects " $non_pic_object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4301 if test -z "$pic_object" || test "$pic_object" = none ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4302 arg="$non_pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4303 fi |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4304 else |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4305 # If the PIC object exists, use it instead. |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4306 # $xdir was prepended to $pic_object above. |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4307 non_pic_object="$pic_object" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4308 func_append non_pic_objects " $non_pic_object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4309 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4310 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4311 # Only an error if not doing a dry-run. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4312 if $opt_dry_run; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4313 # Extract subdirectory from the argument. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4314 func_dirname "$arg" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4315 xdir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4316 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4317 func_lo2o "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4318 pic_object=$xdir$objdir/$func_lo2o_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4319 non_pic_object=$xdir$func_lo2o_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4320 func_append libobjs " $pic_object" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4321 func_append non_pic_objects " $non_pic_object" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4322 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4323 func_fatal_error "\`$arg' is not a valid libtool object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4324 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4325 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4326 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4327 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4328 func_fatal_error "link input file \`$arg' does not exist" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4329 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4330 arg=$save_arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4331 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4332 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4333 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4334 precious_regex) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4335 precious_files_regex="$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4336 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4337 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4338 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4339 release) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4340 release="-$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4341 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4342 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4343 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4344 rpath | xrpath) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4345 # We need an absolute path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4346 case $arg in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4347 [\\/]* | [A-Za-z]:[\\/]*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4348 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4349 func_fatal_error "only absolute run-paths are allowed" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4350 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4351 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4352 if test "$prev" = rpath; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4353 case "$rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4354 *" $arg "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4355 *) rpath="$rpath $arg" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4356 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4357 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4358 case "$xrpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4359 *" $arg "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4360 *) xrpath="$xrpath $arg" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4361 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4362 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4363 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4364 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4365 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4366 shrext) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4367 shrext_cmds="$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4368 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4369 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4370 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4371 weak) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4372 weak_libs="$weak_libs $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4373 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4374 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4375 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4376 xcclinker) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4377 linker_flags="$linker_flags $qarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4378 compiler_flags="$compiler_flags $qarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4379 prev= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4380 func_append compile_command " $qarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4381 func_append finalize_command " $qarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4382 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4383 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4384 xcompiler) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4385 compiler_flags="$compiler_flags $qarg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4386 prev= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4387 func_append compile_command " $qarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4388 func_append finalize_command " $qarg" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4389 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4390 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4391 xlinker) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4392 linker_flags="$linker_flags $qarg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4393 compiler_flags="$compiler_flags $wl$qarg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4394 prev= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4395 func_append compile_command " $wl$qarg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4396 func_append finalize_command " $wl$qarg" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4397 continue |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4398 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4399 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4400 eval "$prev=\"\$arg\"" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4401 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4402 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4403 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4404 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4405 fi # test -n "$prev" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4406 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4407 prevarg="$arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4408 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4409 case $arg in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4410 -all-static) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4411 if test -n "$link_static_flag"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4412 # See comment for -static flag below, for more details. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4413 func_append compile_command " $link_static_flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4414 func_append finalize_command " $link_static_flag" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4415 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4416 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4417 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4418 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4419 -allow-undefined) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4420 # FIXME: remove this flag sometime in the future. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4421 func_fatal_error "\`-allow-undefined' must not be used because it is the default" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4422 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4423 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4424 -avoid-version) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4425 avoid_version=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4426 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4427 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4428 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4429 -dlopen) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4430 prev=dlfiles |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4431 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4432 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4433 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4434 -dlpreopen) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4435 prev=dlprefiles |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4436 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4437 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4438 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4439 -export-dynamic) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4440 export_dynamic=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4441 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4442 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4443 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4444 -export-symbols | -export-symbols-regex) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4445 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4446 func_fatal_error "more than one -exported-symbols argument is not allowed" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4447 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4448 if test "X$arg" = "X-export-symbols"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4449 prev=expsyms |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4450 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4451 prev=expsyms_regex |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4452 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4453 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4454 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4455 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4456 -framework) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4457 prev=framework |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4458 continue |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4459 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4460 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4461 -inst-prefix-dir) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4462 prev=inst_prefix |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4463 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4464 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4465 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4466 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4467 # so, if we see these flags be careful not to treat them like -L |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4468 -L[A-Z][A-Z]*:*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4469 case $with_gcc/$host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4470 no/*-*-irix* | /*-*-irix*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4471 func_append compile_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4472 func_append finalize_command " $arg" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4473 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4474 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4475 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4476 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4477 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4478 -L*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4479 func_stripname '-L' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4480 dir=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4481 if test -z "$dir"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4482 if test "$#" -gt 0; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4483 func_fatal_error "require no space between \`-L' and \`$1'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4484 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4485 func_fatal_error "need path for \`-L' option" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4486 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4487 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4488 # We need an absolute path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4489 case $dir in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4490 [\\/]* | [A-Za-z]:[\\/]*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4491 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4492 absdir=`cd "$dir" && pwd` |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4493 test -z "$absdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4494 func_fatal_error "cannot determine absolute directory name of \`$dir'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4495 dir="$absdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4496 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4497 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4498 case "$deplibs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4499 *" -L$dir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4500 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4501 deplibs="$deplibs -L$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4502 lib_search_path="$lib_search_path $dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4503 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4504 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4505 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4506 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4507 testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4508 case :$dllsearchpath: in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4509 *":$dir:"*) ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4510 ::) dllsearchpath=$dir;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4511 *) dllsearchpath="$dllsearchpath:$dir";; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4512 esac |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4513 case :$dllsearchpath: in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4514 *":$testbindir:"*) ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4515 ::) dllsearchpath=$testbindir;; |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4516 *) dllsearchpath="$dllsearchpath:$testbindir";; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4517 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4518 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4519 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4520 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4521 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4522 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4523 -l*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4524 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4525 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4526 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4527 # These systems don't actually have a C or math library (as such) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4528 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4529 ;; |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4530 *-*-os2*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4531 # These systems don't actually have a C library (as such) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4532 test "X$arg" = "X-lc" && continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4533 ;; |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4534 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4535 # Do not include libc due to us having libc/libc_r. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4536 test "X$arg" = "X-lc" && continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4537 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4538 *-*-rhapsody* | *-*-darwin1.[012]) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4539 # Rhapsody C and math libraries are in the System framework |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4540 deplibs="$deplibs System.ltframework" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4541 continue |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4542 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4543 *-*-sco3.2v5* | *-*-sco5v6*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4544 # Causes problems with __ctype |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4545 test "X$arg" = "X-lc" && continue |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4546 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4547 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4548 # Compiler inserts libc in the correct place for threads to work |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4549 test "X$arg" = "X-lc" && continue |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4550 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4551 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4552 elif test "X$arg" = "X-lc_r"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4553 case $host in |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4554 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4555 # Do not include libc_r directly, use -pthread flag. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4556 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4557 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4558 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4559 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4560 deplibs="$deplibs $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4561 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4562 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4563 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4564 -module) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4565 module=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4566 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4567 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4568 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4569 # Tru64 UNIX uses -model [arg] to determine the layout of C++ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4570 # classes, name mangling, and exception handling. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4571 # Darwin uses the -arch flag to determine output architecture. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4572 -model|-arch|-isysroot) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4573 compiler_flags="$compiler_flags $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4574 func_append compile_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4575 func_append finalize_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4576 prev=xcompiler |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4577 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4578 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4579 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4580 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4581 compiler_flags="$compiler_flags $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4582 func_append compile_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4583 func_append finalize_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4584 case "$new_inherited_linker_flags " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4585 *" $arg "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4586 * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4587 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4588 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4589 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4590 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4591 -multi_module) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4592 single_module="${wl}-multi_module" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4593 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4594 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4595 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4596 -no-fast-install) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4597 fast_install=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4598 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4599 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4600 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4601 -no-install) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4602 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4603 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4604 # The PATH hackery in wrapper scripts is required on Windows |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4605 # and Darwin in order for the loader to find any dlls it needs. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4606 func_warning "\`-no-install' is ignored for $host" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4607 func_warning "assuming \`-no-fast-install' instead" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4608 fast_install=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4609 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4610 *) no_install=yes ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4611 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4612 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4613 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4614 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4615 -no-undefined) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4616 allow_undefined=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4617 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4618 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4619 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4620 -objectlist) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4621 prev=objectlist |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4622 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4623 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4624 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4625 -o) prev=output ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4626 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4627 -precious-files-regex) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4628 prev=precious_regex |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4629 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4630 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4631 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4632 -release) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4633 prev=release |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4634 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4635 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4636 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4637 -rpath) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4638 prev=rpath |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4639 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4640 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4641 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4642 -R) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4643 prev=xrpath |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4644 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4645 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4646 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4647 -R*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4648 func_stripname '-R' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4649 dir=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4650 # We need an absolute path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4651 case $dir in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4652 [\\/]* | [A-Za-z]:[\\/]*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4653 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4654 func_fatal_error "only absolute run-paths are allowed" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4655 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4656 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4657 case "$xrpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4658 *" $dir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4659 *) xrpath="$xrpath $dir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4660 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4661 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4662 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4663 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4664 -shared) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4665 # The effects of -shared are defined in a previous loop. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4666 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4667 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4668 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4669 -shrext) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4670 prev=shrext |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4671 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4672 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4673 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4674 -static | -static-libtool-libs) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4675 # The effects of -static are defined in a previous loop. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4676 # We used to do the same as -all-static on platforms that |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4677 # didn't have a PIC flag, but the assumption that the effects |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4678 # would be equivalent was wrong. It would break on at least |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4679 # Digital Unix and AIX. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4680 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4681 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4682 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4683 -thread-safe) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4684 thread_safe=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4685 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4686 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4687 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4688 -version-info) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4689 prev=vinfo |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4690 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4691 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4692 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4693 -version-number) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4694 prev=vinfo |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4695 vinfo_number=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4696 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4697 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4698 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4699 -weak) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4700 prev=weak |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4701 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4702 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4703 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4704 -Wc,*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4705 func_stripname '-Wc,' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4706 args=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4707 arg= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4708 save_ifs="$IFS"; IFS=',' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4709 for flag in $args; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4710 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4711 func_quote_for_eval "$flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4712 arg="$arg $wl$func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4713 compiler_flags="$compiler_flags $func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4714 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4715 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4716 func_stripname ' ' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4717 arg=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4718 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4719 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4720 -Wl,*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4721 func_stripname '-Wl,' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4722 args=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4723 arg= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4724 save_ifs="$IFS"; IFS=',' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4725 for flag in $args; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4726 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4727 func_quote_for_eval "$flag" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4728 arg="$arg $wl$func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4729 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4730 linker_flags="$linker_flags $func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4731 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4732 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4733 func_stripname ' ' '' "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4734 arg=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4735 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4736 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4737 -Xcompiler) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4738 prev=xcompiler |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4739 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4740 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4741 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4742 -Xlinker) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4743 prev=xlinker |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4744 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4745 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4746 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4747 -XCClinker) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4748 prev=xcclinker |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4749 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4750 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4751 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4752 # -msg_* for osf cc |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4753 -msg_*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4754 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4755 arg="$func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4756 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4757 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4758 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4759 # -r[0-9][0-9]* specifies the processor on the SGI compiler |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4760 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4761 # +DA*, +DD* enable 64-bit mode on the HP compiler |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4762 # -q* pass through compiler args for the IBM compiler |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4763 # -m*, -t[45]*, -txscale* pass through architecture-specific |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4764 # compiler args for GCC |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4765 # -F/path gives path to uninstalled frameworks, gcc on darwin |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4766 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4767 # @file GCC response files |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4768 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4769 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4770 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4771 arg="$func_quote_for_eval_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4772 func_append compile_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4773 func_append finalize_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4774 compiler_flags="$compiler_flags $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4775 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4776 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4777 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4778 # Some other compiler flag. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4779 -* | +*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4780 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4781 arg="$func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4782 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4783 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4784 *.$objext) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4785 # A standard object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4786 objs="$objs $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4787 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4788 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4789 *.lo) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4790 # A libtool-controlled object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4791 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4792 # Check to see that this really is a libtool object. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4793 if func_lalib_unsafe_p "$arg"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4794 pic_object= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4795 non_pic_object= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4796 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4797 # Read the .lo file |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4798 func_source "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4799 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4800 if test -z "$pic_object" || |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4801 test -z "$non_pic_object" || |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4802 test "$pic_object" = none && |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4803 test "$non_pic_object" = none; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4804 func_fatal_error "cannot find name of object for \`$arg'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4805 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4806 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4807 # Extract subdirectory from the argument. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4808 func_dirname "$arg" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4809 xdir="$func_dirname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4810 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4811 if test "$pic_object" != none; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4812 # Prepend the subdirectory the object is found in. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4813 pic_object="$xdir$pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4814 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4815 if test "$prev" = dlfiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4816 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4817 dlfiles="$dlfiles $pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4818 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4819 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4820 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4821 # If libtool objects are unsupported, then we need to preload. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4822 prev=dlprefiles |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4823 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4824 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4825 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4826 # CHECK ME: I think I busted this. -Ossama |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4827 if test "$prev" = dlprefiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4828 # Preload the old-style object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4829 dlprefiles="$dlprefiles $pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4830 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4831 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4832 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4833 # A PIC object. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4834 func_append libobjs " $pic_object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4835 arg="$pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4836 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4837 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4838 # Non-PIC object. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4839 if test "$non_pic_object" != none; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4840 # Prepend the subdirectory the object is found in. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4841 non_pic_object="$xdir$non_pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4842 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4843 # A standard non-PIC object |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4844 func_append non_pic_objects " $non_pic_object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4845 if test -z "$pic_object" || test "$pic_object" = none ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4846 arg="$non_pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4847 fi |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4848 else |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4849 # If the PIC object exists, use it instead. |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4850 # $xdir was prepended to $pic_object above. |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
4851 non_pic_object="$pic_object" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4852 func_append non_pic_objects " $non_pic_object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4853 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4854 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4855 # Only an error if not doing a dry-run. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4856 if $opt_dry_run; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4857 # Extract subdirectory from the argument. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4858 func_dirname "$arg" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4859 xdir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4860 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4861 func_lo2o "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4862 pic_object=$xdir$objdir/$func_lo2o_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4863 non_pic_object=$xdir$func_lo2o_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4864 func_append libobjs " $pic_object" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4865 func_append non_pic_objects " $non_pic_object" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4866 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4867 func_fatal_error "\`$arg' is not a valid libtool object" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4868 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4869 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4870 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4871 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4872 *.$libext) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4873 # An archive. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4874 deplibs="$deplibs $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4875 old_deplibs="$old_deplibs $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4876 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4877 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4878 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4879 *.la) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4880 # A libtool-controlled library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4881 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4882 if test "$prev" = dlfiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4883 # This library was specified with -dlopen. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4884 dlfiles="$dlfiles $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4885 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4886 elif test "$prev" = dlprefiles; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4887 # The library was specified with -dlpreopen. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4888 dlprefiles="$dlprefiles $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4889 prev= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4890 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4891 deplibs="$deplibs $arg" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4892 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4893 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4894 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4895 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4896 # Some other compiler argument. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4897 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4898 # Unknown arguments in both finalize_command and compile_command need |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4899 # to be aesthetically quoted because they are evaled later. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4900 func_quote_for_eval "$arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4901 arg="$func_quote_for_eval_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4902 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4903 esac # arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4904 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4905 # Now actually substitute the argument into the commands. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4906 if test -n "$arg"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4907 func_append compile_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4908 func_append finalize_command " $arg" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4909 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4910 done # argument parsing loop |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4911 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4912 test -n "$prev" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4913 func_fatal_help "the \`$prevarg' option requires an argument" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4914 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4915 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4916 eval arg=\"$export_dynamic_flag_spec\" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4917 func_append compile_command " $arg" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4918 func_append finalize_command " $arg" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4919 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4920 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4921 oldlibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4922 # calculate the name of the file, without its directory |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4923 func_basename "$output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4924 outputname="$func_basename_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4925 libobjs_save="$libobjs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4926 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4927 if test -n "$shlibpath_var"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4928 # get the directories listed in $shlibpath_var |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4929 eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4930 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4931 shlib_search_path= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4932 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4933 eval sys_lib_search_path=\"$sys_lib_search_path_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4934 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4935 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4936 func_dirname "$output" "/" "" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4937 output_objdir="$func_dirname_result$objdir" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4938 # Create the object directory. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4939 func_mkdir_p "$output_objdir" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4940 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4941 # Determine the type of output |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4942 case $output in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4943 "") |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4944 func_fatal_help "you must specify an output file" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4945 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4946 *.$libext) linkmode=oldlib ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4947 *.lo | *.$objext) linkmode=obj ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4948 *.la) linkmode=lib ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4949 *) linkmode=prog ;; # Anything else should be a program. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4950 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4951 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4952 specialdeplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4953 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4954 libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4955 # Find all interdependent deplibs by searching for libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4956 # that are linked more than once (e.g. -la -lb -la) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4957 for deplib in $deplibs; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4958 if $opt_duplicate_deps ; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4959 case "$libs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4960 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4961 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4962 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4963 libs="$libs $deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4964 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4965 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4966 if test "$linkmode" = lib; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4967 libs="$predeps $libs $compiler_lib_search_path $postdeps" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4968 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4969 # Compute libraries that are listed more than once in $predeps |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4970 # $postdeps and mark them as special (i.e., whose duplicates are |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4971 # not to be eliminated). |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4972 pre_post_deps= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4973 if $opt_duplicate_compiler_generated_deps; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4974 for pre_post_dep in $predeps $postdeps; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4975 case "$pre_post_deps " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4976 *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4977 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4978 pre_post_deps="$pre_post_deps $pre_post_dep" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4979 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4980 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4981 pre_post_deps= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4982 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4983 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4984 deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4985 newdependency_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4986 newlib_search_path= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4987 need_relink=no # whether we're linking any uninstalled libtool libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4988 notinst_deplibs= # not-installed libtool libraries |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4989 notinst_path= # paths that contain not-installed libtool libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4990 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4991 case $linkmode in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4992 lib) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4993 passes="conv dlpreopen link" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4994 for file in $dlfiles $dlprefiles; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4995 case $file in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4996 *.la) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4997 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
4998 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4999 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5000 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5001 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5002 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5003 prog) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5004 compile_deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5005 finalize_deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5006 alldeplibs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5007 newdlfiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5008 newdlprefiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5009 passes="conv scan dlopen dlpreopen link" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5010 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5011 *) passes="conv" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5012 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5013 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5014 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5015 for pass in $passes; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5016 # The preopen pass in lib mode reverses $deplibs; put it back here |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5017 # so that -L comes before libs that need it for instance... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5018 if test "$linkmode,$pass" = "lib,link"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5019 ## FIXME: Find the place where the list is rebuilt in the wrong |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5020 ## order, and fix it there properly |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5021 tmp_deplibs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5022 for deplib in $deplibs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5023 tmp_deplibs="$deplib $tmp_deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5024 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5025 deplibs="$tmp_deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5026 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5027 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5028 if test "$linkmode,$pass" = "lib,link" || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5029 test "$linkmode,$pass" = "prog,scan"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5030 libs="$deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5031 deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5032 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5033 if test "$linkmode" = prog; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5034 case $pass in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5035 dlopen) libs="$dlfiles" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5036 dlpreopen) libs="$dlprefiles" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5037 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5038 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5039 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5040 if test "$linkmode,$pass" = "lib,dlpreopen"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5041 # Collect and forward deplibs of preopened libtool libs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5042 for lib in $dlprefiles; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5043 # Ignore non-libtool-libs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5044 dependency_libs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5045 case $lib in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5046 *.la) func_source "$lib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5047 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5048 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5049 # Collect preopened libtool deplibs, except any this library |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5050 # has declared as weak libs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5051 for deplib in $dependency_libs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5052 deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5053 case " $weak_libs " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5054 *" $deplib_base "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5055 *) deplibs="$deplibs $deplib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5056 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5057 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5058 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5059 libs="$dlprefiles" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5060 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5061 if test "$pass" = dlopen; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5062 # Collect dlpreopened libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5063 save_deplibs="$deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5064 deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5065 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5066 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5067 for deplib in $libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5068 lib= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5069 found=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5070 case $deplib in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5071 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5072 if test "$linkmode,$pass" = "prog,link"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5073 compile_deplibs="$deplib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5074 finalize_deplibs="$deplib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5075 else |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5076 compiler_flags="$compiler_flags $deplib" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5077 if test "$linkmode" = lib ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5078 case "$new_inherited_linker_flags " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5079 *" $deplib "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5080 * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5081 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5082 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5083 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5084 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5085 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5086 -l*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5087 if test "$linkmode" != lib && test "$linkmode" != prog; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5088 func_warning "\`-l' is ignored for archives/objects" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5089 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5090 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5091 func_stripname '-l' '' "$deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5092 name=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5093 if test "$linkmode" = lib; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5094 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5095 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5096 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5097 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5098 for searchdir in $searchdirs; do |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5099 for search_ext in .la $std_shrext .so .a; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5100 # Search the libtool library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5101 lib="$searchdir/lib${name}${search_ext}" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5102 if test -f "$lib"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5103 if test "$search_ext" = ".la"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5104 found=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5105 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5106 found=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5107 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5108 break 2 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5109 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5110 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5111 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5112 if test "$found" != yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5113 # deplib doesn't seem to be a libtool library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5114 if test "$linkmode,$pass" = "prog,link"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5115 compile_deplibs="$deplib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5116 finalize_deplibs="$deplib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5117 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5118 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5119 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5120 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5121 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5122 else # deplib is a libtool library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5123 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5124 # We need to do some special things here, and not later. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5125 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5126 case " $predeps $postdeps " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5127 *" $deplib "*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5128 if func_lalib_p "$lib"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5129 library_names= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5130 old_library= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5131 func_source "$lib" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5132 for l in $old_library $library_names; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5133 ll="$l" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5134 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5135 if test "X$ll" = "X$old_library" ; then # only static version available |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5136 found=no |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5137 func_dirname "$lib" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5138 ladir="$func_dirname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5139 lib=$ladir/$old_library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5140 if test "$linkmode,$pass" = "prog,link"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5141 compile_deplibs="$deplib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5142 finalize_deplibs="$deplib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5143 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5144 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5145 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5146 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5147 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5148 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5149 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5150 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5151 *) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5152 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5153 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5154 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5155 ;; # -l |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5156 *.ltframework) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5157 if test "$linkmode,$pass" = "prog,link"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5158 compile_deplibs="$deplib $compile_deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5159 finalize_deplibs="$deplib $finalize_deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5160 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5161 deplibs="$deplib $deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5162 if test "$linkmode" = lib ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5163 case "$new_inherited_linker_flags " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5164 *" $deplib "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5165 * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5166 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5167 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5168 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5169 continue |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5170 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5171 -L*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5172 case $linkmode in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5173 lib) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5174 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5175 test "$pass" = conv && continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5176 newdependency_libs="$deplib $newdependency_libs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5177 func_stripname '-L' '' "$deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5178 newlib_search_path="$newlib_search_path $func_stripname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5179 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5180 prog) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5181 if test "$pass" = conv; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5182 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5183 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5184 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5185 if test "$pass" = scan; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5186 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5187 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5188 compile_deplibs="$deplib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5189 finalize_deplibs="$deplib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5190 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5191 func_stripname '-L' '' "$deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5192 newlib_search_path="$newlib_search_path $func_stripname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5193 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5194 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5195 func_warning "\`-L' is ignored for archives/objects" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5196 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5197 esac # linkmode |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5198 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5199 ;; # -L |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5200 -R*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5201 if test "$pass" = link; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5202 func_stripname '-R' '' "$deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5203 dir=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5204 # Make sure the xrpath contains only unique directories. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5205 case "$xrpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5206 *" $dir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5207 *) xrpath="$xrpath $dir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5208 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5209 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5210 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5211 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5212 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5213 *.la) lib="$deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5214 *.$libext) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5215 if test "$pass" = conv; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5216 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5217 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5218 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5219 case $linkmode in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5220 lib) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5221 # Linking convenience modules into shared libraries is allowed, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5222 # but linking other static libraries is non-portable. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5223 case " $dlpreconveniencelibs " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5224 *" $deplib "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5225 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5226 valid_a_lib=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5227 case $deplibs_check_method in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5228 match_pattern*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5229 set dummy $deplibs_check_method; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5230 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5231 if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5232 | $EGREP "$match_pattern_regex" > /dev/null; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5233 valid_a_lib=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5234 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5235 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5236 pass_all) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5237 valid_a_lib=yes |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5238 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5239 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5240 if test "$valid_a_lib" != yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5241 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5242 $ECHO "*** Warning: Trying to link with static lib archive $deplib." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5243 $ECHO "*** I have the capability to make that library automatically link in when" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5244 $ECHO "*** you link to this library. But I can only do this if you have a" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5245 $ECHO "*** shared version of the library, which you do not appear to have" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5246 $ECHO "*** because the file extensions .$libext of this argument makes me believe" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5247 $ECHO "*** that it is just a static archive that I should not use here." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5248 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5249 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5250 $ECHO "*** Warning: Linking the shared library $output against the" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5251 $ECHO "*** static library $deplib is not portable!" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5252 deplibs="$deplib $deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5253 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5254 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5255 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5256 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5257 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5258 prog) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5259 if test "$pass" != link; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5260 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5261 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5262 compile_deplibs="$deplib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5263 finalize_deplibs="$deplib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5264 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5265 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5266 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5267 esac # linkmode |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5268 ;; # *.$libext |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5269 *.lo | *.$objext) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5270 if test "$pass" = conv; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5271 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5272 elif test "$linkmode" = prog; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5273 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5274 # If there is no dlopen support or we're linking statically, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5275 # we need to preload. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5276 newdlprefiles="$newdlprefiles $deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5277 compile_deplibs="$deplib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5278 finalize_deplibs="$deplib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5279 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5280 newdlfiles="$newdlfiles $deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5281 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5282 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5283 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5284 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5285 %DEPLIBS%) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5286 alldeplibs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5287 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5288 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5289 esac # case $deplib |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5290 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5291 if test "$found" = yes || test -f "$lib"; then : |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5292 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5293 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5294 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5295 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5296 # Check to see that this really is a libtool archive. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5297 func_lalib_unsafe_p "$lib" \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5298 || func_fatal_error "\`$lib' is not a valid libtool archive" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5299 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5300 func_dirname "$lib" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5301 ladir="$func_dirname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5302 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5303 dlname= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5304 dlopen= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5305 dlpreopen= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5306 libdir= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5307 library_names= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5308 old_library= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5309 inherited_linker_flags= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5310 # If the library was installed with an old release of libtool, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5311 # it will not redefine variables installed, or shouldnotlink |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5312 installed=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5313 shouldnotlink=no |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5314 avoidtemprpath= |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5315 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5316 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5317 # Read the .la file |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5318 func_source "$lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5319 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5320 # Convert "-framework foo" to "foo.ltframework" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5321 if test -n "$inherited_linker_flags"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5322 tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5323 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5324 case " $new_inherited_linker_flags " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5325 *" $tmp_inherited_linker_flag "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5326 *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5327 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5328 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5329 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5330 dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5331 if test "$linkmode,$pass" = "lib,link" || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5332 test "$linkmode,$pass" = "prog,scan" || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5333 { test "$linkmode" != prog && test "$linkmode" != lib; }; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5334 test -n "$dlopen" && dlfiles="$dlfiles $dlopen" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5335 test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5336 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5337 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5338 if test "$pass" = conv; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5339 # Only check for convenience libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5340 deplibs="$lib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5341 if test -z "$libdir"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5342 if test -z "$old_library"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5343 func_fatal_error "cannot find name of link library for \`$lib'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5344 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5345 # It is a libtool convenience library, so add in its objects. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5346 convenience="$convenience $ladir/$objdir/$old_library" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5347 old_convenience="$old_convenience $ladir/$objdir/$old_library" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5348 elif test "$linkmode" != prog && test "$linkmode" != lib; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5349 func_fatal_error "\`$lib' is not a convenience library" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5350 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5351 tmp_libs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5352 for deplib in $dependency_libs; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5353 deplibs="$deplib $deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5354 if $opt_duplicate_deps ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5355 case "$tmp_libs " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5356 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5357 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5358 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5359 tmp_libs="$tmp_libs $deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5360 done |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5361 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5362 fi # $pass = conv |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5363 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5364 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5365 # Get the name of the library we link against. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5366 linklib= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5367 for l in $old_library $library_names; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5368 linklib="$l" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5369 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5370 if test -z "$linklib"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5371 func_fatal_error "cannot find name of link library for \`$lib'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5372 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5373 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5374 # This library was specified with -dlopen. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5375 if test "$pass" = dlopen; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5376 if test -z "$libdir"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5377 func_fatal_error "cannot -dlopen a convenience library: \`$lib'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5378 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5379 if test -z "$dlname" || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5380 test "$dlopen_support" != yes || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5381 test "$build_libtool_libs" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5382 # If there is no dlname, no dlopen support or we're linking |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5383 # statically, we need to preload. We also need to preload any |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5384 # dependent libraries so libltdl's deplib preloader doesn't |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5385 # bomb out in the load deplibs phase. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5386 dlprefiles="$dlprefiles $lib $dependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5387 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5388 newdlfiles="$newdlfiles $lib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5389 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5390 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5391 fi # $pass = dlopen |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5392 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5393 # We need an absolute path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5394 case $ladir in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5395 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5396 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5397 abs_ladir=`cd "$ladir" && pwd` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5398 if test -z "$abs_ladir"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5399 func_warning "cannot determine absolute directory name of \`$ladir'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5400 func_warning "passing it literally to the linker, although it might fail" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5401 abs_ladir="$ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5402 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5403 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5404 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5405 func_basename "$lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5406 laname="$func_basename_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5407 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5408 # Find the relevant object directory and library name. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5409 if test "X$installed" = Xyes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5410 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5411 func_warning "library \`$lib' was moved." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5412 dir="$ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5413 absdir="$abs_ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5414 libdir="$abs_ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5415 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5416 dir="$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5417 absdir="$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5418 fi |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5419 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5420 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5421 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5422 dir="$ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5423 absdir="$abs_ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5424 # Remove this search path later |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5425 notinst_path="$notinst_path $abs_ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5426 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5427 dir="$ladir/$objdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5428 absdir="$abs_ladir/$objdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5429 # Remove this search path later |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5430 notinst_path="$notinst_path $abs_ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5431 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5432 fi # $installed = yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5433 func_stripname 'lib' '.la' "$laname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5434 name=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5435 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5436 # This library was specified with -dlpreopen. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5437 if test "$pass" = dlpreopen; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5438 if test -z "$libdir" && test "$linkmode" = prog; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5439 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5440 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5441 # Prefer using a static library (so that no silly _DYNAMIC symbols |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5442 # are required to link). |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5443 if test -n "$old_library"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5444 newdlprefiles="$newdlprefiles $dir/$old_library" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5445 # Keep a list of preopened convenience libraries to check |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5446 # that they are being used correctly in the link pass. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5447 test -z "$libdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5448 dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5449 # Otherwise, use the dlname, so that lt_dlopen finds it. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5450 elif test -n "$dlname"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5451 newdlprefiles="$newdlprefiles $dir/$dlname" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5452 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5453 newdlprefiles="$newdlprefiles $dir/$linklib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5454 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5455 fi # $pass = dlpreopen |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5456 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5457 if test -z "$libdir"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5458 # Link the convenience library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5459 if test "$linkmode" = lib; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5460 deplibs="$dir/$old_library $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5461 elif test "$linkmode,$pass" = "prog,link"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5462 compile_deplibs="$dir/$old_library $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5463 finalize_deplibs="$dir/$old_library $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5464 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5465 deplibs="$lib $deplibs" # used for prog,scan pass |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5466 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5467 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5468 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5469 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5470 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5471 if test "$linkmode" = prog && test "$pass" != link; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5472 newlib_search_path="$newlib_search_path $ladir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5473 deplibs="$lib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5474 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5475 linkalldeplibs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5476 if test "$link_all_deplibs" != no || test -z "$library_names" || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5477 test "$build_libtool_libs" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5478 linkalldeplibs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5479 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5480 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5481 tmp_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5482 for deplib in $dependency_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5483 case $deplib in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5484 -L*) func_stripname '-L' '' "$deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5485 newlib_search_path="$newlib_search_path $func_stripname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5486 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5487 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5488 # Need to link against all dependency_libs? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5489 if test "$linkalldeplibs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5490 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5491 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5492 # Need to hardcode shared library paths |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5493 # or/and link against static libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5494 newdependency_libs="$deplib $newdependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5495 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5496 if $opt_duplicate_deps ; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5497 case "$tmp_libs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5498 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5499 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5500 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5501 tmp_libs="$tmp_libs $deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5502 done # for deplib |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5503 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5504 fi # $linkmode = prog... |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5505 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5506 if test "$linkmode,$pass" = "prog,link"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5507 if test -n "$library_names" && |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5508 { { test "$prefer_static_libs" = no || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5509 test "$prefer_static_libs,$installed" = "built,yes"; } || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5510 test -z "$old_library"; }; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5511 # We need to hardcode the library path |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5512 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5513 # Make sure the rpath contains only unique directories. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5514 case "$temp_rpath:" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5515 *"$absdir:"*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5516 *) temp_rpath="$temp_rpath$absdir:" ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5517 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5518 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5519 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5520 # Hardcode the library path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5521 # Skip directories that are in the system default run-time |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5522 # search path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5523 case " $sys_lib_dlsearch_path " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5524 *" $absdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5525 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5526 case "$compile_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5527 *" $absdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5528 *) compile_rpath="$compile_rpath $absdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5529 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5530 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5531 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5532 case " $sys_lib_dlsearch_path " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5533 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5534 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5535 case "$finalize_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5536 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5537 *) finalize_rpath="$finalize_rpath $libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5538 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5539 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5540 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5541 fi # $linkmode,$pass = prog,link... |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5542 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5543 if test "$alldeplibs" = yes && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5544 { test "$deplibs_check_method" = pass_all || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5545 { test "$build_libtool_libs" = yes && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5546 test -n "$library_names"; }; }; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5547 # We only need to search for static libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5548 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5549 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5550 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5551 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5552 link_static=no # Whether the deplib will be linked statically |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5553 use_static_libs=$prefer_static_libs |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5554 if test "$use_static_libs" = built && test "$installed" = yes; then |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5555 use_static_libs=no |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5556 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5557 if test -n "$library_names" && |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5558 { test "$use_static_libs" = no || test -z "$old_library"; }; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5559 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5560 *cygwin* | *mingw* | *cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5561 # No point in relinking DLLs because paths are not encoded |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5562 notinst_deplibs="$notinst_deplibs $lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5563 need_relink=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5564 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5565 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5566 if test "$installed" = no; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5567 notinst_deplibs="$notinst_deplibs $lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5568 need_relink=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5569 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5570 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5571 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5572 # This is a shared library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5573 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5574 # Warn about portability, can't link against -module's on some |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5575 # systems (darwin). Don't bleat about dlopened modules though! |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5576 dlopenmodule="" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5577 for dlpremoduletest in $dlprefiles; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5578 if test "X$dlpremoduletest" = "X$lib"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5579 dlopenmodule="$dlpremoduletest" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5580 break |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5581 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5582 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5583 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5584 $ECHO |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5585 if test "$linkmode" = prog; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5586 $ECHO "*** Warning: Linking the executable $output against the loadable module" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5587 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5588 $ECHO "*** Warning: Linking the shared library $output against the loadable module" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5589 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5590 $ECHO "*** $linklib is not portable!" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5591 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5592 if test "$linkmode" = lib && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5593 test "$hardcode_into_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5594 # Hardcode the library path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5595 # Skip directories that are in the system default run-time |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5596 # search path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5597 case " $sys_lib_dlsearch_path " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5598 *" $absdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5599 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5600 case "$compile_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5601 *" $absdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5602 *) compile_rpath="$compile_rpath $absdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5603 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5604 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5605 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5606 case " $sys_lib_dlsearch_path " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5607 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5608 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5609 case "$finalize_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5610 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5611 *) finalize_rpath="$finalize_rpath $libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5612 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5613 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5614 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5615 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5616 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5617 if test -n "$old_archive_from_expsyms_cmds"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5618 # figure out the soname |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5619 set dummy $library_names |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5620 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5621 realname="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5622 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5623 libname=`eval "\\$ECHO \"$libname_spec\""` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5624 # use dlname if we got it. it's perfectly good, no? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5625 if test -n "$dlname"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5626 soname="$dlname" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5627 elif test -n "$soname_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5628 # bleh windows |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5629 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5630 *cygwin* | mingw* | *cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5631 func_arith $current - $age |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5632 major=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5633 versuffix="-$major" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5634 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5635 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5636 eval soname=\"$soname_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5637 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5638 soname="$realname" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5639 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5640 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5641 # Make a new name for the extract_expsyms_cmds to use |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5642 soroot="$soname" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5643 func_basename "$soroot" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5644 soname="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5645 func_stripname 'lib' '.dll' "$soname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5646 newlib=libimp-$func_stripname_result.a |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5647 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5648 # If the library has no export list, then create one now |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5649 if test -f "$output_objdir/$soname-def"; then : |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5650 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5651 func_verbose "extracting exported symbol list from \`$soname'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5652 func_execute_cmds "$extract_expsyms_cmds" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5653 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5654 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5655 # Create $newlib |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5656 if test -f "$output_objdir/$newlib"; then :; else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5657 func_verbose "generating import library for \`$soname'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5658 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5659 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5660 # make sure the library variables are pointing to the new library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5661 dir=$output_objdir |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5662 linklib=$newlib |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5663 fi # test -n "$old_archive_from_expsyms_cmds" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5664 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5665 if test "$linkmode" = prog || test "$mode" != relink; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5666 add_shlibpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5667 add_dir= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5668 add= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5669 lib_linked=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5670 case $hardcode_action in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5671 immediate | unsupported) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5672 if test "$hardcode_direct" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5673 add="$dir/$linklib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5674 case $host in |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5675 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5676 *-*-sysv4*uw2*) add_dir="-L$dir" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5677 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5678 *-*-unixware7*) add_dir="-L$dir" ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5679 *-*-darwin* ) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5680 # if the lib is a (non-dlopened) module then we can not |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5681 # link against it, someone is ignoring the earlier warnings |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5682 if /usr/bin/file -L $add 2> /dev/null | |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5683 $GREP ": [^:]* bundle" >/dev/null ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5684 if test "X$dlopenmodule" != "X$lib"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5685 $ECHO "*** Warning: lib $linklib is a module, not a shared library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5686 if test -z "$old_library" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5687 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5688 $ECHO "*** And there doesn't seem to be a static archive available" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5689 $ECHO "*** The link will probably fail, sorry" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5690 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5691 add="$dir/$old_library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5692 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5693 elif test -n "$old_library"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5694 add="$dir/$old_library" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5695 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5696 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5697 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5698 elif test "$hardcode_minus_L" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5699 case $host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5700 *-*-sunos*) add_shlibpath="$dir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5701 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5702 add_dir="-L$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5703 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5704 elif test "$hardcode_shlibpath_var" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5705 add_shlibpath="$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5706 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5707 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5708 lib_linked=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5709 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5710 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5711 relink) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5712 if test "$hardcode_direct" = yes && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5713 test "$hardcode_direct_absolute" = no; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5714 add="$dir/$linklib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5715 elif test "$hardcode_minus_L" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5716 add_dir="-L$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5717 # Try looking first in the location we're being installed to. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5718 if test -n "$inst_prefix_dir"; then |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5719 case $libdir in |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5720 [\\/]*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5721 add_dir="$add_dir -L$inst_prefix_dir$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5722 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5723 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5724 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5725 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5726 elif test "$hardcode_shlibpath_var" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5727 add_shlibpath="$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5728 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5729 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5730 lib_linked=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5731 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5732 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5733 *) lib_linked=no ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5734 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5735 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5736 if test "$lib_linked" != yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5737 func_fatal_configuration "unsupported hardcode properties" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5738 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5739 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5740 if test -n "$add_shlibpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5741 case :$compile_shlibpath: in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5742 *":$add_shlibpath:"*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5743 *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5744 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5745 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5746 if test "$linkmode" = prog; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5747 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5748 test -n "$add" && compile_deplibs="$add $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5749 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5750 test -n "$add_dir" && deplibs="$add_dir $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5751 test -n "$add" && deplibs="$add $deplibs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5752 if test "$hardcode_direct" != yes && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5753 test "$hardcode_minus_L" != yes && |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5754 test "$hardcode_shlibpath_var" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5755 case :$finalize_shlibpath: in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5756 *":$libdir:"*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5757 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5758 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5759 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5760 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5761 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5762 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5763 if test "$linkmode" = prog || test "$mode" = relink; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5764 add_shlibpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5765 add_dir= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5766 add= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5767 # Finalize command for both is simple: just hardcode it. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5768 if test "$hardcode_direct" = yes && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5769 test "$hardcode_direct_absolute" = no; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5770 add="$libdir/$linklib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5771 elif test "$hardcode_minus_L" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5772 add_dir="-L$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5773 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5774 elif test "$hardcode_shlibpath_var" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5775 case :$finalize_shlibpath: in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5776 *":$libdir:"*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5777 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5778 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5779 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5780 elif test "$hardcode_automatic" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5781 if test -n "$inst_prefix_dir" && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5782 test -f "$inst_prefix_dir$libdir/$linklib" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5783 add="$inst_prefix_dir$libdir/$linklib" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5784 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5785 add="$libdir/$linklib" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5786 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5787 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5788 # We cannot seem to hardcode it, guess we'll fake it. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5789 add_dir="-L$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5790 # Try looking first in the location we're being installed to. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5791 if test -n "$inst_prefix_dir"; then |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5792 case $libdir in |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5793 [\\/]*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5794 add_dir="$add_dir -L$inst_prefix_dir$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5795 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5796 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5797 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5798 add="-l$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5799 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5800 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5801 if test "$linkmode" = prog; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5802 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5803 test -n "$add" && finalize_deplibs="$add $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5804 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5805 test -n "$add_dir" && deplibs="$add_dir $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5806 test -n "$add" && deplibs="$add $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5807 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5808 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5809 elif test "$linkmode" = prog; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5810 # Here we assume that one of hardcode_direct or hardcode_minus_L |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5811 # is not unsupported. This is valid on all known static and |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5812 # shared platforms. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5813 if test "$hardcode_direct" != unsupported; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5814 test -n "$old_library" && linklib="$old_library" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5815 compile_deplibs="$dir/$linklib $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5816 finalize_deplibs="$dir/$linklib $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5817 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5818 compile_deplibs="-l$name -L$dir $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5819 finalize_deplibs="-l$name -L$dir $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5820 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5821 elif test "$build_libtool_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5822 # Not a shared library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5823 if test "$deplibs_check_method" != pass_all; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5824 # We're trying link a shared library against a static one |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5825 # but the system doesn't support it. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5826 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5827 # Just print a warning and add the library to dependency_libs so |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5828 # that the program can be linked against the static library. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5829 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5830 $ECHO "*** Warning: This system can not link to static lib archive $lib." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5831 $ECHO "*** I have the capability to make that library automatically link in when" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5832 $ECHO "*** you link to this library. But I can only do this if you have a" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5833 $ECHO "*** shared version of the library, which you do not appear to have." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5834 if test "$module" = yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5835 $ECHO "*** But as you try to build a module library, libtool will still create " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5836 $ECHO "*** a static module, that should work as long as the dlopening application" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5837 $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5838 if test -z "$global_symbol_pipe"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5839 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5840 $ECHO "*** However, this would only work if libtool was able to extract symbol" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5841 $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5842 $ECHO "*** not find such a program. So, this module is probably useless." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5843 $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5844 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5845 if test "$build_old_libs" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5846 build_libtool_libs=module |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5847 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5848 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5849 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5850 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5851 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5852 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5853 deplibs="$dir/$old_library $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5854 link_static=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5855 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5856 fi # link shared/static library? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5857 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5858 if test "$linkmode" = lib; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5859 if test -n "$dependency_libs" && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5860 { test "$hardcode_into_libs" != yes || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5861 test "$build_old_libs" = yes || |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5862 test "$link_static" = yes; }; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5863 # Extract -R from dependency_libs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5864 temp_deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5865 for libdir in $dependency_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5866 case $libdir in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5867 -R*) func_stripname '-R' '' "$libdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5868 temp_xrpath=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5869 case " $xrpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5870 *" $temp_xrpath "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5871 *) xrpath="$xrpath $temp_xrpath";; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5872 esac;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5873 *) temp_deplibs="$temp_deplibs $libdir";; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5874 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5875 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5876 dependency_libs="$temp_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5877 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5878 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5879 newlib_search_path="$newlib_search_path $absdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5880 # Link against this library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5881 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5882 # ... and its dependency_libs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5883 tmp_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5884 for deplib in $dependency_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5885 newdependency_libs="$deplib $newdependency_libs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5886 if $opt_duplicate_deps ; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5887 case "$tmp_libs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5888 *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5889 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5890 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5891 tmp_libs="$tmp_libs $deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5892 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5893 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5894 if test "$link_all_deplibs" != no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5895 # Add the search paths of all dependency libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5896 for deplib in $dependency_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5897 case $deplib in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5898 -L*) path="$deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5899 *.la) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5900 func_dirname "$deplib" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5901 dir="$func_dirname_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5902 # We need an absolute path. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5903 case $dir in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5904 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5905 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5906 absdir=`cd "$dir" && pwd` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5907 if test -z "$absdir"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5908 func_warning "cannot determine absolute directory name of \`$dir'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5909 absdir="$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5910 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5911 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5912 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5913 if $GREP "^installed=no" $deplib > /dev/null; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5914 case $host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5915 *-*-darwin*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5916 depdepl= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5917 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5918 if test -n "$deplibrary_names" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5919 for tmp in $deplibrary_names ; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5920 depdepl=$tmp |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5921 done |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5922 if test -f "$absdir/$objdir/$depdepl" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5923 depdepl="$absdir/$objdir/$depdepl" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5924 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5925 if test -z "$darwin_install_name"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5926 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5927 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5928 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5929 linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5930 path= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5931 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5932 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5933 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5934 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5935 path="-L$absdir/$objdir" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5936 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5937 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5938 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5939 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5940 test -z "$libdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5941 func_fatal_error "\`$deplib' is not a valid libtool archive" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5942 test "$absdir" != "$libdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5943 func_warning "\`$deplib' seems to be moved" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5944 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5945 path="-L$absdir" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5946 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5947 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5948 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5949 case " $deplibs " in |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5950 *" $path "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5951 *) deplibs="$path $deplibs" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
5952 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5953 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5954 fi # link_all_deplibs != no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5955 fi # linkmode = lib |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5956 done # for deplib in $libs |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5957 if test "$pass" = link; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5958 if test "$linkmode" = "prog"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5959 compile_deplibs="$new_inherited_linker_flags $compile_deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5960 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5961 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5962 compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5963 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
5964 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5965 dependency_libs="$newdependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5966 if test "$pass" = dlpreopen; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5967 # Link the dlpreopened libraries before other libraries |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5968 for deplib in $save_deplibs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5969 deplibs="$deplib $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5970 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5971 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5972 if test "$pass" != dlopen; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5973 if test "$pass" != conv; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5974 # Make sure lib_search_path contains only unique directories. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5975 lib_search_path= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5976 for dir in $newlib_search_path; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5977 case "$lib_search_path " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5978 *" $dir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5979 *) lib_search_path="$lib_search_path $dir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5980 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5981 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5982 newlib_search_path= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5983 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5984 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5985 if test "$linkmode,$pass" != "prog,link"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5986 vars="deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5987 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5988 vars="compile_deplibs finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5989 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5990 for var in $vars dependency_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5991 # Add libraries to $var in reverse order |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5992 eval tmp_libs=\"\$$var\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5993 new_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5994 for deplib in $tmp_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5995 # FIXME: Pedantically, this is the right thing to do, so |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5996 # that some nasty dependency loop isn't accidentally |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5997 # broken: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5998 #new_libs="$deplib $new_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5999 # Pragmatically, this seems to cause very few problems in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6000 # practice: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6001 case $deplib in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6002 -L*) new_libs="$deplib $new_libs" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6003 -R*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6004 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6005 # And here is the reason: when a library appears more |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6006 # than once as an explicit dependence of a library, or |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6007 # is implicitly linked in more than once by the |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6008 # compiler, it is considered special, and multiple |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6009 # occurrences thereof are not removed. Compare this |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6010 # with having the same library being listed as a |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6011 # dependency of multiple other libraries: in this case, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6012 # we know (pedantically, we assume) the library does not |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6013 # need to be listed more than once, so we keep only the |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6014 # last copy. This is not always right, but it is rare |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6015 # enough that we require users that really mean to play |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6016 # such unportable linking tricks to link the library |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6017 # using -Wl,-lname, so that libtool does not consider it |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6018 # for duplicate removal. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6019 case " $specialdeplibs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6020 *" $deplib "*) new_libs="$deplib $new_libs" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6021 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6022 case " $new_libs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6023 *" $deplib "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6024 *) new_libs="$deplib $new_libs" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6025 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6026 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6027 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6028 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6029 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6030 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6031 tmp_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6032 for deplib in $new_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6033 case $deplib in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6034 -L*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6035 case " $tmp_libs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6036 *" $deplib "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6037 *) tmp_libs="$tmp_libs $deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6038 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6039 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6040 *) tmp_libs="$tmp_libs $deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6041 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6042 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6043 eval $var=\"$tmp_libs\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6044 done # for var |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6045 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6046 # Last step: remove runtime libs from dependency_libs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6047 # (they stay in deplibs) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6048 tmp_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6049 for i in $dependency_libs ; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6050 case " $predeps $postdeps $compiler_lib_search_path " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6051 *" $i "*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6052 i="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6053 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6054 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6055 if test -n "$i" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6056 tmp_libs="$tmp_libs $i" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6057 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6058 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6059 dependency_libs=$tmp_libs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6060 done # for pass |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6061 if test "$linkmode" = prog; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6062 dlfiles="$newdlfiles" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6063 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6064 if test "$linkmode" = prog || test "$linkmode" = lib; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6065 dlprefiles="$newdlprefiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6066 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6067 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6068 case $linkmode in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6069 oldlib) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6070 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6071 func_warning "\`-dlopen' is ignored for archives" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6072 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6073 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6074 case " $deplibs" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6075 *\ -l* | *\ -L*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6076 func_warning "\`-l' and \`-L' are ignored for archives" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6077 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6078 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6079 test -n "$rpath" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6080 func_warning "\`-rpath' is ignored for archives" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6081 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6082 test -n "$xrpath" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6083 func_warning "\`-R' is ignored for archives" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6084 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6085 test -n "$vinfo" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6086 func_warning "\`-version-info/-version-number' is ignored for archives" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6087 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6088 test -n "$release" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6089 func_warning "\`-release' is ignored for archives" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6090 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6091 test -n "$export_symbols$export_symbols_regex" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6092 func_warning "\`-export-symbols' is ignored for archives" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6093 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6094 # Now set the variables for building old libraries. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6095 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6096 oldlibs="$output" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6097 objs="$objs$old_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6098 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6099 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6100 lib) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6101 # Make sure we only generate libraries of the form `libNAME.la'. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6102 case $outputname in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6103 lib*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6104 func_stripname 'lib' '.la' "$outputname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6105 name=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6106 eval shared_ext=\"$shrext_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6107 eval libname=\"$libname_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6108 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6109 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6110 test "$module" = no && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6111 func_fatal_help "libtool library \`$output' must begin with \`lib'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6112 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6113 if test "$need_lib_prefix" != no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6114 # Add the "lib" prefix for modules if required |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6115 func_stripname '' '.la' "$outputname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6116 name=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6117 eval shared_ext=\"$shrext_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6118 eval libname=\"$libname_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6119 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6120 func_stripname '' '.la' "$outputname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6121 libname=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6122 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6123 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6124 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6125 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6126 if test -n "$objs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6127 if test "$deplibs_check_method" != pass_all; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6128 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6129 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6130 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6131 $ECHO "*** Warning: Linking the shared library $output against the non-libtool" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6132 $ECHO "*** objects $objs is not portable!" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6133 libobjs="$libobjs $objs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6134 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6135 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6136 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6137 test "$dlself" != no && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6138 func_warning "\`-dlopen self' is ignored for libtool libraries" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6139 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6140 set dummy $rpath |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6141 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6142 test "$#" -gt 1 && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6143 func_warning "ignoring multiple \`-rpath's for a libtool library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6144 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6145 install_libdir="$1" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6146 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6147 oldlibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6148 if test -z "$rpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6149 if test "$build_libtool_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6150 # Building a libtool convenience library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6151 # Some compilers have problems with a `.al' extension so |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6152 # convenience libraries should have the same extension an |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6153 # archive normally would. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6154 oldlibs="$output_objdir/$libname.$libext $oldlibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6155 build_libtool_libs=convenience |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6156 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6157 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6158 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6159 test -n "$vinfo" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6160 func_warning "\`-version-info/-version-number' is ignored for convenience libraries" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6161 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6162 test -n "$release" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6163 func_warning "\`-release' is ignored for convenience libraries" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6164 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6165 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6166 # Parse the version information argument. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6167 save_ifs="$IFS"; IFS=':' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6168 set dummy $vinfo 0 0 0 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6169 shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6170 IFS="$save_ifs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6171 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6172 test -n "$7" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6173 func_fatal_help "too many parameters to \`-version-info'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6174 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6175 # convert absolute version numbers to libtool ages |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6176 # this retains compatibility with .la files and attempts |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6177 # to make the code below a bit more comprehensible |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6178 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6179 case $vinfo_number in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6180 yes) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6181 number_major="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6182 number_minor="$2" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6183 number_revision="$3" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6184 # |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6185 # There are really only two kinds -- those that |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6186 # use the current revision as the major version |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6187 # and those that subtract age and use age as |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6188 # a minor version. But, then there is irix |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6189 # which has an extra 1 added just for fun |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6190 # |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6191 case $version_type in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6192 darwin|linux|osf|windows|none) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6193 func_arith $number_major + $number_minor |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6194 current=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6195 age="$number_minor" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6196 revision="$number_revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6197 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6198 freebsd-aout|freebsd-elf|sunos) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6199 current="$number_major" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6200 revision="$number_minor" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6201 age="0" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6202 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6203 irix|nonstopux) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6204 func_arith $number_major + $number_minor |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6205 current=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6206 age="$number_minor" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6207 revision="$number_minor" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6208 lt_irix_increment=no |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6209 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6210 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6211 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6212 no) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6213 current="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6214 revision="$2" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6215 age="$3" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6216 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6217 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6218 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6219 # Check that each of the things are valid numbers. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6220 case $current in |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6221 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]) ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6222 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6223 func_error "CURRENT \`$current' must be a nonnegative integer" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6224 func_fatal_error "\`$vinfo' is not valid version information" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6225 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6226 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6227 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6228 case $revision in |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6229 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]) ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6230 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6231 func_error "REVISION \`$revision' must be a nonnegative integer" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6232 func_fatal_error "\`$vinfo' is not valid version information" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6233 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6234 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6235 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6236 case $age in |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6237 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]) ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6238 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6239 func_error "AGE \`$age' must be a nonnegative integer" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6240 func_fatal_error "\`$vinfo' is not valid version information" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6241 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6242 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6243 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6244 if test "$age" -gt "$current"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6245 func_error "AGE \`$age' is greater than the current interface number \`$current'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6246 func_fatal_error "\`$vinfo' is not valid version information" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6247 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6248 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6249 # Calculate the version variables. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6250 major= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6251 versuffix= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6252 verstring= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6253 case $version_type in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6254 none) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6255 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6256 darwin) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6257 # Like Linux, but with the current version available in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6258 # verstring for coding it into the library header |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6259 func_arith $current - $age |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6260 major=.$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6261 versuffix="$major.$age.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6262 # Darwin ld doesn't like 0 for these options... |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6263 func_arith $current + 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6264 minor_current=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6265 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6266 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6267 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6268 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6269 freebsd-aout) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6270 major=".$current" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6271 versuffix=".$current.$revision"; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6272 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6273 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6274 freebsd-elf) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6275 major=".$current" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6276 versuffix=".$current" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6277 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6278 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6279 irix | nonstopux) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6280 if test "X$lt_irix_increment" = "Xno"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6281 func_arith $current - $age |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6282 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6283 func_arith $current - $age + 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6284 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6285 major=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6286 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6287 case $version_type in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6288 nonstopux) verstring_prefix=nonstopux ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6289 *) verstring_prefix=sgi ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6290 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6291 verstring="$verstring_prefix$major.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6292 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6293 # Add in all the interfaces that we are compatible with. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6294 loop=$revision |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6295 while test "$loop" -ne 0; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6296 func_arith $revision - $loop |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6297 iface=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6298 func_arith $loop - 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6299 loop=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6300 verstring="$verstring_prefix$major.$iface:$verstring" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6301 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6302 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6303 # Before this point, $major must not contain `.'. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6304 major=.$major |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6305 versuffix="$major.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6306 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6307 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6308 linux) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6309 func_arith $current - $age |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6310 major=.$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6311 versuffix="$major.$age.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6312 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6313 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6314 osf) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6315 func_arith $current - $age |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6316 major=.$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6317 versuffix=".$current.$age.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6318 verstring="$current.$age.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6319 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6320 # Add in all the interfaces that we are compatible with. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6321 loop=$age |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6322 while test "$loop" -ne 0; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6323 func_arith $current - $loop |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6324 iface=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6325 func_arith $loop - 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6326 loop=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6327 verstring="$verstring:${iface}.0" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6328 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6329 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6330 # Make executables depend on our current version. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6331 verstring="$verstring:${current}.0" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6332 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6333 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6334 qnx) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6335 major=".$current" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6336 versuffix=".$current" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6337 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6338 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6339 sunos) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6340 major=".$current" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6341 versuffix=".$current.$revision" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6342 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6343 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6344 windows) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6345 # Use '-' rather than '.', since we only want one |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6346 # extension on DOS 8.3 filesystems. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6347 func_arith $current - $age |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6348 major=$func_arith_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6349 versuffix="-$major" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6350 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6351 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6352 *) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6353 func_fatal_configuration "unknown library version type \`$version_type'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6354 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6355 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6356 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6357 # Clear the version info if we defaulted, and they specified a release. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6358 if test -z "$vinfo" && test -n "$release"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6359 major= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6360 case $version_type in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6361 darwin) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6362 # we can't check for "0.0" in archive_cmds due to quoting |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6363 # problems, so we reset it completely |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6364 verstring= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6365 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6366 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6367 verstring="0.0" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6368 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6369 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6370 if test "$need_version" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6371 versuffix= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6372 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6373 versuffix=".0.0" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6374 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6375 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6376 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6377 # Remove version info from name if versioning should be avoided |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6378 if test "$avoid_version" = yes && test "$need_version" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6379 major= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6380 versuffix= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6381 verstring="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6382 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6383 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6384 # Check to see if the archive will have undefined symbols. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6385 if test "$allow_undefined" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6386 if test "$allow_undefined_flag" = unsupported; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6387 func_warning "undefined symbols not allowed in $host shared libraries" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6388 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6389 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6390 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6391 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6392 # Don't allow undefined symbols. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6393 allow_undefined_flag="$no_undefined_flag" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6394 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6395 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6396 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6397 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6398 func_generate_dlsyms "$libname" "$libname" "yes" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6399 libobjs="$libobjs $symfileobj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6400 test "X$libobjs" = "X " && libobjs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6401 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6402 if test "$mode" != relink; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6403 # Remove our outputs, but don't remove object files since they |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6404 # may have been created when compiling PIC objects. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6405 removelist= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6406 tempremovelist=`$ECHO "$output_objdir/*"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6407 for p in $tempremovelist; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6408 case $p in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6409 *.$objext | *.gcno) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6410 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6411 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6412 if test "X$precious_files_regex" != "X"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6413 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6414 then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6415 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6416 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6417 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6418 removelist="$removelist $p" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6419 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6420 *) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6421 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6422 done |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6423 test -n "$removelist" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6424 func_show_eval "${RM}r \$removelist" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6425 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6426 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6427 # Now set the variables for building old libraries. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6428 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6429 oldlibs="$oldlibs $output_objdir/$libname.$libext" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6430 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6431 # Transform .lo files to .o files. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6432 oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6433 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6434 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6435 # Eliminate all temporary directories. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6436 #for path in $notinst_path; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6437 # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6438 # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6439 # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6440 #done |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6441 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6442 if test -n "$xrpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6443 # If the user specified any rpath flags, then add them. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6444 temp_xrpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6445 for libdir in $xrpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6446 temp_xrpath="$temp_xrpath -R$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6447 case "$finalize_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6448 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6449 *) finalize_rpath="$finalize_rpath $libdir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6450 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6451 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6452 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6453 dependency_libs="$temp_xrpath $dependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6454 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6455 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6456 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6457 # Make sure dlfiles contains only unique files that won't be dlpreopened |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6458 old_dlfiles="$dlfiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6459 dlfiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6460 for lib in $old_dlfiles; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6461 case " $dlprefiles $dlfiles " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6462 *" $lib "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6463 *) dlfiles="$dlfiles $lib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6464 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6465 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6466 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6467 # Make sure dlprefiles contains only unique files |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6468 old_dlprefiles="$dlprefiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6469 dlprefiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6470 for lib in $old_dlprefiles; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6471 case "$dlprefiles " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6472 *" $lib "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6473 *) dlprefiles="$dlprefiles $lib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6474 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6475 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6476 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6477 if test "$build_libtool_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6478 if test -n "$rpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6479 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6480 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6481 # these systems don't actually have a c library (as such)! |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6482 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6483 *-*-rhapsody* | *-*-darwin1.[012]) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6484 # Rhapsody C library is in the System framework |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6485 deplibs="$deplibs System.ltframework" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6486 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6487 *-*-netbsd*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6488 # Don't link with libc until the a.out ld.so is fixed. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6489 ;; |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6490 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6491 # Do not include libc due to us having libc/libc_r. |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6492 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6493 *-*-sco3.2v5* | *-*-sco5v6*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6494 # Causes problems with __ctype |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6495 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6496 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6497 # Compiler inserts libc in the correct place for threads to work |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6498 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6499 *) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6500 # Add libc to deplibs on all other systems if necessary. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6501 if test "$build_libtool_need_lc" = "yes"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6502 deplibs="$deplibs -lc" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6503 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6504 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6505 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6506 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6507 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6508 # Transform deplibs into only deplibs that can be linked in shared. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6509 name_save=$name |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6510 libname_save=$libname |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6511 release_save=$release |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6512 versuffix_save=$versuffix |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6513 major_save=$major |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6514 # I'm not sure if I'm treating the release correctly. I think |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6515 # release should show up in the -l (ie -lgmp5) so we don't want to |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6516 # add it in twice. Is that correct? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6517 release="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6518 versuffix="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6519 major="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6520 newdeplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6521 droppeddeps=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6522 case $deplibs_check_method in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6523 pass_all) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6524 # Don't check for shared/static. Everything works. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6525 # This might be a little naive. We might want to check |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6526 # whether the library exists or not. But this is on |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6527 # osf3 & osf4 and I'm not really sure... Just |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6528 # implementing what was already the behavior. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6529 newdeplibs=$deplibs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6530 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6531 test_compile) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6532 # This code stresses the "libraries are programs" paradigm to its |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6533 # limits. Maybe even breaks it. We compile a program, linking it |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6534 # against the deplibs as a proxy for the library. Then we can check |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6535 # whether they linked in statically or dynamically with ldd. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6536 $opt_dry_run || $RM conftest.c |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6537 cat > conftest.c <<EOF |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6538 int main() { return 0; } |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6539 EOF |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6540 $opt_dry_run || $RM conftest |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6541 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6542 ldd_output=`ldd conftest` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6543 for i in $deplibs; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6544 case $i in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6545 -l*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6546 func_stripname -l '' "$i" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6547 name=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6548 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6549 case " $predeps $postdeps " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6550 *" $i "*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6551 newdeplibs="$newdeplibs $i" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6552 i="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6553 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6554 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6555 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6556 if test -n "$i" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6557 libname=`eval "\\$ECHO \"$libname_spec\""` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6558 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6559 set dummy $deplib_matches; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6560 deplib_match=$1 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6561 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6562 newdeplibs="$newdeplibs $i" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6563 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6564 droppeddeps=yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6565 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6566 $ECHO "*** Warning: dynamic linker does not accept needed library $i." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6567 $ECHO "*** I have the capability to make that library automatically link in when" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6568 $ECHO "*** you link to this library. But I can only do this if you have a" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6569 $ECHO "*** shared version of the library, which I believe you do not have" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6570 $ECHO "*** because a test_compile did reveal that the linker did not use it for" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6571 $ECHO "*** its dynamic dependency list that programs get resolved with at runtime." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6572 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6573 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6574 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6575 *) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6576 newdeplibs="$newdeplibs $i" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6577 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6578 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6579 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6580 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6581 # Error occurred in the first compile. Let's try to salvage |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6582 # the situation: Compile a separate program for each library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6583 for i in $deplibs; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6584 case $i in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6585 -l*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6586 func_stripname -l '' "$i" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6587 name=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6588 $opt_dry_run || $RM conftest |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6589 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6590 ldd_output=`ldd conftest` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6591 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6592 case " $predeps $postdeps " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6593 *" $i "*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6594 newdeplibs="$newdeplibs $i" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6595 i="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6596 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6597 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6598 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6599 if test -n "$i" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6600 libname=`eval "\\$ECHO \"$libname_spec\""` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6601 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6602 set dummy $deplib_matches; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6603 deplib_match=$1 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6604 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6605 newdeplibs="$newdeplibs $i" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6606 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6607 droppeddeps=yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6608 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6609 $ECHO "*** Warning: dynamic linker does not accept needed library $i." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6610 $ECHO "*** I have the capability to make that library automatically link in when" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6611 $ECHO "*** you link to this library. But I can only do this if you have a" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6612 $ECHO "*** shared version of the library, which you do not appear to have" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6613 $ECHO "*** because a test_compile did reveal that the linker did not use this one" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6614 $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6615 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6616 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6617 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6618 droppeddeps=yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6619 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6620 $ECHO "*** Warning! Library $i is needed by this library but I was not able to" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6621 $ECHO "*** make it link in! You will probably need to install it or some" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6622 $ECHO "*** library that it depends on before this library will be fully" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6623 $ECHO "*** functional. Installing it before continuing would be even better." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6624 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6625 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6626 *) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6627 newdeplibs="$newdeplibs $i" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6628 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6629 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6630 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6631 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6632 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6633 file_magic*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6634 set dummy $deplibs_check_method; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6635 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6636 for a_deplib in $deplibs; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6637 case $a_deplib in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6638 -l*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6639 func_stripname -l '' "$a_deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6640 name=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6641 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6642 case " $predeps $postdeps " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6643 *" $a_deplib "*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6644 newdeplibs="$newdeplibs $a_deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6645 a_deplib="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6646 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6647 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6648 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6649 if test -n "$a_deplib" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6650 libname=`eval "\\$ECHO \"$libname_spec\""` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6651 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6652 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6653 for potent_lib in $potential_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6654 # Follow soft links. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6655 if ls -lLd "$potent_lib" 2>/dev/null | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6656 $GREP " -> " >/dev/null; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6657 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6658 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6659 # The statement above tries to avoid entering an |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6660 # endless loop below, in case of cyclic links. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6661 # We might still enter an endless loop, since a link |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6662 # loop can be closed while we follow links, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6663 # but so what? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6664 potlib="$potent_lib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6665 while test -h "$potlib" 2>/dev/null; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6666 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6667 case $potliblink in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6668 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6669 *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6670 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6671 done |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6672 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6673 $SED -e 10q | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6674 $EGREP "$file_magic_regex" > /dev/null; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6675 newdeplibs="$newdeplibs $a_deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6676 a_deplib="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6677 break 2 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6678 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6679 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6680 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6681 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6682 if test -n "$a_deplib" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6683 droppeddeps=yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6684 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6685 $ECHO "*** Warning: linker path does not have real file for library $a_deplib." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6686 $ECHO "*** I have the capability to make that library automatically link in when" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6687 $ECHO "*** you link to this library. But I can only do this if you have a" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6688 $ECHO "*** shared version of the library, which you do not appear to have" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6689 $ECHO "*** because I did check the linker path looking for a file starting" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6690 if test -z "$potlib" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6691 $ECHO "*** with $libname but no candidates were found. (...for file magic test)" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6692 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6693 $ECHO "*** with $libname and none of the candidates passed a file format test" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6694 $ECHO "*** using a file magic. Last file checked: $potlib" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6695 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6696 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6697 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6698 *) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6699 # Add a -L argument. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6700 newdeplibs="$newdeplibs $a_deplib" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6701 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6702 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6703 done # Gone through all deplibs. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6704 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6705 match_pattern*) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6706 set dummy $deplibs_check_method; shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6707 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6708 for a_deplib in $deplibs; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6709 case $a_deplib in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6710 -l*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6711 func_stripname -l '' "$a_deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6712 name=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6713 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6714 case " $predeps $postdeps " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6715 *" $a_deplib "*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6716 newdeplibs="$newdeplibs $a_deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6717 a_deplib="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6718 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6719 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6720 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6721 if test -n "$a_deplib" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6722 libname=`eval "\\$ECHO \"$libname_spec\""` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6723 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6724 potential_libs=`ls $i/$libname[.-]* 2>/dev/null` |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6725 for potent_lib in $potential_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6726 potlib="$potent_lib" # see symlink-check above in file_magic test |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6727 if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6728 $EGREP "$match_pattern_regex" > /dev/null; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6729 newdeplibs="$newdeplibs $a_deplib" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6730 a_deplib="" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6731 break 2 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6732 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6733 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6734 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6735 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6736 if test -n "$a_deplib" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6737 droppeddeps=yes |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6738 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6739 $ECHO "*** Warning: linker path does not have real file for library $a_deplib." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6740 $ECHO "*** I have the capability to make that library automatically link in when" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6741 $ECHO "*** you link to this library. But I can only do this if you have a" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6742 $ECHO "*** shared version of the library, which you do not appear to have" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6743 $ECHO "*** because I did check the linker path looking for a file starting" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6744 if test -z "$potlib" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6745 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6746 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6747 $ECHO "*** with $libname and none of the candidates passed a file format test" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6748 $ECHO "*** using a regex pattern. Last file checked: $potlib" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6749 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6750 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6751 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6752 *) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6753 # Add a -L argument. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6754 newdeplibs="$newdeplibs $a_deplib" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6755 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6756 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6757 done # Gone through all deplibs. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6758 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6759 none | unknown | *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6760 newdeplibs="" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6761 tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6762 -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6763 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6764 for i in $predeps $postdeps ; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6765 # can't use Xsed below, because $i might contain '/' |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6766 tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6767 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6768 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6769 if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' | |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6770 $GREP . >/dev/null; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6771 $ECHO |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6772 if test "X$deplibs_check_method" = "Xnone"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6773 $ECHO "*** Warning: inter-library dependencies are not supported in this platform." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6774 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6775 $ECHO "*** Warning: inter-library dependencies are not known to be supported." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6776 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6777 $ECHO "*** All declared inter-library dependencies are being dropped." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6778 droppeddeps=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6779 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6780 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6781 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6782 versuffix=$versuffix_save |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6783 major=$major_save |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6784 release=$release_save |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6785 libname=$libname_save |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6786 name=$name_save |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6787 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6788 case $host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6789 *-*-rhapsody* | *-*-darwin1.[012]) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6790 # On Rhapsody replace the C library with the System framework |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6791 newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6792 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6793 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6794 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6795 if test "$droppeddeps" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6796 if test "$module" = yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6797 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6798 $ECHO "*** Warning: libtool could not satisfy all declared inter-library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6799 $ECHO "*** dependencies of module $libname. Therefore, libtool will create" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6800 $ECHO "*** a static module, that should work as long as the dlopening" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6801 $ECHO "*** application is linked with the -dlopen flag." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6802 if test -z "$global_symbol_pipe"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6803 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6804 $ECHO "*** However, this would only work if libtool was able to extract symbol" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6805 $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6806 $ECHO "*** not find such a program. So, this module is probably useless." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6807 $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6808 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6809 if test "$build_old_libs" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6810 oldlibs="$output_objdir/$libname.$libext" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6811 build_libtool_libs=module |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6812 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6813 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6814 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6815 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6816 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6817 $ECHO "*** The inter-library dependencies that have been dropped here will be" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6818 $ECHO "*** automatically added whenever a program is linked with this library" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6819 $ECHO "*** or is declared to -dlopen it." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6820 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6821 if test "$allow_undefined" = no; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6822 $ECHO |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6823 $ECHO "*** Since this library must not contain undefined symbols," |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6824 $ECHO "*** because either the platform does not support them or" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6825 $ECHO "*** it was explicitly requested with -no-undefined," |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6826 $ECHO "*** libtool will only create a static version of it." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6827 if test "$build_old_libs" = no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6828 oldlibs="$output_objdir/$libname.$libext" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6829 build_libtool_libs=module |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6830 build_old_libs=yes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6831 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6832 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6833 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6834 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6835 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6836 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6837 # Done checking deplibs! |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6838 deplibs=$newdeplibs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6839 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6840 # Time to change all our "foo.ltframework" stuff back to "-framework foo" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6841 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6842 *-*-darwin*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6843 newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6844 new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6845 deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6846 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6847 esac |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6848 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6849 # move library search paths that coincide with paths to not yet |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6850 # installed libraries to the beginning of the library search list |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6851 new_libs= |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6852 for path in $notinst_path; do |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6853 case " $new_libs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6854 *" -L$path/$objdir "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6855 *) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6856 case " $deplibs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6857 *" -L$path/$objdir "*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6858 new_libs="$new_libs -L$path/$objdir" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6859 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6860 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6861 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6862 done |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6863 for deplib in $deplibs; do |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6864 case $deplib in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6865 -L*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6866 case " $new_libs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6867 *" $deplib "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6868 *) new_libs="$new_libs $deplib" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6869 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6870 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6871 *) new_libs="$new_libs $deplib" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6872 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6873 done |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6874 deplibs="$new_libs" |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6875 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6876 # All the library-specific variables (install_libdir is set above). |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6877 library_names= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6878 old_library= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6879 dlname= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6880 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6881 # Test again, we may have decided not to build it any more |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6882 if test "$build_libtool_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6883 if test "$hardcode_into_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6884 # Hardcode the library paths |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6885 hardcode_libdirs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6886 dep_rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6887 rpath="$finalize_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6888 test "$mode" != relink && rpath="$compile_rpath$rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6889 for libdir in $rpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6890 if test -n "$hardcode_libdir_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6891 if test -n "$hardcode_libdir_separator"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6892 if test -z "$hardcode_libdirs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6893 hardcode_libdirs="$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6894 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6895 # Just accumulate the unique libdirs. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6896 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6897 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6898 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6899 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6900 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6901 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6902 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6903 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6904 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6905 eval flag=\"$hardcode_libdir_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6906 dep_rpath="$dep_rpath $flag" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6907 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6908 elif test -n "$runpath_var"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6909 case "$perm_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6910 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6911 *) perm_rpath="$perm_rpath $libdir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6912 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6913 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6914 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6915 # Substitute the hardcoded libdirs into the rpath. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6916 if test -n "$hardcode_libdir_separator" && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6917 test -n "$hardcode_libdirs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6918 libdir="$hardcode_libdirs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6919 if test -n "$hardcode_libdir_flag_spec_ld"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6920 eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6921 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6922 eval dep_rpath=\"$hardcode_libdir_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6923 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6924 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6925 if test -n "$runpath_var" && test -n "$perm_rpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6926 # We should set the runpath_var. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6927 rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6928 for dir in $perm_rpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6929 rpath="$rpath$dir:" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6930 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6931 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6932 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6933 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6934 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6935 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6936 shlibpath="$finalize_shlibpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6937 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6938 if test -n "$shlibpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6939 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6940 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6941 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6942 # Get the real and link names of the library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6943 eval shared_ext=\"$shrext_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6944 eval library_names=\"$library_names_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6945 set dummy $library_names |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6946 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6947 realname="$1" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6948 shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6949 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6950 if test -n "$soname_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6951 eval soname=\"$soname_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6952 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6953 soname="$realname" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6954 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6955 if test -z "$dlname"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6956 dlname=$soname |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6957 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6958 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6959 lib="$output_objdir/$realname" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
6960 linknames= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6961 for link |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6962 do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6963 linknames="$linknames $link" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6964 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6965 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6966 # Use standard objects if they are pic |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6967 test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6968 test "X$libobjs" = "X " && libobjs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6969 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6970 delfiles= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6971 if test -n "$export_symbols" && test -n "$include_expsyms"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6972 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6973 export_symbols="$output_objdir/$libname.uexp" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6974 delfiles="$delfiles $export_symbols" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6975 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6976 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6977 orig_export_symbols= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6978 case $host_os in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6979 cygwin* | mingw* | cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6980 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6981 # exporting using user supplied symfile |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6982 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6983 # and it's NOT already a .def file. Must figure out |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6984 # which of the given symbols are data symbols and tag |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6985 # them as such. So, trigger use of export_symbols_cmds. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6986 # export_symbols gets reassigned inside the "prepare |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6987 # the list of exported symbols" if statement, so the |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6988 # include_expsyms logic still works. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6989 orig_export_symbols="$export_symbols" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6990 export_symbols= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6991 always_export_symbols=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6992 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6993 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6994 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
6995 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6996 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6997 # Prepare the list of exported symbols |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6998 if test -z "$export_symbols"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6999 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7000 func_verbose "generating symbol list for \`$libname.la'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7001 export_symbols="$output_objdir/$libname.exp" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7002 $opt_dry_run || $RM $export_symbols |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7003 cmds=$export_symbols_cmds |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7004 save_ifs="$IFS"; IFS='~' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7005 for cmd in $cmds; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7006 IFS="$save_ifs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7007 eval cmd=\"$cmd\" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7008 func_len " $cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7009 len=$func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7010 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7011 func_show_eval "$cmd" 'exit $?' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7012 skipped_export=false |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7013 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7014 # The command line is too long to execute in one step. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7015 func_verbose "using reloadable object file for export list..." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7016 skipped_export=: |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7017 # Break out early, otherwise skipped_export may be |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7018 # set to false by a later but shorter cmd. |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7019 break |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7020 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7021 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7022 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7023 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7024 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7025 func_show_eval '$MV "${export_symbols}T" "$export_symbols"' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7026 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7027 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7028 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7029 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7030 if test -n "$export_symbols" && test -n "$include_expsyms"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7031 tmp_export_symbols="$export_symbols" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7032 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7033 $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7034 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7035 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7036 if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7037 # The given exports_symbols file has to be filtered, so filter it. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7038 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7039 # FIXME: $output_objdir/$libname.filter potentially contains lots of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7040 # 's' commands which not all seds can handle. GNU sed should be fine |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7041 # though. Also, the filter scales superlinearly with the number of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7042 # global variables. join(1) would be nice here, but unfortunately |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7043 # isn't a blessed tool. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7044 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7045 delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7046 export_symbols=$output_objdir/$libname.def |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7047 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7048 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7049 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7050 tmp_deplibs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7051 for test_deplib in $deplibs; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7052 case " $convenience " in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7053 *" $test_deplib "*) ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7054 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7055 tmp_deplibs="$tmp_deplibs $test_deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7056 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7057 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7058 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7059 deplibs="$tmp_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7060 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7061 if test -n "$convenience"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7062 if test -n "$whole_archive_flag_spec" && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7063 test "$compiler_needs_object" = yes && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7064 test -z "$libobjs"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7065 # extract the archives, so we have objects to list. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7066 # TODO: could optimize this to just extract one archive. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7067 whole_archive_flag_spec= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7068 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7069 if test -n "$whole_archive_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7070 save_libobjs=$libobjs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7071 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7072 test "X$libobjs" = "X " && libobjs= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7073 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7074 gentop="$output_objdir/${outputname}x" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7075 generated="$generated $gentop" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7076 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7077 func_extract_archives $gentop $convenience |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7078 libobjs="$libobjs $func_extract_archives_result" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7079 test "X$libobjs" = "X " && libobjs= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7080 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7081 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7082 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7083 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7084 eval flag=\"$thread_safe_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7085 linker_flags="$linker_flags $flag" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7086 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7087 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7088 # Make a backup of the uninstalled library when relinking |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7089 if test "$mode" = relink; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7090 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7091 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7092 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7093 # Do each of the archive commands. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7094 if test "$module" = yes && test -n "$module_cmds" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7095 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7096 eval test_cmds=\"$module_expsym_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7097 cmds=$module_expsym_cmds |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7098 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7099 eval test_cmds=\"$module_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7100 cmds=$module_cmds |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7101 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7102 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7103 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7104 eval test_cmds=\"$archive_expsym_cmds\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7105 cmds=$archive_expsym_cmds |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7106 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7107 eval test_cmds=\"$archive_cmds\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7108 cmds=$archive_cmds |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7109 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7110 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7111 |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7112 if test "X$skipped_export" != "X:" && |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7113 func_len " $test_cmds" && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7114 len=$func_len_result && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7115 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7116 : |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7117 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7118 # The command line is too long to link in one step, link piecewise |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7119 # or, if using GNU ld and skipped_export is not :, use a linker |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7120 # script. |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7121 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7122 # Save the value of $output and $libobjs because we want to |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7123 # use them later. If we have whole_archive_flag_spec, we |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7124 # want to use save_libobjs as it was before |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7125 # whole_archive_flag_spec was expanded, because we can't |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7126 # assume the linker understands whole_archive_flag_spec. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7127 # This may have to be revisited, in case too many |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7128 # convenience libraries get linked in and end up exceeding |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7129 # the spec. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7130 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7131 save_libobjs=$libobjs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7132 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7133 save_output=$output |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7134 output_la=`$ECHO "X$output" | $Xsed -e "$basename"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7135 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7136 # Clear the reloadable object creation command queue and |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7137 # initialize k to one. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7138 test_cmds= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7139 concat_cmds= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7140 objlist= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7141 last_robj= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7142 k=1 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7143 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7144 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7145 output=${output_objdir}/${output_la}.lnkscript |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7146 func_verbose "creating GNU ld script: $output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7147 $ECHO 'INPUT (' > $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7148 for obj in $save_libobjs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7149 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7150 $ECHO "$obj" >> $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7151 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7152 $ECHO ')' >> $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7153 delfiles="$delfiles $output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7154 elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7155 output=${output_objdir}/${output_la}.lnk |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7156 func_verbose "creating linker input file list: $output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7157 : > $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7158 set x $save_libobjs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7159 shift |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7160 firstobj= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7161 if test "$compiler_needs_object" = yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7162 firstobj="$1 " |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7163 shift |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7164 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7165 for obj |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7166 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7167 $ECHO "$obj" >> $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7168 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7169 delfiles="$delfiles $output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7170 output=$firstobj\"$file_list_spec$output\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7171 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7172 if test -n "$save_libobjs"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7173 func_verbose "creating reloadable object files..." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7174 output=$output_objdir/$output_la-${k}.$objext |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7175 eval test_cmds=\"$reload_cmds\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7176 func_len " $test_cmds" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7177 len0=$func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7178 len=$len0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7179 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7180 # Loop over the list of objects to be linked. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7181 for obj in $save_libobjs |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7182 do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7183 func_len " $obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7184 func_arith $len + $func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7185 len=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7186 if test "X$objlist" = X || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7187 test "$len" -lt "$max_cmd_len"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7188 func_append objlist " $obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7189 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7190 # The command $test_cmds is almost too long, add a |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7191 # command to the queue. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7192 if test "$k" -eq 1 ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7193 # The first file doesn't have a previous command to add. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7194 eval concat_cmds=\"$reload_cmds $objlist $last_robj\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7195 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7196 # All subsequent reloadable object files will link in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7197 # the last one created. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7198 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7199 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7200 last_robj=$output_objdir/$output_la-${k}.$objext |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7201 func_arith $k + 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7202 k=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7203 output=$output_objdir/$output_la-${k}.$objext |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7204 objlist=$obj |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7205 func_len " $last_robj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7206 func_arith $len0 + $func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7207 len=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7208 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7209 done |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7210 # Handle the remaining objects by creating one last |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7211 # reloadable object file. All subsequent reloadable object |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7212 # files will link in the last one created. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7213 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7214 eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7215 if test -n "$last_robj"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7216 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7217 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7218 delfiles="$delfiles $output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7219 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7220 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7221 output= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7222 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7223 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7224 if ${skipped_export-false}; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7225 func_verbose "generating symbol list for \`$libname.la'" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7226 export_symbols="$output_objdir/$libname.exp" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7227 $opt_dry_run || $RM $export_symbols |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7228 libobjs=$output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7229 # Append the command to create the export file. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7230 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7231 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7232 if test -n "$last_robj"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7233 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7234 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7235 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7236 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7237 test -n "$save_libobjs" && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7238 func_verbose "creating a temporary reloadable object file: $output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7239 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7240 # Loop through the commands generated above and execute them. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7241 save_ifs="$IFS"; IFS='~' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7242 for cmd in $concat_cmds; do |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7243 IFS="$save_ifs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7244 $opt_silent || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7245 func_quote_for_expand "$cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7246 eval "func_echo $func_quote_for_expand_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7247 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7248 $opt_dry_run || eval "$cmd" || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7249 lt_exit=$? |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7250 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7251 # Restore the uninstalled library and exit |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7252 if test "$mode" = relink; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7253 ( cd "$output_objdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7254 $RM "${realname}T" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7255 $MV "${realname}U" "$realname" ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7256 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7257 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7258 exit $lt_exit |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7259 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7260 done |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7261 IFS="$save_ifs" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7262 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7263 if test -n "$export_symbols_regex" && ${skipped_export-false}; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7264 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7265 func_show_eval '$MV "${export_symbols}T" "$export_symbols"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7266 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7267 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7268 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7269 if ${skipped_export-false}; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7270 if test -n "$export_symbols" && test -n "$include_expsyms"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7271 tmp_export_symbols="$export_symbols" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7272 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7273 $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7274 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7275 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7276 if test -n "$orig_export_symbols"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7277 # The given exports_symbols file has to be filtered, so filter it. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7278 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7279 # FIXME: $output_objdir/$libname.filter potentially contains lots of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7280 # 's' commands which not all seds can handle. GNU sed should be fine |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7281 # though. Also, the filter scales superlinearly with the number of |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7282 # global variables. join(1) would be nice here, but unfortunately |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7283 # isn't a blessed tool. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7284 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7285 delfiles="$delfiles $export_symbols $output_objdir/$libname.filter" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7286 export_symbols=$output_objdir/$libname.def |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7287 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7288 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7289 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7290 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7291 libobjs=$output |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7292 # Restore the value of output. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7293 output=$save_output |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7294 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7295 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7296 eval libobjs=\"\$libobjs $whole_archive_flag_spec\" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7297 test "X$libobjs" = "X " && libobjs= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7298 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7299 # Expand the library linking commands again to reset the |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7300 # value of $libobjs for piecewise linking. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7301 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7302 # Do each of the archive commands. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7303 if test "$module" = yes && test -n "$module_cmds" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7304 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7305 cmds=$module_expsym_cmds |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7306 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7307 cmds=$module_cmds |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7308 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7309 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7310 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7311 cmds=$archive_expsym_cmds |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7312 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7313 cmds=$archive_cmds |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7314 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7315 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7316 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7317 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7318 if test -n "$delfiles"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7319 # Append the command to remove temporary files to $cmds. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7320 eval cmds=\"\$cmds~\$RM $delfiles\" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7321 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7322 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7323 # Add any objects from preloaded convenience libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7324 if test -n "$dlprefiles"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7325 gentop="$output_objdir/${outputname}x" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7326 generated="$generated $gentop" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7327 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7328 func_extract_archives $gentop $dlprefiles |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7329 libobjs="$libobjs $func_extract_archives_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7330 test "X$libobjs" = "X " && libobjs= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7331 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7332 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7333 save_ifs="$IFS"; IFS='~' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7334 for cmd in $cmds; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7335 IFS="$save_ifs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7336 eval cmd=\"$cmd\" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7337 $opt_silent || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7338 func_quote_for_expand "$cmd" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7339 eval "func_echo $func_quote_for_expand_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7340 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7341 $opt_dry_run || eval "$cmd" || { |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7342 lt_exit=$? |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7343 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7344 # Restore the uninstalled library and exit |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7345 if test "$mode" = relink; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7346 ( cd "$output_objdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7347 $RM "${realname}T" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7348 $MV "${realname}U" "$realname" ) |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7349 fi |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7350 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7351 exit $lt_exit |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7352 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7353 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7354 IFS="$save_ifs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7355 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7356 # Restore the uninstalled library and exit |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7357 if test "$mode" = relink; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7358 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7359 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7360 if test -n "$convenience"; then |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7361 if test -z "$whole_archive_flag_spec"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7362 func_show_eval '${RM}r "$gentop"' |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7363 fi |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7364 fi |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7365 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7366 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7367 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7368 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7369 # Create links to the real library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7370 for linkname in $linknames; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7371 if test "$realname" != "$linkname"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7372 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7373 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7374 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7375 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7376 # If -module or -export-dynamic was specified, set the dlname. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7377 if test "$module" = yes || test "$export_dynamic" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7378 # On all known operating systems, these are identical. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7379 dlname="$soname" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7380 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7381 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7382 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7383 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7384 obj) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7385 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7386 func_warning "\`-dlopen' is ignored for objects" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7387 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7388 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7389 case " $deplibs" in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7390 *\ -l* | *\ -L*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7391 func_warning "\`-l' and \`-L' are ignored for objects" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7392 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7393 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7394 test -n "$rpath" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7395 func_warning "\`-rpath' is ignored for objects" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7396 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7397 test -n "$xrpath" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7398 func_warning "\`-R' is ignored for objects" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7399 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7400 test -n "$vinfo" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7401 func_warning "\`-version-info' is ignored for objects" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7402 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7403 test -n "$release" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7404 func_warning "\`-release' is ignored for objects" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7405 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7406 case $output in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7407 *.lo) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7408 test -n "$objs$old_deplibs" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7409 func_fatal_error "cannot build library object \`$output' from non-libtool objects" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7410 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7411 libobj=$output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7412 func_lo2o "$libobj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7413 obj=$func_lo2o_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7414 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7415 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7416 libobj= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7417 obj="$output" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7418 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7419 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7420 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7421 # Delete the old objects. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7422 $opt_dry_run || $RM $obj $libobj |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7423 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7424 # Objects from convenience libraries. This assumes |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7425 # single-version convenience libraries. Whenever we create |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7426 # different ones for PIC/non-PIC, this we'll have to duplicate |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7427 # the extraction. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7428 reload_conv_objs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7429 gentop= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7430 # reload_cmds runs $LD directly, so let us get rid of |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7431 # -Wl from whole_archive_flag_spec and hope we can get by with |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7432 # turning comma into space.. |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7433 wl= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7434 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7435 if test -n "$convenience"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7436 if test -n "$whole_archive_flag_spec"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7437 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7438 reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7439 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7440 gentop="$output_objdir/${obj}x" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7441 generated="$generated $gentop" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7442 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7443 func_extract_archives $gentop $convenience |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7444 reload_conv_objs="$reload_objs $func_extract_archives_result" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7445 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7446 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7447 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7448 # Create the old-style object. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7449 reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7450 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7451 output="$obj" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7452 func_execute_cmds "$reload_cmds" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7453 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7454 # Exit if we aren't doing a library object file. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7455 if test -z "$libobj"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7456 if test -n "$gentop"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7457 func_show_eval '${RM}r "$gentop"' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7458 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7459 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7460 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7461 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7462 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7463 if test "$build_libtool_libs" != yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7464 if test -n "$gentop"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7465 func_show_eval '${RM}r "$gentop"' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7466 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7467 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7468 # Create an invalid libtool object if no PIC, so that we don't |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7469 # accidentally link it into a program. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7470 # $show "echo timestamp > $libobj" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7471 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7472 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7473 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7474 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7475 if test -n "$pic_flag" || test "$pic_mode" != default; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7476 # Only do commands if we really have different PIC objects. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7477 reload_objs="$libobjs $reload_conv_objs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7478 output="$libobj" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7479 func_execute_cmds "$reload_cmds" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7480 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7481 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7482 if test -n "$gentop"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7483 func_show_eval '${RM}r "$gentop"' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7484 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7485 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7486 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7487 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7488 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7489 prog) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7490 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7491 *cygwin*) func_stripname '' '.exe' "$output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7492 output=$func_stripname_result.exe;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7493 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7494 test -n "$vinfo" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7495 func_warning "\`-version-info' is ignored for programs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7496 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7497 test -n "$release" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7498 func_warning "\`-release' is ignored for programs" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7499 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7500 test "$preload" = yes \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7501 && test "$dlopen_support" = unknown \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7502 && test "$dlopen_self" = unknown \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7503 && test "$dlopen_self_static" = unknown && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7504 func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7505 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7506 case $host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7507 *-*-rhapsody* | *-*-darwin1.[012]) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7508 # On Rhapsody replace the C library is the System framework |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7509 compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7510 finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7511 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7512 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7513 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7514 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7515 *-*-darwin*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7516 # Don't allow lazy linking, it breaks C++ global constructors |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7517 # But is supposedly fixed on 10.4 or later (yay!). |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7518 if test "$tagname" = CXX ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7519 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7520 10.[0123]) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7521 compile_command="$compile_command ${wl}-bind_at_load" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7522 finalize_command="$finalize_command ${wl}-bind_at_load" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7523 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7524 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7525 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7526 # Time to change all our "foo.ltframework" stuff back to "-framework foo" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7527 compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7528 finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7529 ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7530 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7531 |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7532 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7533 # move library search paths that coincide with paths to not yet |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7534 # installed libraries to the beginning of the library search list |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7535 new_libs= |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7536 for path in $notinst_path; do |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7537 case " $new_libs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7538 *" -L$path/$objdir "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7539 *) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7540 case " $compile_deplibs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7541 *" -L$path/$objdir "*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7542 new_libs="$new_libs -L$path/$objdir" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7543 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7544 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7545 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7546 done |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7547 for deplib in $compile_deplibs; do |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7548 case $deplib in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7549 -L*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7550 case " $new_libs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7551 *" $deplib "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7552 *) new_libs="$new_libs $deplib" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7553 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7554 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7555 *) new_libs="$new_libs $deplib" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7556 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7557 done |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7558 compile_deplibs="$new_libs" |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7559 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7560 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7561 compile_command="$compile_command $compile_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7562 finalize_command="$finalize_command $finalize_deplibs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7563 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7564 if test -n "$rpath$xrpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7565 # If the user specified any rpath flags, then add them. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7566 for libdir in $rpath $xrpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7567 # This is the magic to use -rpath. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7568 case "$finalize_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7569 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7570 *) finalize_rpath="$finalize_rpath $libdir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7571 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7572 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7573 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7574 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7575 # Now hardcode the library paths |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7576 rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7577 hardcode_libdirs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7578 for libdir in $compile_rpath $finalize_rpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7579 if test -n "$hardcode_libdir_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7580 if test -n "$hardcode_libdir_separator"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7581 if test -z "$hardcode_libdirs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7582 hardcode_libdirs="$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7583 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7584 # Just accumulate the unique libdirs. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7585 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7586 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7587 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7588 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7589 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7590 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7591 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7592 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7593 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7594 eval flag=\"$hardcode_libdir_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7595 rpath="$rpath $flag" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7596 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7597 elif test -n "$runpath_var"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7598 case "$perm_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7599 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7600 *) perm_rpath="$perm_rpath $libdir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7601 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7602 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7603 case $host in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7604 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7605 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7606 case :$dllsearchpath: in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7607 *":$libdir:"*) ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7608 ::) dllsearchpath=$libdir;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7609 *) dllsearchpath="$dllsearchpath:$libdir";; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7610 esac |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7611 case :$dllsearchpath: in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7612 *":$testbindir:"*) ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7613 ::) dllsearchpath=$testbindir;; |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7614 *) dllsearchpath="$dllsearchpath:$testbindir";; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7615 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7616 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7617 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7618 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7619 # Substitute the hardcoded libdirs into the rpath. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7620 if test -n "$hardcode_libdir_separator" && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7621 test -n "$hardcode_libdirs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7622 libdir="$hardcode_libdirs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7623 eval rpath=\" $hardcode_libdir_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7624 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7625 compile_rpath="$rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7626 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7627 rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7628 hardcode_libdirs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7629 for libdir in $finalize_rpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7630 if test -n "$hardcode_libdir_flag_spec"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7631 if test -n "$hardcode_libdir_separator"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7632 if test -z "$hardcode_libdirs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7633 hardcode_libdirs="$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7634 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7635 # Just accumulate the unique libdirs. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7636 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7637 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7638 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7639 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7640 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7641 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7642 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7643 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7644 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7645 eval flag=\"$hardcode_libdir_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7646 rpath="$rpath $flag" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7647 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7648 elif test -n "$runpath_var"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7649 case "$finalize_perm_rpath " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7650 *" $libdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7651 *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7652 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7653 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7654 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7655 # Substitute the hardcoded libdirs into the rpath. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7656 if test -n "$hardcode_libdir_separator" && |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7657 test -n "$hardcode_libdirs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7658 libdir="$hardcode_libdirs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7659 eval rpath=\" $hardcode_libdir_flag_spec\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7660 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7661 finalize_rpath="$rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7662 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7663 if test -n "$libobjs" && test "$build_old_libs" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7664 # Transform all the library objects into standard objects. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7665 compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7666 finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7667 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7668 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7669 func_generate_dlsyms "$outputname" "@PROGRAM@" "no" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7670 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7671 # template prelinking step |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7672 if test -n "$prelink_cmds"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7673 func_execute_cmds "$prelink_cmds" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7674 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7675 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7676 wrappers_required=yes |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7677 case $host in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7678 *cygwin* | *mingw* ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7679 if test "$build_libtool_libs" != yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7680 wrappers_required=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7681 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7682 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7683 *cegcc) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7684 # Disable wrappers for cegcc, we are cross compiling anyway. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7685 wrappers_required=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7686 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7687 *) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7688 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7689 wrappers_required=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7690 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7691 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7692 esac |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7693 if test "$wrappers_required" = no; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7694 # Replace the output file specification. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7695 compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7696 link_command="$compile_command$compile_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7697 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7698 # We have no uninstalled library dependencies, so finalize right now. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7699 exit_status=0 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7700 func_show_eval "$link_command" 'exit_status=$?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7701 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7702 # Delete the generated files. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7703 if test -f "$output_objdir/${outputname}S.${objext}"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7704 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7705 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7706 |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7707 exit $exit_status |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7708 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7709 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7710 if test -n "$compile_shlibpath$finalize_shlibpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7711 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7712 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7713 if test -n "$finalize_shlibpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7714 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7715 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7716 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7717 compile_var= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7718 finalize_var= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7719 if test -n "$runpath_var"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7720 if test -n "$perm_rpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7721 # We should set the runpath_var. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7722 rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7723 for dir in $perm_rpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7724 rpath="$rpath$dir:" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7725 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7726 compile_var="$runpath_var=\"$rpath\$$runpath_var\" " |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7727 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7728 if test -n "$finalize_perm_rpath"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7729 # We should set the runpath_var. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7730 rpath= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7731 for dir in $finalize_perm_rpath; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7732 rpath="$rpath$dir:" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7733 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7734 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7735 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7736 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7737 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7738 if test "$no_install" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7739 # We don't need to create a wrapper script. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7740 link_command="$compile_var$compile_command$compile_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7741 # Replace the output file specification. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7742 link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7743 # Delete the old output file. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7744 $opt_dry_run || $RM $output |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7745 # Link the executable and exit |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7746 func_show_eval "$link_command" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7747 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7748 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7749 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7750 if test "$hardcode_action" = relink; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7751 # Fast installation is not supported |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7752 link_command="$compile_var$compile_command$compile_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7753 relink_command="$finalize_var$finalize_command$finalize_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7754 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7755 func_warning "this platform does not like uninstalled shared libraries" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7756 func_warning "\`$output' will be relinked during installation" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7757 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7758 if test "$fast_install" != no; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7759 link_command="$finalize_var$compile_command$finalize_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7760 if test "$fast_install" = yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7761 relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7762 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7763 # fast_install is set to needless |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7764 relink_command= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7765 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7766 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7767 link_command="$compile_var$compile_command$compile_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7768 relink_command="$finalize_var$finalize_command$finalize_rpath" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7769 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7770 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7771 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7772 # Replace the output file specification. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7773 link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7774 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7775 # Delete the old output files. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7776 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7777 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7778 func_show_eval "$link_command" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7779 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7780 # Now create the wrapper script. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7781 func_verbose "creating $output" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7782 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7783 # Quote the relink command for shipping. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7784 if test -n "$relink_command"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7785 # Preserve any variables that may affect compiler behavior |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7786 for var in $variables_saved_for_relink; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7787 if eval test -z \"\${$var+set}\"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7788 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7789 elif eval var_value=\$$var; test -z "$var_value"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7790 relink_command="$var=; export $var; $relink_command" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7791 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7792 func_quote_for_eval "$var_value" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7793 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7794 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7795 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7796 relink_command="(cd `pwd`; $relink_command)" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7797 relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7798 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7799 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7800 # Quote $ECHO for shipping. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7801 if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7802 case $progpath in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7803 [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7804 *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7805 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7806 qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7807 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7808 qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7809 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7810 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7811 # Only actually do things if not in dry run mode. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7812 $opt_dry_run || { |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7813 # win32 will think the script is a binary if it has |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7814 # a .exe suffix, so we strip it off here. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7815 case $output in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7816 *.exe) func_stripname '' '.exe' "$output" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7817 output=$func_stripname_result ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7818 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7819 # test for cygwin because mv fails w/o .exe extensions |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7820 case $host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7821 *cygwin*) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7822 exeext=.exe |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7823 func_stripname '' '.exe' "$outputname" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7824 outputname=$func_stripname_result ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7825 *) exeext= ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7826 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7827 case $host in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7828 *cygwin* | *mingw* ) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7829 func_dirname_and_basename "$output" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7830 output_name=$func_basename_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7831 output_path=$func_dirname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7832 cwrappersource="$output_path/$objdir/lt-$output_name.c" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7833 cwrapper="$output_path/$output_name.exe" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7834 $RM $cwrappersource $cwrapper |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7835 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7836 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7837 func_emit_cwrapperexe_src > $cwrappersource |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7838 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7839 # The wrapper executable is built using the $host compiler, |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7840 # because it contains $host paths and files. If cross- |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7841 # compiling, it, like the target executable, must be |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7842 # executed on the $host or under an emulation environment. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7843 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7844 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7845 $STRIP $cwrapper |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7846 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7847 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7848 # Now, create the wrapper script for func_source use: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7849 func_ltwrapper_scriptname $cwrapper |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7850 $RM $func_ltwrapper_scriptname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7851 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7852 $opt_dry_run || { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7853 # note: this script will not be executed, so do not chmod. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7854 if test "x$build" = "x$host" ; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7855 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7856 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7857 func_emit_wrapper no > $func_ltwrapper_scriptname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7858 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7859 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7860 ;; |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7861 * ) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7862 $RM $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7863 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7864 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7865 func_emit_wrapper no > $output |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7866 chmod +x $output |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7867 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7868 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7869 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7870 exit $EXIT_SUCCESS |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7871 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7872 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7873 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7874 # See if we need to build an old-fashioned archive. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7875 for oldlib in $oldlibs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7876 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7877 if test "$build_libtool_libs" = convenience; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7878 oldobjs="$libobjs_save $symfileobj" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7879 addlibs="$convenience" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7880 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7881 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7882 if test "$build_libtool_libs" = module; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7883 oldobjs="$libobjs_save" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7884 build_libtool_libs=no |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7885 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7886 oldobjs="$old_deplibs $non_pic_objects" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7887 if test "$preload" = yes && test -f "$symfileobj"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7888 oldobjs="$oldobjs $symfileobj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7889 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7890 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7891 addlibs="$old_convenience" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7892 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7893 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7894 if test -n "$addlibs"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7895 gentop="$output_objdir/${outputname}x" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7896 generated="$generated $gentop" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7897 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7898 func_extract_archives $gentop $addlibs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7899 oldobjs="$oldobjs $func_extract_archives_result" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7900 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7901 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7902 # Do each command in the archive commands. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7903 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7904 cmds=$old_archive_from_new_cmds |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7905 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7906 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7907 # Add any objects from preloaded convenience libraries |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7908 if test -n "$dlprefiles"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7909 gentop="$output_objdir/${outputname}x" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7910 generated="$generated $gentop" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7911 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7912 func_extract_archives $gentop $dlprefiles |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7913 oldobjs="$oldobjs $func_extract_archives_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7914 fi |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7915 |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7916 # POSIX demands no paths to be encoded in archives. We have |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7917 # to avoid creating archives with duplicate basenames if we |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7918 # might have to extract them afterwards, e.g., when creating a |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7919 # static archive out of a convenience library, or when linking |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7920 # the entirety of a libtool archive into another (currently |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7921 # not supported by libtool). |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7922 if (for obj in $oldobjs |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7923 do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7924 func_basename "$obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7925 $ECHO "$func_basename_result" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7926 done | sort | sort -uc >/dev/null 2>&1); then |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7927 : |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7928 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7929 $ECHO "copying selected object files to avoid basename conflicts..." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7930 gentop="$output_objdir/${outputname}x" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7931 generated="$generated $gentop" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7932 func_mkdir_p "$gentop" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7933 save_oldobjs=$oldobjs |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7934 oldobjs= |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7935 counter=1 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7936 for obj in $save_oldobjs |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7937 do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7938 func_basename "$obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7939 objbase="$func_basename_result" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7940 case " $oldobjs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7941 " ") oldobjs=$obj ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7942 *[\ /]"$objbase "*) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7943 while :; do |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7944 # Make sure we don't pick an alternate name that also |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7945 # overlaps. |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7946 newobj=lt$counter-$objbase |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7947 func_arith $counter + 1 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7948 counter=$func_arith_result |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7949 case " $oldobjs " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7950 *[\ /]"$newobj "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7951 *) if test ! -f "$gentop/$newobj"; then break; fi ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7952 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7953 done |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7954 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7955 oldobjs="$oldobjs $gentop/$newobj" |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7956 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7957 *) oldobjs="$oldobjs $obj" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7958 esac |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7959 done |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
7960 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7961 eval cmds=\"$old_archive_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7962 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7963 func_len " $cmds" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7964 len=$func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7965 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7966 cmds=$old_archive_cmds |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7967 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7968 # the command line is too long to link in one step, link in parts |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7969 func_verbose "using piecewise archive linking..." |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7970 save_RANLIB=$RANLIB |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7971 RANLIB=: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7972 objlist= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7973 concat_cmds= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7974 save_oldobjs=$oldobjs |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7975 oldobjs= |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7976 # Is there a better way of finding the last object in the list? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7977 for obj in $save_oldobjs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7978 do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7979 last_oldobj=$obj |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7980 done |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7981 eval test_cmds=\"$old_archive_cmds\" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7982 func_len " $test_cmds" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7983 len0=$func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7984 len=$len0 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7985 for obj in $save_oldobjs |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7986 do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7987 func_len " $obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7988 func_arith $len + $func_len_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7989 len=$func_arith_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7990 func_append objlist " $obj" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7991 if test "$len" -lt "$max_cmd_len"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7992 : |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7993 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7994 # the above command should be used before it gets too long |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7995 oldobjs=$objlist |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7996 if test "$obj" = "$last_oldobj" ; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
7997 RANLIB=$save_RANLIB |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7998 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7999 test -z "$concat_cmds" || concat_cmds=$concat_cmds~ |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8000 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8001 objlist= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8002 len=$len0 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8003 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8004 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8005 RANLIB=$save_RANLIB |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8006 oldobjs=$objlist |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8007 if test "X$oldobjs" = "X" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8008 eval cmds=\"\$concat_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8009 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8010 eval cmds=\"\$concat_cmds~\$old_archive_cmds\" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8011 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8012 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8013 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8014 func_execute_cmds "$cmds" 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8015 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8016 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8017 test -n "$generated" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8018 func_show_eval "${RM}r$generated" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8019 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8020 # Now create the libtool archive. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8021 case $output in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8022 *.la) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8023 old_library= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8024 test "$build_old_libs" = yes && old_library="$libname.$libext" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8025 func_verbose "creating $output" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8026 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8027 # Preserve any variables that may affect compiler behavior |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8028 for var in $variables_saved_for_relink; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8029 if eval test -z \"\${$var+set}\"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8030 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8031 elif eval var_value=\$$var; test -z "$var_value"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8032 relink_command="$var=; export $var; $relink_command" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8033 else |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8034 func_quote_for_eval "$var_value" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8035 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8036 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8037 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8038 # Quote the link command for shipping. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8039 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8040 relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8041 if test "$hardcode_automatic" = yes ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8042 relink_command= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8043 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8044 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8045 # Only create the output if not a dry run. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8046 $opt_dry_run || { |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8047 for installed in no yes; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8048 if test "$installed" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8049 if test -z "$install_libdir"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8050 break |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8051 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8052 output="$output_objdir/$outputname"i |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8053 # Replace all uninstalled libtool libraries with the installed ones |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8054 newdependency_libs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8055 for deplib in $dependency_libs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8056 case $deplib in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8057 *.la) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8058 func_basename "$deplib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8059 name="$func_basename_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8060 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8061 test -z "$libdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8062 func_fatal_error "\`$deplib' is not a valid libtool archive" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8063 newdependency_libs="$newdependency_libs $libdir/$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8064 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8065 *) newdependency_libs="$newdependency_libs $deplib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8066 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8067 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8068 dependency_libs="$newdependency_libs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8069 newdlfiles= |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8070 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8071 for lib in $dlfiles; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8072 case $lib in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8073 *.la) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8074 func_basename "$lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8075 name="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8076 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8077 test -z "$libdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8078 func_fatal_error "\`$lib' is not a valid libtool archive" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8079 newdlfiles="$newdlfiles $libdir/$name" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8080 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8081 *) newdlfiles="$newdlfiles $lib" ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8082 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8083 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8084 dlfiles="$newdlfiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8085 newdlprefiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8086 for lib in $dlprefiles; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8087 case $lib in |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8088 *.la) |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8089 # Only pass preopened files to the pseudo-archive (for |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8090 # eventual linking with the app. that links it) if we |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8091 # didn't already link the preopened objects directly into |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8092 # the library: |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8093 func_basename "$lib" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8094 name="$func_basename_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8095 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8096 test -z "$libdir" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8097 func_fatal_error "\`$lib' is not a valid libtool archive" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8098 newdlprefiles="$newdlprefiles $libdir/$name" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8099 ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8100 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8101 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8102 dlprefiles="$newdlprefiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8103 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8104 newdlfiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8105 for lib in $dlfiles; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8106 case $lib in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8107 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8108 *) abs=`pwd`"/$lib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8109 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8110 newdlfiles="$newdlfiles $abs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8111 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8112 dlfiles="$newdlfiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8113 newdlprefiles= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8114 for lib in $dlprefiles; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8115 case $lib in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8116 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8117 *) abs=`pwd`"/$lib" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8118 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8119 newdlprefiles="$newdlprefiles $abs" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8120 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8121 dlprefiles="$newdlprefiles" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8122 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8123 $RM $output |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8124 # place dlname in correct position for cygwin |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8125 tdlname=$dlname |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8126 case $host,$output,$installed,$module,$dlname in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8127 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8128 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8129 $ECHO > $output "\ |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8130 # $outputname - a libtool library file |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8131 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8132 # |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8133 # Please DO NOT delete this file! |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8134 # It is necessary for linking the library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8135 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8136 # The name that we can dlopen(3). |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8137 dlname='$tdlname' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8138 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8139 # Names of this library. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8140 library_names='$library_names' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8141 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8142 # The name of the static archive. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8143 old_library='$old_library' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8144 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8145 # Linker flags that can not go in dependency_libs. |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8146 inherited_linker_flags='$new_inherited_linker_flags' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8147 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8148 # Libraries that this one depends upon. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8149 dependency_libs='$dependency_libs' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8150 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8151 # Names of additional weak libraries provided by this library |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8152 weak_library_names='$weak_libs' |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8153 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8154 # Version information for $libname. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8155 current=$current |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8156 age=$age |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8157 revision=$revision |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8158 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8159 # Is this an already installed library? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8160 installed=$installed |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8161 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8162 # Should we warn about portability when linking against -modules? |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8163 shouldnotlink=$module |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8164 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8165 # Files to dlopen/dlpreopen |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8166 dlopen='$dlfiles' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8167 dlpreopen='$dlprefiles' |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8168 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8169 # Directory that this library needs to be installed in: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8170 libdir='$install_libdir'" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8171 if test "$installed" = no && test "$need_relink" = yes; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8172 $ECHO >> $output "\ |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8173 relink_command=\"$relink_command\"" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8174 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8175 done |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8176 } |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8177 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8178 # Do a symbolic link so that the libtool archive can be found in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8179 # LD_LIBRARY_PATH before the program is installed. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8180 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8181 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8182 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8183 exit $EXIT_SUCCESS |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8184 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8185 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8186 { test "$mode" = link || test "$mode" = relink; } && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8187 func_mode_link ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8188 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8189 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8190 # func_mode_uninstall arg... |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8191 func_mode_uninstall () |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8192 { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8193 $opt_debug |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8194 RM="$nonopt" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8195 files= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8196 rmforce= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8197 exit_status=0 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8198 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8199 # This variable tells wrapper scripts just to set variables rather |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8200 # than running their programs. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8201 libtool_install_magic="$magic" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8202 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8203 for arg |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8204 do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8205 case $arg in |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8206 -f) RM="$RM $arg"; rmforce=yes ;; |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8207 -*) RM="$RM $arg" ;; |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8208 *) files="$files $arg" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8209 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8210 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8211 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8212 test -z "$RM" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8213 func_fatal_help "you must specify an RM program" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8214 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8215 rmdirs= |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8216 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8217 origobjdir="$objdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8218 for file in $files; do |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8219 func_dirname "$file" "" "." |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8220 dir="$func_dirname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8221 if test "X$dir" = X.; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8222 objdir="$origobjdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8223 else |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8224 objdir="$dir/$origobjdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8225 fi |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8226 func_basename "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8227 name="$func_basename_result" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8228 test "$mode" = uninstall && objdir="$dir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8229 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8230 # Remember objdir for removal later, being careful to avoid duplicates |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8231 if test "$mode" = clean; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8232 case " $rmdirs " in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8233 *" $objdir "*) ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8234 *) rmdirs="$rmdirs $objdir" ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8235 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8236 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8237 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8238 # Don't error if the file doesn't exist and rm -f was used. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8239 if { test -L "$file"; } >/dev/null 2>&1 || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8240 { test -h "$file"; } >/dev/null 2>&1 || |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8241 test -f "$file"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8242 : |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8243 elif test -d "$file"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8244 exit_status=1 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8245 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8246 elif test "$rmforce" = yes; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8247 continue |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8248 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8249 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8250 rmfiles="$file" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8251 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8252 case $name in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8253 *.la) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8254 # Possibly a libtool archive, so verify it. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8255 if func_lalib_p "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8256 func_source $dir/$name |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8257 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8258 # Delete the libtool libraries and symlinks. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8259 for n in $library_names; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8260 rmfiles="$rmfiles $objdir/$n" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8261 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8262 test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8263 |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8264 case "$mode" in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8265 clean) |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8266 case " $library_names " in |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8267 # " " in the beginning catches empty $dlname |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8268 *" $dlname "*) ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8269 *) rmfiles="$rmfiles $objdir/$dlname" ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8270 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8271 test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8272 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8273 uninstall) |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8274 if test -n "$library_names"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8275 # Do each command in the postuninstall commands. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8276 func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8277 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8278 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8279 if test -n "$old_library"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8280 # Do each command in the old_postuninstall commands. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8281 func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8282 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8283 # FIXME: should reinstall the best remaining shared library. |
1570
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8284 ;; |
a740bca2a1b1
Updated to libtool-1.5.22
Sam Lantinga <slouken@libsdl.org>
parents:
1361
diff
changeset
|
8285 esac |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8286 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8287 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8288 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8289 *.lo) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8290 # Possibly a libtool object, so verify it. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8291 if func_lalib_p "$file"; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8292 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8293 # Read the .lo file |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8294 func_source $dir/$name |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8295 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8296 # Add PIC object to the list of files to remove. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8297 if test -n "$pic_object" && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8298 test "$pic_object" != none; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8299 rmfiles="$rmfiles $dir/$pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8300 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8301 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8302 # Add non-PIC object to the list of files to remove. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8303 if test -n "$non_pic_object" && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8304 test "$non_pic_object" != none; then |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8305 rmfiles="$rmfiles $dir/$non_pic_object" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8306 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8307 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8308 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8309 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8310 *) |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8311 if test "$mode" = clean ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8312 noexename=$name |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8313 case $file in |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8314 *.exe) |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8315 func_stripname '' '.exe' "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8316 file=$func_stripname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8317 func_stripname '' '.exe' "$name" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8318 noexename=$func_stripname_result |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8319 # $file with .exe has already been added to rmfiles, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8320 # add $file without .exe |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8321 rmfiles="$rmfiles $file" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8322 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8323 esac |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8324 # Do a test to see if this is a libtool program. |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8325 if func_ltwrapper_p "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8326 if func_ltwrapper_executable_p "$file"; then |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8327 func_ltwrapper_scriptname "$file" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8328 relink_command= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8329 func_source $func_ltwrapper_scriptname_result |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8330 rmfiles="$rmfiles $func_ltwrapper_scriptname_result" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8331 else |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8332 relink_command= |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8333 func_source $dir/$noexename |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8334 fi |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8335 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8336 # note $name still contains .exe if it was in $file originally |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8337 # as does the version of $file that was added into $rmfiles |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8338 rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8339 if test "$fast_install" = yes && test -n "$relink_command"; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8340 rmfiles="$rmfiles $objdir/lt-$name" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8341 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8342 if test "X$noexename" != "X$name" ; then |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8343 rmfiles="$rmfiles $objdir/lt-${noexename}.c" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8344 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8345 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8346 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8347 ;; |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8348 esac |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8349 func_show_eval "$RM $rmfiles" 'exit_status=1' |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8350 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8351 objdir="$origobjdir" |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8352 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8353 # Try to remove the ${objdir}s in the directories where we deleted files |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8354 for dir in $rmdirs; do |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8355 if test -d "$dir"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8356 func_show_eval "rmdir $dir >/dev/null 2>&1" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8357 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8358 done |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8359 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8360 exit $exit_status |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8361 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8362 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8363 { test "$mode" = uninstall || test "$mode" = clean; } && |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8364 func_mode_uninstall ${1+"$@"} |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8365 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8366 test -z "$mode" && { |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8367 help="$generic_help" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8368 func_fatal_help "you must specify a MODE" |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8369 } |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8370 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8371 test -z "$exec_cmd" && \ |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8372 func_fatal_help "invalid operation mode \`$mode'" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8373 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8374 if test -n "$exec_cmd"; then |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8375 eval exec "$exec_cmd" |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8376 exit $EXIT_FAILURE |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8377 fi |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8378 |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8379 exit $exit_status |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8380 |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8381 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8382 # The TAGs below are defined such that we never get into a situation |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8383 # in which we disable both kinds of libraries. Given conflicting |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8384 # choices, we go for a static library, that is the most portable, |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8385 # since we can't tell whether shared libraries were disabled because |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8386 # the user asked for that or because the platform doesn't support |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8387 # them. This is particularly important on AIX, because we don't |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8388 # support having both static and shared libraries enabled at the same |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8389 # time on that platform, so we default to a shared-only configuration. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8390 # If a disable-shared tag is given, we'll fallback to a static-only |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8391 # configuration. But we'll never go from static-only to shared-only. |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8392 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8393 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8394 build_libtool_libs=no |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8395 build_old_libs=yes |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8396 # ### END LIBTOOL TAG CONFIG: disable-shared |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8397 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8398 # ### BEGIN LIBTOOL TAG CONFIG: disable-static |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8399 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` |
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8400 # ### END LIBTOOL TAG CONFIG: disable-static |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8401 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8402 # Local Variables: |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8403 # mode:shell-script |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8404 # sh-indentation:2 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8405 # End: |
3085
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8406 # vi:sw=2 |
4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
Sam Lantinga <slouken@libsdl.org>
parents:
1761
diff
changeset
|
8407 |