summaryrefslogtreecommitdiffstats
path: root/gl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r--gl/Makefile.am2337
1 files changed, 1521 insertions, 816 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index 15135c8..deb665c 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -1,10 +1,10 @@
1## DO NOT EDIT! GENERATED AUTOMATICALLY! 1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in. 2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2013 Free Software Foundation, Inc. 3# Copyright (C) 2002-2022 Free Software Foundation, Inc.
4# 4#
5# This file is free software; you can redistribute it and/or modify 5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or 7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version. 8# (at your option) any later version.
9# 9#
10# This file is distributed in the hope that it will be useful, 10# This file is distributed in the hope that it will be useful,
@@ -13,7 +13,7 @@
13# GNU General Public License for more details. 13# GNU General Public License for more details.
14# 14#
15# You should have received a copy of the GNU General Public License 15# You should have received a copy of the GNU General Public License
16# along with this file. If not, see <http://www.gnu.org/licenses/>. 16# along with this file. If not, see <https://www.gnu.org/licenses/>.
17# 17#
18# As a special exception to the GNU General Public License, 18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that 19# this file may be distributed as part of a program that
@@ -21,9 +21,42 @@
21# the same distribution terms as the rest of that program. 21# the same distribution terms as the rest of that program.
22# 22#
23# Generated by gnulib-tool. 23# Generated by gnulib-tool.
24# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext idpriv-droptemp mountlist regex setenv strcase strcasestr strsep timegm unsetenv vasprintf vsnprintf 24# Reproduce by:
25 25# gnulib-tool --import \
26AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects 26# --lib=libgnu \
27# --source-base=gl \
28# --m4-base=gl/m4 \
29# --doc-base=doc \
30# --tests-base=tests \
31# --aux-dir=build-aux \
32# --no-conditional-dependencies \
33# --no-libtool \
34# --macro-prefix=gl \
35# --no-vc-files \
36# base64 \
37# crypto/sha1 \
38# dirname \
39# environ \
40# floorf \
41# fsusage \
42# getaddrinfo \
43# gethostname \
44# getloadavg \
45# getopt-gnu \
46# gettext \
47# idpriv-droptemp \
48# mountlist \
49# regex \
50# setenv \
51# strcase \
52# strcasestr \
53# strsep \
54# timegm \
55# unsetenv \
56# vasprintf \
57# vsnprintf
58
59AUTOMAKE_OPTIONS = 1.14 gnits subdir-objects
27 60
28SUBDIRS = 61SUBDIRS =
29noinst_HEADERS = 62noinst_HEADERS =
@@ -37,6 +70,7 @@ MOSTLYCLEANDIRS =
37CLEANFILES = 70CLEANFILES =
38DISTCLEANFILES = 71DISTCLEANFILES =
39MAINTAINERCLEANFILES = 72MAINTAINERCLEANFILES =
73# No GNU Make output.
40EXTRA_DIST += m4/gnulib-cache.m4 74EXTRA_DIST += m4/gnulib-cache.m4
41 75
42AM_CPPFLAGS = 76AM_CPPFLAGS =
@@ -45,10 +79,20 @@ AM_CFLAGS =
45noinst_LIBRARIES += libgnu.a 79noinst_LIBRARIES += libgnu.a
46 80
47libgnu_a_SOURCES = 81libgnu_a_SOURCES =
82libgnu_a_CFLAGS = $(AM_CFLAGS) $(GL_CFLAG_GNULIB_WARNINGS)
48libgnu_a_LIBADD = $(gl_LIBOBJS) 83libgnu_a_LIBADD = $(gl_LIBOBJS)
49libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 84libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
50EXTRA_libgnu_a_SOURCES = 85EXTRA_libgnu_a_SOURCES =
51 86
87## begin gnulib module absolute-header
88
89# Use this preprocessor expression to decide whether #include_next works.
90# Do not rely on a 'configure'-time test for this, since the expression
91# might appear in an installed header, which is used by some other compiler.
92HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
93
94## end gnulib module absolute-header
95
52## begin gnulib module alloca-opt 96## begin gnulib module alloca-opt
53 97
54BUILT_SOURCES += $(ALLOCA_H) 98BUILT_SOURCES += $(ALLOCA_H)
@@ -57,11 +101,10 @@ BUILT_SOURCES += $(ALLOCA_H)
57# doesn't have one that works with the given compiler. 101# doesn't have one that works with the given compiler.
58if GL_GENERATE_ALLOCA_H 102if GL_GENERATE_ALLOCA_H
59alloca.h: alloca.in.h $(top_builddir)/config.status 103alloca.h: alloca.in.h $(top_builddir)/config.status
60 $(AM_V_GEN)rm -f $@-t $@ && \ 104 $(gl_V_at)$(SED_HEADER_STDOUT) \
61 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 105 -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' \
62 cat $(srcdir)/alloca.in.h; \ 106 $(srcdir)/alloca.in.h > $@-t
63 } > $@-t && \ 107 $(AM_V_at)mv $@-t $@
64 mv -f $@-t $@
65else 108else
66alloca.h: $(top_builddir)/config.status 109alloca.h: $(top_builddir)/config.status
67 rm -f $@ 110 rm -f $@
@@ -79,18 +122,18 @@ BUILT_SOURCES += arpa/inet.h
79# We need the following in order to create <arpa/inet.h> when the system 122# We need the following in order to create <arpa/inet.h> when the system
80# doesn't have one. 123# doesn't have one.
81arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) 124arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
82 $(AM_V_at)$(MKDIR_P) arpa 125 $(AM_V_GEN)$(MKDIR_P) '%reldir%/arpa'
83 $(AM_V_GEN)rm -f $@-t $@ && \ 126 $(AM_V_at)$(SED_HEADER_STDOUT) \
84 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 127 -e 's|@''GUARD_PREFIX''@|GL|g' \
85 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
86 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 128 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
87 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 129 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
88 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 130 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
89 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ 131 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
90 -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ 132 -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
91 -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ 133 -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
92 -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \ 134 -e 's/@''GNULIB_INET_NTOP''@/$(GL_GNULIB_INET_NTOP)/g' \
93 -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \ 135 -e 's/@''GNULIB_INET_PTON''@/$(GL_GNULIB_INET_PTON)/g' \
136 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
94 -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ 137 -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
95 -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ 138 -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
96 -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \ 139 -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
@@ -98,9 +141,8 @@ arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON
98 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 141 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
99 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 142 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
100 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 143 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
101 < $(srcdir)/arpa_inet.in.h; \ 144 $(srcdir)/arpa_inet.in.h > $@-t
102 } > $@-t && \ 145 $(AM_V_at)mv $@-t $@
103 mv $@-t $@
104MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t 146MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
105MOSTLYCLEANDIRS += arpa 147MOSTLYCLEANDIRS += arpa
106 148
@@ -108,72 +150,110 @@ EXTRA_DIST += arpa_inet.in.h
108 150
109## end gnulib module arpa_inet 151## end gnulib module arpa_inet
110 152
153## begin gnulib module attribute
154
155
156EXTRA_DIST += attribute.h
157
158## end gnulib module attribute
159
111## begin gnulib module base64 160## begin gnulib module base64
112 161
113libgnu_a_SOURCES += base64.h base64.c 162libgnu_a_SOURCES += base64.h base64.c
114 163
115## end gnulib module base64 164## end gnulib module base64
116 165
117## begin gnulib module btowc 166## begin gnulib module basename-lgpl
118 167
168libgnu_a_SOURCES += basename-lgpl.c
119 169
120EXTRA_DIST += btowc.c 170EXTRA_DIST += basename-lgpl.h
121 171
122EXTRA_libgnu_a_SOURCES += btowc.c 172## end gnulib module basename-lgpl
173
174## begin gnulib module btowc
175
176if GL_COND_OBJ_BTOWC
177libgnu_a_SOURCES += btowc.c
178endif
123 179
124## end gnulib module btowc 180## end gnulib module btowc
125 181
126## begin gnulib module configmake 182## begin gnulib module byteswap
127 183
128# Listed in the same order as the GNU makefile conventions, and 184BUILT_SOURCES += $(BYTESWAP_H)
129# provided by autoconf 2.59c+. 185
130# The Automake-defined pkg* macros are appended, in the order 186# We need the following in order to create <byteswap.h> when the system
131# listed in the Automake 1.10a+ documentation. 187# doesn't have one.
132configmake.h: Makefile 188if GL_GENERATE_BYTESWAP_H
133 $(AM_V_GEN)rm -f $@-t && \ 189byteswap.h: byteswap.in.h $(top_builddir)/config.status
134 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 190 $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/byteswap.in.h
135 echo '#define PREFIX "$(prefix)"'; \ 191 $(AM_V_at)mv $@-t $@
136 echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ 192else
137 echo '#define BINDIR "$(bindir)"'; \ 193byteswap.h: $(top_builddir)/config.status
138 echo '#define SBINDIR "$(sbindir)"'; \ 194 rm -f $@
139 echo '#define LIBEXECDIR "$(libexecdir)"'; \ 195endif
140 echo '#define DATAROOTDIR "$(datarootdir)"'; \ 196MOSTLYCLEANFILES += byteswap.h byteswap.h-t
141 echo '#define DATADIR "$(datadir)"'; \ 197
142 echo '#define SYSCONFDIR "$(sysconfdir)"'; \ 198EXTRA_DIST += byteswap.in.h
143 echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ 199
144 echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ 200## end gnulib module byteswap
145 echo '#define INCLUDEDIR "$(includedir)"'; \ 201
146 echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ 202## begin gnulib module calloc-gnu
147 echo '#define DOCDIR "$(docdir)"'; \ 203
148 echo '#define INFODIR "$(infodir)"'; \ 204
149 echo '#define HTMLDIR "$(htmldir)"'; \ 205EXTRA_DIST += calloc.c
150 echo '#define DVIDIR "$(dvidir)"'; \ 206
151 echo '#define PDFDIR "$(pdfdir)"'; \ 207EXTRA_libgnu_a_SOURCES += calloc.c
152 echo '#define PSDIR "$(psdir)"'; \ 208
153 echo '#define LIBDIR "$(libdir)"'; \ 209## end gnulib module calloc-gnu
154 echo '#define LISPDIR "$(lispdir)"'; \ 210
155 echo '#define LOCALEDIR "$(localedir)"'; \ 211## begin gnulib module calloc-posix
156 echo '#define MANDIR "$(mandir)"'; \ 212
157 echo '#define MANEXT "$(manext)"'; \ 213
158 echo '#define PKGDATADIR "$(pkgdatadir)"'; \ 214EXTRA_DIST += calloc.c
159 echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ 215
160 echo '#define PKGLIBDIR "$(pkglibdir)"'; \ 216EXTRA_libgnu_a_SOURCES += calloc.c
161 echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ 217
162 } | sed '/""/d' > $@-t && \ 218## end gnulib module calloc-posix
163 mv -f $@-t $@ 219
164 220## begin gnulib module cloexec
165BUILT_SOURCES += configmake.h 221
166CLEANFILES += configmake.h configmake.h-t 222libgnu_a_SOURCES += cloexec.c
167 223
168## end gnulib module configmake 224EXTRA_DIST += cloexec.h
225
226## end gnulib module cloexec
227
228## begin gnulib module close
229
230if GL_COND_OBJ_CLOSE
231libgnu_a_SOURCES += close.c
232endif
233
234## end gnulib module close
235
236## begin gnulib module crypto/af_alg
237
238libgnu_a_SOURCES += af_alg.c
239
240EXTRA_DIST += af_alg.h sys-limits.h
241
242## end gnulib module crypto/af_alg
169 243
170## begin gnulib module crypto/sha1 244## begin gnulib module crypto/sha1
171 245
246libgnu_a_SOURCES += sha1-stream.c
247
248## end gnulib module crypto/sha1
249
250## begin gnulib module crypto/sha1-buffer
251
172libgnu_a_SOURCES += sha1.c 252libgnu_a_SOURCES += sha1.c
173 253
174EXTRA_DIST += sha1.h 254EXTRA_DIST += gl_openssl.h sha1.h
175 255
176## end gnulib module crypto/sha1 256## end gnulib module crypto/sha1-buffer
177 257
178## begin gnulib module dirname 258## begin gnulib module dirname
179 259
@@ -187,18 +267,52 @@ EXTRA_libgnu_a_SOURCES += stripslash.c
187 267
188## begin gnulib module dirname-lgpl 268## begin gnulib module dirname-lgpl
189 269
190libgnu_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c 270libgnu_a_SOURCES += dirname-lgpl.c stripslash.c
191 271
192EXTRA_DIST += dirname.h 272EXTRA_DIST += dirname.h
193 273
194## end gnulib module dirname-lgpl 274## end gnulib module dirname-lgpl
195 275
196## begin gnulib module dosname 276## begin gnulib module dup2
197 277
278if GL_COND_OBJ_DUP2
279libgnu_a_SOURCES += dup2.c
280endif
281
282## end gnulib module dup2
283
284## begin gnulib module dynarray
285
286BUILT_SOURCES += malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h
287
288malloc/dynarray.gl.h: malloc/dynarray.h
289 $(AM_V_GEN)$(MKDIR_P) '%reldir%/malloc'
290 $(AM_V_at)$(SED_HEADER_STDOUT) \
291 -e '/libc_hidden_proto/d' \
292 $(srcdir)/malloc/dynarray.h > $@-t
293 $(AM_V_at)mv $@-t $@
294MOSTLYCLEANFILES += malloc/dynarray.gl.h malloc/dynarray.gl.h-t
295
296malloc/dynarray-skeleton.gl.h: malloc/dynarray-skeleton.c
297 $(AM_V_GEN)$(MKDIR_P) '%reldir%/malloc'
298 $(AM_V_at)$(SED_HEADER_STDOUT) \
299 -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
300 -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
301 -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
302 -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \
303 -e 's|__glibc_likely|_GL_LIKELY|g' \
304 -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
305 $(srcdir)/malloc/dynarray-skeleton.c > $@-t
306 $(AM_V_at)mv $@-t $@
307MOSTLYCLEANFILES += malloc/dynarray-skeleton.gl.h malloc/dynarray-skeleton.gl.h-t
198 308
199EXTRA_DIST += dosname.h 309libgnu_a_SOURCES += malloc/dynarray_at_failure.c malloc/dynarray_emplace_enlarge.c malloc/dynarray_finalize.c malloc/dynarray_resize.c malloc/dynarray_resize_clear.c
200 310
201## end gnulib module dosname 311EXTRA_DIST += dynarray.h malloc/dynarray-skeleton.c malloc/dynarray.h
312
313EXTRA_libgnu_a_SOURCES += malloc/dynarray-skeleton.c
314
315## end gnulib module dynarray
202 316
203## begin gnulib module errno 317## begin gnulib module errno
204 318
@@ -208,9 +322,8 @@ BUILT_SOURCES += $(ERRNO_H)
208# doesn't have one that is POSIX compliant. 322# doesn't have one that is POSIX compliant.
209if GL_GENERATE_ERRNO_H 323if GL_GENERATE_ERRNO_H
210errno.h: errno.in.h $(top_builddir)/config.status 324errno.h: errno.in.h $(top_builddir)/config.status
211 $(AM_V_GEN)rm -f $@-t $@ && \ 325 $(gl_V_at)$(SED_HEADER_STDOUT) \
212 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 326 -e 's|@''GUARD_PREFIX''@|GL|g' \
213 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
214 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 327 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
215 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 328 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
216 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 329 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@@ -221,9 +334,8 @@ errno.h: errno.in.h $(top_builddir)/config.status
221 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ 334 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
222 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ 335 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
223 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ 336 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
224 < $(srcdir)/errno.in.h; \ 337 $(srcdir)/errno.in.h > $@-t
225 } > $@-t && \ 338 $(AM_V_at)mv $@-t $@
226 mv $@-t $@
227else 339else
228errno.h: $(top_builddir)/config.status 340errno.h: $(top_builddir)/config.status
229 rm -f $@ 341 rm -f $@
@@ -236,10 +348,11 @@ EXTRA_DIST += errno.in.h
236 348
237## begin gnulib module error 349## begin gnulib module error
238 350
351if GL_COND_OBJ_ERROR
352libgnu_a_SOURCES += error.c
353endif
239 354
240EXTRA_DIST += error.c error.h 355EXTRA_DIST += error.h
241
242EXTRA_libgnu_a_SOURCES += error.c
243 356
244## end gnulib module error 357## end gnulib module error
245 358
@@ -251,6 +364,51 @@ EXTRA_DIST += exitfail.h
251 364
252## end gnulib module exitfail 365## end gnulib module exitfail
253 366
367## begin gnulib module fcntl
368
369if GL_COND_OBJ_FCNTL
370libgnu_a_SOURCES += fcntl.c
371endif
372
373## end gnulib module fcntl
374
375## begin gnulib module fcntl-h
376
377BUILT_SOURCES += fcntl.h
378
379# We need the following in order to create <fcntl.h> when the system
380# doesn't have one that works with the given compiler.
381fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
382 $(gl_V_at)$(SED_HEADER_STDOUT) \
383 -e 's|@''GUARD_PREFIX''@|GL|g' \
384 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
385 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
386 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
387 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
388 -e 's/@''GNULIB_CREAT''@/$(GL_GNULIB_CREAT)/g' \
389 -e 's/@''GNULIB_FCNTL''@/$(GL_GNULIB_FCNTL)/g' \
390 -e 's/@''GNULIB_NONBLOCKING''@/$(GL_GNULIB_NONBLOCKING)/g' \
391 -e 's/@''GNULIB_OPEN''@/$(GL_GNULIB_OPEN)/g' \
392 -e 's/@''GNULIB_OPENAT''@/$(GL_GNULIB_OPENAT)/g' \
393 -e 's/@''GNULIB_MDA_CREAT''@/$(GL_GNULIB_MDA_CREAT)/g' \
394 -e 's/@''GNULIB_MDA_OPEN''@/$(GL_GNULIB_MDA_OPEN)/g' \
395 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
396 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
397 -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
398 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
399 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
400 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
401 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
402 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
403 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
404 $(srcdir)/fcntl.in.h > $@-t
405 $(AM_V_at)mv $@-t $@
406MOSTLYCLEANFILES += fcntl.h fcntl.h-t
407
408EXTRA_DIST += fcntl.in.h
409
410## end gnulib module fcntl-h
411
254## begin gnulib module fd-hook 412## begin gnulib module fd-hook
255 413
256libgnu_a_SOURCES += fd-hook.c 414libgnu_a_SOURCES += fd-hook.c
@@ -259,6 +417,23 @@ EXTRA_DIST += fd-hook.h
259 417
260## end gnulib module fd-hook 418## end gnulib module fd-hook
261 419
420## begin gnulib module fflush
421
422if GL_COND_OBJ_FFLUSH
423libgnu_a_SOURCES += fflush.c
424endif
425
426EXTRA_DIST += stdio-impl.h
427
428## end gnulib module fflush
429
430## begin gnulib module filename
431
432
433EXTRA_DIST += filename.h
434
435## end gnulib module filename
436
262## begin gnulib module float 437## begin gnulib module float
263 438
264BUILT_SOURCES += $(FLOAT_H) 439BUILT_SOURCES += $(FLOAT_H)
@@ -267,111 +442,268 @@ BUILT_SOURCES += $(FLOAT_H)
267# doesn't have one that works with the given compiler. 442# doesn't have one that works with the given compiler.
268if GL_GENERATE_FLOAT_H 443if GL_GENERATE_FLOAT_H
269float.h: float.in.h $(top_builddir)/config.status 444float.h: float.in.h $(top_builddir)/config.status
270 $(AM_V_GEN)rm -f $@-t $@ && \ 445 $(gl_V_at)$(SED_HEADER_STDOUT) \
271 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 446 -e 's|@''GUARD_PREFIX''@|GL|g' \
272 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
273 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 447 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
274 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 448 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
275 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 449 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
276 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ 450 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
277 -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ 451 -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
278 < $(srcdir)/float.in.h; \ 452 $(srcdir)/float.in.h > $@-t
279 } > $@-t && \ 453 $(AM_V_at)mv $@-t $@
280 mv $@-t $@
281else 454else
282float.h: $(top_builddir)/config.status 455float.h: $(top_builddir)/config.status
283 rm -f $@ 456 rm -f $@
284endif 457endif
285MOSTLYCLEANFILES += float.h float.h-t 458MOSTLYCLEANFILES += float.h float.h-t
286 459
287EXTRA_DIST += float.c float.in.h itold.c 460if GL_COND_OBJ_FLOAT
461libgnu_a_SOURCES += float.c
462endif
463if GL_COND_OBJ_ITOLD
464libgnu_a_SOURCES += itold.c
465endif
288 466
289EXTRA_libgnu_a_SOURCES += float.c itold.c 467EXTRA_DIST += float.in.h
290 468
291## end gnulib module float 469## end gnulib module float
292 470
293## begin gnulib module floorf 471## begin gnulib module floorf
294 472
473if GL_COND_OBJ_FLOORF
474libgnu_a_SOURCES += floorf.c
475endif
295 476
296EXTRA_DIST += floor.c floorf.c 477EXTRA_DIST += floor.c
297 478
298EXTRA_libgnu_a_SOURCES += floor.c floorf.c 479EXTRA_libgnu_a_SOURCES += floor.c
299 480
300## end gnulib module floorf 481## end gnulib module floorf
301 482
302## begin gnulib module fsusage 483## begin gnulib module fopen
484
485
486EXTRA_DIST += fopen.c
487
488EXTRA_libgnu_a_SOURCES += fopen.c
303 489
490## end gnulib module fopen
304 491
305EXTRA_DIST += fsusage.c fsusage.h 492## begin gnulib module fopen-gnu
306 493
307EXTRA_libgnu_a_SOURCES += fsusage.c 494
495EXTRA_DIST += fopen.c
496
497EXTRA_libgnu_a_SOURCES += fopen.c
498
499## end gnulib module fopen-gnu
500
501## begin gnulib module fpurge
502
503if GL_COND_OBJ_FPURGE
504libgnu_a_SOURCES += fpurge.c
505endif
506
507EXTRA_DIST += stdio-impl.h
508
509## end gnulib module fpurge
510
511## begin gnulib module freading
512
513libgnu_a_SOURCES += freading.c
514
515EXTRA_DIST += freading.h stdio-impl.h
516
517## end gnulib module freading
518
519## begin gnulib module free-posix
520
521if GL_COND_OBJ_FREE
522libgnu_a_SOURCES += free.c
523endif
524
525## end gnulib module free-posix
526
527## begin gnulib module fseek
528
529if GL_COND_OBJ_FSEEK
530libgnu_a_SOURCES += fseek.c
531endif
532
533## end gnulib module fseek
534
535## begin gnulib module fseeko
536
537if GL_COND_OBJ_FSEEKO
538libgnu_a_SOURCES += fseeko.c
539endif
540
541EXTRA_DIST += stdio-impl.h
542
543## end gnulib module fseeko
544
545## begin gnulib module fstat
546
547if GL_COND_OBJ_FSTAT
548libgnu_a_SOURCES += fstat.c
549endif
550
551EXTRA_DIST += stat-w32.c stat-w32.h
552
553EXTRA_libgnu_a_SOURCES += stat-w32.c
554
555## end gnulib module fstat
556
557## begin gnulib module fsusage
558
559if GL_COND_OBJ_FSUSAGE
560libgnu_a_SOURCES += fsusage.c
561endif
562
563EXTRA_DIST += fsusage.h
308 564
309## end gnulib module fsusage 565## end gnulib module fsusage
310 566
311## begin gnulib module full-read 567## begin gnulib module ftell
312 568
313libgnu_a_SOURCES += full-read.h full-read.c 569if GL_COND_OBJ_FTELL
570libgnu_a_SOURCES += ftell.c
571endif
314 572
315EXTRA_DIST += full-write.c 573## end gnulib module ftell
316 574
317EXTRA_libgnu_a_SOURCES += full-write.c 575## begin gnulib module ftello
318 576
319## end gnulib module full-read 577if GL_COND_OBJ_FTELLO
578libgnu_a_SOURCES += ftello.c
579endif
320 580
321## begin gnulib module getaddrinfo 581EXTRA_DIST += stdio-impl.h
582
583## end gnulib module ftello
584
585## begin gnulib module gen-header
586
587# In 'sed', replace the pattern space with a "DO NOT EDIT" comment.
588SED_HEADER_NOEDIT = s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,
322 589
590# '$(SED_HEADER_STDOUT) -e "..."' runs 'sed' but first outputs "DO NOT EDIT".
591SED_HEADER_STDOUT = sed -e 1h -e '1$(SED_HEADER_NOEDIT)' -e 1G
323 592
324EXTRA_DIST += gai_strerror.c getaddrinfo.c 593# '$(SED_HEADER_TO_AT_t) FILE' copies FILE to $@-t, prepending a leading
594# "DO_NOT_EDIT". Although this could be done more simply via:
595# SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) > $@-t
596# the -n and 'w' avoid a fork+exec, at least when GNU Make is used.
597SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) -n -e 'w $@-t'
325 598
326EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c 599# Use $(gl_V_at) instead of $(AM_V_GEN) or $(AM_V_at) on a line that
600gl_V_at = $(AM_V_GEN)
601
602## end gnulib module gen-header
603
604## begin gnulib module getaddrinfo
605
606if GL_COND_OBJ_GETADDRINFO
607libgnu_a_SOURCES += getaddrinfo.c
608endif
609if GL_COND_OBJ_GAI_STRERROR
610libgnu_a_SOURCES += gai_strerror.c
611endif
327 612
328## end gnulib module getaddrinfo 613## end gnulib module getaddrinfo
329 614
330## begin gnulib module gethostname 615## begin gnulib module getdelim
616
617if GL_COND_OBJ_GETDELIM
618libgnu_a_SOURCES += getdelim.c
619endif
620
621## end gnulib module getdelim
622
623## begin gnulib module getdtablesize
624
625if GL_COND_OBJ_GETDTABLESIZE
626libgnu_a_SOURCES += getdtablesize.c
627endif
628
629## end gnulib module getdtablesize
331 630
631## begin gnulib module gethostname
332 632
333EXTRA_DIST += gethostname.c w32sock.h 633if GL_COND_OBJ_GETHOSTNAME
634libgnu_a_SOURCES += gethostname.c
635endif
334 636
335EXTRA_libgnu_a_SOURCES += gethostname.c 637EXTRA_DIST += w32sock.h
336 638
337## end gnulib module gethostname 639## end gnulib module gethostname
338 640
339## begin gnulib module getloadavg 641## begin gnulib module getline
340 642
643if GL_COND_OBJ_GETLINE
644libgnu_a_SOURCES += getline.c
645endif
646
647## end gnulib module getline
341 648
342EXTRA_DIST += getloadavg.c 649## begin gnulib module getloadavg
343 650
344EXTRA_libgnu_a_SOURCES += getloadavg.c 651if GL_COND_OBJ_GETLOADAVG
652libgnu_a_SOURCES += getloadavg.c
653endif
345 654
346## end gnulib module getloadavg 655## end gnulib module getloadavg
347 656
348## begin gnulib module getopt-posix 657## begin gnulib module getopt-posix
349 658
350BUILT_SOURCES += $(GETOPT_H) 659BUILT_SOURCES += $(GETOPT_H) $(GETOPT_CDEFS_H)
351 660
352# We need the following in order to create <getopt.h> when the system 661# We need the following in order to create <getopt.h> when the system
353# doesn't have one that works with the given compiler. 662# doesn't have one that works with the given compiler.
663if GL_GENERATE_GETOPT_H
354getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) 664getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
355 $(AM_V_GEN)rm -f $@-t $@ && \ 665 $(gl_V_at)$(SED_HEADER_STDOUT) \
356 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 666 -e 's|@''GUARD_PREFIX''@|GL|g' \
357 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
358 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ 667 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
359 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 668 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
360 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 669 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
361 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 670 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
362 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ 671 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
363 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 672 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
364 < $(srcdir)/getopt.in.h; \ 673 $(srcdir)/getopt.in.h > $@-t
365 } > $@-t && \ 674 $(AM_V_at)mv $@-t $@
366 mv -f $@-t $@ 675else
367MOSTLYCLEANFILES += getopt.h getopt.h-t 676getopt.h: $(top_builddir)/config.status
677 rm -f $@
678endif
679
680if GL_GENERATE_GETOPT_CDEFS_H
681getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/config.status
682 $(AM_V_GEN)$(SED_HEADER_STDOUT) \
683 -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
684 $(srcdir)/getopt-cdefs.in.h > $@-t
685 $(AM_V_at)mv $@-t $@
686else
687getopt-cdefs.h: $(top_builddir)/config.status
688 rm -f $@
689endif
690
691MOSTLYCLEANFILES += getopt.h getopt.h-t getopt-cdefs.h getopt-cdefs.h-t
368 692
369EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h 693if GL_COND_OBJ_GETOPT
694libgnu_a_SOURCES += getopt.c getopt1.c
695endif
370 696
371EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c 697EXTRA_DIST += getopt-cdefs.in.h getopt-core.h getopt-ext.h getopt-pfx-core.h getopt-pfx-ext.h getopt.in.h getopt_int.h
372 698
373## end gnulib module getopt-posix 699## end gnulib module getopt-posix
374 700
701## begin gnulib module getprogname
702
703libgnu_a_SOURCES += getprogname.h getprogname.c
704
705## end gnulib module getprogname
706
375## begin gnulib module gettext 707## begin gnulib module gettext
376 708
377# If your project uses "gettextize --intl" to put a source-code 709# If your project uses "gettextize --intl" to put a source-code
@@ -395,6 +727,14 @@ libgnu_a_SOURCES += gettext.h
395 727
396## end gnulib module gettext-h 728## end gnulib module gettext-h
397 729
730## begin gnulib module hard-locale
731
732libgnu_a_SOURCES += hard-locale.c
733
734EXTRA_DIST += hard-locale.h
735
736## end gnulib module hard-locale
737
398## begin gnulib module havelib 738## begin gnulib module havelib
399 739
400 740
@@ -402,6 +742,14 @@ EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
402 742
403## end gnulib module havelib 743## end gnulib module havelib
404 744
745## begin gnulib module ialloc
746
747libgnu_a_SOURCES += ialloc.c
748
749EXTRA_DIST += ialloc.h
750
751## end gnulib module ialloc
752
405## begin gnulib module idpriv-droptemp 753## begin gnulib module idpriv-droptemp
406 754
407libgnu_a_SOURCES += idpriv-droptemp.c 755libgnu_a_SOURCES += idpriv-droptemp.c
@@ -410,22 +758,68 @@ EXTRA_DIST += idpriv.h
410 758
411## end gnulib module idpriv-droptemp 759## end gnulib module idpriv-droptemp
412 760
413## begin gnulib module inet_ntop 761## begin gnulib module idx
762
763libgnu_a_SOURCES += idx.h
414 764
765## end gnulib module idx
415 766
416EXTRA_DIST += inet_ntop.c 767## begin gnulib module inet_ntop
417 768
418EXTRA_libgnu_a_SOURCES += inet_ntop.c 769if GL_COND_OBJ_INET_NTOP
770libgnu_a_SOURCES += inet_ntop.c
771endif
419 772
420## end gnulib module inet_ntop 773## end gnulib module inet_ntop
421 774
422## begin gnulib module intprops 775## begin gnulib module intprops
423 776
424 777
425EXTRA_DIST += intprops.h 778EXTRA_DIST += intprops-internal.h intprops.h
426 779
427## end gnulib module intprops 780## end gnulib module intprops
428 781
782## begin gnulib module inttypes-incomplete
783
784BUILT_SOURCES += inttypes.h
785
786# We need the following in order to create <inttypes.h> when the system
787# doesn't have one that works with the given compiler.
788inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
789 $(gl_V_at)$(SED_HEADER_STDOUT) \
790 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
791 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
792 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
793 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
794 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
795 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
796 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
797 -e 's/@''GNULIB_IMAXABS''@/$(GL_GNULIB_IMAXABS)/g' \
798 -e 's/@''GNULIB_IMAXDIV''@/$(GL_GNULIB_IMAXDIV)/g' \
799 -e 's/@''GNULIB_STRTOIMAX''@/$(GL_GNULIB_STRTOIMAX)/g' \
800 -e 's/@''GNULIB_STRTOUMAX''@/$(GL_GNULIB_STRTOUMAX)/g' \
801 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
802 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
803 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
804 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
805 -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
806 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
807 -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
808 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
809 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
810 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
811 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
812 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
813 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
814 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
815 $(srcdir)/inttypes.in.h > $@-t
816 $(AM_V_at)mv $@-t $@
817MOSTLYCLEANFILES += inttypes.h inttypes.h-t
818
819EXTRA_DIST += inttypes.in.h
820
821## end gnulib module inttypes-incomplete
822
429## begin gnulib module langinfo 823## begin gnulib module langinfo
430 824
431BUILT_SOURCES += langinfo.h 825BUILT_SOURCES += langinfo.h
@@ -433,103 +827,69 @@ BUILT_SOURCES += langinfo.h
433# We need the following in order to create an empty placeholder for 827# We need the following in order to create an empty placeholder for
434# <langinfo.h> when the system doesn't have one. 828# <langinfo.h> when the system doesn't have one.
435langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 829langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
436 $(AM_V_GEN)rm -f $@-t $@ && \ 830 $(gl_V_at)$(SED_HEADER_STDOUT) \
437 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 831 -e 's|@''GUARD_PREFIX''@|GL|g' \
438 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
439 -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \ 832 -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
440 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 833 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
441 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 834 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
442 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 835 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
443 -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ 836 -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
444 -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \ 837 -e 's/@''GNULIB_NL_LANGINFO''@/$(GL_GNULIB_NL_LANGINFO)/g' \
445 -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ 838 -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
446 -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ 839 -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
840 -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \
447 -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ 841 -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
448 -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ 842 -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
449 -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ 843 -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
450 -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ 844 -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
451 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 845 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
452 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 846 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
453 < $(srcdir)/langinfo.in.h; \ 847 $(srcdir)/langinfo.in.h > $@-t
454 } > $@-t && \ 848 $(AM_V_at)mv $@-t $@
455 mv $@-t $@
456MOSTLYCLEANFILES += langinfo.h langinfo.h-t 849MOSTLYCLEANFILES += langinfo.h langinfo.h-t
457 850
458EXTRA_DIST += langinfo.in.h 851EXTRA_DIST += langinfo.in.h
459 852
460## end gnulib module langinfo 853## end gnulib module langinfo
461 854
462## begin gnulib module localcharset 855## begin gnulib module libc-config
463 856
464libgnu_a_SOURCES += localcharset.h localcharset.c
465
466# We need the following in order to install a simple file in $(libdir)
467# which is shared with other installed packages. We use a list of referencing
468# packages so that "make uninstall" will remove the file if and only if it
469# is not used by another installed package.
470# On systems with glibc-2.1 or newer, the file is redundant, therefore we
471# avoid installing it.
472
473all-local: charset.alias ref-add.sed ref-del.sed
474
475charset_alias = $(DESTDIR)$(libdir)/charset.alias
476charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
477install-exec-local: install-exec-localcharset
478install-exec-localcharset: all-local
479 if test $(GLIBC21) = no; then \
480 case '$(host_os)' in \
481 darwin[56]*) \
482 need_charset_alias=true ;; \
483 darwin* | cygwin* | mingw* | pw32* | cegcc*) \
484 need_charset_alias=false ;; \
485 *) \
486 need_charset_alias=true ;; \
487 esac ; \
488 else \
489 need_charset_alias=false ; \
490 fi ; \
491 if $$need_charset_alias; then \
492 $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
493 fi ; \
494 if test -f $(charset_alias); then \
495 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
496 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
497 rm -f $(charset_tmp) ; \
498 else \
499 if $$need_charset_alias; then \
500 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
501 $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
502 rm -f $(charset_tmp) ; \
503 fi ; \
504 fi
505
506uninstall-local: uninstall-localcharset
507uninstall-localcharset: all-local
508 if test -f $(charset_alias); then \
509 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
510 if grep '^# Packages using this file: $$' $(charset_tmp) \
511 > /dev/null; then \
512 rm -f $(charset_alias); \
513 else \
514 $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
515 fi; \
516 rm -f $(charset_tmp); \
517 fi
518 857
519charset.alias: config.charset 858EXTRA_DIST += cdefs.h libc-config.h
520 $(AM_V_GEN)rm -f t-$@ $@ && \ 859
521 $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ 860## end gnulib module libc-config
522 mv t-$@ $@ 861
862## begin gnulib module limits-h
863
864BUILT_SOURCES += $(LIMITS_H)
865
866# We need the following in order to create <limits.h> when the system
867# doesn't have one that is compatible with GNU.
868if GL_GENERATE_LIMITS_H
869limits.h: limits.in.h $(top_builddir)/config.status
870 $(gl_V_at)$(SED_HEADER_STDOUT) \
871 -e 's|@''GUARD_PREFIX''@|GL|g' \
872 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
873 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
874 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
875 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
876 $(srcdir)/limits.in.h > $@-t
877 $(AM_V_at)mv $@-t $@
878else
879limits.h: $(top_builddir)/config.status
880 rm -f $@
881endif
882MOSTLYCLEANFILES += limits.h limits.h-t
883
884EXTRA_DIST += limits.in.h
885
886## end gnulib module limits-h
523 887
524SUFFIXES += .sed .sin 888## begin gnulib module localcharset
525.sin.sed:
526 $(AM_V_GEN)rm -f t-$@ $@ && \
527 sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
528 mv t-$@ $@
529 889
530CLEANFILES += charset.alias ref-add.sed ref-del.sed 890libgnu_a_SOURCES += localcharset.c
531 891
532EXTRA_DIST += config.charset ref-add.sin ref-del.sin 892EXTRA_DIST += localcharset.h
533 893
534## end gnulib module localcharset 894## end gnulib module localcharset
535 895
@@ -540,28 +900,33 @@ BUILT_SOURCES += locale.h
540# We need the following in order to create <locale.h> when the system 900# We need the following in order to create <locale.h> when the system
541# doesn't have one that provides all definitions. 901# doesn't have one that provides all definitions.
542locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 902locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
543 $(AM_V_GEN)rm -f $@-t $@ && \ 903 $(gl_V_at)$(SED_HEADER_STDOUT) \
544 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 904 -e 's|@''GUARD_PREFIX''@|GL|g' \
545 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
546 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 905 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
547 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 906 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
548 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 907 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
549 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ 908 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
550 -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \ 909 -e 's/@''GNULIB_LOCALECONV''@/$(GL_GNULIB_LOCALECONV)/g' \
551 -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \ 910 -e 's/@''GNULIB_SETLOCALE''@/$(GL_GNULIB_SETLOCALE)/g' \
552 -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \ 911 -e 's/@''GNULIB_SETLOCALE_NULL''@/$(GL_GNULIB_SETLOCALE_NULL)/g' \
912 -e 's/@''GNULIB_DUPLOCALE''@/$(GL_GNULIB_DUPLOCALE)/g' \
913 -e 's/@''GNULIB_LOCALENAME''@/$(GL_GNULIB_LOCALENAME)/g' \
914 -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \
553 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ 915 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
916 -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \
554 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ 917 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
555 -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ 918 -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
556 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ 919 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
920 -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \
557 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ 921 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
922 -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \
558 -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ 923 -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
924 -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|$(LOCALENAME_ENHANCE_LOCALE_FUNCS)|g' \
559 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 925 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
560 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 926 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
561 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 927 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
562 < $(srcdir)/locale.in.h; \ 928 $(srcdir)/locale.in.h > $@-t
563 } > $@-t && \ 929 $(AM_V_at)mv $@-t $@
564 mv $@-t $@
565MOSTLYCLEANFILES += locale.h locale.h-t 930MOSTLYCLEANFILES += locale.h locale.h-t
566 931
567EXTRA_DIST += locale.in.h 932EXTRA_DIST += locale.in.h
@@ -570,10 +935,9 @@ EXTRA_DIST += locale.in.h
570 935
571## begin gnulib module localeconv 936## begin gnulib module localeconv
572 937
573 938if GL_COND_OBJ_LOCALECONV
574EXTRA_DIST += localeconv.c 939libgnu_a_SOURCES += localeconv.c
575 940endif
576EXTRA_libgnu_a_SOURCES += localeconv.c
577 941
578## end gnulib module localeconv 942## end gnulib module localeconv
579 943
@@ -583,6 +947,14 @@ libgnu_a_SOURCES += glthread/lock.h glthread/lock.c
583 947
584## end gnulib module lock 948## end gnulib module lock
585 949
950## begin gnulib module lseek
951
952if GL_COND_OBJ_LSEEK
953libgnu_a_SOURCES += lseek.c
954endif
955
956## end gnulib module lseek
957
586## begin gnulib module malloc-gnu 958## begin gnulib module malloc-gnu
587 959
588 960
@@ -605,7 +977,7 @@ EXTRA_libgnu_a_SOURCES += malloc.c
605 977
606libgnu_a_SOURCES += malloca.c 978libgnu_a_SOURCES += malloca.c
607 979
608EXTRA_DIST += malloca.h malloca.valgrind 980EXTRA_DIST += malloca.h
609 981
610## end gnulib module malloca 982## end gnulib module malloca
611 983
@@ -617,109 +989,114 @@ libgnu_a_SOURCES += math.c
617# We need the following in order to create <math.h> when the system 989# We need the following in order to create <math.h> when the system
618# doesn't have one that works with the given compiler. 990# doesn't have one that works with the given compiler.
619math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 991math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
620 $(AM_V_GEN)rm -f $@-t $@ && \ 992 $(gl_V_at)$(SED_HEADER_STDOUT) \
621 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 993 -e 's|@''GUARD_PREFIX''@|GL|g' \
622 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
623 -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \ 994 -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
624 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 995 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
625 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 996 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
626 -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \ 997 -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
627 -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \ 998 -e 's/@''GNULIB_ACOSF''@/$(GL_GNULIB_ACOSF)/g' \
628 -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \ 999 -e 's/@''GNULIB_ACOSL''@/$(GL_GNULIB_ACOSL)/g' \
629 -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \ 1000 -e 's/@''GNULIB_ASINF''@/$(GL_GNULIB_ASINF)/g' \
630 -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \ 1001 -e 's/@''GNULIB_ASINL''@/$(GL_GNULIB_ASINL)/g' \
631 -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \ 1002 -e 's/@''GNULIB_ATANF''@/$(GL_GNULIB_ATANF)/g' \
632 -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \ 1003 -e 's/@''GNULIB_ATANL''@/$(GL_GNULIB_ATANL)/g' \
633 -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \ 1004 -e 's/@''GNULIB_ATAN2F''@/$(GL_GNULIB_ATAN2F)/g' \
634 -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \ 1005 -e 's/@''GNULIB_CBRT''@/$(GL_GNULIB_CBRT)/g' \
635 -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \ 1006 -e 's/@''GNULIB_CBRTF''@/$(GL_GNULIB_CBRTF)/g' \
636 -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \ 1007 -e 's/@''GNULIB_CBRTL''@/$(GL_GNULIB_CBRTL)/g' \
637 -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \ 1008 -e 's/@''GNULIB_CEIL''@/$(GL_GNULIB_CEIL)/g' \
638 -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \ 1009 -e 's/@''GNULIB_CEILF''@/$(GL_GNULIB_CEILF)/g' \
639 -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \ 1010 -e 's/@''GNULIB_CEILL''@/$(GL_GNULIB_CEILL)/g' \
640 -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \ 1011 -e 's/@''GNULIB_COPYSIGN''@/$(GL_GNULIB_COPYSIGN)/g' \
641 -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \ 1012 -e 's/@''GNULIB_COPYSIGNF''@/$(GL_GNULIB_COPYSIGNF)/g' \
642 -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \ 1013 -e 's/@''GNULIB_COPYSIGNL''@/$(GL_GNULIB_COPYSIGNL)/g' \
643 -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \ 1014 -e 's/@''GNULIB_COSF''@/$(GL_GNULIB_COSF)/g' \
644 -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \ 1015 -e 's/@''GNULIB_COSL''@/$(GL_GNULIB_COSL)/g' \
645 -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \ 1016 -e 's/@''GNULIB_COSHF''@/$(GL_GNULIB_COSHF)/g' \
646 -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \ 1017 -e 's/@''GNULIB_EXPF''@/$(GL_GNULIB_EXPF)/g' \
647 -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \ 1018 -e 's/@''GNULIB_EXPL''@/$(GL_GNULIB_EXPL)/g' \
648 -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \ 1019 -e 's/@''GNULIB_EXP2''@/$(GL_GNULIB_EXP2)/g' \
649 -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \ 1020 -e 's/@''GNULIB_EXP2F''@/$(GL_GNULIB_EXP2F)/g' \
650 -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \ 1021 -e 's/@''GNULIB_EXP2L''@/$(GL_GNULIB_EXP2L)/g' \
651 -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \ 1022 -e 's/@''GNULIB_EXPM1''@/$(GL_GNULIB_EXPM1)/g' \
652 -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \ 1023 -e 's/@''GNULIB_EXPM1F''@/$(GL_GNULIB_EXPM1F)/g' \
653 -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \ 1024 -e 's/@''GNULIB_EXPM1L''@/$(GL_GNULIB_EXPM1L)/g' \
654 -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \ 1025 -e 's/@''GNULIB_FABSF''@/$(GL_GNULIB_FABSF)/g' \
655 -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \ 1026 -e 's/@''GNULIB_FABSL''@/$(GL_GNULIB_FABSL)/g' \
656 -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \ 1027 -e 's/@''GNULIB_FLOOR''@/$(GL_GNULIB_FLOOR)/g' \
657 -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \ 1028 -e 's/@''GNULIB_FLOORF''@/$(GL_GNULIB_FLOORF)/g' \
658 -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \ 1029 -e 's/@''GNULIB_FLOORL''@/$(GL_GNULIB_FLOORL)/g' \
659 -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \ 1030 -e 's/@''GNULIB_FMA''@/$(GL_GNULIB_FMA)/g' \
660 -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \ 1031 -e 's/@''GNULIB_FMAF''@/$(GL_GNULIB_FMAF)/g' \
661 -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \ 1032 -e 's/@''GNULIB_FMAL''@/$(GL_GNULIB_FMAL)/g' \
662 -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \ 1033 -e 's/@''GNULIB_FMOD''@/$(GL_GNULIB_FMOD)/g' \
663 -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \ 1034 -e 's/@''GNULIB_FMODF''@/$(GL_GNULIB_FMODF)/g' \
664 -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \ 1035 -e 's/@''GNULIB_FMODL''@/$(GL_GNULIB_FMODL)/g' \
665 -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \ 1036 -e 's/@''GNULIB_FREXPF''@/$(GL_GNULIB_FREXPF)/g' \
666 -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \ 1037 -e 's/@''GNULIB_FREXP''@/$(GL_GNULIB_FREXP)/g' \
667 -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \ 1038 -e 's/@''GNULIB_FREXPL''@/$(GL_GNULIB_FREXPL)/g' \
668 -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \ 1039 -e 's/@''GNULIB_HYPOT''@/$(GL_GNULIB_HYPOT)/g' \
669 -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \ 1040 -e 's/@''GNULIB_HYPOTF''@/$(GL_GNULIB_HYPOTF)/g' \
670 -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \ 1041 -e 's/@''GNULIB_HYPOTL''@/$(GL_GNULIB_HYPOTL)/g' \
671 < $(srcdir)/math.in.h | \ 1042 < $(srcdir)/math.in.h | \
672 sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \ 1043 sed -e 's/@''GNULIB_ILOGB''@/$(GL_GNULIB_ILOGB)/g' \
673 -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \ 1044 -e 's/@''GNULIB_ILOGBF''@/$(GL_GNULIB_ILOGBF)/g' \
674 -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \ 1045 -e 's/@''GNULIB_ILOGBL''@/$(GL_GNULIB_ILOGBL)/g' \
675 -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \ 1046 -e 's/@''GNULIB_ISFINITE''@/$(GL_GNULIB_ISFINITE)/g' \
676 -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \ 1047 -e 's/@''GNULIB_ISINF''@/$(GL_GNULIB_ISINF)/g' \
677 -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \ 1048 -e 's/@''GNULIB_ISNAN''@/$(GL_GNULIB_ISNAN)/g' \
678 -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \ 1049 -e 's/@''GNULIB_ISNANF''@/$(GL_GNULIB_ISNANF)/g' \
679 -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \ 1050 -e 's/@''GNULIB_ISNAND''@/$(GL_GNULIB_ISNAND)/g' \
680 -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \ 1051 -e 's/@''GNULIB_ISNANL''@/$(GL_GNULIB_ISNANL)/g' \
681 -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \ 1052 -e 's/@''GNULIB_LDEXPF''@/$(GL_GNULIB_LDEXPF)/g' \
682 -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \ 1053 -e 's/@''GNULIB_LDEXPL''@/$(GL_GNULIB_LDEXPL)/g' \
683 -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \ 1054 -e 's/@''GNULIB_LOG''@/$(GL_GNULIB_LOG)/g' \
684 -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \ 1055 -e 's/@''GNULIB_LOGF''@/$(GL_GNULIB_LOGF)/g' \
685 -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \ 1056 -e 's/@''GNULIB_LOGL''@/$(GL_GNULIB_LOGL)/g' \
686 -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \ 1057 -e 's/@''GNULIB_LOG10''@/$(GL_GNULIB_LOG10)/g' \
687 -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \ 1058 -e 's/@''GNULIB_LOG10F''@/$(GL_GNULIB_LOG10F)/g' \
688 -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \ 1059 -e 's/@''GNULIB_LOG10L''@/$(GL_GNULIB_LOG10L)/g' \
689 -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \ 1060 -e 's/@''GNULIB_LOG1P''@/$(GL_GNULIB_LOG1P)/g' \
690 -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \ 1061 -e 's/@''GNULIB_LOG1PF''@/$(GL_GNULIB_LOG1PF)/g' \
691 -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \ 1062 -e 's/@''GNULIB_LOG1PL''@/$(GL_GNULIB_LOG1PL)/g' \
692 -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \ 1063 -e 's/@''GNULIB_LOG2''@/$(GL_GNULIB_LOG2)/g' \
693 -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \ 1064 -e 's/@''GNULIB_LOG2F''@/$(GL_GNULIB_LOG2F)/g' \
694 -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \ 1065 -e 's/@''GNULIB_LOG2L''@/$(GL_GNULIB_LOG2L)/g' \
695 -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \ 1066 -e 's/@''GNULIB_LOGB''@/$(GL_GNULIB_LOGB)/g' \
696 -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \ 1067 -e 's/@''GNULIB_LOGBF''@/$(GL_GNULIB_LOGBF)/g' \
697 -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \ 1068 -e 's/@''GNULIB_LOGBL''@/$(GL_GNULIB_LOGBL)/g' \
698 -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \ 1069 -e 's/@''GNULIB_MODF''@/$(GL_GNULIB_MODF)/g' \
699 -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \ 1070 -e 's/@''GNULIB_MODFF''@/$(GL_GNULIB_MODFF)/g' \
700 -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \ 1071 -e 's/@''GNULIB_MODFL''@/$(GL_GNULIB_MODFL)/g' \
701 -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \ 1072 -e 's/@''GNULIB_POWF''@/$(GL_GNULIB_POWF)/g' \
702 -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \ 1073 -e 's/@''GNULIB_REMAINDER''@/$(GL_GNULIB_REMAINDER)/g' \
703 -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \ 1074 -e 's/@''GNULIB_REMAINDERF''@/$(GL_GNULIB_REMAINDERF)/g' \
704 -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \ 1075 -e 's/@''GNULIB_REMAINDERL''@/$(GL_GNULIB_REMAINDERL)/g' \
705 -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \ 1076 -e 's/@''GNULIB_RINT''@/$(GL_GNULIB_RINT)/g' \
706 -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \ 1077 -e 's/@''GNULIB_RINTF''@/$(GL_GNULIB_RINTF)/g' \
707 -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \ 1078 -e 's/@''GNULIB_RINTL''@/$(GL_GNULIB_RINTL)/g' \
708 -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \ 1079 -e 's/@''GNULIB_ROUND''@/$(GL_GNULIB_ROUND)/g' \
709 -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \ 1080 -e 's/@''GNULIB_ROUNDF''@/$(GL_GNULIB_ROUNDF)/g' \
710 -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \ 1081 -e 's/@''GNULIB_ROUNDL''@/$(GL_GNULIB_ROUNDL)/g' \
711 -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \ 1082 -e 's/@''GNULIB_SIGNBIT''@/$(GL_GNULIB_SIGNBIT)/g' \
712 -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \ 1083 -e 's/@''GNULIB_SINF''@/$(GL_GNULIB_SINF)/g' \
713 -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \ 1084 -e 's/@''GNULIB_SINL''@/$(GL_GNULIB_SINL)/g' \
714 -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \ 1085 -e 's/@''GNULIB_SINHF''@/$(GL_GNULIB_SINHF)/g' \
715 -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \ 1086 -e 's/@''GNULIB_SQRTF''@/$(GL_GNULIB_SQRTF)/g' \
716 -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \ 1087 -e 's/@''GNULIB_SQRTL''@/$(GL_GNULIB_SQRTL)/g' \
717 -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \ 1088 -e 's/@''GNULIB_TANF''@/$(GL_GNULIB_TANF)/g' \
718 -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \ 1089 -e 's/@''GNULIB_TANL''@/$(GL_GNULIB_TANL)/g' \
719 -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \ 1090 -e 's/@''GNULIB_TANHF''@/$(GL_GNULIB_TANHF)/g' \
720 -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \ 1091 -e 's/@''GNULIB_TRUNC''@/$(GL_GNULIB_TRUNC)/g' \
721 -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \ 1092 -e 's/@''GNULIB_TRUNCF''@/$(GL_GNULIB_TRUNCF)/g' \
722 -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \ 1093 -e 's/@''GNULIB_TRUNCL''@/$(GL_GNULIB_TRUNCL)/g' \
1094 -e 's/@''GNULIB_MDA_J0''@/$(GL_GNULIB_MDA_J0)/g' \
1095 -e 's/@''GNULIB_MDA_J1''@/$(GL_GNULIB_MDA_J1)/g' \
1096 -e 's/@''GNULIB_MDA_JN''@/$(GL_GNULIB_MDA_JN)/g' \
1097 -e 's/@''GNULIB_MDA_Y0''@/$(GL_GNULIB_MDA_Y0)/g' \
1098 -e 's/@''GNULIB_MDA_Y1''@/$(GL_GNULIB_MDA_Y1)/g' \
1099 -e 's/@''GNULIB_MDA_YN''@/$(GL_GNULIB_MDA_YN)/g' \
723 | \ 1100 | \
724 sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \ 1101 sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
725 -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \ 1102 -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
@@ -818,13 +1195,22 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(
818 -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ 1195 -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
819 -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \ 1196 -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
820 | \ 1197 | \
821 sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \ 1198 sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
1199 -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
1200 -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
1201 -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
1202 -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
822 -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \ 1203 -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
823 -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \ 1204 -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
824 -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ 1205 -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
825 -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ 1206 -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
1207 -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
1208 -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
1209 -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
1210 -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
826 -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \ 1211 -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
827 -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \ 1212 -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
1213 -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
828 -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \ 1214 -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
829 -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \ 1215 -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
830 -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \ 1216 -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
@@ -846,6 +1232,7 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(
846 -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \ 1232 -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
847 -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \ 1233 -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
848 -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \ 1234 -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
1235 -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
849 -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ 1236 -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
850 -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \ 1237 -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
851 -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \ 1238 -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
@@ -873,20 +1260,26 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(
873 -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \ 1260 -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
874 -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \ 1261 -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
875 -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \ 1262 -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
1263 -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
876 -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ 1264 -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
877 -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ 1265 -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
878 -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ 1266 -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
879 -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ 1267 -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
880 -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ 1268 -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
1269 -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
1270 -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
1271 -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
881 -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \ 1272 -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
1273 -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
1274 -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
882 -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \ 1275 -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
883 -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \ 1276 -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
884 -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \ 1277 -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
885 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1278 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
886 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1279 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
887 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1280 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
888 } > $@-t && \ 1281 > $@-t
889 mv $@-t $@ 1282 $(AM_V_at)mv $@-t $@
890MOSTLYCLEANFILES += math.h math.h-t 1283MOSTLYCLEANFILES += math.h math.h-t
891 1284
892EXTRA_DIST += math.in.h 1285EXTRA_DIST += math.in.h
@@ -895,40 +1288,50 @@ EXTRA_DIST += math.in.h
895 1288
896## begin gnulib module mbrtowc 1289## begin gnulib module mbrtowc
897 1290
1291if GL_COND_OBJ_MBRTOWC
1292libgnu_a_SOURCES += mbrtowc.c
1293endif
898 1294
899EXTRA_DIST += mbrtowc.c 1295EXTRA_DIST += lc-charset-dispatch.c lc-charset-dispatch.h mbrtowc-impl-utf8.h mbrtowc-impl.h mbtowc-lock.c mbtowc-lock.h windows-initguard.h
900 1296
901EXTRA_libgnu_a_SOURCES += mbrtowc.c 1297EXTRA_libgnu_a_SOURCES += lc-charset-dispatch.c mbtowc-lock.c
902 1298
903## end gnulib module mbrtowc 1299## end gnulib module mbrtowc
904 1300
905## begin gnulib module mbsinit 1301## begin gnulib module mbsinit
906 1302
907 1303if GL_COND_OBJ_MBSINIT
908EXTRA_DIST += mbsinit.c 1304libgnu_a_SOURCES += mbsinit.c
909 1305endif
910EXTRA_libgnu_a_SOURCES += mbsinit.c
911 1306
912## end gnulib module mbsinit 1307## end gnulib module mbsinit
913 1308
914## begin gnulib module mbtowc 1309## begin gnulib module mbtowc
915 1310
1311if GL_COND_OBJ_MBTOWC
1312libgnu_a_SOURCES += mbtowc.c
1313endif
916 1314
917EXTRA_DIST += mbtowc-impl.h mbtowc.c 1315EXTRA_DIST += mbtowc-impl.h
918
919EXTRA_libgnu_a_SOURCES += mbtowc.c
920 1316
921## end gnulib module mbtowc 1317## end gnulib module mbtowc
922 1318
923## begin gnulib module memchr 1319## begin gnulib module memchr
924 1320
1321if GL_COND_OBJ_MEMCHR
1322libgnu_a_SOURCES += memchr.c
1323endif
925 1324
926EXTRA_DIST += memchr.c memchr.valgrind 1325EXTRA_DIST += memchr.valgrind
927
928EXTRA_libgnu_a_SOURCES += memchr.c
929 1326
930## end gnulib module memchr 1327## end gnulib module memchr
931 1328
1329## begin gnulib module minmax
1330
1331libgnu_a_SOURCES += minmax.h
1332
1333## end gnulib module minmax
1334
932## begin gnulib module mktime 1335## begin gnulib module mktime
933 1336
934 1337
@@ -949,28 +1352,31 @@ EXTRA_libgnu_a_SOURCES += mktime.c
949 1352
950## begin gnulib module mountlist 1353## begin gnulib module mountlist
951 1354
1355if GL_COND_OBJ_MOUNTLIST
1356libgnu_a_SOURCES += mountlist.c
1357endif
952 1358
953EXTRA_DIST += mountlist.c mountlist.h 1359EXTRA_DIST += mountlist.h
954
955EXTRA_libgnu_a_SOURCES += mountlist.c
956 1360
957## end gnulib module mountlist 1361## end gnulib module mountlist
958 1362
959## begin gnulib module msvc-inval 1363## begin gnulib module msvc-inval
960 1364
1365if GL_COND_OBJ_MSVC_INVAL
1366libgnu_a_SOURCES += msvc-inval.c
1367endif
961 1368
962EXTRA_DIST += msvc-inval.c msvc-inval.h 1369EXTRA_DIST += msvc-inval.h
963
964EXTRA_libgnu_a_SOURCES += msvc-inval.c
965 1370
966## end gnulib module msvc-inval 1371## end gnulib module msvc-inval
967 1372
968## begin gnulib module msvc-nothrow 1373## begin gnulib module msvc-nothrow
969 1374
1375if GL_COND_OBJ_MSVC_NOTHROW
1376libgnu_a_SOURCES += msvc-nothrow.c
1377endif
970 1378
971EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h 1379EXTRA_DIST += msvc-nothrow.h
972
973EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
974 1380
975## end gnulib module msvc-nothrow 1381## end gnulib module msvc-nothrow
976 1382
@@ -981,27 +1387,26 @@ BUILT_SOURCES += netdb.h
981# We need the following in order to create <netdb.h> when the system 1387# We need the following in order to create <netdb.h> when the system
982# doesn't have one that works with the given compiler. 1388# doesn't have one that works with the given compiler.
983netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 1389netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
984 $(AM_V_GEN)rm -f $@-t $@ && \ 1390 $(gl_V_at)$(SED_HEADER_STDOUT) \
985 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1391 -e 's|@''GUARD_PREFIX''@|GL|g' \
986 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
987 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1392 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
988 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1393 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
989 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1394 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
990 -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \ 1395 -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
991 -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \ 1396 -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
992 -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \ 1397 -e 's/@''GNULIB_GETADDRINFO''@/$(GL_GNULIB_GETADDRINFO)/g' \
993 -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \ 1398 -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
994 -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \ 1399 -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
995 -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \ 1400 -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
996 -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \ 1401 -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
997 -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \ 1402 -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
998 -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \ 1403 -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \
1404 -e 's|@''REPLACE_GETADDRINFO''@|$(REPLACE_GETADDRINFO)|g' \
999 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1405 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1000 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1406 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1001 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 1407 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1002 < $(srcdir)/netdb.in.h; \ 1408 $(srcdir)/netdb.in.h > $@-t
1003 } > $@-t && \ 1409 $(AM_V_at)mv $@-t $@
1004 mv $@-t $@
1005MOSTLYCLEANFILES += netdb.h netdb.h-t 1410MOSTLYCLEANFILES += netdb.h netdb.h-t
1006 1411
1007EXTRA_DIST += netdb.in.h 1412EXTRA_DIST += netdb.in.h
@@ -1016,18 +1421,16 @@ BUILT_SOURCES += $(NETINET_IN_H)
1016# doesn't have one. 1421# doesn't have one.
1017if GL_GENERATE_NETINET_IN_H 1422if GL_GENERATE_NETINET_IN_H
1018netinet/in.h: netinet_in.in.h $(top_builddir)/config.status 1423netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
1019 $(AM_V_at)$(MKDIR_P) netinet 1424 $(AM_V_GEN)$(MKDIR_P) '%reldir%/netinet'
1020 $(AM_V_GEN)rm -f $@-t $@ && \ 1425 $(AM_V_at)$(SED_HEADER_STDOUT) \
1021 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1426 -e 's|@''GUARD_PREFIX''@|GL|g' \
1022 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1023 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1427 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1024 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1428 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1025 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1429 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1026 -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ 1430 -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
1027 -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ 1431 -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
1028 < $(srcdir)/netinet_in.in.h; \ 1432 $(srcdir)/netinet_in.in.h > $@-t
1029 } > $@-t && \ 1433 $(AM_V_at)mv $@-t $@
1030 mv $@-t $@
1031else 1434else
1032netinet/in.h: $(top_builddir)/config.status 1435netinet/in.h: $(top_builddir)/config.status
1033 rm -f $@ 1436 rm -f $@
@@ -1041,48 +1444,89 @@ EXTRA_DIST += netinet_in.in.h
1041 1444
1042## begin gnulib module nl_langinfo 1445## begin gnulib module nl_langinfo
1043 1446
1447if GL_COND_OBJ_NL_LANGINFO
1448libgnu_a_SOURCES += nl_langinfo.c
1449endif
1450if GL_COND_OBJ_NL_LANGINFO_LOCK
1451libgnu_a_SOURCES += nl_langinfo-lock.c
1452endif
1044 1453
1045EXTRA_DIST += nl_langinfo.c 1454EXTRA_DIST += windows-initguard.h
1046
1047EXTRA_libgnu_a_SOURCES += nl_langinfo.c
1048 1455
1049## end gnulib module nl_langinfo 1456## end gnulib module nl_langinfo
1050 1457
1051## begin gnulib module read 1458## begin gnulib module open
1052 1459
1460if GL_COND_OBJ_OPEN
1461libgnu_a_SOURCES += open.c
1462endif
1053 1463
1054EXTRA_DIST += read.c 1464## end gnulib module open
1055 1465
1056EXTRA_libgnu_a_SOURCES += read.c 1466## begin gnulib module pathmax
1057 1467
1058## end gnulib module read
1059 1468
1060## begin gnulib module regex 1469EXTRA_DIST += pathmax.h
1061 1470
1471## end gnulib module pathmax
1062 1472
1063EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c 1473## begin gnulib module realloc-gnu
1064 1474
1065EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
1066 1475
1067## end gnulib module regex 1476EXTRA_DIST += realloc.c
1068 1477
1069## begin gnulib module safe-read 1478EXTRA_libgnu_a_SOURCES += realloc.c
1070 1479
1071libgnu_a_SOURCES += safe-read.c 1480## end gnulib module realloc-gnu
1072 1481
1073EXTRA_DIST += safe-read.h 1482## begin gnulib module realloc-posix
1074 1483
1075## end gnulib module safe-read
1076 1484
1077## begin gnulib module setenv 1485EXTRA_DIST += realloc.c
1486
1487EXTRA_libgnu_a_SOURCES += realloc.c
1078 1488
1489## end gnulib module realloc-posix
1079 1490
1080EXTRA_DIST += setenv.c 1491## begin gnulib module reallocarray
1081 1492
1082EXTRA_libgnu_a_SOURCES += setenv.c 1493if GL_COND_OBJ_REALLOCARRAY
1494libgnu_a_SOURCES += reallocarray.c
1495endif
1496
1497## end gnulib module reallocarray
1498
1499## begin gnulib module regex
1500
1501if GL_COND_OBJ_REGEX
1502libgnu_a_SOURCES += regex.c
1503endif
1504
1505EXTRA_DIST += regcomp.c regex.h regex_internal.c regex_internal.h regexec.c
1506
1507EXTRA_libgnu_a_SOURCES += regcomp.c regex_internal.c regexec.c
1508
1509## end gnulib module regex
1510
1511## begin gnulib module setenv
1512
1513if GL_COND_OBJ_SETENV
1514libgnu_a_SOURCES += setenv.c
1515endif
1083 1516
1084## end gnulib module setenv 1517## end gnulib module setenv
1085 1518
1519## begin gnulib module setlocale-null
1520
1521libgnu_a_SOURCES += setlocale_null.c
1522if GL_COND_OBJ_SETLOCALE_LOCK
1523libgnu_a_SOURCES += setlocale-lock.c
1524endif
1525
1526EXTRA_DIST += setlocale_null.h windows-initguard.h
1527
1528## end gnulib module setlocale-null
1529
1086## begin gnulib module size_max 1530## begin gnulib module size_max
1087 1531
1088libgnu_a_SOURCES += size_max.h 1532libgnu_a_SOURCES += size_max.h
@@ -1092,81 +1536,48 @@ libgnu_a_SOURCES += size_max.h
1092## begin gnulib module snippet/_Noreturn 1536## begin gnulib module snippet/_Noreturn
1093 1537
1094# Because this Makefile snippet defines a variable used by other 1538# Because this Makefile snippet defines a variable used by other
1095# gnulib Makefile snippets, it must be present in all Makefile.am that 1539# gnulib Makefile snippets, it must be present in all makefiles that
1096# need it. This is ensured by the applicability 'all' defined above. 1540# need it. This is ensured by the applicability 'all' defined above.
1097 1541
1098_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h 1542_NORETURN_H=$(srcdir)/_Noreturn.h
1099 1543
1100EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h 1544EXTRA_DIST += _Noreturn.h
1101 1545
1102## end gnulib module snippet/_Noreturn 1546## end gnulib module snippet/_Noreturn
1103 1547
1104## begin gnulib module snippet/arg-nonnull 1548## begin gnulib module snippet/arg-nonnull
1105 1549
1106# The BUILT_SOURCES created by this Makefile snippet are not used via #include 1550# Because this Makefile snippet defines a variable used by other
1107# statements but through direct file reference. Therefore this snippet must be 1551# gnulib Makefile snippets, it must be present in all makefiles that
1108# present in all Makefile.am that need it. This is ensured by the applicability 1552# need it. This is ensured by the applicability 'all' defined above.
1109# 'all' defined above.
1110
1111BUILT_SOURCES += arg-nonnull.h
1112# The arg-nonnull.h that gets inserted into generated .h files is the same as
1113# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1114# off.
1115arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1116 $(AM_V_GEN)rm -f $@-t $@ && \
1117 sed -n -e '/GL_ARG_NONNULL/,$$p' \
1118 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1119 > $@-t && \
1120 mv $@-t $@
1121MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
1122 1553
1123ARG_NONNULL_H=arg-nonnull.h 1554ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
1124 1555
1125EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h 1556EXTRA_DIST += arg-nonnull.h
1126 1557
1127## end gnulib module snippet/arg-nonnull 1558## end gnulib module snippet/arg-nonnull
1128 1559
1129## begin gnulib module snippet/c++defs 1560## begin gnulib module snippet/c++defs
1130 1561
1131# The BUILT_SOURCES created by this Makefile snippet are not used via #include 1562# Because this Makefile snippet defines a variable used by other
1132# statements but through direct file reference. Therefore this snippet must be 1563# gnulib Makefile snippets, it must be present in all makefiles that
1133# present in all Makefile.am that need it. This is ensured by the applicability 1564# need it. This is ensured by the applicability 'all' defined above.
1134# 'all' defined above.
1135
1136BUILT_SOURCES += c++defs.h
1137# The c++defs.h that gets inserted into generated .h files is the same as
1138# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
1139c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
1140 $(AM_V_GEN)rm -f $@-t $@ && \
1141 sed -n -e '/_GL_CXXDEFS/,$$p' \
1142 < $(top_srcdir)/build-aux/snippet/c++defs.h \
1143 > $@-t && \
1144 mv $@-t $@
1145MOSTLYCLEANFILES += c++defs.h c++defs.h-t
1146 1565
1147CXXDEFS_H=c++defs.h 1566CXXDEFS_H=$(srcdir)/c++defs.h
1148 1567
1149EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h 1568EXTRA_DIST += c++defs.h
1150 1569
1151## end gnulib module snippet/c++defs 1570## end gnulib module snippet/c++defs
1152 1571
1153## begin gnulib module snippet/warn-on-use 1572## begin gnulib module snippet/warn-on-use
1154 1573
1155BUILT_SOURCES += warn-on-use.h 1574# Because this Makefile snippet defines a variable used by other
1156# The warn-on-use.h that gets inserted into generated .h files is the same as 1575# gnulib Makefile snippets, it must be present in all makefiles that
1157# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut 1576# need it. This is ensured by the applicability 'all' defined above.
1158# off.
1159warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
1160 $(AM_V_GEN)rm -f $@-t $@ && \
1161 sed -n -e '/^.ifndef/,$$p' \
1162 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
1163 > $@-t && \
1164 mv $@-t $@
1165MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1166 1577
1167WARN_ON_USE_H=warn-on-use.h 1578WARN_ON_USE_H=$(srcdir)/warn-on-use.h
1168 1579
1169EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h 1580EXTRA_DIST += warn-on-use.h
1170 1581
1171## end gnulib module snippet/warn-on-use 1582## end gnulib module snippet/warn-on-use
1172 1583
@@ -1187,6 +1598,26 @@ EXTRA_DIST += w32sock.h
1187 1598
1188## end gnulib module sockets 1599## end gnulib module sockets
1189 1600
1601## begin gnulib module stat
1602
1603if GL_COND_OBJ_STAT
1604libgnu_a_SOURCES += stat.c
1605endif
1606
1607EXTRA_DIST += stat-w32.c stat-w32.h
1608
1609EXTRA_libgnu_a_SOURCES += stat-w32.c
1610
1611## end gnulib module stat
1612
1613## begin gnulib module stat-time
1614
1615libgnu_a_SOURCES += stat-time.c
1616
1617EXTRA_DIST += stat-time.h
1618
1619## end gnulib module stat-time
1620
1190## begin gnulib module stdalign 1621## begin gnulib module stdalign
1191 1622
1192BUILT_SOURCES += $(STDALIGN_H) 1623BUILT_SOURCES += $(STDALIGN_H)
@@ -1195,11 +1626,8 @@ BUILT_SOURCES += $(STDALIGN_H)
1195# doesn't have one that works. 1626# doesn't have one that works.
1196if GL_GENERATE_STDALIGN_H 1627if GL_GENERATE_STDALIGN_H
1197stdalign.h: stdalign.in.h $(top_builddir)/config.status 1628stdalign.h: stdalign.in.h $(top_builddir)/config.status
1198 $(AM_V_GEN)rm -f $@-t $@ && \ 1629 $(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/stdalign.in.h
1199 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1630 $(AM_V_at)mv $@-t $@
1200 cat $(srcdir)/stdalign.in.h; \
1201 } > $@-t && \
1202 mv $@-t $@
1203else 1631else
1204stdalign.h: $(top_builddir)/config.status 1632stdalign.h: $(top_builddir)/config.status
1205 rm -f $@ 1633 rm -f $@
@@ -1218,11 +1646,10 @@ BUILT_SOURCES += $(STDBOOL_H)
1218# doesn't have one that works. 1646# doesn't have one that works.
1219if GL_GENERATE_STDBOOL_H 1647if GL_GENERATE_STDBOOL_H
1220stdbool.h: stdbool.in.h $(top_builddir)/config.status 1648stdbool.h: stdbool.in.h $(top_builddir)/config.status
1221 $(AM_V_GEN)rm -f $@-t $@ && \ 1649 $(gl_V_at)$(SED_HEADER_STDOUT) \
1222 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1650 -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
1223 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ 1651 $(srcdir)/stdbool.in.h > $@-t
1224 } > $@-t && \ 1652 $(AM_V_at)mv $@-t $@
1225 mv $@-t $@
1226else 1653else
1227stdbool.h: $(top_builddir)/config.status 1654stdbool.h: $(top_builddir)/config.status
1228 rm -f $@ 1655 rm -f $@
@@ -1233,6 +1660,27 @@ EXTRA_DIST += stdbool.in.h
1233 1660
1234## end gnulib module stdbool 1661## end gnulib module stdbool
1235 1662
1663## begin gnulib module stdckdint
1664
1665BUILT_SOURCES += $(STDCKDINT_H)
1666
1667# We need the following in order to create <stdckdint.h> when the system
1668# doesn't have one that works with the given compiler.
1669if GL_GENERATE_STDCKDINT_H
1670stdckdint.h: stdckdint.in.h $(top_builddir)/config.status
1671 $(gl_V_at)$(SED_HEADER_STDOUT) \
1672 $(srcdir)/stdckdint.in.h > $@-t
1673 $(AM_V_at)mv $@-t $@
1674else
1675stdckdint.h: $(top_builddir)/config.status
1676 rm -f $@
1677endif
1678MOSTLYCLEANFILES += stdckdint.h stdckdint.h-t
1679
1680EXTRA_DIST += intprops-internal.h stdckdint.in.h
1681
1682## end gnulib module stdckdint
1683
1236## begin gnulib module stddef 1684## begin gnulib module stddef
1237 1685
1238BUILT_SOURCES += $(STDDEF_H) 1686BUILT_SOURCES += $(STDDEF_H)
@@ -1241,18 +1689,17 @@ BUILT_SOURCES += $(STDDEF_H)
1241# doesn't have one that works with the given compiler. 1689# doesn't have one that works with the given compiler.
1242if GL_GENERATE_STDDEF_H 1690if GL_GENERATE_STDDEF_H
1243stddef.h: stddef.in.h $(top_builddir)/config.status 1691stddef.h: stddef.in.h $(top_builddir)/config.status
1244 $(AM_V_GEN)rm -f $@-t $@ && \ 1692 $(gl_V_at)$(SED_HEADER_STDOUT) \
1245 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 1693 -e 's|@''GUARD_PREFIX''@|GL|g' \
1246 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1247 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1694 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1248 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1695 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1249 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1696 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1250 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ 1697 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1698 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1251 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ 1699 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1252 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ 1700 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1253 < $(srcdir)/stddef.in.h; \ 1701 $(srcdir)/stddef.in.h > $@-t
1254 } > $@-t && \ 1702 $(AM_V_at)mv $@-t $@
1255 mv $@-t $@
1256else 1703else
1257stddef.h: $(top_builddir)/config.status 1704stddef.h: $(top_builddir)/config.status
1258 rm -f $@ 1705 rm -f $@
@@ -1271,21 +1718,19 @@ BUILT_SOURCES += $(STDINT_H)
1271# doesn't have one that works with the given compiler. 1718# doesn't have one that works with the given compiler.
1272if GL_GENERATE_STDINT_H 1719if GL_GENERATE_STDINT_H
1273stdint.h: stdint.in.h $(top_builddir)/config.status 1720stdint.h: stdint.in.h $(top_builddir)/config.status
1274 $(AM_V_GEN)rm -f $@-t $@ && \ 1721 $(gl_V_at)$(SED_HEADER_STDOUT) \
1275 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1722 -e 's|@''GUARD_PREFIX''@|GL|g' \
1276 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1277 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ 1723 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1278 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1724 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1279 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1725 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1280 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1726 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1281 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ 1727 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1728 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1282 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ 1729 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1283 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ 1730 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1284 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ 1731 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1285 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ 1732 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1286 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ 1733 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1287 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1288 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1289 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ 1734 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1290 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ 1735 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1291 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ 1736 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
@@ -1300,9 +1745,9 @@ stdint.h: stdint.in.h $(top_builddir)/config.status
1300 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ 1745 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1301 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ 1746 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1302 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ 1747 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1303 < $(srcdir)/stdint.in.h; \ 1748 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \
1304 } > $@-t && \ 1749 $(srcdir)/stdint.in.h > $@-t
1305 mv $@-t $@ 1750 $(AM_V_at)mv $@-t $@
1306else 1751else
1307stdint.h: $(top_builddir)/config.status 1752stdint.h: $(top_builddir)/config.status
1308 rm -f $@ 1753 rm -f $@
@@ -1320,68 +1765,75 @@ BUILT_SOURCES += stdio.h
1320# We need the following in order to create <stdio.h> when the system 1765# We need the following in order to create <stdio.h> when the system
1321# doesn't have one that works with the given compiler. 1766# doesn't have one that works with the given compiler.
1322stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 1767stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1323 $(AM_V_GEN)rm -f $@-t $@ && \ 1768 $(gl_V_at)$(SED_HEADER_STDOUT) \
1324 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 1769 -e 's|@''GUARD_PREFIX''@|GL|g' \
1325 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1326 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1770 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1327 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1771 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1328 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1772 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1329 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ 1773 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1330 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ 1774 -e 's/@''GNULIB_DPRINTF''@/$(GL_GNULIB_DPRINTF)/g' \
1331 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ 1775 -e 's/@''GNULIB_FCLOSE''@/$(GL_GNULIB_FCLOSE)/g' \
1332 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ 1776 -e 's/@''GNULIB_FDOPEN''@/$(GL_GNULIB_FDOPEN)/g' \
1333 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ 1777 -e 's/@''GNULIB_FFLUSH''@/$(GL_GNULIB_FFLUSH)/g' \
1334 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ 1778 -e 's/@''GNULIB_FGETC''@/$(GL_GNULIB_FGETC)/g' \
1335 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ 1779 -e 's/@''GNULIB_FGETS''@/$(GL_GNULIB_FGETS)/g' \
1336 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ 1780 -e 's/@''GNULIB_FOPEN''@/$(GL_GNULIB_FOPEN)/g' \
1337 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ 1781 -e 's/@''GNULIB_FOPEN_GNU''@/$(GL_GNULIB_FOPEN_GNU)/g' \
1338 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ 1782 -e 's/@''GNULIB_FPRINTF''@/$(GL_GNULIB_FPRINTF)/g' \
1339 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ 1783 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GL_GNULIB_FPRINTF_POSIX)/g' \
1340 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ 1784 -e 's/@''GNULIB_FPURGE''@/$(GL_GNULIB_FPURGE)/g' \
1341 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ 1785 -e 's/@''GNULIB_FPUTC''@/$(GL_GNULIB_FPUTC)/g' \
1342 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ 1786 -e 's/@''GNULIB_FPUTS''@/$(GL_GNULIB_FPUTS)/g' \
1343 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ 1787 -e 's/@''GNULIB_FREAD''@/$(GL_GNULIB_FREAD)/g' \
1344 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ 1788 -e 's/@''GNULIB_FREOPEN''@/$(GL_GNULIB_FREOPEN)/g' \
1345 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ 1789 -e 's/@''GNULIB_FSCANF''@/$(GL_GNULIB_FSCANF)/g' \
1346 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ 1790 -e 's/@''GNULIB_FSEEK''@/$(GL_GNULIB_FSEEK)/g' \
1347 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ 1791 -e 's/@''GNULIB_FSEEKO''@/$(GL_GNULIB_FSEEKO)/g' \
1348 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ 1792 -e 's/@''GNULIB_FTELL''@/$(GL_GNULIB_FTELL)/g' \
1349 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ 1793 -e 's/@''GNULIB_FTELLO''@/$(GL_GNULIB_FTELLO)/g' \
1350 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ 1794 -e 's/@''GNULIB_FWRITE''@/$(GL_GNULIB_FWRITE)/g' \
1351 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ 1795 -e 's/@''GNULIB_GETC''@/$(GL_GNULIB_GETC)/g' \
1352 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ 1796 -e 's/@''GNULIB_GETCHAR''@/$(GL_GNULIB_GETCHAR)/g' \
1353 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ 1797 -e 's/@''GNULIB_GETDELIM''@/$(GL_GNULIB_GETDELIM)/g' \
1354 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ 1798 -e 's/@''GNULIB_GETLINE''@/$(GL_GNULIB_GETLINE)/g' \
1355 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ 1799 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GL_GNULIB_OBSTACK_PRINTF)/g' \
1356 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ 1800 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GL_GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1357 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ 1801 -e 's/@''GNULIB_PCLOSE''@/$(GL_GNULIB_PCLOSE)/g' \
1358 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ 1802 -e 's/@''GNULIB_PERROR''@/$(GL_GNULIB_PERROR)/g' \
1359 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ 1803 -e 's/@''GNULIB_POPEN''@/$(GL_GNULIB_POPEN)/g' \
1360 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ 1804 -e 's/@''GNULIB_PRINTF''@/$(GL_GNULIB_PRINTF)/g' \
1361 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ 1805 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GL_GNULIB_PRINTF_POSIX)/g' \
1362 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ 1806 -e 's/@''GNULIB_PUTC''@/$(GL_GNULIB_PUTC)/g' \
1363 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ 1807 -e 's/@''GNULIB_PUTCHAR''@/$(GL_GNULIB_PUTCHAR)/g' \
1364 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ 1808 -e 's/@''GNULIB_PUTS''@/$(GL_GNULIB_PUTS)/g' \
1365 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ 1809 -e 's/@''GNULIB_REMOVE''@/$(GL_GNULIB_REMOVE)/g' \
1366 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ 1810 -e 's/@''GNULIB_RENAME''@/$(GL_GNULIB_RENAME)/g' \
1367 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ 1811 -e 's/@''GNULIB_RENAMEAT''@/$(GL_GNULIB_RENAMEAT)/g' \
1368 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ 1812 -e 's/@''GNULIB_SCANF''@/$(GL_GNULIB_SCANF)/g' \
1369 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ 1813 -e 's/@''GNULIB_SNPRINTF''@/$(GL_GNULIB_SNPRINTF)/g' \
1370 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ 1814 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GL_GNULIB_SPRINTF_POSIX)/g' \
1371 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ 1815 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GL_GNULIB_STDIO_H_NONBLOCKING)/g' \
1372 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ 1816 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GL_GNULIB_STDIO_H_SIGPIPE)/g' \
1373 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ 1817 -e 's/@''GNULIB_TMPFILE''@/$(GL_GNULIB_TMPFILE)/g' \
1374 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ 1818 -e 's/@''GNULIB_VASPRINTF''@/$(GL_GNULIB_VASPRINTF)/g' \
1375 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ 1819 -e 's/@''GNULIB_VDPRINTF''@/$(GL_GNULIB_VDPRINTF)/g' \
1376 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ 1820 -e 's/@''GNULIB_VFPRINTF''@/$(GL_GNULIB_VFPRINTF)/g' \
1377 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ 1821 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GL_GNULIB_VFPRINTF_POSIX)/g' \
1378 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ 1822 -e 's/@''GNULIB_VFSCANF''@/$(GL_GNULIB_VFSCANF)/g' \
1379 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ 1823 -e 's/@''GNULIB_VSCANF''@/$(GL_GNULIB_VSCANF)/g' \
1380 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ 1824 -e 's/@''GNULIB_VPRINTF''@/$(GL_GNULIB_VPRINTF)/g' \
1381 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ 1825 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GL_GNULIB_VPRINTF_POSIX)/g' \
1382 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ 1826 -e 's/@''GNULIB_VSNPRINTF''@/$(GL_GNULIB_VSNPRINTF)/g' \
1827 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GL_GNULIB_VSPRINTF_POSIX)/g' \
1828 -e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GL_GNULIB_MDA_FCLOSEALL)/g' \
1829 -e 's/@''GNULIB_MDA_FDOPEN''@/$(GL_GNULIB_MDA_FDOPEN)/g' \
1830 -e 's/@''GNULIB_MDA_FILENO''@/$(GL_GNULIB_MDA_FILENO)/g' \
1831 -e 's/@''GNULIB_MDA_GETW''@/$(GL_GNULIB_MDA_GETW)/g' \
1832 -e 's/@''GNULIB_MDA_PUTW''@/$(GL_GNULIB_MDA_PUTW)/g' \
1833 -e 's/@''GNULIB_MDA_TEMPNAM''@/$(GL_GNULIB_MDA_TEMPNAM)/g' \
1383 < $(srcdir)/stdio.in.h | \ 1834 < $(srcdir)/stdio.in.h | \
1384 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ 1835 sed -e 's|@''HAVE_DECL_FCLOSEALL''@|$(HAVE_DECL_FCLOSEALL)|g' \
1836 -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1385 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ 1837 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1386 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ 1838 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1387 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ 1839 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
@@ -1402,6 +1854,7 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
1402 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ 1854 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1403 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ 1855 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1404 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ 1856 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1857 -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|$(REPLACE_FOPEN_FOR_FOPEN_GNU)|g' \
1405 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ 1858 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1406 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ 1859 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1407 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ 1860 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
@@ -1432,11 +1885,18 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
1432 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ 1885 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1433 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1886 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1434 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1887 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1435 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1888 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1436 } > $@-t && \ 1889 > $@-t
1437 mv $@-t $@ 1890 $(AM_V_at)mv $@-t $@
1438MOSTLYCLEANFILES += stdio.h stdio.h-t 1891MOSTLYCLEANFILES += stdio.h stdio.h-t
1439 1892
1893if GL_COND_OBJ_STDIO_READ
1894libgnu_a_SOURCES += stdio-read.c
1895endif
1896if GL_COND_OBJ_STDIO_WRITE
1897libgnu_a_SOURCES += stdio-write.c
1898endif
1899
1440EXTRA_DIST += stdio.in.h 1900EXTRA_DIST += stdio.in.h
1441 1901
1442## end gnulib module stdio 1902## end gnulib module stdio
@@ -1449,95 +1909,141 @@ BUILT_SOURCES += stdlib.h
1449# doesn't have one that works with the given compiler. 1909# doesn't have one that works with the given compiler.
1450stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ 1910stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1451 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 1911 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1452 $(AM_V_GEN)rm -f $@-t $@ && \ 1912 $(gl_V_at)$(SED_HEADER_STDOUT) \
1453 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 1913 -e 's|@''GUARD_PREFIX''@|GL|g' \
1454 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1455 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1914 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1456 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1915 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1457 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1916 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1458 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ 1917 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1459 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ 1918 -e 's/@''GNULIB__EXIT''@/$(GL_GNULIB__EXIT)/g' \
1460 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ 1919 -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GL_GNULIB_ALIGNED_ALLOC)/g' \
1461 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ 1920 -e 's/@''GNULIB_ATOLL''@/$(GL_GNULIB_ATOLL)/g' \
1462 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ 1921 -e 's/@''GNULIB_CALLOC_GNU''@/$(GL_GNULIB_CALLOC_GNU)/g' \
1463 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ 1922 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GL_GNULIB_CALLOC_POSIX)/g' \
1464 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ 1923 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GL_GNULIB_CANONICALIZE_FILE_NAME)/g' \
1465 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ 1924 -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \
1466 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ 1925 -e 's/@''GNULIB_GETLOADAVG''@/$(GL_GNULIB_GETLOADAVG)/g' \
1467 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ 1926 -e 's/@''GNULIB_GETSUBOPT''@/$(GL_GNULIB_GETSUBOPT)/g' \
1468 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ 1927 -e 's/@''GNULIB_GRANTPT''@/$(GL_GNULIB_GRANTPT)/g' \
1469 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ 1928 -e 's/@''GNULIB_MALLOC_GNU''@/$(GL_GNULIB_MALLOC_GNU)/g' \
1470 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ 1929 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GL_GNULIB_MALLOC_POSIX)/g' \
1471 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ 1930 -e 's/@''GNULIB_MBTOWC''@/$(GL_GNULIB_MBTOWC)/g' \
1472 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ 1931 -e 's/@''GNULIB_MKDTEMP''@/$(GL_GNULIB_MKDTEMP)/g' \
1473 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ 1932 -e 's/@''GNULIB_MKOSTEMP''@/$(GL_GNULIB_MKOSTEMP)/g' \
1474 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ 1933 -e 's/@''GNULIB_MKOSTEMPS''@/$(GL_GNULIB_MKOSTEMPS)/g' \
1475 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ 1934 -e 's/@''GNULIB_MKSTEMP''@/$(GL_GNULIB_MKSTEMP)/g' \
1476 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ 1935 -e 's/@''GNULIB_MKSTEMPS''@/$(GL_GNULIB_MKSTEMPS)/g' \
1477 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ 1936 -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GL_GNULIB_POSIX_MEMALIGN)/g' \
1478 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ 1937 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GL_GNULIB_POSIX_OPENPT)/g' \
1479 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ 1938 -e 's/@''GNULIB_PTSNAME''@/$(GL_GNULIB_PTSNAME)/g' \
1480 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ 1939 -e 's/@''GNULIB_PTSNAME_R''@/$(GL_GNULIB_PTSNAME_R)/g' \
1481 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ 1940 -e 's/@''GNULIB_PUTENV''@/$(GL_GNULIB_PUTENV)/g' \
1482 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \ 1941 -e 's/@''GNULIB_QSORT_R''@/$(GL_GNULIB_QSORT_R)/g' \
1483 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ 1942 -e 's/@''GNULIB_RANDOM''@/$(GL_GNULIB_RANDOM)/g' \
1484 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ 1943 -e 's/@''GNULIB_RANDOM_R''@/$(GL_GNULIB_RANDOM_R)/g' \
1485 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ 1944 -e 's/@''GNULIB_REALLOC_GNU''@/$(GL_GNULIB_REALLOC_GNU)/g' \
1486 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ 1945 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GL_GNULIB_REALLOC_POSIX)/g' \
1487 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ 1946 -e 's/@''GNULIB_REALLOCARRAY''@/$(GL_GNULIB_REALLOCARRAY)/g' \
1488 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ 1947 -e 's/@''GNULIB_REALPATH''@/$(GL_GNULIB_REALPATH)/g' \
1489 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ 1948 -e 's/@''GNULIB_RPMATCH''@/$(GL_GNULIB_RPMATCH)/g' \
1490 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ 1949 -e 's/@''GNULIB_SECURE_GETENV''@/$(GL_GNULIB_SECURE_GETENV)/g' \
1950 -e 's/@''GNULIB_SETENV''@/$(GL_GNULIB_SETENV)/g' \
1951 -e 's/@''GNULIB_STRTOD''@/$(GL_GNULIB_STRTOD)/g' \
1952 -e 's/@''GNULIB_STRTOL''@/$(GL_GNULIB_STRTOL)/g' \
1953 -e 's/@''GNULIB_STRTOLD''@/$(GL_GNULIB_STRTOLD)/g' \
1954 -e 's/@''GNULIB_STRTOLL''@/$(GL_GNULIB_STRTOLL)/g' \
1955 -e 's/@''GNULIB_STRTOUL''@/$(GL_GNULIB_STRTOUL)/g' \
1956 -e 's/@''GNULIB_STRTOULL''@/$(GL_GNULIB_STRTOULL)/g' \
1957 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GL_GNULIB_SYSTEM_POSIX)/g' \
1958 -e 's/@''GNULIB_UNLOCKPT''@/$(GL_GNULIB_UNLOCKPT)/g' \
1959 -e 's/@''GNULIB_UNSETENV''@/$(GL_GNULIB_UNSETENV)/g' \
1960 -e 's/@''GNULIB_WCTOMB''@/$(GL_GNULIB_WCTOMB)/g' \
1961 -e 's/@''GNULIB_MDA_ECVT''@/$(GL_GNULIB_MDA_ECVT)/g' \
1962 -e 's/@''GNULIB_MDA_FCVT''@/$(GL_GNULIB_MDA_FCVT)/g' \
1963 -e 's/@''GNULIB_MDA_GCVT''@/$(GL_GNULIB_MDA_GCVT)/g' \
1964 -e 's/@''GNULIB_MDA_MKTEMP''@/$(GL_GNULIB_MDA_MKTEMP)/g' \
1965 -e 's/@''GNULIB_MDA_PUTENV''@/$(GL_GNULIB_MDA_PUTENV)/g' \
1491 < $(srcdir)/stdlib.in.h | \ 1966 < $(srcdir)/stdlib.in.h | \
1492 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ 1967 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1968 -e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \
1493 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ 1969 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1494 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ 1970 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1971 -e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \
1972 -e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \
1973 -e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \
1495 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ 1974 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1496 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ 1975 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1497 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ 1976 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1977 -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
1978 -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
1979 -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
1498 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ 1980 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1499 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ 1981 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1500 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ 1982 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1501 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ 1983 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1502 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ 1984 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1985 -e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \
1503 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ 1986 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1504 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ 1987 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1505 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ 1988 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1989 -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
1506 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ 1990 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1507 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ 1991 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1508 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ 1992 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1993 -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
1509 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ 1994 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1510 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ 1995 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1511 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \ 1996 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1512 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ 1997 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1998 -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
1999 -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
1513 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ 2000 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2001 -e 's|@''HAVE_STRTOL''@|$(HAVE_STRTOL)|g' \
2002 -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
1514 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ 2003 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2004 -e 's|@''HAVE_STRTOUL''@|$(HAVE_STRTOUL)|g' \
1515 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ 2005 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1516 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ 2006 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1517 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ 2007 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1518 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ 2008 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1519 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ 2009 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1520 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ 2010 -e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \
2011 -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|$(REPLACE_CALLOC_FOR_CALLOC_GNU)|g' \
2012 -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|$(REPLACE_CALLOC_FOR_CALLOC_POSIX)|g' \
1521 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ 2013 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1522 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ 2014 -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
2015 -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
2016 -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|$(REPLACE_MALLOC_FOR_MALLOC_GNU)|g' \
2017 -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|$(REPLACE_MALLOC_FOR_MALLOC_POSIX)|g' \
1523 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ 2018 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1524 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ 2019 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2020 -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \
1525 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \ 2021 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1526 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ 2022 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1527 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ 2023 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2024 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
2025 -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
1528 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ 2026 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1529 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ 2027 -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|$(REPLACE_REALLOC_FOR_REALLOC_GNU)|g' \
2028 -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|$(REPLACE_REALLOC_FOR_REALLOC_POSIX)|g' \
2029 -e 's|@''REPLACE_REALLOCARRAY''@|$(REPLACE_REALLOCARRAY)|g' \
1530 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ 2030 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1531 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ 2031 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2032 -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
1532 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ 2033 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2034 -e 's|@''REPLACE_STRTOL''@|$(REPLACE_STRTOL)|g' \
2035 -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
2036 -e 's|@''REPLACE_STRTOLL''@|$(REPLACE_STRTOLL)|g' \
2037 -e 's|@''REPLACE_STRTOUL''@|$(REPLACE_STRTOUL)|g' \
2038 -e 's|@''REPLACE_STRTOULL''@|$(REPLACE_STRTOULL)|g' \
1533 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ 2039 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1534 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ 2040 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1535 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2041 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1536 -e '/definition of _Noreturn/r $(_NORETURN_H)' \ 2042 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1537 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2043 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1538 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 2044 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1539 } > $@-t && \ 2045 > $@-t
1540 mv $@-t $@ 2046 $(AM_V_at)mv $@-t $@
1541MOSTLYCLEANFILES += stdlib.h stdlib.h-t 2047MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1542 2048
1543EXTRA_DIST += stdlib.in.h 2049EXTRA_DIST += stdlib.in.h
@@ -1546,12 +2052,23 @@ EXTRA_DIST += stdlib.in.h
1546 2052
1547## begin gnulib module strcase 2053## begin gnulib module strcase
1548 2054
2055if GL_COND_OBJ_STRCASECMP
2056libgnu_a_SOURCES += strcasecmp.c
2057endif
2058if GL_COND_OBJ_STRNCASECMP
2059libgnu_a_SOURCES += strncasecmp.c
2060endif
2061
2062## end gnulib module strcase
1549 2063
1550EXTRA_DIST += strcasecmp.c strncasecmp.c 2064## begin gnulib module strcasestr
1551 2065
1552EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
1553 2066
1554## end gnulib module strcase 2067EXTRA_DIST += strcasestr.c
2068
2069EXTRA_libgnu_a_SOURCES += strcasestr.c
2070
2071## end gnulib module strcasestr
1555 2072
1556## begin gnulib module strcasestr-simple 2073## begin gnulib module strcasestr-simple
1557 2074
@@ -1571,19 +2088,19 @@ EXTRA_DIST += streq.h
1571 2088
1572## begin gnulib module strerror 2089## begin gnulib module strerror
1573 2090
1574 2091if GL_COND_OBJ_STRERROR
1575EXTRA_DIST += strerror.c 2092libgnu_a_SOURCES += strerror.c
1576 2093endif
1577EXTRA_libgnu_a_SOURCES += strerror.c
1578 2094
1579## end gnulib module strerror 2095## end gnulib module strerror
1580 2096
1581## begin gnulib module strerror-override 2097## begin gnulib module strerror-override
1582 2098
2099if GL_COND_OBJ_STRERROR_OVERRIDE
2100libgnu_a_SOURCES += strerror-override.c
2101endif
1583 2102
1584EXTRA_DIST += strerror-override.c strerror-override.h 2103EXTRA_DIST += strerror-override.h
1585
1586EXTRA_libgnu_a_SOURCES += strerror-override.c
1587 2104
1588## end gnulib module strerror-override 2105## end gnulib module strerror-override
1589 2106
@@ -1594,55 +2111,61 @@ BUILT_SOURCES += string.h
1594# We need the following in order to create <string.h> when the system 2111# We need the following in order to create <string.h> when the system
1595# doesn't have one that works with the given compiler. 2112# doesn't have one that works with the given compiler.
1596string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 2113string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1597 $(AM_V_GEN)rm -f $@-t $@ && \ 2114 $(gl_V_at)$(SED_HEADER_STDOUT) \
1598 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 2115 -e 's|@''GUARD_PREFIX''@|GL|g' \
1599 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1600 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2116 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1601 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2117 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1602 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2118 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1603 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ 2119 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1604 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ 2120 -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GL_GNULIB_EXPLICIT_BZERO)/g' \
1605 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ 2121 -e 's/@''GNULIB_FFSL''@/$(GL_GNULIB_FFSL)/g' \
1606 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ 2122 -e 's/@''GNULIB_FFSLL''@/$(GL_GNULIB_FFSLL)/g' \
1607 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ 2123 -e 's/@''GNULIB_MBSLEN''@/$(GL_GNULIB_MBSLEN)/g' \
1608 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ 2124 -e 's/@''GNULIB_MBSNLEN''@/$(GL_GNULIB_MBSNLEN)/g' \
1609 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ 2125 -e 's/@''GNULIB_MBSCHR''@/$(GL_GNULIB_MBSCHR)/g' \
1610 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ 2126 -e 's/@''GNULIB_MBSRCHR''@/$(GL_GNULIB_MBSRCHR)/g' \
1611 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ 2127 -e 's/@''GNULIB_MBSSTR''@/$(GL_GNULIB_MBSSTR)/g' \
1612 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ 2128 -e 's/@''GNULIB_MBSCASECMP''@/$(GL_GNULIB_MBSCASECMP)/g' \
1613 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ 2129 -e 's/@''GNULIB_MBSNCASECMP''@/$(GL_GNULIB_MBSNCASECMP)/g' \
1614 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ 2130 -e 's/@''GNULIB_MBSPCASECMP''@/$(GL_GNULIB_MBSPCASECMP)/g' \
1615 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ 2131 -e 's/@''GNULIB_MBSCASESTR''@/$(GL_GNULIB_MBSCASESTR)/g' \
1616 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ 2132 -e 's/@''GNULIB_MBSCSPN''@/$(GL_GNULIB_MBSCSPN)/g' \
1617 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ 2133 -e 's/@''GNULIB_MBSPBRK''@/$(GL_GNULIB_MBSPBRK)/g' \
1618 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ 2134 -e 's/@''GNULIB_MBSSPN''@/$(GL_GNULIB_MBSSPN)/g' \
1619 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ 2135 -e 's/@''GNULIB_MBSSEP''@/$(GL_GNULIB_MBSSEP)/g' \
1620 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ 2136 -e 's/@''GNULIB_MBSTOK_R''@/$(GL_GNULIB_MBSTOK_R)/g' \
1621 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ 2137 -e 's/@''GNULIB_MEMCHR''@/$(GL_GNULIB_MEMCHR)/g' \
1622 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ 2138 -e 's/@''GNULIB_MEMMEM''@/$(GL_GNULIB_MEMMEM)/g' \
1623 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ 2139 -e 's/@''GNULIB_MEMPCPY''@/$(GL_GNULIB_MEMPCPY)/g' \
1624 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ 2140 -e 's/@''GNULIB_MEMRCHR''@/$(GL_GNULIB_MEMRCHR)/g' \
1625 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ 2141 -e 's/@''GNULIB_RAWMEMCHR''@/$(GL_GNULIB_RAWMEMCHR)/g' \
1626 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ 2142 -e 's/@''GNULIB_STPCPY''@/$(GL_GNULIB_STPCPY)/g' \
1627 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ 2143 -e 's/@''GNULIB_STPNCPY''@/$(GL_GNULIB_STPNCPY)/g' \
1628 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ 2144 -e 's/@''GNULIB_STRCHRNUL''@/$(GL_GNULIB_STRCHRNUL)/g' \
1629 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ 2145 -e 's/@''GNULIB_STRDUP''@/$(GL_GNULIB_STRDUP)/g' \
1630 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ 2146 -e 's/@''GNULIB_STRNCAT''@/$(GL_GNULIB_STRNCAT)/g' \
1631 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ 2147 -e 's/@''GNULIB_STRNDUP''@/$(GL_GNULIB_STRNDUP)/g' \
1632 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ 2148 -e 's/@''GNULIB_STRNLEN''@/$(GL_GNULIB_STRNLEN)/g' \
1633 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ 2149 -e 's/@''GNULIB_STRPBRK''@/$(GL_GNULIB_STRPBRK)/g' \
1634 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ 2150 -e 's/@''GNULIB_STRSEP''@/$(GL_GNULIB_STRSEP)/g' \
1635 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ 2151 -e 's/@''GNULIB_STRSTR''@/$(GL_GNULIB_STRSTR)/g' \
1636 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ 2152 -e 's/@''GNULIB_STRCASESTR''@/$(GL_GNULIB_STRCASESTR)/g' \
1637 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ 2153 -e 's/@''GNULIB_STRTOK_R''@/$(GL_GNULIB_STRTOK_R)/g' \
1638 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ 2154 -e 's/@''GNULIB_STRERROR''@/$(GL_GNULIB_STRERROR)/g' \
1639 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ 2155 -e 's/@''GNULIB_STRERROR_R''@/$(GL_GNULIB_STRERROR_R)/g' \
1640 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ 2156 -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GL_GNULIB_STRERRORNAME_NP)/g' \
2157 -e 's/@''GNULIB_SIGABBREV_NP''@/$(GL_GNULIB_SIGABBREV_NP)/g' \
2158 -e 's/@''GNULIB_SIGDESCR_NP''@/$(GL_GNULIB_SIGDESCR_NP)/g' \
2159 -e 's/@''GNULIB_STRSIGNAL''@/$(GL_GNULIB_STRSIGNAL)/g' \
2160 -e 's/@''GNULIB_STRVERSCMP''@/$(GL_GNULIB_STRVERSCMP)/g' \
2161 -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GL_GNULIB_MDA_MEMCCPY)/g' \
2162 -e 's/@''GNULIB_MDA_STRDUP''@/$(GL_GNULIB_MDA_STRDUP)/g' \
2163 -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \
1641 < $(srcdir)/string.in.h | \ 2164 < $(srcdir)/string.in.h | \
1642 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ 2165 sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
2166 -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1643 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ 2167 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1644 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ 2168 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1645 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1646 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ 2169 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1647 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ 2170 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1648 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ 2171 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
@@ -1658,29 +2181,34 @@ string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
1658 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ 2181 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1659 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ 2182 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1660 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ 2183 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2184 -e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \
2185 -e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \
2186 -e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \
1661 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ 2187 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1662 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ 2188 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1663 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ 2189 -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \
1664 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ 2190 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1665 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ 2191 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1666 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ 2192 -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
2193 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1667 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ 2194 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1668 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ 2195 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1669 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1670 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1671 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1672 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ 2196 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1673 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ 2197 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1674 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ 2198 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1675 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ 2199 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2200 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1676 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ 2201 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2202 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2203 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2204 -e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \
2205 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1677 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ 2206 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1678 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2207 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1679 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2208 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1680 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 2209 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1681 < $(srcdir)/string.in.h; \ 2210 > $@-t
1682 } > $@-t && \ 2211 $(AM_V_at)mv $@-t $@
1683 mv $@-t $@
1684MOSTLYCLEANFILES += string.h string.h-t 2212MOSTLYCLEANFILES += string.h string.h-t
1685 2213
1686EXTRA_DIST += string.in.h 2214EXTRA_DIST += string.in.h
@@ -1694,54 +2222,33 @@ BUILT_SOURCES += strings.h
1694# We need the following in order to create <strings.h> when the system 2222# We need the following in order to create <strings.h> when the system
1695# doesn't have one that works with the given compiler. 2223# doesn't have one that works with the given compiler.
1696strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) 2224strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1697 $(AM_V_GEN)rm -f $@-t $@ && \ 2225 $(gl_V_at)$(SED_HEADER_STDOUT) \
1698 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 2226 -e 's|@''GUARD_PREFIX''@|GL|g' \
1699 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1700 -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \ 2227 -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
1701 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2228 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1702 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2229 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1703 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2230 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1704 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \ 2231 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
1705 -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \ 2232 -e 's/@''GNULIB_FFS''@/$(GL_GNULIB_FFS)/g' \
1706 -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \ 2233 -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
1707 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \ 2234 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
1708 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \ 2235 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
1709 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2236 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1710 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2237 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1711 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 2238 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1712 < $(srcdir)/strings.in.h; \ 2239 $(srcdir)/strings.in.h > $@-t
1713 } > $@-t && \ 2240 $(AM_V_at)mv $@-t $@
1714 mv $@-t $@
1715MOSTLYCLEANFILES += strings.h strings.h-t 2241MOSTLYCLEANFILES += strings.h strings.h-t
1716 2242
1717EXTRA_DIST += strings.in.h 2243EXTRA_DIST += strings.in.h
1718 2244
1719## end gnulib module strings 2245## end gnulib module strings
1720 2246
1721## begin gnulib module strndup
1722
1723
1724EXTRA_DIST += strndup.c
1725
1726EXTRA_libgnu_a_SOURCES += strndup.c
1727
1728## end gnulib module strndup
1729
1730## begin gnulib module strnlen
1731
1732
1733EXTRA_DIST += strnlen.c
1734
1735EXTRA_libgnu_a_SOURCES += strnlen.c
1736
1737## end gnulib module strnlen
1738
1739## begin gnulib module strsep 2247## begin gnulib module strsep
1740 2248
1741 2249if GL_COND_OBJ_STRSEP
1742EXTRA_DIST += strsep.c 2250libgnu_a_SOURCES += strsep.c
1743 2251endif
1744EXTRA_libgnu_a_SOURCES += strsep.c
1745 2252
1746## end gnulib module strsep 2253## end gnulib module strsep
1747 2254
@@ -1762,31 +2269,30 @@ libgnu_a_SOURCES += sys_socket.c
1762# We need the following in order to create <sys/socket.h> when the system 2269# We need the following in order to create <sys/socket.h> when the system
1763# doesn't have one that works with the given compiler. 2270# doesn't have one that works with the given compiler.
1764sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) 2271sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1765 $(AM_V_at)$(MKDIR_P) sys 2272 $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
1766 $(AM_V_GEN)rm -f $@-t $@ && \ 2273 $(AM_V_at)$(SED_HEADER_STDOUT) \
1767 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 2274 -e 's|@''GUARD_PREFIX''@|GL|g' \
1768 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1769 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2275 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1770 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2276 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1771 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2277 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1772 -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ 2278 -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1773 -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ 2279 -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1774 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ 2280 -e 's/@''GNULIB_CLOSE''@/$(GL_GNULIB_CLOSE)/g' \
1775 -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \ 2281 -e 's/@''GNULIB_SOCKET''@/$(GL_GNULIB_SOCKET)/g' \
1776 -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \ 2282 -e 's/@''GNULIB_CONNECT''@/$(GL_GNULIB_CONNECT)/g' \
1777 -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \ 2283 -e 's/@''GNULIB_ACCEPT''@/$(GL_GNULIB_ACCEPT)/g' \
1778 -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \ 2284 -e 's/@''GNULIB_BIND''@/$(GL_GNULIB_BIND)/g' \
1779 -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \ 2285 -e 's/@''GNULIB_GETPEERNAME''@/$(GL_GNULIB_GETPEERNAME)/g' \
1780 -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \ 2286 -e 's/@''GNULIB_GETSOCKNAME''@/$(GL_GNULIB_GETSOCKNAME)/g' \
1781 -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \ 2287 -e 's/@''GNULIB_GETSOCKOPT''@/$(GL_GNULIB_GETSOCKOPT)/g' \
1782 -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \ 2288 -e 's/@''GNULIB_LISTEN''@/$(GL_GNULIB_LISTEN)/g' \
1783 -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \ 2289 -e 's/@''GNULIB_RECV''@/$(GL_GNULIB_RECV)/g' \
1784 -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \ 2290 -e 's/@''GNULIB_SEND''@/$(GL_GNULIB_SEND)/g' \
1785 -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \ 2291 -e 's/@''GNULIB_RECVFROM''@/$(GL_GNULIB_RECVFROM)/g' \
1786 -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \ 2292 -e 's/@''GNULIB_SENDTO''@/$(GL_GNULIB_SENDTO)/g' \
1787 -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \ 2293 -e 's/@''GNULIB_SETSOCKOPT''@/$(GL_GNULIB_SETSOCKOPT)/g' \
1788 -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \ 2294 -e 's/@''GNULIB_SHUTDOWN''@/$(GL_GNULIB_SHUTDOWN)/g' \
1789 -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \ 2295 -e 's/@''GNULIB_ACCEPT4''@/$(GL_GNULIB_ACCEPT4)/g' \
1790 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ 2296 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1791 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ 2297 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1792 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \ 2298 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
@@ -1796,9 +2302,8 @@ sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_
1796 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2302 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1797 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2303 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1798 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 2304 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1799 < $(srcdir)/sys_socket.in.h; \ 2305 $(srcdir)/sys_socket.in.h > $@-t
1800 } > $@-t && \ 2306 $(AM_V_at)mv $@-t $@
1801 mv -f $@-t $@
1802MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t 2307MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1803MOSTLYCLEANDIRS += sys 2308MOSTLYCLEANDIRS += sys
1804 2309
@@ -1806,6 +2311,79 @@ EXTRA_DIST += sys_socket.in.h
1806 2311
1807## end gnulib module sys_socket 2312## end gnulib module sys_socket
1808 2313
2314## begin gnulib module sys_stat
2315
2316BUILT_SOURCES += sys/stat.h
2317
2318# We need the following in order to create <sys/stat.h> when the system
2319# has one that is incomplete.
2320sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2321 $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
2322 $(AM_V_at)$(SED_HEADER_STDOUT) \
2323 -e 's|@''GUARD_PREFIX''@|GL|g' \
2324 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2325 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2326 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2327 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2328 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2329 -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
2330 -e 's/@''GNULIB_CHMOD''@/$(GL_GNULIB_CHMOD)/g' \
2331 -e 's/@''GNULIB_FCHMODAT''@/$(GL_GNULIB_FCHMODAT)/g' \
2332 -e 's/@''GNULIB_FSTAT''@/$(GL_GNULIB_FSTAT)/g' \
2333 -e 's/@''GNULIB_FSTATAT''@/$(GL_GNULIB_FSTATAT)/g' \
2334 -e 's/@''GNULIB_FUTIMENS''@/$(GL_GNULIB_FUTIMENS)/g' \
2335 -e 's/@''GNULIB_GETUMASK''@/$(GL_GNULIB_GETUMASK)/g' \
2336 -e 's/@''GNULIB_LCHMOD''@/$(GL_GNULIB_LCHMOD)/g' \
2337 -e 's/@''GNULIB_LSTAT''@/$(GL_GNULIB_LSTAT)/g' \
2338 -e 's/@''GNULIB_MKDIR''@/$(GL_GNULIB_MKDIR)/g' \
2339 -e 's/@''GNULIB_MKDIRAT''@/$(GL_GNULIB_MKDIRAT)/g' \
2340 -e 's/@''GNULIB_MKFIFO''@/$(GL_GNULIB_MKFIFO)/g' \
2341 -e 's/@''GNULIB_MKFIFOAT''@/$(GL_GNULIB_MKFIFOAT)/g' \
2342 -e 's/@''GNULIB_MKNOD''@/$(GL_GNULIB_MKNOD)/g' \
2343 -e 's/@''GNULIB_MKNODAT''@/$(GL_GNULIB_MKNODAT)/g' \
2344 -e 's/@''GNULIB_STAT''@/$(GL_GNULIB_STAT)/g' \
2345 -e 's/@''GNULIB_UTIMENSAT''@/$(GL_GNULIB_UTIMENSAT)/g' \
2346 -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GL_GNULIB_OVERRIDES_STRUCT_STAT)/g' \
2347 -e 's/@''GNULIB_MDA_CHMOD''@/$(GL_GNULIB_MDA_CHMOD)/g' \
2348 -e 's/@''GNULIB_MDA_MKDIR''@/$(GL_GNULIB_MDA_MKDIR)/g' \
2349 -e 's/@''GNULIB_MDA_UMASK''@/$(GL_GNULIB_MDA_UMASK)/g' \
2350 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2351 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2352 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2353 -e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
2354 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2355 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2356 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2357 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2358 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2359 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2360 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2361 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2362 -e 's|@''REPLACE_CHMOD''@|$(REPLACE_CHMOD)|g' \
2363 -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
2364 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2365 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2366 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2367 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2368 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2369 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2370 -e 's|@''REPLACE_MKFIFOAT''@|$(REPLACE_MKFIFOAT)|g' \
2371 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2372 -e 's|@''REPLACE_MKNODAT''@|$(REPLACE_MKNODAT)|g' \
2373 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2374 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2375 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2376 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2377 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2378 $(srcdir)/sys_stat.in.h > $@-t
2379 $(AM_V_at)mv $@-t $@
2380MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
2381MOSTLYCLEANDIRS += sys
2382
2383EXTRA_DIST += sys_stat.in.h
2384
2385## end gnulib module sys_stat
2386
1809## begin gnulib module sys_types 2387## begin gnulib module sys_types
1810 2388
1811BUILT_SOURCES += sys/types.h 2389BUILT_SOURCES += sys/types.h
@@ -1813,18 +2391,17 @@ BUILT_SOURCES += sys/types.h
1813# We need the following in order to create <sys/types.h> when the system 2391# We need the following in order to create <sys/types.h> when the system
1814# doesn't have one that works with the given compiler. 2392# doesn't have one that works with the given compiler.
1815sys/types.h: sys_types.in.h $(top_builddir)/config.status 2393sys/types.h: sys_types.in.h $(top_builddir)/config.status
1816 $(AM_V_at)$(MKDIR_P) sys 2394 $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
1817 $(AM_V_GEN)rm -f $@-t $@ && \ 2395 $(AM_V_at)$(SED_HEADER_STDOUT) \
1818 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 2396 -e 's|@''GUARD_PREFIX''@|GL|g' \
1819 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1820 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2397 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1821 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2398 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1822 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2399 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1823 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ 2400 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1824 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ 2401 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1825 < $(srcdir)/sys_types.in.h; \ 2402 -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
1826 } > $@-t && \ 2403 $(srcdir)/sys_types.in.h > $@-t
1827 mv $@-t $@ 2404 $(AM_V_at)mv $@-t $@
1828MOSTLYCLEANFILES += sys/types.h sys/types.h-t 2405MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1829 2406
1830EXTRA_DIST += sys_types.in.h 2407EXTRA_DIST += sys_types.in.h
@@ -1838,18 +2415,16 @@ BUILT_SOURCES += sys/uio.h
1838# We need the following in order to create <sys/uio.h> when the system 2415# We need the following in order to create <sys/uio.h> when the system
1839# doesn't have one that works with the given compiler. 2416# doesn't have one that works with the given compiler.
1840sys/uio.h: sys_uio.in.h $(top_builddir)/config.status 2417sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
1841 $(AM_V_at)$(MKDIR_P) sys 2418 $(AM_V_GEN)$(MKDIR_P) '%reldir%/sys'
1842 $(AM_V_GEN)rm -f $@-t $@ && \ 2419 $(AM_V_at)$(SED_HEADER_STDOUT) \
1843 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 2420 -e 's|@''GUARD_PREFIX''@|GL|g' \
1844 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1845 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2421 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1846 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2422 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1847 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2423 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1848 -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \ 2424 -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
1849 -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \ 2425 -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
1850 < $(srcdir)/sys_uio.in.h; \ 2426 $(srcdir)/sys_uio.in.h > $@-t
1851 } > $@-t && \ 2427 $(AM_V_at)mv $@-t $@
1852 mv -f $@-t $@
1853MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t 2428MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
1854MOSTLYCLEANDIRS += sys 2429MOSTLYCLEANDIRS += sys
1855 2430
@@ -1861,8 +2436,6 @@ EXTRA_DIST += sys_uio.in.h
1861 2436
1862libgnu_a_SOURCES += glthread/threadlib.c 2437libgnu_a_SOURCES += glthread/threadlib.c
1863 2438
1864EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
1865
1866## end gnulib module threadlib 2439## end gnulib module threadlib
1867 2440
1868## begin gnulib module time 2441## begin gnulib module time
@@ -1872,35 +2445,51 @@ BUILT_SOURCES += time.h
1872# We need the following in order to create <time.h> when the system 2445# We need the following in order to create <time.h> when the system
1873# doesn't have one that works with the given compiler. 2446# doesn't have one that works with the given compiler.
1874time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 2447time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1875 $(AM_V_GEN)rm -f $@-t $@ && \ 2448 $(gl_V_at)$(SED_HEADER_STDOUT) \
1876 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 2449 -e 's|@''GUARD_PREFIX''@|GL|g' \
1877 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1878 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2450 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1879 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2451 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1880 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2452 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1881 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ 2453 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1882 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \ 2454 -e 's/@''GNULIB_CTIME''@/$(GL_GNULIB_CTIME)/g' \
1883 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \ 2455 -e 's/@''GNULIB_LOCALTIME''@/$(GL_GNULIB_LOCALTIME)/g' \
1884 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \ 2456 -e 's/@''GNULIB_MKTIME''@/$(GL_GNULIB_MKTIME)/g' \
1885 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \ 2457 -e 's/@''GNULIB_NANOSLEEP''@/$(GL_GNULIB_NANOSLEEP)/g' \
1886 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \ 2458 -e 's/@''GNULIB_STRFTIME''@/$(GL_GNULIB_STRFTIME)/g' \
2459 -e 's/@''GNULIB_STRPTIME''@/$(GL_GNULIB_STRPTIME)/g' \
2460 -e 's/@''GNULIB_TIMEGM''@/$(GL_GNULIB_TIMEGM)/g' \
2461 -e 's/@''GNULIB_TIMESPEC_GET''@/$(GL_GNULIB_TIMESPEC_GET)/g' \
2462 -e 's/@''GNULIB_TIMESPEC_GETRES''@/$(GL_GNULIB_TIMESPEC_GETRES)/g' \
2463 -e 's/@''GNULIB_TIME_R''@/$(GL_GNULIB_TIME_R)/g' \
2464 -e 's/@''GNULIB_TIME_RZ''@/$(GL_GNULIB_TIME_RZ)/g' \
2465 -e 's/@''GNULIB_TZSET''@/$(GL_GNULIB_TZSET)/g' \
2466 -e 's/@''GNULIB_MDA_TZSET''@/$(GL_GNULIB_MDA_TZSET)/g' \
1887 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ 2467 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1888 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ 2468 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1889 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ 2469 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1890 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ 2470 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2471 -e 's|@''HAVE_TIMESPEC_GET''@|$(HAVE_TIMESPEC_GET)|g' \
2472 -e 's|@''HAVE_TIMESPEC_GETRES''@|$(HAVE_TIMESPEC_GETRES)|g' \
2473 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2474 -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
2475 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2476 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
1891 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ 2477 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1892 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \ 2478 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1893 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \ 2479 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2480 -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
1894 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \ 2481 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2482 -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
1895 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \ 2483 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1896 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ 2484 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1897 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ 2485 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2486 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2487 -e 's|@''TIME_H_DEFINES_TIME_UTC''@|$(TIME_H_DEFINES_TIME_UTC)|g' \
1898 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2488 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1899 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2489 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1900 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 2490 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1901 < $(srcdir)/time.in.h; \ 2491 $(srcdir)/time.in.h > $@-t
1902 } > $@-t && \ 2492 $(AM_V_at)mv $@-t $@
1903 mv $@-t $@
1904MOSTLYCLEANFILES += time.h time.h-t 2493MOSTLYCLEANFILES += time.h time.h-t
1905 2494
1906EXTRA_DIST += time.in.h 2495EXTRA_DIST += time.in.h
@@ -1909,19 +2498,19 @@ EXTRA_DIST += time.in.h
1909 2498
1910## begin gnulib module time_r 2499## begin gnulib module time_r
1911 2500
1912 2501if GL_COND_OBJ_TIME_R
1913EXTRA_DIST += time_r.c 2502libgnu_a_SOURCES += time_r.c
1914 2503endif
1915EXTRA_libgnu_a_SOURCES += time_r.c
1916 2504
1917## end gnulib module time_r 2505## end gnulib module time_r
1918 2506
1919## begin gnulib module timegm 2507## begin gnulib module timegm
1920 2508
2509if GL_COND_OBJ_TIMEGM
2510libgnu_a_SOURCES += timegm.c
2511endif
1921 2512
1922EXTRA_DIST += mktime-internal.h timegm.c 2513EXTRA_DIST += mktime-internal.h
1923
1924EXTRA_libgnu_a_SOURCES += timegm.c
1925 2514
1926## end gnulib module timegm 2515## end gnulib module timegm
1927 2516
@@ -1933,69 +2522,104 @@ libgnu_a_SOURCES += unistd.c
1933# We need the following in order to create an empty placeholder for 2522# We need the following in order to create an empty placeholder for
1934# <unistd.h> when the system doesn't have one. 2523# <unistd.h> when the system doesn't have one.
1935unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 2524unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1936 $(AM_V_GEN)rm -f $@-t $@ && \ 2525 $(gl_V_at)$(SED_HEADER_STDOUT) \
1937 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 2526 -e 's|@''GUARD_PREFIX''@|GL|g' \
1938 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1939 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ 2527 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1940 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2528 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1941 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2529 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1942 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2530 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1943 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ 2531 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1944 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ 2532 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1945 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ 2533 -e 's/@''GNULIB_ACCESS''@/$(GL_GNULIB_ACCESS)/g' \
1946 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ 2534 -e 's/@''GNULIB_CHDIR''@/$(GL_GNULIB_CHDIR)/g' \
1947 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ 2535 -e 's/@''GNULIB_CHOWN''@/$(GL_GNULIB_CHOWN)/g' \
1948 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ 2536 -e 's/@''GNULIB_CLOSE''@/$(GL_GNULIB_CLOSE)/g' \
1949 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ 2537 -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GL_GNULIB_COPY_FILE_RANGE)/g' \
1950 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ 2538 -e 's/@''GNULIB_DUP''@/$(GL_GNULIB_DUP)/g' \
1951 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ 2539 -e 's/@''GNULIB_DUP2''@/$(GL_GNULIB_DUP2)/g' \
1952 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ 2540 -e 's/@''GNULIB_DUP3''@/$(GL_GNULIB_DUP3)/g' \
1953 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ 2541 -e 's/@''GNULIB_ENVIRON''@/$(GL_GNULIB_ENVIRON)/g' \
1954 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ 2542 -e 's/@''GNULIB_EUIDACCESS''@/$(GL_GNULIB_EUIDACCESS)/g' \
1955 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ 2543 -e 's/@''GNULIB_EXECL''@/$(GL_GNULIB_EXECL)/g' \
1956 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ 2544 -e 's/@''GNULIB_EXECLE''@/$(GL_GNULIB_EXECLE)/g' \
1957 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ 2545 -e 's/@''GNULIB_EXECLP''@/$(GL_GNULIB_EXECLP)/g' \
1958 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ 2546 -e 's/@''GNULIB_EXECV''@/$(GL_GNULIB_EXECV)/g' \
1959 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ 2547 -e 's/@''GNULIB_EXECVE''@/$(GL_GNULIB_EXECVE)/g' \
1960 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ 2548 -e 's/@''GNULIB_EXECVP''@/$(GL_GNULIB_EXECVP)/g' \
1961 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ 2549 -e 's/@''GNULIB_EXECVPE''@/$(GL_GNULIB_EXECVPE)/g' \
1962 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ 2550 -e 's/@''GNULIB_FACCESSAT''@/$(GL_GNULIB_FACCESSAT)/g' \
1963 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ 2551 -e 's/@''GNULIB_FCHDIR''@/$(GL_GNULIB_FCHDIR)/g' \
1964 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ 2552 -e 's/@''GNULIB_FCHOWNAT''@/$(GL_GNULIB_FCHOWNAT)/g' \
1965 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ 2553 -e 's/@''GNULIB_FDATASYNC''@/$(GL_GNULIB_FDATASYNC)/g' \
1966 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ 2554 -e 's/@''GNULIB_FSYNC''@/$(GL_GNULIB_FSYNC)/g' \
1967 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ 2555 -e 's/@''GNULIB_FTRUNCATE''@/$(GL_GNULIB_FTRUNCATE)/g' \
1968 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ 2556 -e 's/@''GNULIB_GETCWD''@/$(GL_GNULIB_GETCWD)/g' \
1969 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ 2557 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GL_GNULIB_GETDOMAINNAME)/g' \
1970 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ 2558 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GL_GNULIB_GETDTABLESIZE)/g' \
1971 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ 2559 -e 's/@''GNULIB_GETENTROPY''@/$(GL_GNULIB_GETENTROPY)/g' \
1972 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ 2560 -e 's/@''GNULIB_GETGROUPS''@/$(GL_GNULIB_GETGROUPS)/g' \
1973 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ 2561 -e 's/@''GNULIB_GETHOSTNAME''@/$(GL_GNULIB_GETHOSTNAME)/g' \
1974 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ 2562 -e 's/@''GNULIB_GETLOGIN''@/$(GL_GNULIB_GETLOGIN)/g' \
1975 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ 2563 -e 's/@''GNULIB_GETLOGIN_R''@/$(GL_GNULIB_GETLOGIN_R)/g' \
1976 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ 2564 -e 's/@''GNULIB_GETOPT_POSIX''@/$(GL_GNULIB_GETOPT_POSIX)/g' \
1977 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ 2565 -e 's/@''GNULIB_GETPAGESIZE''@/$(GL_GNULIB_GETPAGESIZE)/g' \
1978 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ 2566 -e 's/@''GNULIB_GETPASS''@/$(GL_GNULIB_GETPASS)/g' \
1979 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ 2567 -e 's/@''GNULIB_GETPASS_GNU''@/$(GL_GNULIB_GETPASS_GNU)/g' \
1980 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ 2568 -e 's/@''GNULIB_GETUSERSHELL''@/$(GL_GNULIB_GETUSERSHELL)/g' \
1981 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ 2569 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GL_GNULIB_GROUP_MEMBER)/g' \
1982 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ 2570 -e 's/@''GNULIB_ISATTY''@/$(GL_GNULIB_ISATTY)/g' \
1983 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ 2571 -e 's/@''GNULIB_LCHOWN''@/$(GL_GNULIB_LCHOWN)/g' \
1984 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ 2572 -e 's/@''GNULIB_LINK''@/$(GL_GNULIB_LINK)/g' \
1985 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ 2573 -e 's/@''GNULIB_LINKAT''@/$(GL_GNULIB_LINKAT)/g' \
1986 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ 2574 -e 's/@''GNULIB_LSEEK''@/$(GL_GNULIB_LSEEK)/g' \
1987 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ 2575 -e 's/@''GNULIB_PIPE''@/$(GL_GNULIB_PIPE)/g' \
1988 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ 2576 -e 's/@''GNULIB_PIPE2''@/$(GL_GNULIB_PIPE2)/g' \
1989 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ 2577 -e 's/@''GNULIB_PREAD''@/$(GL_GNULIB_PREAD)/g' \
1990 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ 2578 -e 's/@''GNULIB_PWRITE''@/$(GL_GNULIB_PWRITE)/g' \
1991 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ 2579 -e 's/@''GNULIB_READ''@/$(GL_GNULIB_READ)/g' \
1992 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ 2580 -e 's/@''GNULIB_READLINK''@/$(GL_GNULIB_READLINK)/g' \
1993 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ 2581 -e 's/@''GNULIB_READLINKAT''@/$(GL_GNULIB_READLINKAT)/g' \
2582 -e 's/@''GNULIB_RMDIR''@/$(GL_GNULIB_RMDIR)/g' \
2583 -e 's/@''GNULIB_SETHOSTNAME''@/$(GL_GNULIB_SETHOSTNAME)/g' \
2584 -e 's/@''GNULIB_SLEEP''@/$(GL_GNULIB_SLEEP)/g' \
2585 -e 's/@''GNULIB_SYMLINK''@/$(GL_GNULIB_SYMLINK)/g' \
2586 -e 's/@''GNULIB_SYMLINKAT''@/$(GL_GNULIB_SYMLINKAT)/g' \
2587 -e 's/@''GNULIB_TRUNCATE''@/$(GL_GNULIB_TRUNCATE)/g' \
2588 -e 's/@''GNULIB_TTYNAME_R''@/$(GL_GNULIB_TTYNAME_R)/g' \
2589 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GL_GNULIB_UNISTD_H_GETOPT)/g' \
2590 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GL_GNULIB_UNISTD_H_NONBLOCKING)/g' \
2591 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GL_GNULIB_UNISTD_H_SIGPIPE)/g' \
2592 -e 's/@''GNULIB_UNLINK''@/$(GL_GNULIB_UNLINK)/g' \
2593 -e 's/@''GNULIB_UNLINKAT''@/$(GL_GNULIB_UNLINKAT)/g' \
2594 -e 's/@''GNULIB_USLEEP''@/$(GL_GNULIB_USLEEP)/g' \
2595 -e 's/@''GNULIB_WRITE''@/$(GL_GNULIB_WRITE)/g' \
2596 -e 's/@''GNULIB_MDA_ACCESS''@/$(GL_GNULIB_MDA_ACCESS)/g' \
2597 -e 's/@''GNULIB_MDA_CHDIR''@/$(GL_GNULIB_MDA_CHDIR)/g' \
2598 -e 's/@''GNULIB_MDA_CLOSE''@/$(GL_GNULIB_MDA_CLOSE)/g' \
2599 -e 's/@''GNULIB_MDA_DUP''@/$(GL_GNULIB_MDA_DUP)/g' \
2600 -e 's/@''GNULIB_MDA_DUP2''@/$(GL_GNULIB_MDA_DUP2)/g' \
2601 -e 's/@''GNULIB_MDA_EXECL''@/$(GL_GNULIB_MDA_EXECL)/g' \
2602 -e 's/@''GNULIB_MDA_EXECLE''@/$(GL_GNULIB_MDA_EXECLE)/g' \
2603 -e 's/@''GNULIB_MDA_EXECLP''@/$(GL_GNULIB_MDA_EXECLP)/g' \
2604 -e 's/@''GNULIB_MDA_EXECV''@/$(GL_GNULIB_MDA_EXECV)/g' \
2605 -e 's/@''GNULIB_MDA_EXECVE''@/$(GL_GNULIB_MDA_EXECVE)/g' \
2606 -e 's/@''GNULIB_MDA_EXECVP''@/$(GL_GNULIB_MDA_EXECVP)/g' \
2607 -e 's/@''GNULIB_MDA_EXECVPE''@/$(GL_GNULIB_MDA_EXECVPE)/g' \
2608 -e 's/@''GNULIB_MDA_GETCWD''@/$(GL_GNULIB_MDA_GETCWD)/g' \
2609 -e 's/@''GNULIB_MDA_GETPID''@/$(GL_GNULIB_MDA_GETPID)/g' \
2610 -e 's/@''GNULIB_MDA_ISATTY''@/$(GL_GNULIB_MDA_ISATTY)/g' \
2611 -e 's/@''GNULIB_MDA_LSEEK''@/$(GL_GNULIB_MDA_LSEEK)/g' \
2612 -e 's/@''GNULIB_MDA_READ''@/$(GL_GNULIB_MDA_READ)/g' \
2613 -e 's/@''GNULIB_MDA_RMDIR''@/$(GL_GNULIB_MDA_RMDIR)/g' \
2614 -e 's/@''GNULIB_MDA_SWAB''@/$(GL_GNULIB_MDA_SWAB)/g' \
2615 -e 's/@''GNULIB_MDA_UNLINK''@/$(GL_GNULIB_MDA_UNLINK)/g' \
2616 -e 's/@''GNULIB_MDA_WRITE''@/$(GL_GNULIB_MDA_WRITE)/g' \
1994 < $(srcdir)/unistd.in.h | \ 2617 < $(srcdir)/unistd.in.h | \
1995 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ 2618 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1996 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ 2619 -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
1997 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ 2620 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1998 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ 2621 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2622 -e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \
1999 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ 2623 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2000 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ 2624 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2001 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ 2625 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
@@ -2003,10 +2627,11 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
2003 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ 2627 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2004 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ 2628 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2005 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ 2629 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2630 -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
2006 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ 2631 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2007 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ 2632 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2008 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
2009 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ 2633 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2634 -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
2010 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ 2635 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2011 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ 2636 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2012 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ 2637 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
@@ -2024,28 +2649,44 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
2024 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ 2649 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2025 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ 2650 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2026 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ 2651 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2652 -e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \
2027 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ 2653 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2028 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ 2654 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2029 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ 2655 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2656 -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
2030 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ 2657 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2031 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ 2658 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2032 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ 2659 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2033 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ 2660 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2661 -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
2034 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ 2662 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2035 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ 2663 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2036 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ 2664 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2037 | \ 2665 | \
2038 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ 2666 sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
2667 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2039 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ 2668 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2669 -e 's|@''REPLACE_COPY_FILE_RANGE''@|$(REPLACE_COPY_FILE_RANGE)|g' \
2040 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ 2670 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2041 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ 2671 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2672 -e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \
2673 -e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \
2674 -e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \
2675 -e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \
2676 -e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \
2677 -e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \
2678 -e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \
2679 -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
2042 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ 2680 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2043 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ 2681 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2044 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ 2682 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2045 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ 2683 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2684 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2046 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ 2685 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2047 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ 2686 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2048 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ 2687 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2688 -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
2689 -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|$(REPLACE_GETPASS_FOR_GETPASS_GNU)|g' \
2049 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ 2690 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2050 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ 2691 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2051 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ 2692 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
@@ -2055,33 +2696,43 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
2055 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ 2696 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2056 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ 2697 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2057 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ 2698 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2699 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
2058 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ 2700 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2059 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ 2701 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2060 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ 2702 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2703 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
2704 -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
2061 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ 2705 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2062 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ 2706 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2063 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ 2707 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2064 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ 2708 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2065 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ 2709 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2710 -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
2066 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ 2711 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2067 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ 2712 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2068 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2713 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2069 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2714 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2070 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 2715 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2071 } > $@-t && \ 2716 > $@-t
2072 mv $@-t $@ 2717 $(AM_V_at)mv $@-t $@
2073MOSTLYCLEANFILES += unistd.h unistd.h-t 2718MOSTLYCLEANFILES += unistd.h unistd.h-t
2074 2719
2075EXTRA_DIST += unistd.in.h 2720EXTRA_DIST += unistd.in.h
2076 2721
2077## end gnulib module unistd 2722## end gnulib module unistd
2078 2723
2079## begin gnulib module unsetenv 2724## begin gnulib module unlocked-io-internal
2080 2725
2081 2726
2082EXTRA_DIST += unsetenv.c 2727EXTRA_DIST += unlocked-io.h
2728
2729## end gnulib module unlocked-io-internal
2730
2731## begin gnulib module unsetenv
2083 2732
2084EXTRA_libgnu_a_SOURCES += unsetenv.c 2733if GL_COND_OBJ_UNSETENV
2734libgnu_a_SOURCES += unsetenv.c
2735endif
2085 2736
2086## end gnulib module unsetenv 2737## end gnulib module unsetenv
2087 2738
@@ -2126,54 +2777,59 @@ BUILT_SOURCES += wchar.h
2126# We need the following in order to create <wchar.h> when the system 2777# We need the following in order to create <wchar.h> when the system
2127# version does not work standalone. 2778# version does not work standalone.
2128wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 2779wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2129 $(AM_V_GEN)rm -f $@-t $@ && \ 2780 $(gl_V_at)$(SED_HEADER_STDOUT) \
2130 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 2781 -e 's|@''GUARD_PREFIX''@|GL|g' \
2131 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2132 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2782 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2133 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2783 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2134 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2784 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2135 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ 2785 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2136 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ 2786 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2137 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ 2787 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2138 -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ 2788 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2139 -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ 2789 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \
2140 -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ 2790 -e 's/@''GNULIB_BTOWC''@/$(GL_GNULIB_BTOWC)/g' \
2141 -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ 2791 -e 's/@''GNULIB_WCTOB''@/$(GL_GNULIB_WCTOB)/g' \
2142 -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ 2792 -e 's/@''GNULIB_MBSINIT''@/$(GL_GNULIB_MBSINIT)/g' \
2143 -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ 2793 -e 's/@''GNULIB_MBRTOWC''@/$(GL_GNULIB_MBRTOWC)/g' \
2144 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ 2794 -e 's/@''GNULIB_MBRLEN''@/$(GL_GNULIB_MBRLEN)/g' \
2145 -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ 2795 -e 's/@''GNULIB_MBSRTOWCS''@/$(GL_GNULIB_MBSRTOWCS)/g' \
2146 -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ 2796 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GL_GNULIB_MBSNRTOWCS)/g' \
2147 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ 2797 -e 's/@''GNULIB_WCRTOMB''@/$(GL_GNULIB_WCRTOMB)/g' \
2148 -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ 2798 -e 's/@''GNULIB_WCSRTOMBS''@/$(GL_GNULIB_WCSRTOMBS)/g' \
2149 -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ 2799 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GL_GNULIB_WCSNRTOMBS)/g' \
2150 -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ 2800 -e 's/@''GNULIB_WCWIDTH''@/$(GL_GNULIB_WCWIDTH)/g' \
2151 -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ 2801 -e 's/@''GNULIB_WMEMCHR''@/$(GL_GNULIB_WMEMCHR)/g' \
2152 -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ 2802 -e 's/@''GNULIB_WMEMCMP''@/$(GL_GNULIB_WMEMCMP)/g' \
2153 -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ 2803 -e 's/@''GNULIB_WMEMCPY''@/$(GL_GNULIB_WMEMCPY)/g' \
2154 -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ 2804 -e 's/@''GNULIB_WMEMMOVE''@/$(GL_GNULIB_WMEMMOVE)/g' \
2155 -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ 2805 -e 's/@''GNULIB_WMEMPCPY''@/$(GL_GNULIB_WMEMPCPY)/g' \
2156 -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ 2806 -e 's/@''GNULIB_WMEMSET''@/$(GL_GNULIB_WMEMSET)/g' \
2157 -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ 2807 -e 's/@''GNULIB_WCSLEN''@/$(GL_GNULIB_WCSLEN)/g' \
2158 -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ 2808 -e 's/@''GNULIB_WCSNLEN''@/$(GL_GNULIB_WCSNLEN)/g' \
2159 -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ 2809 -e 's/@''GNULIB_WCSCPY''@/$(GL_GNULIB_WCSCPY)/g' \
2160 -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ 2810 -e 's/@''GNULIB_WCPCPY''@/$(GL_GNULIB_WCPCPY)/g' \
2161 -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ 2811 -e 's/@''GNULIB_WCSNCPY''@/$(GL_GNULIB_WCSNCPY)/g' \
2162 -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ 2812 -e 's/@''GNULIB_WCPNCPY''@/$(GL_GNULIB_WCPNCPY)/g' \
2163 -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ 2813 -e 's/@''GNULIB_WCSCAT''@/$(GL_GNULIB_WCSCAT)/g' \
2164 -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ 2814 -e 's/@''GNULIB_WCSNCAT''@/$(GL_GNULIB_WCSNCAT)/g' \
2165 -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ 2815 -e 's/@''GNULIB_WCSCMP''@/$(GL_GNULIB_WCSCMP)/g' \
2166 -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ 2816 -e 's/@''GNULIB_WCSNCMP''@/$(GL_GNULIB_WCSNCMP)/g' \
2167 -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ 2817 -e 's/@''GNULIB_WCSCASECMP''@/$(GL_GNULIB_WCSCASECMP)/g' \
2168 -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ 2818 -e 's/@''GNULIB_WCSNCASECMP''@/$(GL_GNULIB_WCSNCASECMP)/g' \
2169 -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ 2819 -e 's/@''GNULIB_WCSCOLL''@/$(GL_GNULIB_WCSCOLL)/g' \
2170 -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ 2820 -e 's/@''GNULIB_WCSXFRM''@/$(GL_GNULIB_WCSXFRM)/g' \
2171 -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ 2821 -e 's/@''GNULIB_WCSDUP''@/$(GL_GNULIB_WCSDUP)/g' \
2172 -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ 2822 -e 's/@''GNULIB_WCSCHR''@/$(GL_GNULIB_WCSCHR)/g' \
2173 -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ 2823 -e 's/@''GNULIB_WCSRCHR''@/$(GL_GNULIB_WCSRCHR)/g' \
2174 -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ 2824 -e 's/@''GNULIB_WCSCSPN''@/$(GL_GNULIB_WCSCSPN)/g' \
2175 -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ 2825 -e 's/@''GNULIB_WCSSPN''@/$(GL_GNULIB_WCSSPN)/g' \
2176 -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ 2826 -e 's/@''GNULIB_WCSPBRK''@/$(GL_GNULIB_WCSPBRK)/g' \
2827 -e 's/@''GNULIB_WCSSTR''@/$(GL_GNULIB_WCSSTR)/g' \
2828 -e 's/@''GNULIB_WCSTOK''@/$(GL_GNULIB_WCSTOK)/g' \
2829 -e 's/@''GNULIB_WCSWIDTH''@/$(GL_GNULIB_WCSWIDTH)/g' \
2830 -e 's/@''GNULIB_WCSFTIME''@/$(GL_GNULIB_WCSFTIME)/g' \
2831 -e 's/@''GNULIB_MDA_WCSDUP''@/$(GL_GNULIB_MDA_WCSDUP)/g' \
2832 -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \
2177 < $(srcdir)/wchar.in.h | \ 2833 < $(srcdir)/wchar.in.h | \
2178 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ 2834 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2179 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ 2835 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
@@ -2189,6 +2845,7 @@ wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
2189 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ 2845 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2190 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ 2846 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2191 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ 2847 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2848 -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
2192 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ 2849 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2193 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ 2850 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2194 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ 2851 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
@@ -2213,12 +2870,15 @@ wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
2213 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ 2870 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2214 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ 2871 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2215 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ 2872 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2873 -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
2216 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ 2874 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2875 -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \
2217 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ 2876 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2218 | \ 2877 | \
2219 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ 2878 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2220 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ 2879 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2221 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ 2880 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2881 -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
2222 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ 2882 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2223 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ 2883 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2224 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ 2884 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
@@ -2229,11 +2889,13 @@ wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
2229 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ 2889 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2230 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ 2890 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2231 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ 2891 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2892 -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
2893 -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
2232 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2894 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2233 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 2895 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2234 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 2896 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2235 } > $@-t && \ 2897 > $@-t
2236 mv $@-t $@ 2898 $(AM_V_at)mv $@-t $@
2237MOSTLYCLEANFILES += wchar.h wchar.h-t 2899MOSTLYCLEANFILES += wchar.h wchar.h-t
2238 2900
2239EXTRA_DIST += wchar.in.h 2901EXTRA_DIST += wchar.in.h
@@ -2242,10 +2904,9 @@ EXTRA_DIST += wchar.in.h
2242 2904
2243## begin gnulib module wcrtomb 2905## begin gnulib module wcrtomb
2244 2906
2245 2907if GL_COND_OBJ_WCRTOMB
2246EXTRA_DIST += wcrtomb.c 2908libgnu_a_SOURCES += wcrtomb.c
2247 2909endif
2248EXTRA_libgnu_a_SOURCES += wcrtomb.c
2249 2910
2250## end gnulib module wcrtomb 2911## end gnulib module wcrtomb
2251 2912
@@ -2257,38 +2918,82 @@ libgnu_a_SOURCES += wctype-h.c
2257# We need the following in order to create <wctype.h> when the system 2918# We need the following in order to create <wctype.h> when the system
2258# doesn't have one that works with the given compiler. 2919# doesn't have one that works with the given compiler.
2259wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 2920wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2260 $(AM_V_GEN)rm -f $@-t $@ && \ 2921 $(gl_V_at)$(SED_HEADER_STDOUT) \
2261 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 2922 -e 's|@''GUARD_PREFIX''@|GL|g' \
2262 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2263 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ 2923 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
2264 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 2924 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2265 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 2925 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2266 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 2926 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2267 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ 2927 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
2268 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \ 2928 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2269 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \ 2929 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \
2270 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \ 2930 -e 's/@''GNULIB_ISWBLANK''@/$(GL_GNULIB_ISWBLANK)/g' \
2271 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \ 2931 -e 's/@''GNULIB_ISWDIGIT''@/$(GL_GNULIB_ISWDIGIT)/g' \
2272 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \ 2932 -e 's/@''GNULIB_ISWXDIGIT''@/$(GL_GNULIB_ISWXDIGIT)/g' \
2933 -e 's/@''GNULIB_WCTYPE''@/$(GL_GNULIB_WCTYPE)/g' \
2934 -e 's/@''GNULIB_ISWCTYPE''@/$(GL_GNULIB_ISWCTYPE)/g' \
2935 -e 's/@''GNULIB_WCTRANS''@/$(GL_GNULIB_WCTRANS)/g' \
2936 -e 's/@''GNULIB_TOWCTRANS''@/$(GL_GNULIB_TOWCTRANS)/g' \
2273 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ 2937 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
2274 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ 2938 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
2275 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ 2939 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
2276 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ 2940 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
2277 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ 2941 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
2278 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ 2942 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
2943 -e 's/@''REPLACE_ISWDIGIT''@/$(REPLACE_ISWDIGIT)/g' \
2944 -e 's/@''REPLACE_ISWXDIGIT''@/$(REPLACE_ISWXDIGIT)/g' \
2279 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ 2945 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
2280 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ 2946 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
2281 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 2947 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2282 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 2948 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2283 < $(srcdir)/wctype.in.h; \ 2949 $(srcdir)/wctype.in.h > $@-t
2284 } > $@-t && \ 2950 $(AM_V_at)mv $@-t $@
2285 mv $@-t $@
2286MOSTLYCLEANFILES += wctype.h wctype.h-t 2951MOSTLYCLEANFILES += wctype.h wctype.h-t
2287 2952
2288EXTRA_DIST += wctype.in.h 2953EXTRA_DIST += wctype.in.h
2289 2954
2290## end gnulib module wctype-h 2955## end gnulib module wctype-h
2291 2956
2957## begin gnulib module windows-mutex
2958
2959if GL_COND_OBJ_WINDOWS_MUTEX
2960libgnu_a_SOURCES += windows-mutex.c
2961endif
2962
2963EXTRA_DIST += windows-initguard.h windows-mutex.h
2964
2965## end gnulib module windows-mutex
2966
2967## begin gnulib module windows-once
2968
2969if GL_COND_OBJ_WINDOWS_ONCE
2970libgnu_a_SOURCES += windows-once.c
2971endif
2972
2973EXTRA_DIST += windows-once.h
2974
2975## end gnulib module windows-once
2976
2977## begin gnulib module windows-recmutex
2978
2979if GL_COND_OBJ_WINDOWS_RECMUTEX
2980libgnu_a_SOURCES += windows-recmutex.c
2981endif
2982
2983EXTRA_DIST += windows-initguard.h windows-recmutex.h
2984
2985## end gnulib module windows-recmutex
2986
2987## begin gnulib module windows-rwlock
2988
2989if GL_COND_OBJ_WINDOWS_RWLOCK
2990libgnu_a_SOURCES += windows-rwlock.c
2991endif
2992
2993EXTRA_DIST += windows-initguard.h windows-rwlock.h
2994
2995## end gnulib module windows-rwlock
2996
2292## begin gnulib module xalloc 2997## begin gnulib module xalloc
2293 2998
2294libgnu_a_SOURCES += xmalloc.c 2999libgnu_a_SOURCES += xmalloc.c
@@ -2301,6 +3006,8 @@ EXTRA_DIST += xalloc.h
2301 3006
2302libgnu_a_SOURCES += xalloc-die.c 3007libgnu_a_SOURCES += xalloc-die.c
2303 3008
3009EXTRA_DIST += xalloc.h
3010
2304## end gnulib module xalloc-die 3011## end gnulib module xalloc-die
2305 3012
2306## begin gnulib module xalloc-oversized 3013## begin gnulib module xalloc-oversized
@@ -2316,12 +3023,6 @@ libgnu_a_SOURCES += xsize.h xsize.c
2316 3023
2317## end gnulib module xsize 3024## end gnulib module xsize
2318 3025
2319## begin gnulib module xstrndup
2320
2321libgnu_a_SOURCES += xstrndup.h xstrndup.c
2322
2323## end gnulib module xstrndup
2324
2325 3026
2326mostlyclean-local: mostlyclean-generic 3027mostlyclean-local: mostlyclean-generic
2327 @for dir in '' $(MOSTLYCLEANDIRS); do \ 3028 @for dir in '' $(MOSTLYCLEANDIRS); do \
@@ -2330,3 +3031,7 @@ mostlyclean-local: mostlyclean-generic
2330 fi; \ 3031 fi; \
2331 done; \ 3032 done; \
2332 : 3033 :
3034distclean-local: distclean-gnulib-libobjs
3035distclean-gnulib-libobjs:
3036 -rm -f @gl_LIBOBJDEPS@
3037maintainer-clean-local: distclean-gnulib-libobjs