Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: gdb/gnulib/import/Makefile.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/gnulib/import/Makefile.am ('k') | gdb/gnulib/import/alloca.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11 from Makefile.am. 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2004, 2005, 2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
6 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
9 10
10 # This program is distributed in the hope that it will be useful, 11 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 14 # PARTICULAR PURPOSE.
14 15
15 @SET_MAKE@ 16 @SET_MAKE@
16 17
17 # Copyright (C) 2002-2010 Free Software Foundation, Inc. 18 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
18 # 19 #
19 # This file is free software, distributed under the terms of the GNU 20 # This file is free software; you can redistribute it and/or modify
20 # General Public License. As a special exception to the GNU General 21 # it under the terms of the GNU General Public License as published by
21 # Public License, this file may be distributed as part of a program 22 # the Free Software Foundation; either version 3 of the License, or
22 # that contains a configuration script generated by Autoconf, under 23 # (at your option) any later version.
24 #
25 # This file is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this file. If not, see <http://www.gnu.org/licenses/>.
32 #
33 # As a special exception to the GNU General Public License,
34 # this file may be distributed as part of a program that
35 # contains a configuration script generated by Autoconf, under
23 # the same distribution terms as the rest of that program. 36 # the same distribution terms as the rest of that program.
24 # 37 #
25 # Generated by gnulib-tool. 38 # Generated by gnulib-tool.
26 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib - -m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=gnulib/extra --no -libtool --macro-prefix=gl --no-vc-files memmem 39 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=import - -m4-base=import/m4 --doc-base=doc --tests-base=tests --aux-dir=import/extra --no -conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files fnmatch-g nu inttypes memmem update-copyright
27 40
28 41
29 42
30 VPATH = @srcdir@ 43 VPATH = @srcdir@
31 pkgdatadir = $(datadir)/@PACKAGE@ 44 pkgdatadir = $(datadir)/@PACKAGE@
32 pkgincludedir = $(includedir)/@PACKAGE@ 45 pkgincludedir = $(includedir)/@PACKAGE@
33 pkglibdir = $(libdir)/@PACKAGE@ 46 pkglibdir = $(libdir)/@PACKAGE@
34 pkglibexecdir = $(libexecdir)/@PACKAGE@
35 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 47 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36 install_sh_DATA = $(install_sh) -c -m 644 48 install_sh_DATA = $(install_sh) -c -m 644
37 install_sh_PROGRAM = $(install_sh) -c 49 install_sh_PROGRAM = $(install_sh) -c
38 install_sh_SCRIPT = $(install_sh) -c 50 install_sh_SCRIPT = $(install_sh) -c
39 INSTALL_HEADER = $(INSTALL_DATA) 51 INSTALL_HEADER = $(INSTALL_DATA)
40 transform = $(program_transform_name) 52 transform = $(program_transform_name)
41 NORMAL_INSTALL = : 53 NORMAL_INSTALL = :
42 PRE_INSTALL = : 54 PRE_INSTALL = :
43 POST_INSTALL = : 55 POST_INSTALL = :
44 NORMAL_UNINSTALL = : 56 NORMAL_UNINSTALL = :
45 PRE_UNINSTALL = : 57 PRE_UNINSTALL = :
46 POST_UNINSTALL = : 58 POST_UNINSTALL = :
47 build_triplet = @build@ 59 build_triplet = @build@
48 host_triplet = @host@ 60 host_triplet = @host@
49 target_triplet = @target@ 61 target_triplet = @target@
50 subdir = gnulib 62 subdir = import
51 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 63 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
52 » $(srcdir)/Makefile.in 64 » $(srcdir)/Makefile.in alloca.c
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ 66 am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \
55 » $(top_srcdir)/gnulib/m4/extensions.m4 \ 67 » $(top_srcdir)/import/m4/alloca.m4 \
56 » $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ 68 » $(top_srcdir)/import/m4/codeset.m4 \
57 » $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ 69 » $(top_srcdir)/import/m4/configmake.m4 \
58 » $(top_srcdir)/gnulib/m4/include_next.m4 \ 70 » $(top_srcdir)/import/m4/extensions.m4 \
59 » $(top_srcdir)/gnulib/m4/longlong.m4 \ 71 » $(top_srcdir)/import/m4/fcntl-o.m4 \
60 » $(top_srcdir)/gnulib/m4/memchr.m4 \ 72 » $(top_srcdir)/import/m4/fnmatch.m4 \
61 » $(top_srcdir)/gnulib/m4/memmem.m4 \ 73 » $(top_srcdir)/import/m4/glibc21.m4 \
62 » $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ 74 » $(top_srcdir)/import/m4/gnulib-common.m4 \
63 » $(top_srcdir)/gnulib/m4/multiarch.m4 \ 75 » $(top_srcdir)/import/m4/gnulib-comp.m4 \
64 » $(top_srcdir)/gnulib/m4/onceonly.m4 \ 76 » $(top_srcdir)/import/m4/include_next.m4 \
65 » $(top_srcdir)/gnulib/m4/stddef_h.m4 \ 77 » $(top_srcdir)/import/m4/inttypes-pri.m4 \
66 » $(top_srcdir)/gnulib/m4/stdint.m4 \ 78 » $(top_srcdir)/import/m4/inttypes.m4 \
67 » $(top_srcdir)/gnulib/m4/string_h.m4 \ 79 » $(top_srcdir)/import/m4/localcharset.m4 \
68 » $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ 80 » $(top_srcdir)/import/m4/locale-fr.m4 \
69 » $(top_srcdir)/gnulib/m4/wchar_h.m4 \ 81 » $(top_srcdir)/import/m4/locale-ja.m4 \
70 » $(top_srcdir)/gnulib/m4/wchar_t.m4 \ 82 » $(top_srcdir)/import/m4/locale-zh.m4 \
71 » $(top_srcdir)/gnulib/m4/wint_t.m4 \ 83 » $(top_srcdir)/import/m4/longlong.m4 \
72 » $(top_srcdir)/../config/largefile.m4 \ 84 » $(top_srcdir)/import/m4/mbrtowc.m4 \
73 » $(top_srcdir)/../config/lead-dot.m4 \ 85 » $(top_srcdir)/import/m4/mbsinit.m4 \
74 » $(top_srcdir)/../config/plugins.m4 $(top_srcdir)/acinclude.m4 \ 86 » $(top_srcdir)/import/m4/mbsrtowcs.m4 \
75 » $(top_srcdir)/../bfd/bfd.m4 \ 87 » $(top_srcdir)/import/m4/mbstate_t.m4 \
76 » $(top_srcdir)/../config/acinclude.m4 \ 88 » $(top_srcdir)/import/m4/memchr.m4 \
77 » $(top_srcdir)/../config/override.m4 \ 89 » $(top_srcdir)/import/m4/memmem.m4 \
78 » $(top_srcdir)/../config/gettext-sister.m4 \ 90 » $(top_srcdir)/import/m4/mmap-anon.m4 \
79 » $(top_srcdir)/../config/lib-ld.m4 \ 91 » $(top_srcdir)/import/m4/multiarch.m4 \
80 » $(top_srcdir)/../config/lib-prefix.m4 \ 92 » $(top_srcdir)/import/m4/onceonly.m4 \
81 » $(top_srcdir)/../config/lib-link.m4 \ 93 » $(top_srcdir)/import/m4/stdbool.m4 \
82 » $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../config/tcl.m4 \ 94 » $(top_srcdir)/import/m4/stddef_h.m4 \
83 » $(top_srcdir)/../config/depstand.m4 \ 95 » $(top_srcdir)/import/m4/stdint.m4 \
84 » $(top_srcdir)/../config/lcmessage.m4 \ 96 » $(top_srcdir)/import/m4/string_h.m4 \
85 » $(top_srcdir)/../config/codeset.m4 \ 97 » $(top_srcdir)/import/m4/warn-on-use.m4 \
86 » $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac 98 » $(top_srcdir)/import/m4/wchar_h.m4 \
99 » $(top_srcdir)/import/m4/wchar_t.m4 \
100 » $(top_srcdir)/import/m4/wctype_h.m4 \
101 » $(top_srcdir)/import/m4/wint_t.m4 $(top_srcdir)/configure.ac
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4) 103 $(ACLOCAL_M4)
89 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 104 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
90 CONFIG_HEADER = $(top_builddir)/config.h 105 CONFIG_HEADER = $(top_builddir)/config.h
91 CONFIG_CLEAN_FILES = 106 CONFIG_CLEAN_FILES =
92 CONFIG_CLEAN_VPATH_FILES = 107 CONFIG_CLEAN_VPATH_FILES =
93 LIBRARIES = $(noinst_LIBRARIES) 108 LIBRARIES = $(noinst_LIBRARIES)
94 ARFLAGS = cru
95 libgnu_a_AR = $(AR) $(ARFLAGS) 109 libgnu_a_AR = $(AR) $(ARFLAGS)
96 am__DEPENDENCIES_1 = 110 am__DEPENDENCIES_1 =
97 am_libgnu_a_OBJECTS = dummy.$(OBJEXT) 111 am_libgnu_a_OBJECTS = localcharset.$(OBJEXT) strnlen1.$(OBJEXT)
98 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 112 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
99 LTLIBRARIES = $(noinst_LTLIBRARIES) 113 LTLIBRARIES = $(noinst_LTLIBRARIES)
100 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 114 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
101 depcomp = $(SHELL) $(top_srcdir)/../depcomp 115 depcomp = $(SHELL) $(top_srcdir)/../../depcomp
102 am__depfiles_maybe = depfiles 116 am__depfiles_maybe = depfiles
103 am__mv = mv -f 117 am__mv = mv -f
104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 118 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 119 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 CCLD = $(CC) 120 CCLD = $(CC)
107 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 121 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) 122 SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
109 DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) 123 DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
110 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 124 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
111 html-recursive info-recursive install-data-recursive \ 125 html-recursive info-recursive install-data-recursive \
(...skipping 30 matching lines...) Expand all
142 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 156 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
143 else \ 157 else \
144 dir2="../$$dir2"; \ 158 dir2="../$$dir2"; \
145 fi; \ 159 fi; \
146 dir0="$$dir0"/"$$first"; \ 160 dir0="$$dir0"/"$$first"; \
147 fi; \ 161 fi; \
148 fi; \ 162 fi; \
149 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 163 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
150 done; \ 164 done; \
151 reldir="$$dir2" 165 reldir="$$dir2"
166 pkglibexecdir = @pkglibexecdir@
152 ACLOCAL = @ACLOCAL@ 167 ACLOCAL = @ACLOCAL@
153 ALLOCA = @ALLOCA@ 168 ALLOCA = @ALLOCA@
169 ALLOCA_H = @ALLOCA_H@
154 AMTAR = @AMTAR@ 170 AMTAR = @AMTAR@
155 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ 171 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
156 AR = @AR@ 172 AR = @AR@
173 ARFLAGS = @ARFLAGS@
157 AUTOCONF = @AUTOCONF@ 174 AUTOCONF = @AUTOCONF@
158 AUTOHEADER = @AUTOHEADER@ 175 AUTOHEADER = @AUTOHEADER@
159 AUTOMAKE = @AUTOMAKE@ 176 AUTOMAKE = @AUTOMAKE@
160 AWK = @AWK@ 177 AWK = @AWK@
161 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ 178 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
162 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ 179 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
163 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ 180 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
164 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ 181 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
165 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ 182 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
166 CATALOGS = @CATALOGS@
167 CATOBJEXT = @CATOBJEXT@
168 CC = @CC@ 183 CC = @CC@
169 CCDEPMODE = @CCDEPMODE@ 184 CCDEPMODE = @CCDEPMODE@
170 CFLAGS = @CFLAGS@ 185 CFLAGS = @CFLAGS@
171 CONFIG_ALL = @CONFIG_ALL@
172 CONFIG_CLEAN = @CONFIG_CLEAN@
173 CONFIG_DEPS = @CONFIG_DEPS@
174 CONFIG_INSTALL = @CONFIG_INSTALL@
175 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
176 CONFIG_OBS = @CONFIG_OBS@
177 CONFIG_SRCS = @CONFIG_SRCS@
178 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
179 CPP = @CPP@ 186 CPP = @CPP@
180 CPPFLAGS = @CPPFLAGS@ 187 CPPFLAGS = @CPPFLAGS@
181 CYGPATH_W = @CYGPATH_W@ 188 CYGPATH_W = @CYGPATH_W@
182 DATADIRNAME = @DATADIRNAME@
183 DEBUGDIR = @DEBUGDIR@
184 DEFS = @DEFS@ 189 DEFS = @DEFS@
185 DEPDIR = @DEPDIR@ 190 DEPDIR = @DEPDIR@
186 DLLTOOL = @DLLTOOL@
187 ECHO_C = @ECHO_C@ 191 ECHO_C = @ECHO_C@
188 ECHO_N = @ECHO_N@ 192 ECHO_N = @ECHO_N@
189 ECHO_T = @ECHO_T@ 193 ECHO_T = @ECHO_T@
190 EGREP = @EGREP@ 194 EGREP = @EGREP@
191 ENABLE_CFLAGS = @ENABLE_CFLAGS@
192 EXEEXT = @EXEEXT@ 195 EXEEXT = @EXEEXT@
193 GDBTKLIBS = @GDBTKLIBS@ 196 FNMATCH_H = @FNMATCH_H@
194 GDBTK_CFLAGS = @GDBTK_CFLAGS@ 197 GLIBC21 = @GLIBC21@
195 GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
196 GDB_DATADIR = @GDB_DATADIR@
197 GDB_NM_FILE = @GDB_NM_FILE@
198 GENCAT = @GENCAT@
199 GMSGFMT = @GMSGFMT@
200 GNULIB_BTOWC = @GNULIB_BTOWC@ 198 GNULIB_BTOWC = @GNULIB_BTOWC@
199 GNULIB_FFSL = @GNULIB_FFSL@
200 GNULIB_FFSLL = @GNULIB_FFSLL@
201 GNULIB_IMAXABS = @GNULIB_IMAXABS@
202 GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
203 GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
204 GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
201 GNULIB_MBRLEN = @GNULIB_MBRLEN@ 205 GNULIB_MBRLEN = @GNULIB_MBRLEN@
202 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ 206 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
203 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ 207 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
204 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ 208 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
205 GNULIB_MBSCHR = @GNULIB_MBSCHR@ 209 GNULIB_MBSCHR = @GNULIB_MBSCHR@
206 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ 210 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
207 GNULIB_MBSINIT = @GNULIB_MBSINIT@ 211 GNULIB_MBSINIT = @GNULIB_MBSINIT@
208 GNULIB_MBSLEN = @GNULIB_MBSLEN@ 212 GNULIB_MBSLEN = @GNULIB_MBSLEN@
209 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ 213 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
210 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ 214 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
211 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ 215 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
212 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ 216 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
213 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ 217 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
214 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ 218 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
215 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ 219 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
216 GNULIB_MBSSEP = @GNULIB_MBSSEP@ 220 GNULIB_MBSSEP = @GNULIB_MBSSEP@
217 GNULIB_MBSSPN = @GNULIB_MBSSPN@ 221 GNULIB_MBSSPN = @GNULIB_MBSSPN@
218 GNULIB_MBSSTR = @GNULIB_MBSSTR@ 222 GNULIB_MBSSTR = @GNULIB_MBSSTR@
219 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ 223 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
220 GNULIB_MEMCHR = @GNULIB_MEMCHR@ 224 GNULIB_MEMCHR = @GNULIB_MEMCHR@
221 GNULIB_MEMMEM = @GNULIB_MEMMEM@ 225 GNULIB_MEMMEM = @GNULIB_MEMMEM@
222 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ 226 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
223 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ 227 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
224 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ 228 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
225 GNULIB_STDINT_H = @GNULIB_STDINT_H@
226 GNULIB_STPCPY = @GNULIB_STPCPY@ 229 GNULIB_STPCPY = @GNULIB_STPCPY@
227 GNULIB_STPNCPY = @GNULIB_STPNCPY@ 230 GNULIB_STPNCPY = @GNULIB_STPNCPY@
228 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ 231 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
229 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ 232 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
230 GNULIB_STRDUP = @GNULIB_STRDUP@ 233 GNULIB_STRDUP = @GNULIB_STRDUP@
231 GNULIB_STRERROR = @GNULIB_STRERROR@ 234 GNULIB_STRERROR = @GNULIB_STRERROR@
235 GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
232 GNULIB_STRNCAT = @GNULIB_STRNCAT@ 236 GNULIB_STRNCAT = @GNULIB_STRNCAT@
233 GNULIB_STRNDUP = @GNULIB_STRNDUP@ 237 GNULIB_STRNDUP = @GNULIB_STRNDUP@
234 GNULIB_STRNLEN = @GNULIB_STRNLEN@ 238 GNULIB_STRNLEN = @GNULIB_STRNLEN@
235 GNULIB_STRPBRK = @GNULIB_STRPBRK@ 239 GNULIB_STRPBRK = @GNULIB_STRPBRK@
236 GNULIB_STRSEP = @GNULIB_STRSEP@ 240 GNULIB_STRSEP = @GNULIB_STRSEP@
237 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ 241 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
238 GNULIB_STRSTR = @GNULIB_STRSTR@ 242 GNULIB_STRSTR = @GNULIB_STRSTR@
243 GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
239 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ 244 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
245 GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
240 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ 246 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
247 GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
248 GNULIB_WCPCPY = @GNULIB_WCPCPY@
249 GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
241 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ 250 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
251 GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
252 GNULIB_WCSCAT = @GNULIB_WCSCAT@
253 GNULIB_WCSCHR = @GNULIB_WCSCHR@
254 GNULIB_WCSCMP = @GNULIB_WCSCMP@
255 GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
256 GNULIB_WCSCPY = @GNULIB_WCSCPY@
257 GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
258 GNULIB_WCSDUP = @GNULIB_WCSDUP@
259 GNULIB_WCSLEN = @GNULIB_WCSLEN@
260 GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
261 GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
262 GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
263 GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
264 GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
242 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ 265 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
266 GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
267 GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
243 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ 268 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
269 GNULIB_WCSSPN = @GNULIB_WCSSPN@
270 GNULIB_WCSSTR = @GNULIB_WCSSTR@
271 GNULIB_WCSTOK = @GNULIB_WCSTOK@
272 GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
273 GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
244 GNULIB_WCTOB = @GNULIB_WCTOB@ 274 GNULIB_WCTOB = @GNULIB_WCTOB@
275 GNULIB_WCTRANS = @GNULIB_WCTRANS@
276 GNULIB_WCTYPE = @GNULIB_WCTYPE@
245 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ 277 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
278 GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
279 GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
280 GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
281 GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
282 GNULIB_WMEMSET = @GNULIB_WMEMSET@
246 GREP = @GREP@ 283 GREP = @GREP@
247 GUI_CFLAGS_X = @GUI_CFLAGS_X@
248 HAVE_BTOWC = @HAVE_BTOWC@ 284 HAVE_BTOWC = @HAVE_BTOWC@
285 HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
286 HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
249 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ 287 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
250 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ 288 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
251 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ 289 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
290 HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
252 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ 291 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
253 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ 292 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
254 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ 293 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
294 HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
255 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ 295 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
296 HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
256 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ 297 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
257 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ 298 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
299 HAVE_FEATURES_H = @HAVE_FEATURES_H@
300 HAVE_FFSL = @HAVE_FFSL@
301 HAVE_FFSLL = @HAVE_FFSLL@
258 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ 302 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
259 HAVE_LIBEXPAT = @HAVE_LIBEXPAT@ 303 HAVE_ISWBLANK = @HAVE_ISWBLANK@
304 HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
260 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ 305 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
261 HAVE_MBRLEN = @HAVE_MBRLEN@ 306 HAVE_MBRLEN = @HAVE_MBRLEN@
262 HAVE_MBRTOWC = @HAVE_MBRTOWC@ 307 HAVE_MBRTOWC = @HAVE_MBRTOWC@
263 HAVE_MBSINIT = @HAVE_MBSINIT@ 308 HAVE_MBSINIT = @HAVE_MBSINIT@
264 HAVE_MBSLEN = @HAVE_MBSLEN@ 309 HAVE_MBSLEN = @HAVE_MBSLEN@
265 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ 310 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
266 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ 311 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
267 HAVE_MEMCHR = @HAVE_MEMCHR@ 312 HAVE_MEMCHR = @HAVE_MEMCHR@
268 HAVE_MEMPCPY = @HAVE_MEMPCPY@ 313 HAVE_MEMPCPY = @HAVE_MEMPCPY@
269 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ 314 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
270 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ 315 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
271 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ 316 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
272 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ 317 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
273 HAVE_STDINT_H = @HAVE_STDINT_H@ 318 HAVE_STDINT_H = @HAVE_STDINT_H@
274 HAVE_STPCPY = @HAVE_STPCPY@ 319 HAVE_STPCPY = @HAVE_STPCPY@
275 HAVE_STPNCPY = @HAVE_STPNCPY@ 320 HAVE_STPNCPY = @HAVE_STPNCPY@
276 HAVE_STRCASESTR = @HAVE_STRCASESTR@ 321 HAVE_STRCASESTR = @HAVE_STRCASESTR@
277 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ 322 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
278 HAVE_STRPBRK = @HAVE_STRPBRK@ 323 HAVE_STRPBRK = @HAVE_STRPBRK@
279 HAVE_STRSEP = @HAVE_STRSEP@ 324 HAVE_STRSEP = @HAVE_STRSEP@
280 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ 325 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
281 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ 326 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
282 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ 327 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
283 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ 328 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
284 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ 329 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
285 HAVE_WCHAR_H = @HAVE_WCHAR_H@ 330 HAVE_WCHAR_H = @HAVE_WCHAR_H@
286 HAVE_WCHAR_T = @HAVE_WCHAR_T@ 331 HAVE_WCHAR_T = @HAVE_WCHAR_T@
332 HAVE_WCPCPY = @HAVE_WCPCPY@
333 HAVE_WCPNCPY = @HAVE_WCPNCPY@
287 HAVE_WCRTOMB = @HAVE_WCRTOMB@ 334 HAVE_WCRTOMB = @HAVE_WCRTOMB@
335 HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
336 HAVE_WCSCAT = @HAVE_WCSCAT@
337 HAVE_WCSCHR = @HAVE_WCSCHR@
338 HAVE_WCSCMP = @HAVE_WCSCMP@
339 HAVE_WCSCOLL = @HAVE_WCSCOLL@
340 HAVE_WCSCPY = @HAVE_WCSCPY@
341 HAVE_WCSCSPN = @HAVE_WCSCSPN@
342 HAVE_WCSDUP = @HAVE_WCSDUP@
343 HAVE_WCSLEN = @HAVE_WCSLEN@
344 HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
345 HAVE_WCSNCAT = @HAVE_WCSNCAT@
346 HAVE_WCSNCMP = @HAVE_WCSNCMP@
347 HAVE_WCSNCPY = @HAVE_WCSNCPY@
348 HAVE_WCSNLEN = @HAVE_WCSNLEN@
288 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ 349 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
350 HAVE_WCSPBRK = @HAVE_WCSPBRK@
351 HAVE_WCSRCHR = @HAVE_WCSRCHR@
289 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ 352 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
353 HAVE_WCSSPN = @HAVE_WCSSPN@
354 HAVE_WCSSTR = @HAVE_WCSSTR@
355 HAVE_WCSTOK = @HAVE_WCSTOK@
356 HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
357 HAVE_WCSXFRM = @HAVE_WCSXFRM@
358 HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
359 HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
360 HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
290 HAVE_WINT_T = @HAVE_WINT_T@ 361 HAVE_WINT_T = @HAVE_WINT_T@
291 INCINTL = @INCINTL@ 362 HAVE_WMEMCHR = @HAVE_WMEMCHR@
363 HAVE_WMEMCMP = @HAVE_WMEMCMP@
364 HAVE_WMEMCPY = @HAVE_WMEMCPY@
365 HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
366 HAVE_WMEMSET = @HAVE_WMEMSET@
367 HAVE__BOOL = @HAVE__BOOL@
292 INCLUDE_NEXT = @INCLUDE_NEXT@ 368 INCLUDE_NEXT = @INCLUDE_NEXT@
293 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ 369 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
294 INSTALL = @INSTALL@ 370 INSTALL = @INSTALL@
295 INSTALL_DATA = @INSTALL_DATA@ 371 INSTALL_DATA = @INSTALL_DATA@
296 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 372 INSTALL_PROGRAM = @INSTALL_PROGRAM@
297 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 373 INSTALL_SCRIPT = @INSTALL_SCRIPT@
298 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 374 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299 INSTOBJEXT = @INSTOBJEXT@ 375 INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
376 INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
300 LDFLAGS = @LDFLAGS@ 377 LDFLAGS = @LDFLAGS@
301 LIBEXPAT = @LIBEXPAT@
302 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ 378 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
303 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ 379 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
304 LIBGUI = @LIBGUI@
305 LIBINTL = @LIBINTL@
306 LIBINTL_DEP = @LIBINTL_DEP@
307 LIBOBJS = @LIBOBJS@ 380 LIBOBJS = @LIBOBJS@
308 LIBS = @LIBS@ 381 LIBS = @LIBS@
309 LN_S = @LN_S@ 382 LN_S = @LN_S@
310 LTLIBEXPAT = @LTLIBEXPAT@ 383 LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
384 LOCALE_FR = @LOCALE_FR@
385 LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
386 LOCALE_JA = @LOCALE_JA@
387 LOCALE_ZH_CN = @LOCALE_ZH_CN@
311 LTLIBOBJS = @LTLIBOBJS@ 388 LTLIBOBJS = @LTLIBOBJS@
312 MAINT = @MAINT@ 389 MAINT = @MAINT@
313 MAKE = @MAKE@
314 MAKEINFO = @MAKEINFO@ 390 MAKEINFO = @MAKEINFO@
315 MIG = @MIG@
316 MKDIR_P = @MKDIR_P@ 391 MKDIR_P = @MKDIR_P@
392 NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
317 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ 393 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
318 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ 394 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
319 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ 395 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
320 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ 396 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
397 NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
398 NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
321 NEXT_STDDEF_H = @NEXT_STDDEF_H@ 399 NEXT_STDDEF_H = @NEXT_STDDEF_H@
322 NEXT_STDINT_H = @NEXT_STDINT_H@ 400 NEXT_STDINT_H = @NEXT_STDINT_H@
323 NEXT_STRING_H = @NEXT_STRING_H@ 401 NEXT_STRING_H = @NEXT_STRING_H@
324 NEXT_WCHAR_H = @NEXT_WCHAR_H@ 402 NEXT_WCHAR_H = @NEXT_WCHAR_H@
403 NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
325 OBJEXT = @OBJEXT@ 404 OBJEXT = @OBJEXT@
326 PACKAGE = @PACKAGE@ 405 PACKAGE = @PACKAGE@
327 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 406 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
328 PACKAGE_NAME = @PACKAGE_NAME@ 407 PACKAGE_NAME = @PACKAGE_NAME@
329 PACKAGE_STRING = @PACKAGE_STRING@ 408 PACKAGE_STRING = @PACKAGE_STRING@
330 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 409 PACKAGE_TARNAME = @PACKAGE_TARNAME@
331 PACKAGE_URL = @PACKAGE_URL@ 410 PACKAGE_URL = @PACKAGE_URL@
332 PACKAGE_VERSION = @PACKAGE_VERSION@ 411 PACKAGE_VERSION = @PACKAGE_VERSION@
333 PATH_SEPARATOR = @PATH_SEPARATOR@ 412 PATH_SEPARATOR = @PATH_SEPARATOR@
334 PKGVERSION = @PKGVERSION@ 413 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
335 POSUB = @POSUB@
336 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ 414 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
337 PROFILE_CFLAGS = @PROFILE_CFLAGS@ 415 PRIPTR_PREFIX = @PRIPTR_PREFIX@
416 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
338 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ 417 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
339 PYTHON_CFLAGS = @PYTHON_CFLAGS@
340 RANLIB = @RANLIB@ 418 RANLIB = @RANLIB@
341 READLINE = @READLINE@
342 READLINE_CFLAGS = @READLINE_CFLAGS@
343 READLINE_DEPS = @READLINE_DEPS@
344 REPLACE_BTOWC = @REPLACE_BTOWC@ 419 REPLACE_BTOWC = @REPLACE_BTOWC@
420 REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
421 REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
345 REPLACE_MBRLEN = @REPLACE_MBRLEN@ 422 REPLACE_MBRLEN = @REPLACE_MBRLEN@
346 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ 423 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
347 REPLACE_MBSINIT = @REPLACE_MBSINIT@ 424 REPLACE_MBSINIT = @REPLACE_MBSINIT@
348 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ 425 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
349 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ 426 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
350 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ 427 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
351 REPLACE_MEMCHR = @REPLACE_MEMCHR@ 428 REPLACE_MEMCHR = @REPLACE_MEMCHR@
352 REPLACE_MEMMEM = @REPLACE_MEMMEM@ 429 REPLACE_MEMMEM = @REPLACE_MEMMEM@
353 REPLACE_NULL = @REPLACE_NULL@ 430 REPLACE_NULL = @REPLACE_NULL@
354 REPLACE_STPNCPY = @REPLACE_STPNCPY@ 431 REPLACE_STPNCPY = @REPLACE_STPNCPY@
355 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ 432 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
433 REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
356 REPLACE_STRDUP = @REPLACE_STRDUP@ 434 REPLACE_STRDUP = @REPLACE_STRDUP@
357 REPLACE_STRERROR = @REPLACE_STRERROR@ 435 REPLACE_STRERROR = @REPLACE_STRERROR@
436 REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
358 REPLACE_STRNCAT = @REPLACE_STRNCAT@ 437 REPLACE_STRNCAT = @REPLACE_STRNCAT@
359 REPLACE_STRNDUP = @REPLACE_STRNDUP@ 438 REPLACE_STRNDUP = @REPLACE_STRNDUP@
360 REPLACE_STRNLEN = @REPLACE_STRNLEN@ 439 REPLACE_STRNLEN = @REPLACE_STRNLEN@
361 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ 440 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
362 REPLACE_STRSTR = @REPLACE_STRSTR@ 441 REPLACE_STRSTR = @REPLACE_STRSTR@
442 REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
363 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ 443 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
444 REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
364 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ 445 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
365 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ 446 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
366 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ 447 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
448 REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
367 REPLACE_WCTOB = @REPLACE_WCTOB@ 449 REPLACE_WCTOB = @REPLACE_WCTOB@
368 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ 450 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
369 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
370 REPORT_BUGS_TO = @REPORT_BUGS_TO@
371 SER_HARDWIRE = @SER_HARDWIRE@
372 SET_MAKE = @SET_MAKE@ 451 SET_MAKE = @SET_MAKE@
373 SHELL = @SHELL@ 452 SHELL = @SHELL@
374 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ 453 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
375 SIM = @SIM@
376 SIM_OBS = @SIM_OBS@
377 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ 454 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
455 STDBOOL_H = @STDBOOL_H@
378 STDDEF_H = @STDDEF_H@ 456 STDDEF_H = @STDDEF_H@
379 STDINT_H = @STDINT_H@ 457 STDINT_H = @STDINT_H@
380 STRIP = @STRIP@ 458 STRIP = @STRIP@
381 SYSTEM_GDBINIT = @SYSTEM_GDBINIT@ 459 UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
382 TARGET_OBS = @TARGET_OBS@ 460 UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
383 TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
384 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
385 TCL_BIN_DIR = @TCL_BIN_DIR@
386 TCL_DEPS = @TCL_DEPS@
387 TCL_INCLUDE = @TCL_INCLUDE@
388 TCL_LIBRARY = @TCL_LIBRARY@
389 TCL_LIB_FILE = @TCL_LIB_FILE@
390 TCL_LIB_FLAG = @TCL_LIB_FLAG@
391 TCL_LIB_SPEC = @TCL_LIB_SPEC@
392 TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
393 TCL_SRC_DIR = @TCL_SRC_DIR@
394 TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@
395 TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
396 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
397 TCL_VERSION = @TCL_VERSION@
398 TK_BIN_DIR = @TK_BIN_DIR@
399 TK_DEPS = @TK_DEPS@
400 TK_INCLUDE = @TK_INCLUDE@
401 TK_LIBRARY = @TK_LIBRARY@
402 TK_LIB_FILE = @TK_LIB_FILE@
403 TK_LIB_FLAG = @TK_LIB_FLAG@
404 TK_LIB_SPEC = @TK_LIB_SPEC@
405 TK_SRC_DIR = @TK_SRC_DIR@
406 TK_STUB_LIB_FILE = @TK_STUB_LIB_FILE@
407 TK_STUB_LIB_FLAG = @TK_STUB_LIB_FLAG@
408 TK_STUB_LIB_SPEC = @TK_STUB_LIB_SPEC@
409 TK_VERSION = @TK_VERSION@
410 TK_XINCLUDES = @TK_XINCLUDES@
411 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ 461 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
412 USE_NLS = @USE_NLS@
413 VERSION = @VERSION@ 462 VERSION = @VERSION@
414 WARN_CFLAGS = @WARN_CFLAGS@
415 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ 463 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
416 WERROR_CFLAGS = @WERROR_CFLAGS@
417 WIN32LDAPP = @WIN32LDAPP@
418 WIN32LIBS = @WIN32LIBS@
419 WINDRES = @WINDRES@
420 WINT_T_SUFFIX = @WINT_T_SUFFIX@ 464 WINT_T_SUFFIX = @WINT_T_SUFFIX@
421 XGETTEXT = @XGETTEXT@
422 XMKMF = @XMKMF@
423 X_CFLAGS = @X_CFLAGS@
424 X_LDFLAGS = @X_LDFLAGS@
425 X_LIBS = @X_LIBS@
426 YACC = @YACC@
427 YFLAGS = @YFLAGS@
428 abs_builddir = @abs_builddir@ 465 abs_builddir = @abs_builddir@
429 abs_srcdir = @abs_srcdir@ 466 abs_srcdir = @abs_srcdir@
430 abs_top_builddir = @abs_top_builddir@ 467 abs_top_builddir = @abs_top_builddir@
431 abs_top_srcdir = @abs_top_srcdir@ 468 abs_top_srcdir = @abs_top_srcdir@
432 ac_ct_CC = @ac_ct_CC@ 469 ac_ct_CC = @ac_ct_CC@
433 am__include = @am__include@ 470 am__include = @am__include@
434 am__leading_dot = @am__leading_dot@ 471 am__leading_dot = @am__leading_dot@
435 am__quote = @am__quote@ 472 am__quote = @am__quote@
436 am__tar = @am__tar@ 473 am__tar = @am__tar@
437 am__untar = @am__untar@ 474 am__untar = @am__untar@
438 bindir = @bindir@ 475 bindir = @bindir@
439 build = @build@ 476 build = @build@
440 build_alias = @build_alias@ 477 build_alias = @build_alias@
441 build_cpu = @build_cpu@ 478 build_cpu = @build_cpu@
442 build_os = @build_os@ 479 build_os = @build_os@
443 build_vendor = @build_vendor@ 480 build_vendor = @build_vendor@
444 builddir = @builddir@ 481 builddir = @builddir@
445 datadir = @datadir@ 482 datadir = @datadir@
446 datarootdir = @datarootdir@ 483 datarootdir = @datarootdir@
447 docdir = @docdir@ 484 docdir = @docdir@
448 dvidir = @dvidir@ 485 dvidir = @dvidir@
449 exec_prefix = @exec_prefix@ 486 exec_prefix = @exec_prefix@
450 frags = @frags@
451 gl_LIBOBJS = @gl_LIBOBJS@ 487 gl_LIBOBJS = @gl_LIBOBJS@
452 gl_LTLIBOBJS = @gl_LTLIBOBJS@ 488 gl_LTLIBOBJS = @gl_LTLIBOBJS@
453 gltests_LIBOBJS = @gltests_LIBOBJS@ 489 gltests_LIBOBJS = @gltests_LIBOBJS@
454 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ 490 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
455 gltests_WITNESS = @gltests_WITNESS@ 491 gltests_WITNESS = @gltests_WITNESS@
456 host = @host@ 492 host = @host@
457 host_alias = @host_alias@ 493 host_alias = @host_alias@
458 host_cpu = @host_cpu@ 494 host_cpu = @host_cpu@
459 host_os = @host_os@ 495 host_os = @host_os@
460 host_vendor = @host_vendor@ 496 host_vendor = @host_vendor@
461 htmldir = @htmldir@ 497 htmldir = @htmldir@
462 includedir = @includedir@ 498 includedir = @includedir@
463 infodir = @infodir@ 499 infodir = @infodir@
464 install_sh = @install_sh@ 500 install_sh = @install_sh@
465 libdir = @libdir@ 501 libdir = @libdir@
466 libexecdir = @libexecdir@ 502 libexecdir = @libexecdir@
503 lispdir = @lispdir@
467 localedir = @localedir@ 504 localedir = @localedir@
468 localstatedir = @localstatedir@ 505 localstatedir = @localstatedir@
469 mandir = @mandir@ 506 mandir = @mandir@
470 mkdir_p = @mkdir_p@ 507 mkdir_p = @mkdir_p@
471 oldincludedir = @oldincludedir@ 508 oldincludedir = @oldincludedir@
472 pdfdir = @pdfdir@ 509 pdfdir = @pdfdir@
473 prefix = @prefix@ 510 prefix = @prefix@
474 program_transform_name = @program_transform_name@ 511 program_transform_name = @program_transform_name@
475 psdir = @psdir@ 512 psdir = @psdir@
476 sbindir = @sbindir@ 513 sbindir = @sbindir@
477 sharedstatedir = @sharedstatedir@ 514 sharedstatedir = @sharedstatedir@
478 srcdir = @srcdir@ 515 srcdir = @srcdir@
479 subdirs = @subdirs@
480 sysconfdir = @sysconfdir@ 516 sysconfdir = @sysconfdir@
481 target = @target@ 517 target = @target@
482 target_alias = @target_alias@ 518 target_alias = @target_alias@
483 target_cpu = @target_cpu@ 519 target_cpu = @target_cpu@
484 target_os = @target_os@ 520 target_os = @target_os@
485 target_subdir = @target_subdir@
486 target_vendor = @target_vendor@ 521 target_vendor = @target_vendor@
487 top_build_prefix = @top_build_prefix@ 522 top_build_prefix = @top_build_prefix@
488 top_builddir = @top_builddir@ 523 top_builddir = @top_builddir@
489 top_srcdir = @top_srcdir@ 524 top_srcdir = @top_srcdir@
490 AUTOMAKE_OPTIONS = 1.5 gnits 525 AUTOMAKE_OPTIONS = 1.5 gnits
491 SUBDIRS = 526 SUBDIRS =
492 noinst_HEADERS = 527 noinst_HEADERS =
493 noinst_LIBRARIES = libgnu.a 528 noinst_LIBRARIES = libgnu.a
494 noinst_LTLIBRARIES = 529 noinst_LTLIBRARIES =
495 EXTRA_DIST = m4/gnulib-cache.m4 \ 530 EXTRA_DIST = m4/gnulib-cache.m4 alloca.c alloca.in.h fnmatch.c \
496 » $(top_srcdir)/gnulib/extra/arg-nonnull.h \ 531 » fnmatch.in.h fnmatch_loop.c inttypes.in.h config.charset \
497 » $(top_srcdir)/gnulib/extra/c++defs.h memchr.c memchr.valgrind \ 532 » ref-add.sin ref-del.sin mbrtowc.c mbsinit.c mbsrtowcs-impl.h \
498 » memmem.c str-two-way.h stddef.in.h stdint.in.h string.in.h \ 533 » mbsrtowcs-state.c mbsrtowcs.c memchr.c memchr.valgrind \
499 » $(top_srcdir)/gnulib/extra/warn-on-use.h wchar.in.h 534 » memmem.c str-two-way.h \
535 » $(top_srcdir)/import/extra/snippet/arg-nonnull.h \
536 » $(top_srcdir)/import/extra/snippet/c++defs.h \
537 » $(top_srcdir)/import/extra/snippet/warn-on-use.h stdbool.in.h \
538 » stddef.in.h stdint.in.h streq.h string.in.h \
539 » $(top_srcdir)/import/extra/update-copyright verify.h \
540 » wchar.in.h wctype.in.h
500 541
501 # The BUILT_SOURCES created by this Makefile snippet are not used via #include 542 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
502 # statements but through direct file reference. Therefore this snippet must be 543 # statements but through direct file reference. Therefore this snippet must be
503 # present in all Makefile.am that need it. This is ensured by the applicability 544 # present in all Makefile.am that need it. This is ensured by the applicability
504 # 'all' defined above. 545 # 'all' defined above.
505 546
506 # The BUILT_SOURCES created by this Makefile snippet are not used via #include 547 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
507 # statements but through direct file reference. Therefore this snippet must be 548 # statements but through direct file reference. Therefore this snippet must be
508 # present in all Makefile.am that need it. This is ensured by the applicability 549 # present in all Makefile.am that need it. This is ensured by the applicability
509 # 'all' defined above. 550 # 'all' defined above.
510 BUILT_SOURCES = arg-nonnull.h c++defs.h $(STDDEF_H) $(STDINT_H) \ 551 BUILT_SOURCES = $(ALLOCA_H) configmake.h $(FNMATCH_H) inttypes.h \
511 » string.h warn-on-use.h wchar.h 552 » arg-nonnull.h c++defs.h warn-on-use.h $(STDBOOL_H) $(STDDEF_H) \
512 SUFFIXES = 553 » $(STDINT_H) string.h wchar.h wctype.h
513 MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ 554 SUFFIXES = .sed .sin
514 » c++defs.h c++defs.h-t stddef.h stddef.h-t stdint.h stdint.h-t \ 555 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t fnmatch.h \
515 » string.h string.h-t warn-on-use.h warn-on-use.h-t wchar.h \ 556 » fnmatch.h-t inttypes.h inttypes.h-t arg-nonnull.h \
516 » wchar.h-t 557 » arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h \
558 » warn-on-use.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t \
559 » stdint.h stdint.h-t string.h string.h-t wchar.h wchar.h-t \
560 » wctype.h wctype.h-t
517 MOSTLYCLEANDIRS = 561 MOSTLYCLEANDIRS =
518 CLEANFILES = 562 CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
563 » ref-del.sed
519 DISTCLEANFILES = 564 DISTCLEANFILES =
520 MAINTAINERCLEANFILES = 565 MAINTAINERCLEANFILES =
521 AM_CPPFLAGS = 566 AM_CPPFLAGS =
522 AM_CFLAGS = 567 AM_CFLAGS =
523 libgnu_a_SOURCES = dummy.c 568 libgnu_a_SOURCES = localcharset.h localcharset.c strnlen1.h strnlen1.c
524 libgnu_a_LIBADD = $(gl_LIBOBJS) 569 libgnu_a_LIBADD = $(gl_LIBOBJS) @ALLOCA@
525 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 570 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) @ALLOCA@
526 EXTRA_libgnu_a_SOURCES = memchr.c memmem.c 571 EXTRA_libgnu_a_SOURCES = alloca.c fnmatch.c fnmatch_loop.c mbrtowc.c \
572 » mbsinit.c mbsrtowcs-state.c mbsrtowcs.c memchr.c memmem.c
573 charset_alias = $(DESTDIR)$(libdir)/charset.alias
574 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
527 ARG_NONNULL_H = arg-nonnull.h 575 ARG_NONNULL_H = arg-nonnull.h
528 CXXDEFS_H = c++defs.h 576 CXXDEFS_H = c++defs.h
529 WARN_ON_USE_H = warn-on-use.h 577 WARN_ON_USE_H = warn-on-use.h
530 all: $(BUILT_SOURCES) 578 all: $(BUILT_SOURCES)
531 $(MAKE) $(AM_MAKEFLAGS) all-recursive 579 $(MAKE) $(AM_MAKEFLAGS) all-recursive
532 580
533 .SUFFIXES: 581 .SUFFIXES:
534 .SUFFIXES: .c .o .obj 582 .SUFFIXES: .sed .sin .c .o .obj
535 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps) 583 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps)
536 @for dep in $?; do \ 584 @for dep in $?; do \
537 case '$(am__configure_deps)' in \ 585 case '$(am__configure_deps)' in \
538 *$$dep*) \ 586 *$$dep*) \
539 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 587 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
540 && { if test -f $@; then exit 0; else break; fi; }; \ 588 && { if test -f $@; then exit 0; else break; fi; }; \
541 exit 1;; \ 589 exit 1;; \
542 esac; \ 590 esac; \
543 done; \ 591 done; \
544 » echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gnulib/Makefile'; \ 592 » echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits import/Makefile'; \
545 $(am__cd) $(top_srcdir) && \ 593 $(am__cd) $(top_srcdir) && \
546 » $(AUTOMAKE) --gnits gnulib/Makefile 594 » $(AUTOMAKE) --gnits import/Makefile
547 .PRECIOUS: Makefile 595 .PRECIOUS: Makefile
548 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 596 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
549 @case '$?' in \ 597 @case '$?' in \
550 *config.status*) \ 598 *config.status*) \
551 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
552 *) \ 600 *) \
553 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \ 601 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
554 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \ 602 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
555 esac; 603 esac;
556 604
(...skipping 21 matching lines...) Expand all
578 echo "rm -f \"$${dir}/so_locations\""; \ 626 echo "rm -f \"$${dir}/so_locations\""; \
579 rm -f "$${dir}/so_locations"; \ 627 rm -f "$${dir}/so_locations"; \
580 done 628 done
581 629
582 mostlyclean-compile: 630 mostlyclean-compile:
583 -rm -f *.$(OBJEXT) 631 -rm -f *.$(OBJEXT)
584 632
585 distclean-compile: 633 distclean-compile:
586 -rm -f *.tab.c 634 -rm -f *.tab.c
587 635
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ 636 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch_loop.Po@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Po@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs-state.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@ 645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@ 646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@
591 648
592 .c.o: 649 .c.o:
593 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 650 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
594 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 651 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 654 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
598 655
599 .c.obj: 656 .c.obj:
600 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 657 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
601 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 658 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@ 659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 661 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
605 662
606 # This directory's subdirectories are mostly independent; you can cd 663 # This directory's subdirectories are mostly independent; you can cd
607 # into them and run `make' without going through this Makefile. 664 # into them and run `make' without going through this Makefile.
608 # To change the values of `make' variables: instead of editing Makefiles, 665 # To change the values of `make' variables: instead of editing Makefiles,
609 # (1) if the variable is set in `config.status', edit `config.status' 666 # (1) if the variable is set in `config.status', edit `config.status'
610 # (which will cause the Makefiles to be regenerated when you run `make'); 667 # (which will cause the Makefiles to be regenerated when you run `make');
611 # (2) otherwise, pass the desired values on the `make' command line. 668 # (2) otherwise, pass the desired values on the `make' command line.
612 $(RECURSIVE_TARGETS): 669 $(RECURSIVE_TARGETS):
613 » @failcom='exit 1'; \ 670 » @fail= failcom='exit 1'; \
614 for f in x $$MAKEFLAGS; do \ 671 for f in x $$MAKEFLAGS; do \
615 case $$f in \ 672 case $$f in \
616 *=* | --[!k]*);; \ 673 *=* | --[!k]*);; \
617 *k*) failcom='fail=yes';; \ 674 *k*) failcom='fail=yes';; \
618 esac; \ 675 esac; \
619 done; \ 676 done; \
620 dot_seen=no; \ 677 dot_seen=no; \
621 target=`echo $@ | sed s/-recursive//`; \ 678 target=`echo $@ | sed s/-recursive//`; \
622 list='$(SUBDIRS)'; for subdir in $$list; do \ 679 list='$(SUBDIRS)'; for subdir in $$list; do \
623 echo "Making $$target in $$subdir"; \ 680 echo "Making $$target in $$subdir"; \
624 if test "$$subdir" = "."; then \ 681 if test "$$subdir" = "."; then \
625 dot_seen=yes; \ 682 dot_seen=yes; \
626 local_target="$$target-am"; \ 683 local_target="$$target-am"; \
627 else \ 684 else \
628 local_target="$$target"; \ 685 local_target="$$target"; \
629 fi; \ 686 fi; \
630 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 687 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
631 || eval $$failcom; \ 688 || eval $$failcom; \
632 done; \ 689 done; \
633 if test "$$dot_seen" = "no"; then \ 690 if test "$$dot_seen" = "no"; then \
634 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 691 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
635 fi; test -z "$$fail" 692 fi; test -z "$$fail"
636 693
637 $(RECURSIVE_CLEAN_TARGETS): 694 $(RECURSIVE_CLEAN_TARGETS):
638 » @failcom='exit 1'; \ 695 » @fail= failcom='exit 1'; \
639 for f in x $$MAKEFLAGS; do \ 696 for f in x $$MAKEFLAGS; do \
640 case $$f in \ 697 case $$f in \
641 *=* | --[!k]*);; \ 698 *=* | --[!k]*);; \
642 *k*) failcom='fail=yes';; \ 699 *k*) failcom='fail=yes';; \
643 esac; \ 700 esac; \
644 done; \ 701 done; \
645 dot_seen=no; \ 702 dot_seen=no; \
646 case "$@" in \ 703 case "$@" in \
647 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 704 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
648 *) list='$(SUBDIRS)' ;; \ 705 *) list='$(SUBDIRS)' ;; \
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 am__remove_distdir=: \ 849 am__remove_distdir=: \
793 am__skip_length_check=: \ 850 am__skip_length_check=: \
794 am__skip_mode_fix=: \ 851 am__skip_mode_fix=: \
795 distdir) \ 852 distdir) \
796 || exit 1; \ 853 || exit 1; \
797 fi; \ 854 fi; \
798 done 855 done
799 check-am: all-am 856 check-am: all-am
800 check: $(BUILT_SOURCES) 857 check: $(BUILT_SOURCES)
801 $(MAKE) $(AM_MAKEFLAGS) check-recursive 858 $(MAKE) $(AM_MAKEFLAGS) check-recursive
802 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) 859 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-local
803 installdirs: installdirs-recursive 860 installdirs: installdirs-recursive
804 installdirs-am: 861 installdirs-am:
805 install: $(BUILT_SOURCES) 862 install: $(BUILT_SOURCES)
806 $(MAKE) $(AM_MAKEFLAGS) install-recursive 863 $(MAKE) $(AM_MAKEFLAGS) install-recursive
807 install-exec: install-exec-recursive 864 install-exec: install-exec-recursive
808 install-data: install-data-recursive 865 install-data: install-data-recursive
809 uninstall: uninstall-recursive 866 uninstall: uninstall-recursive
810 867
811 install-am: all-am 868 install-am: all-am
812 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 869 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
(...skipping 19 matching lines...) Expand all
832 @echo "This command is intended for maintainers to use" 889 @echo "This command is intended for maintainers to use"
833 @echo "it deletes files that may require special tools to rebuild." 890 @echo "it deletes files that may require special tools to rebuild."
834 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 891 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
835 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 892 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
836 clean: clean-recursive 893 clean: clean-recursive
837 894
838 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ 895 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
839 mostlyclean-am 896 mostlyclean-am
840 897
841 distclean: distclean-recursive 898 distclean: distclean-recursive
842 » -rm -rf ./$(DEPDIR) 899 » -rm -rf $(DEPDIR) ./$(DEPDIR)
843 -rm -f Makefile 900 -rm -f Makefile
844 distclean-am: clean-am distclean-compile distclean-generic \ 901 distclean-am: clean-am distclean-compile distclean-generic \
845 distclean-tags 902 distclean-tags
846 903
847 dvi: dvi-recursive 904 dvi: dvi-recursive
848 905
849 dvi-am: 906 dvi-am:
850 907
851 html: html-recursive 908 html: html-recursive
852 909
853 html-am: 910 html-am:
854 911
855 info: info-recursive 912 info: info-recursive
856 913
857 info-am: 914 info-am:
858 915
859 install-data-am: 916 install-data-am:
860 917
861 install-dvi: install-dvi-recursive 918 install-dvi: install-dvi-recursive
862 919
863 install-dvi-am: 920 install-dvi-am:
864 921
865 install-exec-am: 922 install-exec-am: install-exec-local
866 923
867 install-html: install-html-recursive 924 install-html: install-html-recursive
868 925
869 install-html-am: 926 install-html-am:
870 927
871 install-info: install-info-recursive 928 install-info: install-info-recursive
872 929
873 install-info-am: 930 install-info-am:
874 931
875 install-man: 932 install-man:
876 933
877 install-pdf: install-pdf-recursive 934 install-pdf: install-pdf-recursive
878 935
879 install-pdf-am: 936 install-pdf-am:
880 937
881 install-ps: install-ps-recursive 938 install-ps: install-ps-recursive
882 939
883 install-ps-am: 940 install-ps-am:
884 941
885 installcheck-am: 942 installcheck-am:
886 943
887 maintainer-clean: maintainer-clean-recursive 944 maintainer-clean: maintainer-clean-recursive
888 » -rm -rf ./$(DEPDIR) 945 » -rm -rf $(DEPDIR) ./$(DEPDIR)
889 -rm -f Makefile 946 -rm -f Makefile
890 maintainer-clean-am: distclean-am maintainer-clean-generic 947 maintainer-clean-am: distclean-am maintainer-clean-generic
891 948
892 mostlyclean: mostlyclean-recursive 949 mostlyclean: mostlyclean-recursive
893 950
894 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 951 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
895 mostlyclean-local 952 mostlyclean-local
896 953
897 pdf: pdf-recursive 954 pdf: pdf-recursive
898 955
899 pdf-am: 956 pdf-am:
900 957
901 ps: ps-recursive 958 ps: ps-recursive
902 959
903 ps-am: 960 ps-am:
904 961
905 uninstall-am: 962 uninstall-am: uninstall-local
906 963
907 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ 964 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
908 ctags-recursive install install-am install-strip \ 965 ctags-recursive install install-am install-strip \
909 tags-recursive 966 tags-recursive
910 967
911 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 968 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
912 » all all-am check check-am clean clean-generic \ 969 » all all-am all-local check check-am clean clean-generic \
913 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \ 970 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
914 ctags-recursive distclean distclean-compile distclean-generic \ 971 ctags-recursive distclean distclean-compile distclean-generic \
915 distclean-tags distdir dvi dvi-am html html-am info info-am \ 972 distclean-tags distdir dvi dvi-am html html-am info info-am \
916 install install-am install-data install-data-am install-dvi \ 973 install install-am install-data install-data-am install-dvi \
917 » install-dvi-am install-exec install-exec-am install-html \ 974 » install-dvi-am install-exec install-exec-am install-exec-local \
918 » install-html-am install-info install-info-am install-man \ 975 » install-html install-html-am install-info install-info-am \
919 » install-pdf install-pdf-am install-ps install-ps-am \ 976 » install-man install-pdf install-pdf-am install-ps \
920 » install-strip installcheck installcheck-am installdirs \ 977 » install-ps-am install-strip installcheck installcheck-am \
921 » installdirs-am maintainer-clean maintainer-clean-generic \ 978 » installdirs installdirs-am maintainer-clean \
922 » mostlyclean mostlyclean-compile mostlyclean-generic \ 979 » maintainer-clean-generic mostlyclean mostlyclean-compile \
923 » mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \ 980 » mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
924 » uninstall uninstall-am 981 » tags-recursive uninstall uninstall-am uninstall-local
925 982
983
984 # We need the following in order to create <alloca.h> when the system
985 # doesn't have one that works with the given compiler.
986 @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
987 @GL_GENERATE_ALLOCA_H_TRUE@» $(AM_V_GEN)rm -f $@-t $@ && \
988 @GL_GENERATE_ALLOCA_H_TRUE@» { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
989 @GL_GENERATE_ALLOCA_H_TRUE@» cat $(srcdir)/alloca.in.h; \
990 @GL_GENERATE_ALLOCA_H_TRUE@» } > $@-t && \
991 @GL_GENERATE_ALLOCA_H_TRUE@» mv -f $@-t $@
992 @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
993 @GL_GENERATE_ALLOCA_H_FALSE@» rm -f $@
994
995 # Listed in the same order as the GNU makefile conventions, and
996 # provided by autoconf 2.59c+.
997 # The Automake-defined pkg* macros are appended, in the order
998 # listed in the Automake 1.10a+ documentation.
999 configmake.h: Makefile
1000 » $(AM_V_GEN)rm -f $@-t && \
1001 » { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1002 » echo '#define PREFIX "$(prefix)"'; \
1003 » echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
1004 » echo '#define BINDIR "$(bindir)"'; \
1005 » echo '#define SBINDIR "$(sbindir)"'; \
1006 » echo '#define LIBEXECDIR "$(libexecdir)"'; \
1007 » echo '#define DATAROOTDIR "$(datarootdir)"'; \
1008 » echo '#define DATADIR "$(datadir)"'; \
1009 » echo '#define SYSCONFDIR "$(sysconfdir)"'; \
1010 » echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
1011 » echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
1012 » echo '#define INCLUDEDIR "$(includedir)"'; \
1013 » echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
1014 » echo '#define DOCDIR "$(docdir)"'; \
1015 » echo '#define INFODIR "$(infodir)"'; \
1016 » echo '#define HTMLDIR "$(htmldir)"'; \
1017 » echo '#define DVIDIR "$(dvidir)"'; \
1018 » echo '#define PDFDIR "$(pdfdir)"'; \
1019 » echo '#define PSDIR "$(psdir)"'; \
1020 » echo '#define LIBDIR "$(libdir)"'; \
1021 » echo '#define LISPDIR "$(lispdir)"'; \
1022 » echo '#define LOCALEDIR "$(localedir)"'; \
1023 » echo '#define MANDIR "$(mandir)"'; \
1024 » echo '#define MANEXT "$(manext)"'; \
1025 » echo '#define PKGDATADIR "$(pkgdatadir)"'; \
1026 » echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
1027 » echo '#define PKGLIBDIR "$(pkglibdir)"'; \
1028 » echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
1029 » } | sed '/""/d' > $@-t && \
1030 » mv -f $@-t $@
1031
1032 # We need the following in order to create <fnmatch.h> when the system
1033 # doesn't have one that supports the required API.
1034 @GL_GENERATE_FNMATCH_H_TRUE@fnmatch.h: fnmatch.in.h $(top_builddir)/config.statu s $(ARG_NONNULL_H)
1035 @GL_GENERATE_FNMATCH_H_TRUE@» $(AM_V_GEN)rm -f $@-t $@ && \
1036 @GL_GENERATE_FNMATCH_H_TRUE@» { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1037 @GL_GENERATE_FNMATCH_H_TRUE@» sed -e '/definition of _GL_ARG_NONNULL/r $(ARG _NONNULL_H)' \
1038 @GL_GENERATE_FNMATCH_H_TRUE@» < $(srcdir)/fnmatch.in.h; \
1039 @GL_GENERATE_FNMATCH_H_TRUE@» } > $@-t && \
1040 @GL_GENERATE_FNMATCH_H_TRUE@» mv -f $@-t $@
1041 @GL_GENERATE_FNMATCH_H_FALSE@fnmatch.h: $(top_builddir)/config.status
1042 @GL_GENERATE_FNMATCH_H_FALSE@» rm -f $@
1043
1044 # We need the following in order to create <inttypes.h> when the system
1045 # doesn't have one that works with the given compiler.
1046 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_U SE_H) $(ARG_NONNULL_H)
1047 » $(AM_V_GEN)rm -f $@-t $@ && \
1048 » { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1049 » sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1050 » -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1051 » -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1052 » -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1053 » -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
1054 » -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
1055 » -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1056 » -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1057 » -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_ INT)/g' \
1058 » -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
1059 » -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
1060 » -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
1061 » -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
1062 » -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
1063 » -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
1064 » -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
1065 » -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
1066 » -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
1067 » -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
1068 » -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
1069 » -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
1070 » -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX) /g' \
1071 » -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
1072 » -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1073 » -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1074 » -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1075 » < $(srcdir)/inttypes.in.h; \
1076 » } > $@-t && \
1077 » mv $@-t $@
1078
1079 # We need the following in order to install a simple file in $(libdir)
1080 # which is shared with other installed packages. We use a list of referencing
1081 # packages so that "make uninstall" will remove the file if and only if it
1082 # is not used by another installed package.
1083 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
1084 # avoid installing it.
1085
1086 all-local: charset.alias ref-add.sed ref-del.sed
1087 install-exec-local: install-exec-localcharset
1088 install-exec-localcharset: all-local
1089 » if test $(GLIBC21) = no; then \
1090 » case '$(host_os)' in \
1091 » darwin[56]*) \
1092 » need_charset_alias=true ;; \
1093 » darwin* | cygwin* | mingw* | pw32* | cegcc*) \
1094 » need_charset_alias=false ;; \
1095 » *) \
1096 » need_charset_alias=true ;; \
1097 » esac ; \
1098 » else \
1099 » need_charset_alias=false ; \
1100 » fi ; \
1101 » if $$need_charset_alias; then \
1102 » $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
1103 » fi ; \
1104 » if test -f $(charset_alias); then \
1105 » sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
1106 » $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
1107 » rm -f $(charset_tmp) ; \
1108 » else \
1109 » if $$need_charset_alias; then \
1110 » sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
1111 » $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
1112 » rm -f $(charset_tmp) ; \
1113 » fi ; \
1114 » fi
1115
1116 uninstall-local: uninstall-localcharset
1117 uninstall-localcharset: all-local
1118 » if test -f $(charset_alias); then \
1119 » sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
1120 » if grep '^# Packages using this file: $$' $(charset_tmp) \
1121 » > /dev/null; then \
1122 » rm -f $(charset_alias); \
1123 » else \
1124 » $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
1125 » fi; \
1126 » rm -f $(charset_tmp); \
1127 » fi
1128
1129 charset.alias: config.charset
1130 » $(AM_V_GEN)rm -f t-$@ $@ && \
1131 » $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
1132 » mv t-$@ $@
1133 .sin.sed:
1134 » $(AM_V_GEN)rm -f t-$@ $@ && \
1135 » sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
1136 » mv t-$@ $@
926 # The arg-nonnull.h that gets inserted into generated .h files is the same as 1137 # The arg-nonnull.h that gets inserted into generated .h files is the same as
927 # build-aux/arg-nonnull.h, except that it has the copyright header cut off. 1138 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
928 arg-nonnull.h: $(top_srcdir)/gnulib/extra/arg-nonnull.h 1139 # off.
1140 arg-nonnull.h: $(top_srcdir)/import/extra/snippet/arg-nonnull.h
929 $(AM_V_GEN)rm -f $@-t $@ && \ 1141 $(AM_V_GEN)rm -f $@-t $@ && \
930 sed -n -e '/GL_ARG_NONNULL/,$$p' \ 1142 sed -n -e '/GL_ARG_NONNULL/,$$p' \
931 » < $(top_srcdir)/gnulib/extra/arg-nonnull.h \ 1143 » < $(top_srcdir)/import/extra/snippet/arg-nonnull.h \
932 > $@-t && \ 1144 > $@-t && \
933 mv $@-t $@ 1145 mv $@-t $@
934 # The c++defs.h that gets inserted into generated .h files is the same as 1146 # The c++defs.h that gets inserted into generated .h files is the same as
935 # build-aux/c++defs.h, except that it has the copyright header cut off. 1147 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
936 c++defs.h: $(top_srcdir)/gnulib/extra/c++defs.h 1148 c++defs.h: $(top_srcdir)/import/extra/snippet/c++defs.h
937 $(AM_V_GEN)rm -f $@-t $@ && \ 1149 $(AM_V_GEN)rm -f $@-t $@ && \
938 sed -n -e '/_GL_CXXDEFS/,$$p' \ 1150 sed -n -e '/_GL_CXXDEFS/,$$p' \
939 » < $(top_srcdir)/gnulib/extra/c++defs.h \ 1151 » < $(top_srcdir)/import/extra/snippet/c++defs.h \
940 > $@-t && \ 1152 > $@-t && \
941 mv $@-t $@ 1153 mv $@-t $@
1154 # The warn-on-use.h that gets inserted into generated .h files is the same as
1155 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1156 # off.
1157 warn-on-use.h: $(top_srcdir)/import/extra/snippet/warn-on-use.h
1158 $(AM_V_GEN)rm -f $@-t $@ && \
1159 sed -n -e '/^.ifndef/,$$p' \
1160 < $(top_srcdir)/import/extra/snippet/warn-on-use.h \
1161 > $@-t && \
1162 mv $@-t $@
1163
1164 # We need the following in order to create <stdbool.h> when the system
1165 # doesn't have one that works.
1166 @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.statu s
1167 @GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1168 @GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1169 @GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1170 @GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \
1171 @GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@
1172 @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
1173 @GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@
942 1174
943 # We need the following in order to create <stddef.h> when the system 1175 # We need the following in order to create <stddef.h> when the system
944 # doesn't have one that works with the given compiler. 1176 # doesn't have one that works with the given compiler.
945 stddef.h: stddef.in.h 1177 @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
1178 @GL_GENERATE_STDDEF_H_TRUE@» $(AM_V_GEN)rm -f $@-t $@ && \
1179 @GL_GENERATE_STDDEF_H_TRUE@» { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1180 @GL_GENERATE_STDDEF_H_TRUE@» sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1181 @GL_GENERATE_STDDEF_H_TRUE@» -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g ' \
1182 @GL_GENERATE_STDDEF_H_TRUE@» -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_S YSTEM_HEADER@|g' \
1183 @GL_GENERATE_STDDEF_H_TRUE@» -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS @|g' \
1184 @GL_GENERATE_STDDEF_H_TRUE@» -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H) |g' \
1185 @GL_GENERATE_STDDEF_H_TRUE@» -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g ' \
1186 @GL_GENERATE_STDDEF_H_TRUE@» -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g ' \
1187 @GL_GENERATE_STDDEF_H_TRUE@» < $(srcdir)/stddef.in.h; \
1188 @GL_GENERATE_STDDEF_H_TRUE@» } > $@-t && \
1189 @GL_GENERATE_STDDEF_H_TRUE@» mv $@-t $@
1190 @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
1191 @GL_GENERATE_STDDEF_H_FALSE@» rm -f $@
1192
1193 # We need the following in order to create <stdint.h> when the system
1194 # doesn't have one that works with the given compiler.
1195 @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
1196 @GL_GENERATE_STDINT_H_TRUE@» $(AM_V_GEN)rm -f $@-t $@ && \
1197 @GL_GENERATE_STDINT_H_TRUE@» { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1198 @GL_GENERATE_STDINT_H_TRUE@» sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1199 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H) /g' \
1200 @GL_GENERATE_STDINT_H_TRUE@» -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g ' \
1201 @GL_GENERATE_STDINT_H_TRUE@» -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_S YSTEM_HEADER@|g' \
1202 @GL_GENERATE_STDINT_H_TRUE@» -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS @|g' \
1203 @GL_GENERATE_STDINT_H_TRUE@» -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H) |g' \
1204 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TY PES_H)/g' \
1205 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPE S_H)/g' \
1206 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS _INTTYPES_H)/g' \
1207 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_ BITYPES_H)/g' \
1208 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g ' \
1209 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG _LONG_INT)/g' \
1210 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$( HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1211 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_ UNIVERSAL_BUILD)/g' \
1212 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEO F_PTRDIFF_T)/g' \
1213 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_S UFFIX)/g' \
1214 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSI ZEOF_SIG_ATOMIC_T)/g' \
1215 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAV E_SIGNED_SIG_ATOMIC_T)/g' \
1216 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOM IC_T_SUFFIX)/g' \
1217 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_S IZE_T)/g' \
1218 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX) /g' \
1219 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_ WCHAR_T)/g' \
1220 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIG NED_WCHAR_T)/g' \
1221 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFI X)/g' \
1222 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_W INT_T)/g' \
1223 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGN ED_WINT_T)/g' \
1224 @GL_GENERATE_STDINT_H_TRUE@» -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX) /g' \
1225 @GL_GENERATE_STDINT_H_TRUE@» < $(srcdir)/stdint.in.h; \
1226 @GL_GENERATE_STDINT_H_TRUE@» } > $@-t && \
1227 @GL_GENERATE_STDINT_H_TRUE@» mv $@-t $@
1228 @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
1229 @GL_GENERATE_STDINT_H_FALSE@» rm -f $@
1230
1231 # We need the following in order to create <string.h> when the system
1232 # doesn't have one that works with the given compiler.
1233 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H ) $(WARN_ON_USE_H)
946 $(AM_V_GEN)rm -f $@-t $@ && \ 1234 $(AM_V_GEN)rm -f $@-t $@ && \
947 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 1235 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
948 » sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1236 » sed -e 's|@''GUARD_PREFIX''@|GL|g' \
949 » -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
950 » -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
951 » -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
952 » -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
953 » < $(srcdir)/stddef.in.h; \
954 » } > $@-t && \
955 » mv $@-t $@
956
957 # We need the following in order to create <stdint.h> when the system
958 # doesn't have one that works with the given compiler.
959 stdint.h: stdint.in.h
960 » $(AM_V_GEN)rm -f $@-t $@ && \
961 » { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
962 » sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
963 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1237 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
964 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1238 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
965 » -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ 1239 » -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
966 » -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
967 » -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
968 » -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
969 » -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
970 » -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
971 » -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_ INT)/g' \
972 » -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
973 » -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
974 » -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
975 » -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
976 » -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g ' \
977 » -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
978 » -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
979 » -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
980 » -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
981 » -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
982 » -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
983 » -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
984 » -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
985 » -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
986 » < $(srcdir)/stdint.in.h; \
987 » } > $@-t && \
988 » mv $@-t $@
989
990 # We need the following in order to create <string.h> when the system
991 # doesn't have one that works with the given compiler.
992 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
993 » $(AM_V_GEN)rm -f $@-t $@ && \
994 » { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
995 » sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
996 » -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
997 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ 1240 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
998 » -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ 1241 » -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
999 » -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ 1242 » -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1000 » -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \ 1243 » -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1001 » -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \ 1244 » -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1002 » -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \ 1245 » -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1003 » -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \ 1246 » -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1004 » -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \ 1247 » -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1005 » -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \ 1248 » -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1006 » -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \ 1249 » -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1007 » -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \ 1250 » -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1008 » -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \ 1251 » -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1009 » -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \ 1252 » -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1010 » -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \ 1253 » -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1011 » -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \ 1254 » -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1012 » -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \ 1255 » -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1013 » -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ 1256 » -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1014 » -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ 1257 » -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1015 » -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ 1258 » -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1016 » -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \ 1259 » -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1017 » -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ 1260 » -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1018 » -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ 1261 » -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1019 » -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ 1262 » -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1020 » -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \ 1263 » -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1021 » -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \ 1264 » -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1022 » -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \ 1265 » -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1023 » -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \ 1266 » -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1024 » -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \ 1267 » -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1025 » -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \ 1268 » -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1026 » -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \ 1269 » -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1027 » -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \ 1270 » -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1028 » -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ 1271 » -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1029 » -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ 1272 » -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1030 » -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ 1273 » -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1031 » -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \ 1274 » -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1275 » -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1276 » -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1277 » -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1032 < $(srcdir)/string.in.h | \ 1278 < $(srcdir)/string.in.h | \
1033 » sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ 1279 » sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1280 » -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1281 » -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1034 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ 1282 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1035 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ 1283 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1036 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ 1284 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1037 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ 1285 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1038 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ 1286 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1039 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ 1287 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1040 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ 1288 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1041 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ 1289 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1042 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ 1290 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1043 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ 1291 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1044 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ 1292 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1045 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ 1293 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1046 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ 1294 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1047 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ 1295 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1048 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ 1296 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1297 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1049 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ 1298 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1050 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ 1299 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1051 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ 1300 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1052 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ 1301 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1053 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ 1302 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1054 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ 1303 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1304 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1055 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ 1305 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1056 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ 1306 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1057 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ 1307 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1308 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1058 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ 1309 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1059 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ 1310 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1060 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ 1311 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1061 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ 1312 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1062 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ 1313 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1063 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ 1314 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1064 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1315 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1065 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1316 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1066 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1317 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1067 < $(srcdir)/string.in.h; \ 1318 < $(srcdir)/string.in.h; \
1068 } > $@-t && \ 1319 } > $@-t && \
1069 mv $@-t $@ 1320 mv $@-t $@
1070 # The warn-on-use.h that gets inserted into generated .h files is the same as
1071 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
1072 warn-on-use.h: $(top_srcdir)/gnulib/extra/warn-on-use.h
1073 $(AM_V_GEN)rm -f $@-t $@ && \
1074 sed -n -e '/^.ifndef/,$$p' \
1075 < $(top_srcdir)/gnulib/extra/warn-on-use.h \
1076 > $@-t && \
1077 mv $@-t $@
1078 1321
1079 # We need the following in order to create <wchar.h> when the system 1322 # We need the following in order to create <wchar.h> when the system
1080 # version does not work standalone. 1323 # version does not work standalone.
1081 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 1324 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1082 $(AM_V_GEN)rm -f $@-t $@ && \ 1325 $(AM_V_GEN)rm -f $@-t $@ && \
1083 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1326 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1084 » sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1327 » sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1328 » -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1085 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1329 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1330 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1331 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1086 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ 1332 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1087 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ 1333 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1088 » -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \ 1334 » -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
1089 » -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \ 1335 » -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
1090 » -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \ 1336 » -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
1091 » -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \ 1337 » -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
1092 » -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \ 1338 » -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
1093 » -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \ 1339 » -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
1094 » -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \ 1340 » -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
1095 » -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \ 1341 » -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
1096 » -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \ 1342 » -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
1097 » -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \ 1343 » -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
1098 » -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ 1344 » -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
1099 » -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ 1345 » -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
1346 » -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
1347 » -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
1348 » -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
1349 » -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
1350 » -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
1351 » -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
1352 » -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
1353 » -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
1354 » -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
1355 » -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
1356 » -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
1357 » -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
1358 » -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
1359 » -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
1360 » -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
1361 » -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
1362 » -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
1363 » -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
1364 » -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
1365 » -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
1366 » -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
1367 » -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
1368 » -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
1369 » -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
1370 » -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
1371 » -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
1372 » -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
1373 » < $(srcdir)/wchar.in.h | \
1374 » sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1100 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ 1375 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1101 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ 1376 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1102 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ 1377 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1103 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ 1378 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1104 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ 1379 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1105 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ 1380 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1106 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ 1381 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1107 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ 1382 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1108 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ 1383 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1384 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
1385 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
1386 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
1387 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
1388 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
1389 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
1390 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
1391 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
1392 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
1393 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
1394 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
1395 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
1396 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
1397 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
1398 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
1399 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
1400 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
1401 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
1402 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
1403 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
1404 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
1405 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
1406 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
1407 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
1408 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
1409 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
1410 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
1411 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
1109 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ 1412 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1110 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ 1413 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1111 » -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ 1414 » | \
1415 » sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1112 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ 1416 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1113 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ 1417 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1114 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ 1418 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1115 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ 1419 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1116 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ 1420 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1117 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ 1421 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1118 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ 1422 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1119 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ 1423 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1120 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ 1424 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1121 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ 1425 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1122 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ 1426 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1427 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
1123 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1428 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1124 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1429 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1125 » -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 1430 » -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1126 » < $(srcdir)/wchar.in.h; \
1127 } > $@-t && \ 1431 } > $@-t && \
1128 mv $@-t $@ 1432 mv $@-t $@
1129 1433
1434 # We need the following in order to create <wctype.h> when the system
1435 # doesn't have one that works with the given compiler.
1436 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H )
1437 $(AM_V_GEN)rm -f $@-t $@ && \
1438 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1439 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1440 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1441 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1442 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1443 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1444 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1445 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
1446 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
1447 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
1448 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
1449 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
1450 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
1451 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1452 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
1453 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
1454 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1455 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
1456 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
1457 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
1458 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1459 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1460 < $(srcdir)/wctype.in.h; \
1461 } > $@-t && \
1462 mv $@-t $@
1463
1130 mostlyclean-local: mostlyclean-generic 1464 mostlyclean-local: mostlyclean-generic
1131 @for dir in '' $(MOSTLYCLEANDIRS); do \ 1465 @for dir in '' $(MOSTLYCLEANDIRS); do \
1132 if test -n "$$dir" && test -d $$dir; then \ 1466 if test -n "$$dir" && test -d $$dir; then \
1133 echo "rmdir $$dir"; rmdir $$dir; \ 1467 echo "rmdir $$dir"; rmdir $$dir; \
1134 fi; \ 1468 fi; \
1135 done; \ 1469 done; \
1136 : 1470 :
1137 1471
1138 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1472 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1139 # Otherwise a system limit (for SysV at least) may be exceeded. 1473 # Otherwise a system limit (for SysV at least) may be exceeded.
1140 .NOEXPORT: 1474 .NOEXPORT:
OLDNEW
« no previous file with comments | « gdb/gnulib/import/Makefile.am ('k') | gdb/gnulib/import/alloca.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698