diff options
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 1525 |
1 files changed, 947 insertions, 578 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index edc7db1..d3a6450 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am | |||
@@ -1,17 +1,29 @@ | |||
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-2010 Free Software Foundation, Inc. | 3 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. |
4 | # | 4 | # |
5 | # This file is free software, distributed under the terms of the GNU | 5 | # This file is free software; you can redistribute it and/or modify |
6 | # General Public License. As a special exception to the GNU General | 6 | # it under the terms of the GNU General Public License as published by |
7 | # Public License, this file may be distributed as part of a program | 7 | # the Free Software Foundation; either version 3 of the License, or |
8 | # that contains a configuration script generated by Autoconf, under | 8 | # (at your option) any later version. |
9 | # | ||
10 | # This file is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | # GNU General Public License for more details. | ||
14 | # | ||
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/>. | ||
17 | # | ||
18 | # As a special exception to the GNU General Public License, | ||
19 | # this file may be distributed as part of a program that | ||
20 | # contains a configuration script generated by Autoconf, under | ||
9 | # the same distribution terms as the rest of that program. | 21 | # the same distribution terms as the rest of that program. |
10 | # | 22 | # |
11 | # Generated by gnulib-tool. | 23 | # Generated by gnulib-tool. |
12 | # 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-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf | 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 gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf |
13 | 25 | ||
14 | AUTOMAKE_OPTIONS = 1.5 gnits | 26 | AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects |
15 | 27 | ||
16 | SUBDIRS = | 28 | SUBDIRS = |
17 | noinst_HEADERS = | 29 | noinst_HEADERS = |
@@ -37,73 +49,53 @@ libgnu_a_LIBADD = $(gl_LIBOBJS) | |||
37 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | 49 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) |
38 | EXTRA_libgnu_a_SOURCES = | 50 | EXTRA_libgnu_a_SOURCES = |
39 | 51 | ||
40 | ## begin gnulib module alignof | ||
41 | |||
42 | |||
43 | EXTRA_DIST += alignof.h | ||
44 | |||
45 | ## end gnulib module alignof | ||
46 | |||
47 | ## begin gnulib module alloca-opt | 52 | ## begin gnulib module alloca-opt |
48 | 53 | ||
49 | BUILT_SOURCES += $(ALLOCA_H) | 54 | BUILT_SOURCES += $(ALLOCA_H) |
50 | 55 | ||
51 | # We need the following in order to create <alloca.h> when the system | 56 | # We need the following in order to create <alloca.h> when the system |
52 | # doesn't have one that works with the given compiler. | 57 | # doesn't have one that works with the given compiler. |
53 | alloca.h: alloca.in.h | 58 | if GL_GENERATE_ALLOCA_H |
59 | alloca.h: alloca.in.h $(top_builddir)/config.status | ||
54 | $(AM_V_GEN)rm -f $@-t $@ && \ | 60 | $(AM_V_GEN)rm -f $@-t $@ && \ |
55 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 61 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
56 | cat $(srcdir)/alloca.in.h; \ | 62 | cat $(srcdir)/alloca.in.h; \ |
57 | } > $@-t && \ | 63 | } > $@-t && \ |
58 | mv -f $@-t $@ | 64 | mv -f $@-t $@ |
65 | else | ||
66 | alloca.h: $(top_builddir)/config.status | ||
67 | rm -f $@ | ||
68 | endif | ||
59 | MOSTLYCLEANFILES += alloca.h alloca.h-t | 69 | MOSTLYCLEANFILES += alloca.h alloca.h-t |
60 | 70 | ||
61 | EXTRA_DIST += alloca.in.h | 71 | EXTRA_DIST += alloca.in.h |
62 | 72 | ||
63 | ## end gnulib module alloca-opt | 73 | ## end gnulib module alloca-opt |
64 | 74 | ||
65 | ## begin gnulib module arg-nonnull | ||
66 | |||
67 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
68 | # statements but through direct file reference. Therefore this snippet must be | ||
69 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
70 | # 'all' defined above. | ||
71 | |||
72 | BUILT_SOURCES += arg-nonnull.h | ||
73 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | ||
74 | # build-aux/arg-nonnull.h, except that it has the copyright header cut off. | ||
75 | arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h | ||
76 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
77 | sed -n -e '/GL_ARG_NONNULL/,$$p' \ | ||
78 | < $(top_srcdir)/build-aux/arg-nonnull.h \ | ||
79 | > $@-t && \ | ||
80 | mv $@-t $@ | ||
81 | MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t | ||
82 | |||
83 | ARG_NONNULL_H=arg-nonnull.h | ||
84 | |||
85 | EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h | ||
86 | |||
87 | ## end gnulib module arg-nonnull | ||
88 | |||
89 | ## begin gnulib module arpa_inet | 75 | ## begin gnulib module arpa_inet |
90 | 76 | ||
91 | BUILT_SOURCES += arpa/inet.h | 77 | BUILT_SOURCES += arpa/inet.h |
92 | 78 | ||
93 | # We need the following in order to create <arpa/inet.h> when the system | 79 | # We need the following in order to create <arpa/inet.h> when the system |
94 | # doesn't have one. | 80 | # doesn't have one. |
95 | arpa/inet.h: arpa_inet.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H) | 81 | arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) |
96 | $(AM_V_at)$(MKDIR_P) arpa | 82 | $(AM_V_at)$(MKDIR_P) arpa |
97 | $(AM_V_GEN)rm -f $@-t $@ && \ | 83 | $(AM_V_GEN)rm -f $@-t $@ && \ |
98 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 84 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
99 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 85 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
86 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
100 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 87 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
88 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
89 | -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ | ||
101 | -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ | 90 | -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ |
102 | -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ | 91 | -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ |
103 | -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \ | 92 | -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \ |
104 | -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \ | 93 | -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \ |
105 | -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ | 94 | -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ |
106 | -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ | 95 | -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ |
96 | -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \ | ||
97 | -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \ | ||
98 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | ||
107 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 99 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
108 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 100 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ |
109 | < $(srcdir)/arpa_inet.in.h; \ | 101 | < $(srcdir)/arpa_inet.in.h; \ |
@@ -131,73 +123,10 @@ EXTRA_libgnu_a_SOURCES += btowc.c | |||
131 | 123 | ||
132 | ## end gnulib module btowc | 124 | ## end gnulib module btowc |
133 | 125 | ||
134 | ## begin gnulib module c++defs | ||
135 | |||
136 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
137 | # statements but through direct file reference. Therefore this snippet must be | ||
138 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
139 | # 'all' defined above. | ||
140 | |||
141 | BUILT_SOURCES += c++defs.h | ||
142 | # The c++defs.h that gets inserted into generated .h files is the same as | ||
143 | # build-aux/c++defs.h, except that it has the copyright header cut off. | ||
144 | c++defs.h: $(top_srcdir)/build-aux/c++defs.h | ||
145 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
146 | sed -n -e '/_GL_CXXDEFS/,$$p' \ | ||
147 | < $(top_srcdir)/build-aux/c++defs.h \ | ||
148 | > $@-t && \ | ||
149 | mv $@-t $@ | ||
150 | MOSTLYCLEANFILES += c++defs.h c++defs.h-t | ||
151 | |||
152 | CXXDEFS_H=c++defs.h | ||
153 | |||
154 | EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h | ||
155 | |||
156 | ## end gnulib module c++defs | ||
157 | |||
158 | ## begin gnulib module c-strtod | ||
159 | |||
160 | |||
161 | EXTRA_DIST += c-strtod.c c-strtod.h | ||
162 | |||
163 | EXTRA_libgnu_a_SOURCES += c-strtod.c | ||
164 | |||
165 | ## end gnulib module c-strtod | ||
166 | |||
167 | ## begin gnulib module cloexec | ||
168 | |||
169 | |||
170 | EXTRA_DIST += cloexec.c cloexec.h | ||
171 | |||
172 | EXTRA_libgnu_a_SOURCES += cloexec.c | ||
173 | |||
174 | ## end gnulib module cloexec | ||
175 | |||
176 | ## begin gnulib module close-hook | ||
177 | |||
178 | libgnu_a_SOURCES += close-hook.c | ||
179 | |||
180 | EXTRA_DIST += close-hook.h | ||
181 | |||
182 | ## end gnulib module close-hook | ||
183 | |||
184 | ## begin gnulib module configmake | 126 | ## begin gnulib module configmake |
185 | 127 | ||
186 | # Retrieve values of the variables through 'configure' followed by | 128 | # Listed in the same order as the GNU makefile conventions, and |
187 | # 'make', not directly through 'configure', so that a user who | 129 | # provided by autoconf 2.59c+. |
188 | # sets some of these variables consistently on the 'make' command | ||
189 | # line gets correct results. | ||
190 | # | ||
191 | # One advantage of this approach, compared to the classical | ||
192 | # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS, | ||
193 | # is that it protects against the use of undefined variables. | ||
194 | # If, say, $(libdir) is not set in the Makefile, LIBDIR is not | ||
195 | # defined by this module, and code using LIBDIR gives a | ||
196 | # compilation error. | ||
197 | # | ||
198 | # Another advantage is that 'make' output is shorter. | ||
199 | # | ||
200 | # Listed in the same order as the GNU makefile conventions. | ||
201 | # The Automake-defined pkg* macros are appended, in the order | 130 | # The Automake-defined pkg* macros are appended, in the order |
202 | # listed in the Automake 1.10a+ documentation. | 131 | # listed in the Automake 1.10a+ documentation. |
203 | configmake.h: Makefile | 132 | configmake.h: Makefile |
@@ -231,11 +160,7 @@ configmake.h: Makefile | |||
231 | echo '#define PKGLIBDIR "$(pkglibdir)"'; \ | 160 | echo '#define PKGLIBDIR "$(pkglibdir)"'; \ |
232 | echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ | 161 | echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ |
233 | } | sed '/""/d' > $@-t && \ | 162 | } | sed '/""/d' > $@-t && \ |
234 | if test -f $@ && cmp $@-t $@ > /dev/null; then \ | 163 | mv -f $@-t $@ |
235 | rm -f $@-t; \ | ||
236 | else \ | ||
237 | rm -f $@; mv $@-t $@; \ | ||
238 | fi | ||
239 | 164 | ||
240 | BUILT_SOURCES += configmake.h | 165 | BUILT_SOURCES += configmake.h |
241 | CLEANFILES += configmake.h configmake.h-t | 166 | CLEANFILES += configmake.h configmake.h-t |
@@ -244,39 +169,36 @@ CLEANFILES += configmake.h configmake.h-t | |||
244 | 169 | ||
245 | ## begin gnulib module crypto/sha1 | 170 | ## begin gnulib module crypto/sha1 |
246 | 171 | ||
172 | libgnu_a_SOURCES += sha1.c | ||
247 | 173 | ||
248 | EXTRA_DIST += sha1.c sha1.h | 174 | EXTRA_DIST += sha1.h |
249 | |||
250 | EXTRA_libgnu_a_SOURCES += sha1.c | ||
251 | 175 | ||
252 | ## end gnulib module crypto/sha1 | 176 | ## end gnulib module crypto/sha1 |
253 | 177 | ||
254 | ## begin gnulib module dirname | 178 | ## begin gnulib module dirname |
255 | 179 | ||
180 | libgnu_a_SOURCES += dirname.c basename.c | ||
256 | 181 | ||
257 | EXTRA_DIST += basename.c dirname.c stripslash.c | 182 | EXTRA_DIST += stripslash.c |
258 | 183 | ||
259 | EXTRA_libgnu_a_SOURCES += basename.c dirname.c stripslash.c | 184 | EXTRA_libgnu_a_SOURCES += stripslash.c |
260 | 185 | ||
261 | ## end gnulib module dirname | 186 | ## end gnulib module dirname |
262 | 187 | ||
263 | ## begin gnulib module dirname-lgpl | 188 | ## begin gnulib module dirname-lgpl |
264 | 189 | ||
190 | libgnu_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c | ||
265 | 191 | ||
266 | EXTRA_DIST += basename-lgpl.c dirname-lgpl.c dirname.h stripslash.c | 192 | EXTRA_DIST += dirname.h |
267 | |||
268 | EXTRA_libgnu_a_SOURCES += basename-lgpl.c dirname-lgpl.c stripslash.c | ||
269 | 193 | ||
270 | ## end gnulib module dirname-lgpl | 194 | ## end gnulib module dirname-lgpl |
271 | 195 | ||
272 | ## begin gnulib module dup2 | 196 | ## begin gnulib module dosname |
273 | 197 | ||
274 | 198 | ||
275 | EXTRA_DIST += dup2.c | 199 | EXTRA_DIST += dosname.h |
276 | 200 | ||
277 | EXTRA_libgnu_a_SOURCES += dup2.c | 201 | ## end gnulib module dosname |
278 | |||
279 | ## end gnulib module dup2 | ||
280 | 202 | ||
281 | ## begin gnulib module errno | 203 | ## begin gnulib module errno |
282 | 204 | ||
@@ -284,11 +206,14 @@ BUILT_SOURCES += $(ERRNO_H) | |||
284 | 206 | ||
285 | # We need the following in order to create <errno.h> when the system | 207 | # We need the following in order to create <errno.h> when the system |
286 | # doesn't have one that is POSIX compliant. | 208 | # doesn't have one that is POSIX compliant. |
287 | errno.h: errno.in.h | 209 | if GL_GENERATE_ERRNO_H |
210 | errno.h: errno.in.h $(top_builddir)/config.status | ||
288 | $(AM_V_GEN)rm -f $@-t $@ && \ | 211 | $(AM_V_GEN)rm -f $@-t $@ && \ |
289 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 212 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
290 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 213 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
214 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
291 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 215 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
216 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
292 | -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ | 217 | -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ |
293 | -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ | 218 | -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ |
294 | -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ | 219 | -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ |
@@ -299,6 +224,10 @@ errno.h: errno.in.h | |||
299 | < $(srcdir)/errno.in.h; \ | 224 | < $(srcdir)/errno.in.h; \ |
300 | } > $@-t && \ | 225 | } > $@-t && \ |
301 | mv $@-t $@ | 226 | mv $@-t $@ |
227 | else | ||
228 | errno.h: $(top_builddir)/config.status | ||
229 | rm -f $@ | ||
230 | endif | ||
302 | MOSTLYCLEANFILES += errno.h errno.h-t | 231 | MOSTLYCLEANFILES += errno.h errno.h-t |
303 | 232 | ||
304 | EXTRA_DIST += errno.in.h | 233 | EXTRA_DIST += errno.in.h |
@@ -322,55 +251,13 @@ EXTRA_DIST += exitfail.h | |||
322 | 251 | ||
323 | ## end gnulib module exitfail | 252 | ## end gnulib module exitfail |
324 | 253 | ||
325 | ## begin gnulib module fcntl | 254 | ## begin gnulib module fd-hook |
326 | 255 | ||
256 | libgnu_a_SOURCES += fd-hook.c | ||
327 | 257 | ||
328 | EXTRA_DIST += fcntl.c | 258 | EXTRA_DIST += fd-hook.h |
329 | 259 | ||
330 | EXTRA_libgnu_a_SOURCES += fcntl.c | 260 | ## end gnulib module fd-hook |
331 | |||
332 | ## end gnulib module fcntl | ||
333 | |||
334 | ## begin gnulib module fcntl-h | ||
335 | |||
336 | BUILT_SOURCES += fcntl.h | ||
337 | |||
338 | # We need the following in order to create <fcntl.h> when the system | ||
339 | # doesn't have one that works with the given compiler. | ||
340 | fcntl.h: fcntl.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | ||
341 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
342 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
343 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
344 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
345 | -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ | ||
346 | -e 's|@''GNULIB_FCNTL''@|$(GNULIB_FCNTL)|g' \ | ||
347 | -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \ | ||
348 | -e 's|@''GNULIB_OPENAT''@|$(GNULIB_OPENAT)|g' \ | ||
349 | -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \ | ||
350 | -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \ | ||
351 | -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \ | ||
352 | -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ | ||
353 | -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \ | ||
354 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | ||
355 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | ||
356 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | ||
357 | < $(srcdir)/fcntl.in.h; \ | ||
358 | } > $@-t && \ | ||
359 | mv $@-t $@ | ||
360 | MOSTLYCLEANFILES += fcntl.h fcntl.h-t | ||
361 | |||
362 | EXTRA_DIST += fcntl.in.h | ||
363 | |||
364 | ## end gnulib module fcntl-h | ||
365 | |||
366 | ## begin gnulib module fcntl-safer | ||
367 | |||
368 | |||
369 | EXTRA_DIST += creat-safer.c fcntl--.h fcntl-safer.h open-safer.c | ||
370 | |||
371 | EXTRA_libgnu_a_SOURCES += creat-safer.c open-safer.c | ||
372 | |||
373 | ## end gnulib module fcntl-safer | ||
374 | 261 | ||
375 | ## begin gnulib module float | 262 | ## begin gnulib module float |
376 | 263 | ||
@@ -378,18 +265,28 @@ BUILT_SOURCES += $(FLOAT_H) | |||
378 | 265 | ||
379 | # We need the following in order to create <float.h> when the system | 266 | # We need the following in order to create <float.h> when the system |
380 | # doesn't have one that works with the given compiler. | 267 | # doesn't have one that works with the given compiler. |
381 | float.h: float.in.h | 268 | if GL_GENERATE_FLOAT_H |
269 | float.h: float.in.h $(top_builddir)/config.status | ||
382 | $(AM_V_GEN)rm -f $@-t $@ && \ | 270 | $(AM_V_GEN)rm -f $@-t $@ && \ |
383 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 271 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
384 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 272 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
273 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
385 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 274 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
275 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
386 | -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ | 276 | -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ |
277 | -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ | ||
387 | < $(srcdir)/float.in.h; \ | 278 | < $(srcdir)/float.in.h; \ |
388 | } > $@-t && \ | 279 | } > $@-t && \ |
389 | mv $@-t $@ | 280 | mv $@-t $@ |
281 | else | ||
282 | float.h: $(top_builddir)/config.status | ||
283 | rm -f $@ | ||
284 | endif | ||
390 | MOSTLYCLEANFILES += float.h float.h-t | 285 | MOSTLYCLEANFILES += float.h float.h-t |
391 | 286 | ||
392 | EXTRA_DIST += float.in.h | 287 | EXTRA_DIST += float.c float.in.h itold.c |
288 | |||
289 | EXTRA_libgnu_a_SOURCES += float.c itold.c | ||
393 | 290 | ||
394 | ## end gnulib module float | 291 | ## end gnulib module float |
395 | 292 | ||
@@ -415,13 +312,11 @@ EXTRA_libgnu_a_SOURCES += fsusage.c | |||
415 | 312 | ||
416 | libgnu_a_SOURCES += full-read.h full-read.c | 313 | libgnu_a_SOURCES += full-read.h full-read.c |
417 | 314 | ||
418 | ## end gnulib module full-read | 315 | EXTRA_DIST += full-write.c |
419 | 316 | ||
420 | ## begin gnulib module full-write | 317 | EXTRA_libgnu_a_SOURCES += full-write.c |
421 | 318 | ||
422 | libgnu_a_SOURCES += full-write.h full-write.c | 319 | ## end gnulib module full-read |
423 | |||
424 | ## end gnulib module full-write | ||
425 | 320 | ||
426 | ## begin gnulib module getaddrinfo | 321 | ## begin gnulib module getaddrinfo |
427 | 322 | ||
@@ -432,15 +327,6 @@ EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c | |||
432 | 327 | ||
433 | ## end gnulib module getaddrinfo | 328 | ## end gnulib module getaddrinfo |
434 | 329 | ||
435 | ## begin gnulib module getdtablesize | ||
436 | |||
437 | |||
438 | EXTRA_DIST += getdtablesize.c | ||
439 | |||
440 | EXTRA_libgnu_a_SOURCES += getdtablesize.c | ||
441 | |||
442 | ## end gnulib module getdtablesize | ||
443 | |||
444 | ## begin gnulib module gethostname | 330 | ## begin gnulib module gethostname |
445 | 331 | ||
446 | 332 | ||
@@ -465,12 +351,14 @@ BUILT_SOURCES += $(GETOPT_H) | |||
465 | 351 | ||
466 | # We need the following in order to create <getopt.h> when the system | 352 | # We need the following in order to create <getopt.h> when the system |
467 | # doesn't have one that works with the given compiler. | 353 | # doesn't have one that works with the given compiler. |
468 | getopt.h: getopt.in.h $(ARG_NONNULL_H) | 354 | getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) |
469 | $(AM_V_GEN)rm -f $@-t $@ && \ | 355 | $(AM_V_GEN)rm -f $@-t $@ && \ |
470 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 356 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
471 | sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ | 357 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
358 | -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ | ||
472 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 359 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
473 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 360 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
361 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
474 | -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ | 362 | -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ |
475 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 363 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
476 | < $(srcdir)/getopt.in.h; \ | 364 | < $(srcdir)/getopt.in.h; \ |
@@ -486,15 +374,16 @@ EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c | |||
486 | 374 | ||
487 | ## begin gnulib module gettext | 375 | ## begin gnulib module gettext |
488 | 376 | ||
489 | # This is for those projects which use "gettextize --intl" to put a source-code | 377 | # If your project uses "gettextize --intl" to put a source-code |
490 | # copy of libintl into their package. In such projects, every Makefile.am needs | 378 | # copy of libintl into the package, every Makefile.am needs |
491 | # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory. | 379 | # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory. |
492 | # For the Makefile.ams in other directories it is the maintainer's | 380 | # Here's one way to do this: |
493 | # responsibility; for the one from gnulib we do it here. | 381 | #AM_CPPFLAGS += -I$(top_builddir)/intl |
494 | # This option has no effect when the user disables NLS (because then the intl | 382 | # This option has no effect when the user disables NLS (because then |
495 | # directory contains no libintl.h file) or when the project does not use | 383 | # the intl directory contains no libintl.h file). This option is not |
496 | # "gettextize --intl". | 384 | # enabled by default because the intl directory might not exist if |
497 | AM_CPPFLAGS += -I$(top_builddir)/intl | 385 | # your project does not use "gettext --intl", and some compilers |
386 | # complain about -I options applied to nonexistent directories. | ||
498 | 387 | ||
499 | EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath | 388 | EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath |
500 | 389 | ||
@@ -535,16 +424,20 @@ BUILT_SOURCES += langinfo.h | |||
535 | 424 | ||
536 | # We need the following in order to create an empty placeholder for | 425 | # We need the following in order to create an empty placeholder for |
537 | # <langinfo.h> when the system doesn't have one. | 426 | # <langinfo.h> when the system doesn't have one. |
538 | langinfo.h: langinfo.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) | 427 | langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) |
539 | $(AM_V_GEN)rm -f $@-t $@ && \ | 428 | $(AM_V_GEN)rm -f $@-t $@ && \ |
540 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 429 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
541 | sed -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \ | 430 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
431 | -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \ | ||
542 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 432 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
543 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 433 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
434 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
544 | -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ | 435 | -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ |
545 | -e 's|@''GNULIB_NL_LANGINFO''@|$(GNULIB_NL_LANGINFO)|g' \ | 436 | -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \ |
546 | -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ | 437 | -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ |
438 | -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ | ||
547 | -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ | 439 | -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ |
440 | -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ | ||
548 | -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ | 441 | -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ |
549 | -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ | 442 | -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ |
550 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 443 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
@@ -638,16 +531,23 @@ BUILT_SOURCES += locale.h | |||
638 | 531 | ||
639 | # We need the following in order to create <locale.h> when the system | 532 | # We need the following in order to create <locale.h> when the system |
640 | # doesn't have one that provides all definitions. | 533 | # doesn't have one that provides all definitions. |
641 | locale.h: locale.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 534 | locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
642 | $(AM_V_GEN)rm -f $@-t $@ && \ | 535 | $(AM_V_GEN)rm -f $@-t $@ && \ |
643 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 536 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
644 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 537 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
538 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
645 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 539 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
540 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
646 | -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ | 541 | -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ |
647 | -e 's|@''GNULIB_DUPLOCALE''@|$(GNULIB_DUPLOCALE)|g' \ | 542 | -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \ |
543 | -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \ | ||
544 | -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \ | ||
648 | -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ | 545 | -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ |
649 | -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ | 546 | -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ |
547 | -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ | ||
548 | -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ | ||
650 | -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ | 549 | -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ |
550 | -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ | ||
651 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 551 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
652 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 552 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
653 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 553 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ |
@@ -660,14 +560,29 @@ EXTRA_DIST += locale.in.h | |||
660 | 560 | ||
661 | ## end gnulib module locale | 561 | ## end gnulib module locale |
662 | 562 | ||
663 | ## begin gnulib module malloc | 563 | ## begin gnulib module localeconv |
564 | |||
565 | |||
566 | EXTRA_DIST += localeconv.c | ||
567 | |||
568 | EXTRA_libgnu_a_SOURCES += localeconv.c | ||
569 | |||
570 | ## end gnulib module localeconv | ||
571 | |||
572 | ## begin gnulib module lock | ||
573 | |||
574 | libgnu_a_SOURCES += glthread/lock.h glthread/lock.c | ||
575 | |||
576 | ## end gnulib module lock | ||
577 | |||
578 | ## begin gnulib module malloc-gnu | ||
664 | 579 | ||
665 | 580 | ||
666 | EXTRA_DIST += malloc.c | 581 | EXTRA_DIST += malloc.c |
667 | 582 | ||
668 | EXTRA_libgnu_a_SOURCES += malloc.c | 583 | EXTRA_libgnu_a_SOURCES += malloc.c |
669 | 584 | ||
670 | ## end gnulib module malloc | 585 | ## end gnulib module malloc-gnu |
671 | 586 | ||
672 | ## begin gnulib module malloc-posix | 587 | ## begin gnulib module malloc-posix |
673 | 588 | ||
@@ -689,70 +604,202 @@ EXTRA_DIST += malloca.h malloca.valgrind | |||
689 | ## begin gnulib module math | 604 | ## begin gnulib module math |
690 | 605 | ||
691 | BUILT_SOURCES += math.h | 606 | BUILT_SOURCES += math.h |
607 | libgnu_a_SOURCES += math.c | ||
692 | 608 | ||
693 | # We need the following in order to create <math.h> when the system | 609 | # We need the following in order to create <math.h> when the system |
694 | # doesn't have one that works with the given compiler. | 610 | # doesn't have one that works with the given compiler. |
695 | math.h: math.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 611 | math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
696 | $(AM_V_GEN)rm -f $@-t $@ && \ | 612 | $(AM_V_GEN)rm -f $@-t $@ && \ |
697 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 613 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
698 | sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \ | 614 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
615 | -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \ | ||
699 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 616 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
617 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
700 | -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \ | 618 | -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \ |
701 | -e 's|@''GNULIB_ACOSL''@|$(GNULIB_ACOSL)|g' \ | 619 | -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \ |
702 | -e 's|@''GNULIB_ASINL''@|$(GNULIB_ASINL)|g' \ | 620 | -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \ |
703 | -e 's|@''GNULIB_ATANL''@|$(GNULIB_ATANL)|g' \ | 621 | -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \ |
704 | -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \ | 622 | -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \ |
705 | -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \ | 623 | -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \ |
706 | -e 's|@''GNULIB_COSL''@|$(GNULIB_COSL)|g' \ | 624 | -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \ |
707 | -e 's|@''GNULIB_EXPL''@|$(GNULIB_EXPL)|g' \ | 625 | -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \ |
708 | -e 's|@''GNULIB_FLOORF''@|$(GNULIB_FLOORF)|g' \ | 626 | -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \ |
709 | -e 's|@''GNULIB_FLOORL''@|$(GNULIB_FLOORL)|g' \ | 627 | -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \ |
710 | -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \ | 628 | -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \ |
711 | -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \ | 629 | -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \ |
712 | -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \ | 630 | -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \ |
713 | -e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \ | 631 | -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \ |
714 | -e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \ | 632 | -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \ |
715 | -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \ | 633 | -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \ |
716 | -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \ | 634 | -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \ |
717 | -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \ | 635 | -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \ |
718 | -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \ | 636 | -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \ |
719 | -e 's|@''GNULIB_LOGB''@|$(GNULIB_LOGB)|g' \ | 637 | -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \ |
720 | -e 's|@''GNULIB_LOGL''@|$(GNULIB_LOGL)|g' \ | 638 | -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \ |
721 | -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \ | 639 | -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \ |
722 | -e 's|@''GNULIB_ROUNDF''@|$(GNULIB_ROUNDF)|g' \ | 640 | -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \ |
723 | -e 's|@''GNULIB_ROUNDL''@|$(GNULIB_ROUNDL)|g' \ | 641 | -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \ |
724 | -e 's|@''GNULIB_SIGNBIT''@|$(GNULIB_SIGNBIT)|g' \ | 642 | -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \ |
725 | -e 's|@''GNULIB_SINL''@|$(GNULIB_SINL)|g' \ | 643 | -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \ |
726 | -e 's|@''GNULIB_SQRTL''@|$(GNULIB_SQRTL)|g' \ | 644 | -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \ |
727 | -e 's|@''GNULIB_TANL''@|$(GNULIB_TANL)|g' \ | 645 | -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \ |
728 | -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \ | 646 | -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \ |
729 | -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \ | 647 | -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \ |
730 | -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \ | 648 | -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \ |
649 | -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \ | ||
650 | -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \ | ||
651 | -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \ | ||
652 | -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \ | ||
653 | -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \ | ||
654 | -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \ | ||
655 | -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \ | ||
656 | -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \ | ||
657 | -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \ | ||
658 | -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \ | ||
659 | -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \ | ||
660 | -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \ | ||
661 | -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \ | ||
662 | -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \ | ||
663 | < $(srcdir)/math.in.h | \ | ||
664 | sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \ | ||
665 | -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \ | ||
666 | -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \ | ||
667 | -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \ | ||
668 | -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \ | ||
669 | -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \ | ||
670 | -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \ | ||
671 | -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \ | ||
672 | -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \ | ||
673 | -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \ | ||
674 | -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \ | ||
675 | -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \ | ||
676 | -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \ | ||
677 | -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \ | ||
678 | -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \ | ||
679 | -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \ | ||
680 | -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \ | ||
681 | -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \ | ||
682 | -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \ | ||
683 | -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \ | ||
684 | -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \ | ||
685 | -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \ | ||
686 | -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \ | ||
687 | -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \ | ||
688 | -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \ | ||
689 | -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \ | ||
690 | -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \ | ||
691 | -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \ | ||
692 | -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \ | ||
693 | -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \ | ||
694 | -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \ | ||
695 | -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \ | ||
696 | -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \ | ||
697 | -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \ | ||
698 | -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \ | ||
699 | -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \ | ||
700 | -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \ | ||
701 | -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \ | ||
702 | -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \ | ||
703 | -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \ | ||
704 | -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \ | ||
705 | -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \ | ||
706 | -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \ | ||
707 | -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \ | ||
708 | -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \ | ||
709 | -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \ | ||
710 | -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \ | ||
711 | -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \ | ||
712 | -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \ | ||
713 | -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \ | ||
714 | -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \ | ||
715 | | \ | ||
716 | sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \ | ||
731 | -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \ | 717 | -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \ |
718 | -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \ | ||
732 | -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \ | 719 | -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \ |
720 | -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \ | ||
733 | -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \ | 721 | -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \ |
722 | -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \ | ||
723 | -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \ | ||
724 | -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \ | ||
725 | -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \ | ||
726 | -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \ | ||
727 | -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \ | ||
728 | -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \ | ||
734 | -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \ | 729 | -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \ |
730 | -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \ | ||
731 | -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \ | ||
735 | -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \ | 732 | -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \ |
733 | -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \ | ||
734 | -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \ | ||
735 | -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \ | ||
736 | -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \ | ||
737 | -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \ | ||
738 | -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \ | ||
739 | -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \ | ||
740 | -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \ | ||
741 | -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \ | ||
742 | -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \ | ||
743 | -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \ | ||
744 | -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \ | ||
745 | -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \ | ||
746 | -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \ | ||
747 | -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \ | ||
736 | -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \ | 748 | -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \ |
737 | -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \ | 749 | -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \ |
738 | -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \ | 750 | -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \ |
751 | -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \ | ||
752 | -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \ | ||
739 | -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \ | 753 | -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \ |
754 | -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \ | ||
755 | -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \ | ||
756 | -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \ | ||
757 | -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \ | ||
758 | -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \ | ||
759 | -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \ | ||
760 | -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \ | ||
761 | -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \ | ||
762 | -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \ | ||
763 | -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \ | ||
764 | -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \ | ||
765 | -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \ | ||
766 | -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \ | ||
767 | -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \ | ||
768 | -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \ | ||
740 | -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \ | 769 | -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \ |
770 | -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \ | ||
771 | -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \ | ||
741 | -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \ | 772 | -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \ |
773 | -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \ | ||
742 | -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \ | 774 | -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \ |
775 | -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \ | ||
743 | -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ | 776 | -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ |
744 | -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ | 777 | -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ |
745 | -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ | 778 | -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ |
779 | -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \ | ||
780 | -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \ | ||
746 | -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \ | 781 | -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \ |
747 | -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \ | 782 | -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \ |
783 | -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \ | ||
748 | -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \ | 784 | -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \ |
749 | -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \ | 785 | -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \ |
786 | -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \ | ||
787 | -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \ | ||
788 | -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \ | ||
789 | -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \ | ||
750 | -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \ | 790 | -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \ |
751 | -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \ | 791 | -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \ |
752 | -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \ | 792 | -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \ |
753 | -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \ | 793 | -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \ |
754 | -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \ | ||
755 | -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \ | 794 | -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \ |
795 | -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \ | ||
796 | -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \ | ||
797 | -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \ | ||
798 | -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \ | ||
799 | -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \ | ||
800 | -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \ | ||
801 | -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \ | ||
802 | -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \ | ||
756 | -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \ | 803 | -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \ |
757 | -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \ | 804 | -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \ |
758 | -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \ | 805 | -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \ |
@@ -762,28 +809,74 @@ math.h: math.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
762 | -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \ | 809 | -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \ |
763 | -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ | 810 | -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ |
764 | -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \ | 811 | -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \ |
812 | | \ | ||
813 | sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \ | ||
814 | -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \ | ||
815 | -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \ | ||
765 | -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ | 816 | -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ |
766 | -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ | 817 | -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ |
818 | -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \ | ||
819 | -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \ | ||
820 | -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \ | ||
821 | -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \ | ||
822 | -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \ | ||
823 | -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \ | ||
767 | -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \ | 824 | -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \ |
768 | -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \ | 825 | -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \ |
826 | -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \ | ||
827 | -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \ | ||
828 | -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \ | ||
829 | -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \ | ||
830 | -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \ | ||
831 | -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \ | ||
832 | -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \ | ||
769 | -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \ | 833 | -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \ |
770 | -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \ | 834 | -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \ |
771 | -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \ | 835 | -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \ |
836 | -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \ | ||
837 | -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \ | ||
838 | -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \ | ||
839 | -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \ | ||
840 | -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \ | ||
772 | -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ | 841 | -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ |
773 | -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \ | 842 | -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \ |
774 | -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \ | 843 | -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \ |
844 | -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ | ||
775 | -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ | 845 | -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ |
846 | -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \ | ||
847 | -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \ | ||
848 | -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \ | ||
849 | -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \ | ||
850 | -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \ | ||
851 | -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \ | ||
852 | -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \ | ||
853 | -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \ | ||
854 | -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \ | ||
855 | -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \ | ||
856 | -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \ | ||
857 | -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \ | ||
858 | -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \ | ||
859 | -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \ | ||
860 | -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \ | ||
861 | -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \ | ||
862 | -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \ | ||
863 | -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \ | ||
776 | -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \ | 864 | -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \ |
865 | -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \ | ||
866 | -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \ | ||
867 | -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \ | ||
777 | -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ | 868 | -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ |
778 | -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ | 869 | -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ |
779 | -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ | 870 | -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ |
780 | -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ | 871 | -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ |
781 | -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ | 872 | -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ |
873 | -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \ | ||
874 | -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \ | ||
875 | -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \ | ||
782 | -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \ | 876 | -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \ |
783 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 877 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
784 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 878 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
785 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 879 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ |
786 | < $(srcdir)/math.in.h; \ | ||
787 | } > $@-t && \ | 880 | } > $@-t && \ |
788 | mv $@-t $@ | 881 | mv $@-t $@ |
789 | MOSTLYCLEANFILES += math.h math.h-t | 882 | MOSTLYCLEANFILES += math.h math.h-t |
@@ -810,6 +903,15 @@ EXTRA_libgnu_a_SOURCES += mbsinit.c | |||
810 | 903 | ||
811 | ## end gnulib module mbsinit | 904 | ## end gnulib module mbsinit |
812 | 905 | ||
906 | ## begin gnulib module mbtowc | ||
907 | |||
908 | |||
909 | EXTRA_DIST += mbtowc-impl.h mbtowc.c | ||
910 | |||
911 | EXTRA_libgnu_a_SOURCES += mbtowc.c | ||
912 | |||
913 | ## end gnulib module mbtowc | ||
914 | |||
813 | ## begin gnulib module memchr | 915 | ## begin gnulib module memchr |
814 | 916 | ||
815 | 917 | ||
@@ -828,6 +930,15 @@ EXTRA_libgnu_a_SOURCES += mktime.c | |||
828 | 930 | ||
829 | ## end gnulib module mktime | 931 | ## end gnulib module mktime |
830 | 932 | ||
933 | ## begin gnulib module mktime-internal | ||
934 | |||
935 | |||
936 | EXTRA_DIST += mktime-internal.h mktime.c | ||
937 | |||
938 | EXTRA_libgnu_a_SOURCES += mktime.c | ||
939 | |||
940 | ## end gnulib module mktime-internal | ||
941 | |||
831 | ## begin gnulib module mountlist | 942 | ## begin gnulib module mountlist |
832 | 943 | ||
833 | 944 | ||
@@ -837,25 +948,47 @@ EXTRA_libgnu_a_SOURCES += mountlist.c | |||
837 | 948 | ||
838 | ## end gnulib module mountlist | 949 | ## end gnulib module mountlist |
839 | 950 | ||
951 | ## begin gnulib module msvc-inval | ||
952 | |||
953 | |||
954 | EXTRA_DIST += msvc-inval.c msvc-inval.h | ||
955 | |||
956 | EXTRA_libgnu_a_SOURCES += msvc-inval.c | ||
957 | |||
958 | ## end gnulib module msvc-inval | ||
959 | |||
960 | ## begin gnulib module msvc-nothrow | ||
961 | |||
962 | |||
963 | EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h | ||
964 | |||
965 | EXTRA_libgnu_a_SOURCES += msvc-nothrow.c | ||
966 | |||
967 | ## end gnulib module msvc-nothrow | ||
968 | |||
840 | ## begin gnulib module netdb | 969 | ## begin gnulib module netdb |
841 | 970 | ||
842 | BUILT_SOURCES += netdb.h | 971 | BUILT_SOURCES += netdb.h |
843 | 972 | ||
844 | # We need the following in order to create <netdb.h> when the system | 973 | # We need the following in order to create <netdb.h> when the system |
845 | # doesn't have one that works with the given compiler. | 974 | # doesn't have one that works with the given compiler. |
846 | netdb.h: netdb.in.h $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 975 | netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
847 | $(AM_V_GEN)rm -f $@-t $@ && \ | 976 | $(AM_V_GEN)rm -f $@-t $@ && \ |
848 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 977 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
849 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 978 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
979 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
850 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 980 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
981 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
851 | -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \ | 982 | -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \ |
852 | -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \ | 983 | -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \ |
853 | -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \ | 984 | -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \ |
854 | -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \ | 985 | -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \ |
855 | -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \ | 986 | -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \ |
856 | -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \ | 987 | -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \ |
857 | -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \ | 988 | -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \ |
858 | -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \ | 989 | -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \ |
990 | -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \ | ||
991 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | ||
859 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 992 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
860 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 993 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ |
861 | < $(srcdir)/netdb.in.h; \ | 994 | < $(srcdir)/netdb.in.h; \ |
@@ -873,17 +1006,24 @@ BUILT_SOURCES += $(NETINET_IN_H) | |||
873 | 1006 | ||
874 | # We need the following in order to create <netinet/in.h> when the system | 1007 | # We need the following in order to create <netinet/in.h> when the system |
875 | # doesn't have one. | 1008 | # doesn't have one. |
876 | netinet/in.h: netinet_in.in.h | 1009 | if GL_GENERATE_NETINET_IN_H |
1010 | netinet/in.h: netinet_in.in.h $(top_builddir)/config.status | ||
877 | $(AM_V_at)$(MKDIR_P) netinet | 1011 | $(AM_V_at)$(MKDIR_P) netinet |
878 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1012 | $(AM_V_GEN)rm -f $@-t $@ && \ |
879 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1013 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
880 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1014 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1015 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
881 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1016 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1017 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
882 | -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ | 1018 | -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ |
883 | -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ | 1019 | -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ |
884 | < $(srcdir)/netinet_in.in.h; \ | 1020 | < $(srcdir)/netinet_in.in.h; \ |
885 | } > $@-t && \ | 1021 | } > $@-t && \ |
886 | mv $@-t $@ | 1022 | mv $@-t $@ |
1023 | else | ||
1024 | netinet/in.h: $(top_builddir)/config.status | ||
1025 | rm -f $@ | ||
1026 | endif | ||
887 | MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t | 1027 | MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t |
888 | MOSTLYCLEANDIRS += netinet | 1028 | MOSTLYCLEANDIRS += netinet |
889 | 1029 | ||
@@ -900,14 +1040,14 @@ EXTRA_libgnu_a_SOURCES += nl_langinfo.c | |||
900 | 1040 | ||
901 | ## end gnulib module nl_langinfo | 1041 | ## end gnulib module nl_langinfo |
902 | 1042 | ||
903 | ## begin gnulib module open | 1043 | ## begin gnulib module read |
904 | 1044 | ||
905 | 1045 | ||
906 | EXTRA_DIST += open.c | 1046 | EXTRA_DIST += read.c |
907 | 1047 | ||
908 | EXTRA_libgnu_a_SOURCES += open.c | 1048 | EXTRA_libgnu_a_SOURCES += read.c |
909 | 1049 | ||
910 | ## end gnulib module open | 1050 | ## end gnulib module read |
911 | 1051 | ||
912 | ## begin gnulib module regex | 1052 | ## begin gnulib module regex |
913 | 1053 | ||
@@ -920,22 +1060,12 @@ EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c | |||
920 | 1060 | ||
921 | ## begin gnulib module safe-read | 1061 | ## begin gnulib module safe-read |
922 | 1062 | ||
1063 | libgnu_a_SOURCES += safe-read.c | ||
923 | 1064 | ||
924 | EXTRA_DIST += safe-read.c safe-read.h | 1065 | EXTRA_DIST += safe-read.h |
925 | |||
926 | EXTRA_libgnu_a_SOURCES += safe-read.c | ||
927 | 1066 | ||
928 | ## end gnulib module safe-read | 1067 | ## end gnulib module safe-read |
929 | 1068 | ||
930 | ## begin gnulib module safe-write | ||
931 | |||
932 | |||
933 | EXTRA_DIST += safe-write.c safe-write.h | ||
934 | |||
935 | EXTRA_libgnu_a_SOURCES += safe-write.c | ||
936 | |||
937 | ## end gnulib module safe-write | ||
938 | |||
939 | ## begin gnulib module setenv | 1069 | ## begin gnulib module setenv |
940 | 1070 | ||
941 | 1071 | ||
@@ -951,6 +1081,87 @@ libgnu_a_SOURCES += size_max.h | |||
951 | 1081 | ||
952 | ## end gnulib module size_max | 1082 | ## end gnulib module size_max |
953 | 1083 | ||
1084 | ## begin gnulib module snippet/_Noreturn | ||
1085 | |||
1086 | # Because this Makefile snippet defines a variable used by other | ||
1087 | # gnulib Makefile snippets, it must be present in all Makefile.am that | ||
1088 | # need it. This is ensured by the applicability 'all' defined above. | ||
1089 | |||
1090 | _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h | ||
1091 | |||
1092 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h | ||
1093 | |||
1094 | ## end gnulib module snippet/_Noreturn | ||
1095 | |||
1096 | ## begin gnulib module snippet/arg-nonnull | ||
1097 | |||
1098 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
1099 | # statements but through direct file reference. Therefore this snippet must be | ||
1100 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
1101 | # 'all' defined above. | ||
1102 | |||
1103 | BUILT_SOURCES += arg-nonnull.h | ||
1104 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | ||
1105 | # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut | ||
1106 | # off. | ||
1107 | arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h | ||
1108 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
1109 | sed -n -e '/GL_ARG_NONNULL/,$$p' \ | ||
1110 | < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ | ||
1111 | > $@-t && \ | ||
1112 | mv $@-t $@ | ||
1113 | MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t | ||
1114 | |||
1115 | ARG_NONNULL_H=arg-nonnull.h | ||
1116 | |||
1117 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h | ||
1118 | |||
1119 | ## end gnulib module snippet/arg-nonnull | ||
1120 | |||
1121 | ## begin gnulib module snippet/c++defs | ||
1122 | |||
1123 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
1124 | # statements but through direct file reference. Therefore this snippet must be | ||
1125 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
1126 | # 'all' defined above. | ||
1127 | |||
1128 | BUILT_SOURCES += c++defs.h | ||
1129 | # The c++defs.h that gets inserted into generated .h files is the same as | ||
1130 | # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. | ||
1131 | c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h | ||
1132 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
1133 | sed -n -e '/_GL_CXXDEFS/,$$p' \ | ||
1134 | < $(top_srcdir)/build-aux/snippet/c++defs.h \ | ||
1135 | > $@-t && \ | ||
1136 | mv $@-t $@ | ||
1137 | MOSTLYCLEANFILES += c++defs.h c++defs.h-t | ||
1138 | |||
1139 | CXXDEFS_H=c++defs.h | ||
1140 | |||
1141 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h | ||
1142 | |||
1143 | ## end gnulib module snippet/c++defs | ||
1144 | |||
1145 | ## begin gnulib module snippet/warn-on-use | ||
1146 | |||
1147 | BUILT_SOURCES += warn-on-use.h | ||
1148 | # The warn-on-use.h that gets inserted into generated .h files is the same as | ||
1149 | # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut | ||
1150 | # off. | ||
1151 | warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h | ||
1152 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
1153 | sed -n -e '/^.ifndef/,$$p' \ | ||
1154 | < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ | ||
1155 | > $@-t && \ | ||
1156 | mv $@-t $@ | ||
1157 | MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t | ||
1158 | |||
1159 | WARN_ON_USE_H=warn-on-use.h | ||
1160 | |||
1161 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h | ||
1162 | |||
1163 | ## end gnulib module snippet/warn-on-use | ||
1164 | |||
954 | ## begin gnulib module snprintf | 1165 | ## begin gnulib module snprintf |
955 | 1166 | ||
956 | 1167 | ||
@@ -968,14 +1179,28 @@ EXTRA_DIST += w32sock.h | |||
968 | 1179 | ||
969 | ## end gnulib module sockets | 1180 | ## end gnulib module sockets |
970 | 1181 | ||
971 | ## begin gnulib module stat | 1182 | ## begin gnulib module stdalign |
972 | 1183 | ||
1184 | BUILT_SOURCES += $(STDALIGN_H) | ||
973 | 1185 | ||
974 | EXTRA_DIST += stat.c | 1186 | # We need the following in order to create <stdalign.h> when the system |
1187 | # doesn't have one that works. | ||
1188 | if GL_GENERATE_STDALIGN_H | ||
1189 | stdalign.h: stdalign.in.h $(top_builddir)/config.status | ||
1190 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
1191 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
1192 | cat $(srcdir)/stdalign.in.h; \ | ||
1193 | } > $@-t && \ | ||
1194 | mv $@-t $@ | ||
1195 | else | ||
1196 | stdalign.h: $(top_builddir)/config.status | ||
1197 | rm -f $@ | ||
1198 | endif | ||
1199 | MOSTLYCLEANFILES += stdalign.h stdalign.h-t | ||
975 | 1200 | ||
976 | EXTRA_libgnu_a_SOURCES += stat.c | 1201 | EXTRA_DIST += stdalign.in.h |
977 | 1202 | ||
978 | ## end gnulib module stat | 1203 | ## end gnulib module stdalign |
979 | 1204 | ||
980 | ## begin gnulib module stdbool | 1205 | ## begin gnulib module stdbool |
981 | 1206 | ||
@@ -983,12 +1208,17 @@ BUILT_SOURCES += $(STDBOOL_H) | |||
983 | 1208 | ||
984 | # We need the following in order to create <stdbool.h> when the system | 1209 | # We need the following in order to create <stdbool.h> when the system |
985 | # doesn't have one that works. | 1210 | # doesn't have one that works. |
986 | stdbool.h: stdbool.in.h | 1211 | if GL_GENERATE_STDBOOL_H |
1212 | stdbool.h: stdbool.in.h $(top_builddir)/config.status | ||
987 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1213 | $(AM_V_GEN)rm -f $@-t $@ && \ |
988 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1214 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
989 | sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ | 1215 | sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ |
990 | } > $@-t && \ | 1216 | } > $@-t && \ |
991 | mv $@-t $@ | 1217 | mv $@-t $@ |
1218 | else | ||
1219 | stdbool.h: $(top_builddir)/config.status | ||
1220 | rm -f $@ | ||
1221 | endif | ||
992 | MOSTLYCLEANFILES += stdbool.h stdbool.h-t | 1222 | MOSTLYCLEANFILES += stdbool.h stdbool.h-t |
993 | 1223 | ||
994 | EXTRA_DIST += stdbool.in.h | 1224 | EXTRA_DIST += stdbool.in.h |
@@ -1001,17 +1231,24 @@ BUILT_SOURCES += $(STDDEF_H) | |||
1001 | 1231 | ||
1002 | # We need the following in order to create <stddef.h> when the system | 1232 | # We need the following in order to create <stddef.h> when the system |
1003 | # doesn't have one that works with the given compiler. | 1233 | # doesn't have one that works with the given compiler. |
1004 | stddef.h: stddef.in.h | 1234 | if GL_GENERATE_STDDEF_H |
1235 | stddef.h: stddef.in.h $(top_builddir)/config.status | ||
1005 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1236 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1006 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1237 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
1007 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1238 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1239 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1008 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1240 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1241 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1009 | -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ | 1242 | -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ |
1010 | -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ | 1243 | -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ |
1011 | -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ | 1244 | -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ |
1012 | < $(srcdir)/stddef.in.h; \ | 1245 | < $(srcdir)/stddef.in.h; \ |
1013 | } > $@-t && \ | 1246 | } > $@-t && \ |
1014 | mv $@-t $@ | 1247 | mv $@-t $@ |
1248 | else | ||
1249 | stddef.h: $(top_builddir)/config.status | ||
1250 | rm -f $@ | ||
1251 | endif | ||
1015 | MOSTLYCLEANFILES += stddef.h stddef.h-t | 1252 | MOSTLYCLEANFILES += stddef.h stddef.h-t |
1016 | 1253 | ||
1017 | EXTRA_DIST += stddef.in.h | 1254 | EXTRA_DIST += stddef.in.h |
@@ -1024,17 +1261,21 @@ BUILT_SOURCES += $(STDINT_H) | |||
1024 | 1261 | ||
1025 | # We need the following in order to create <stdint.h> when the system | 1262 | # We need the following in order to create <stdint.h> when the system |
1026 | # doesn't have one that works with the given compiler. | 1263 | # doesn't have one that works with the given compiler. |
1027 | stdint.h: stdint.in.h | 1264 | if GL_GENERATE_STDINT_H |
1265 | stdint.h: stdint.in.h $(top_builddir)/config.status | ||
1028 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1266 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1029 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1267 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
1030 | sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | 1268 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1269 | -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | ||
1031 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1270 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1032 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1271 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1272 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1033 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ | 1273 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ |
1034 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ | 1274 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ |
1035 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ | 1275 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ |
1036 | -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ | 1276 | -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ |
1037 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ | 1277 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ |
1278 | -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ | ||
1038 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ | 1279 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ |
1039 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ | 1280 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ |
1040 | -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ | 1281 | -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ |
@@ -1054,6 +1295,10 @@ stdint.h: stdint.in.h | |||
1054 | < $(srcdir)/stdint.in.h; \ | 1295 | < $(srcdir)/stdint.in.h; \ |
1055 | } > $@-t && \ | 1296 | } > $@-t && \ |
1056 | mv $@-t $@ | 1297 | mv $@-t $@ |
1298 | else | ||
1299 | stdint.h: $(top_builddir)/config.status | ||
1300 | rm -f $@ | ||
1301 | endif | ||
1057 | MOSTLYCLEANFILES += stdint.h stdint.h-t | 1302 | MOSTLYCLEANFILES += stdint.h stdint.h-t |
1058 | 1303 | ||
1059 | EXTRA_DIST += stdint.in.h | 1304 | EXTRA_DIST += stdint.in.h |
@@ -1066,55 +1311,71 @@ BUILT_SOURCES += stdio.h | |||
1066 | 1311 | ||
1067 | # We need the following in order to create <stdio.h> when the system | 1312 | # We need the following in order to create <stdio.h> when the system |
1068 | # doesn't have one that works with the given compiler. | 1313 | # doesn't have one that works with the given compiler. |
1069 | stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1314 | stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
1070 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1315 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1071 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1316 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
1072 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1317 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1318 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1073 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1319 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1320 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1074 | -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ | 1321 | -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ |
1075 | -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \ | 1322 | -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ |
1076 | -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \ | 1323 | -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ |
1077 | -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \ | 1324 | -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ |
1078 | -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \ | 1325 | -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ |
1079 | -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \ | 1326 | -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ |
1080 | -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \ | 1327 | -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ |
1081 | -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \ | 1328 | -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ |
1082 | -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \ | 1329 | -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ |
1083 | -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \ | 1330 | -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ |
1084 | -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \ | 1331 | -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ |
1085 | -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \ | 1332 | -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ |
1086 | -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \ | 1333 | -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ |
1087 | -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \ | 1334 | -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ |
1088 | -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \ | 1335 | -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ |
1089 | -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \ | 1336 | -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ |
1090 | -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \ | 1337 | -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ |
1091 | -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \ | 1338 | -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ |
1092 | -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \ | 1339 | -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ |
1093 | -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \ | 1340 | -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ |
1094 | -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \ | 1341 | -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ |
1095 | -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \ | 1342 | -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ |
1096 | -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \ | 1343 | -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ |
1097 | -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \ | 1344 | -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ |
1098 | -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \ | 1345 | -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ |
1099 | -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \ | 1346 | -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ |
1100 | -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \ | 1347 | -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ |
1101 | -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \ | 1348 | -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ |
1102 | -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \ | 1349 | -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ |
1103 | -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \ | 1350 | -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ |
1104 | -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \ | 1351 | -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ |
1105 | -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \ | 1352 | -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ |
1106 | -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \ | 1353 | -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ |
1107 | -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \ | 1354 | -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ |
1108 | -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \ | 1355 | -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ |
1109 | -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \ | 1356 | -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ |
1110 | -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \ | 1357 | -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ |
1111 | -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \ | 1358 | -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ |
1112 | -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \ | 1359 | -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ |
1113 | -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \ | 1360 | -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ |
1114 | -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \ | 1361 | -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ |
1115 | -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \ | 1362 | -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ |
1363 | -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ | ||
1364 | -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ | ||
1365 | -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ | ||
1366 | -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ | ||
1367 | -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ | ||
1368 | -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ | ||
1369 | -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ | ||
1370 | -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ | ||
1371 | -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ | ||
1372 | -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ | ||
1373 | -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ | ||
1374 | -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ | ||
1116 | < $(srcdir)/stdio.in.h | \ | 1375 | < $(srcdir)/stdio.in.h | \ |
1117 | sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ | 1376 | sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ |
1377 | -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ | ||
1378 | -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ | ||
1118 | -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ | 1379 | -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ |
1119 | -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ | 1380 | -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ |
1120 | -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ | 1381 | -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ |
@@ -1123,11 +1384,14 @@ stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1123 | -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ | 1384 | -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ |
1124 | -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ | 1385 | -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ |
1125 | -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ | 1386 | -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ |
1387 | -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ | ||
1388 | -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ | ||
1126 | -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ | 1389 | -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ |
1127 | -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ | 1390 | -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ |
1128 | -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ | 1391 | -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ |
1129 | -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ | 1392 | -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ |
1130 | -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ | 1393 | -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ |
1394 | -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ | ||
1131 | -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ | 1395 | -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ |
1132 | -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ | 1396 | -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ |
1133 | -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ | 1397 | -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ |
@@ -1148,6 +1412,7 @@ stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1148 | -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ | 1412 | -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ |
1149 | -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ | 1413 | -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ |
1150 | -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ | 1414 | -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ |
1415 | -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ | ||
1151 | -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ | 1416 | -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ |
1152 | -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ | 1417 | -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ |
1153 | -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ | 1418 | -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ |
@@ -1164,9 +1429,7 @@ stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1164 | mv $@-t $@ | 1429 | mv $@-t $@ |
1165 | MOSTLYCLEANFILES += stdio.h stdio.h-t | 1430 | MOSTLYCLEANFILES += stdio.h stdio.h-t |
1166 | 1431 | ||
1167 | EXTRA_DIST += stdio-write.c stdio.in.h | 1432 | EXTRA_DIST += stdio.in.h |
1168 | |||
1169 | EXTRA_libgnu_a_SOURCES += stdio-write.c | ||
1170 | 1433 | ||
1171 | ## end gnulib module stdio | 1434 | ## end gnulib module stdio |
1172 | 1435 | ||
@@ -1176,38 +1439,49 @@ BUILT_SOURCES += stdlib.h | |||
1176 | 1439 | ||
1177 | # We need the following in order to create <stdlib.h> when the system | 1440 | # We need the following in order to create <stdlib.h> when the system |
1178 | # doesn't have one that works with the given compiler. | 1441 | # doesn't have one that works with the given compiler. |
1179 | stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1442 | stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ |
1443 | $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | ||
1180 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1444 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1181 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1445 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
1182 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1446 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1447 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1183 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1448 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1449 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1184 | -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ | 1450 | -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ |
1185 | -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \ | 1451 | -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ |
1186 | -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \ | 1452 | -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ |
1187 | -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \ | 1453 | -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ |
1188 | -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \ | 1454 | -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ |
1189 | -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \ | 1455 | -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ |
1190 | -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \ | 1456 | -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ |
1191 | -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \ | 1457 | -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ |
1192 | -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \ | 1458 | -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ |
1193 | -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \ | 1459 | -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ |
1194 | -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \ | 1460 | -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ |
1195 | -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \ | 1461 | -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ |
1196 | -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \ | 1462 | -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ |
1197 | -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \ | 1463 | -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ |
1198 | -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \ | 1464 | -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ |
1199 | -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \ | 1465 | -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ |
1200 | -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \ | 1466 | -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ |
1201 | -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \ | 1467 | -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ |
1202 | -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \ | 1468 | -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ |
1203 | -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \ | 1469 | -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ |
1204 | -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \ | 1470 | -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ |
1205 | -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \ | 1471 | -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ |
1206 | -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \ | 1472 | -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ |
1207 | -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \ | 1473 | -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ |
1208 | -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \ | 1474 | -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \ |
1209 | -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \ | 1475 | -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ |
1210 | -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ | 1476 | -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ |
1477 | -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ | ||
1478 | -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ | ||
1479 | -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ | ||
1480 | -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ | ||
1481 | -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ | ||
1482 | -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ | ||
1483 | < $(srcdir)/stdlib.in.h | \ | ||
1484 | sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ | ||
1211 | -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ | 1485 | -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ |
1212 | -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ | 1486 | -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ |
1213 | -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ | 1487 | -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ |
@@ -1218,33 +1492,42 @@ stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1218 | -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ | 1492 | -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ |
1219 | -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ | 1493 | -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ |
1220 | -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ | 1494 | -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ |
1495 | -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ | ||
1221 | -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ | 1496 | -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ |
1497 | -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ | ||
1498 | -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ | ||
1222 | -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ | 1499 | -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ |
1223 | -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ | 1500 | -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ |
1224 | -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ | 1501 | -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ |
1225 | -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ | 1502 | -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ |
1226 | -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \ | 1503 | -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \ |
1504 | -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ | ||
1227 | -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ | 1505 | -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ |
1228 | -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ | 1506 | -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ |
1229 | -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ | 1507 | -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ |
1230 | -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ | 1508 | -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ |
1231 | -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ | 1509 | -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ |
1232 | -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ | 1510 | -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ |
1233 | -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \ | 1511 | -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ |
1234 | -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ | 1512 | -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ |
1235 | -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ | 1513 | -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ |
1236 | -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ | 1514 | -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ |
1515 | -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ | ||
1237 | -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ | 1516 | -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ |
1517 | -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \ | ||
1518 | -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ | ||
1238 | -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ | 1519 | -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ |
1520 | -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ | ||
1239 | -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ | 1521 | -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ |
1240 | -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ | 1522 | -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ |
1241 | -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ | 1523 | -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ |
1242 | -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ | 1524 | -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ |
1243 | -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ | 1525 | -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ |
1526 | -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ | ||
1244 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 1527 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
1528 | -e '/definition of _Noreturn/r $(_NORETURN_H)' \ | ||
1245 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 1529 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
1246 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 1530 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ |
1247 | < $(srcdir)/stdlib.in.h; \ | ||
1248 | } > $@-t && \ | 1531 | } > $@-t && \ |
1249 | mv $@-t $@ | 1532 | mv $@-t $@ |
1250 | MOSTLYCLEANFILES += stdlib.h stdlib.h-t | 1533 | MOSTLYCLEANFILES += stdlib.h stdlib.h-t |
@@ -1253,15 +1536,6 @@ EXTRA_DIST += stdlib.in.h | |||
1253 | 1536 | ||
1254 | ## end gnulib module stdlib | 1537 | ## end gnulib module stdlib |
1255 | 1538 | ||
1256 | ## begin gnulib module strdup-posix | ||
1257 | |||
1258 | |||
1259 | EXTRA_DIST += strdup.c | ||
1260 | |||
1261 | EXTRA_libgnu_a_SOURCES += strdup.c | ||
1262 | |||
1263 | ## end gnulib module strdup-posix | ||
1264 | |||
1265 | ## begin gnulib module streq | 1539 | ## begin gnulib module streq |
1266 | 1540 | ||
1267 | 1541 | ||
@@ -1278,54 +1552,70 @@ EXTRA_libgnu_a_SOURCES += strerror.c | |||
1278 | 1552 | ||
1279 | ## end gnulib module strerror | 1553 | ## end gnulib module strerror |
1280 | 1554 | ||
1555 | ## begin gnulib module strerror-override | ||
1556 | |||
1557 | |||
1558 | EXTRA_DIST += strerror-override.c strerror-override.h | ||
1559 | |||
1560 | EXTRA_libgnu_a_SOURCES += strerror-override.c | ||
1561 | |||
1562 | ## end gnulib module strerror-override | ||
1563 | |||
1281 | ## begin gnulib module string | 1564 | ## begin gnulib module string |
1282 | 1565 | ||
1283 | BUILT_SOURCES += string.h | 1566 | BUILT_SOURCES += string.h |
1284 | 1567 | ||
1285 | # We need the following in order to create <string.h> when the system | 1568 | # We need the following in order to create <string.h> when the system |
1286 | # doesn't have one that works with the given compiler. | 1569 | # doesn't have one that works with the given compiler. |
1287 | string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1570 | string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
1288 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1571 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1289 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1572 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
1290 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1573 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1574 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1291 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1575 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1576 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1292 | -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ | 1577 | -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ |
1293 | -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ | 1578 | -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ |
1294 | -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ | 1579 | -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ |
1295 | -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \ | 1580 | -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ |
1296 | -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \ | 1581 | -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ |
1297 | -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \ | 1582 | -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ |
1298 | -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \ | 1583 | -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ |
1299 | -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \ | 1584 | -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ |
1300 | -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \ | 1585 | -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ |
1301 | -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \ | 1586 | -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ |
1302 | -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \ | 1587 | -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ |
1303 | -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \ | 1588 | -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ |
1304 | -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \ | 1589 | -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ |
1305 | -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \ | 1590 | -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ |
1306 | -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \ | 1591 | -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ |
1307 | -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \ | 1592 | -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ |
1308 | -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ | 1593 | -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ |
1309 | -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ | 1594 | -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ |
1310 | -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ | 1595 | -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ |
1311 | -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \ | 1596 | -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ |
1312 | -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ | 1597 | -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ |
1313 | -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ | 1598 | -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ |
1314 | -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ | 1599 | -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ |
1315 | -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \ | 1600 | -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ |
1316 | -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \ | 1601 | -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ |
1317 | -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \ | 1602 | -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ |
1318 | -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \ | 1603 | -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ |
1319 | -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \ | 1604 | -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ |
1320 | -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \ | 1605 | -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ |
1321 | -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \ | 1606 | -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ |
1322 | -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \ | 1607 | -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ |
1323 | -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ | 1608 | -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ |
1324 | -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ | 1609 | -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ |
1325 | -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ | 1610 | -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ |
1326 | -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \ | 1611 | -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ |
1612 | -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ | ||
1613 | -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ | ||
1614 | -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ | ||
1327 | < $(srcdir)/string.in.h | \ | 1615 | < $(srcdir)/string.in.h | \ |
1328 | sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ | 1616 | sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ |
1617 | -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ | ||
1618 | -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ | ||
1329 | -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ | 1619 | -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ |
1330 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ | 1620 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ |
1331 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ | 1621 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ |
@@ -1341,15 +1631,18 @@ string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1341 | -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ | 1631 | -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ |
1342 | -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ | 1632 | -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ |
1343 | -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ | 1633 | -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ |
1634 | -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ | ||
1344 | -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ | 1635 | -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ |
1345 | -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ | 1636 | -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ |
1346 | -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ | 1637 | -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ |
1347 | -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ | 1638 | -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ |
1348 | -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ | 1639 | -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ |
1349 | -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ | 1640 | -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ |
1641 | -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ | ||
1350 | -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ | 1642 | -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ |
1351 | -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ | 1643 | -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ |
1352 | -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ | 1644 | -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ |
1645 | -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ | ||
1353 | -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ | 1646 | -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ |
1354 | -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ | 1647 | -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ |
1355 | -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ | 1648 | -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ |
@@ -1407,36 +1700,40 @@ EXTRA_libgnu_a_SOURCES += strstr.c | |||
1407 | ## begin gnulib module sys_socket | 1700 | ## begin gnulib module sys_socket |
1408 | 1701 | ||
1409 | BUILT_SOURCES += sys/socket.h | 1702 | BUILT_SOURCES += sys/socket.h |
1703 | libgnu_a_SOURCES += sys_socket.c | ||
1410 | 1704 | ||
1411 | # We need the following in order to create <sys/socket.h> when the system | 1705 | # We need the following in order to create <sys/socket.h> when the system |
1412 | # doesn't have one that works with the given compiler. | 1706 | # doesn't have one that works with the given compiler. |
1413 | sys/socket.h: sys_socket.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) | 1707 | sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) |
1414 | $(AM_V_at)$(MKDIR_P) sys | 1708 | $(AM_V_at)$(MKDIR_P) sys |
1415 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1709 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1416 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1710 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
1417 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1711 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1712 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1418 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1713 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1714 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1419 | -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ | 1715 | -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ |
1420 | -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ | 1716 | -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ |
1421 | -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \ | 1717 | -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ |
1422 | -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \ | 1718 | -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \ |
1423 | -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \ | 1719 | -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \ |
1424 | -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \ | 1720 | -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \ |
1425 | -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \ | 1721 | -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \ |
1426 | -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \ | 1722 | -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \ |
1427 | -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \ | 1723 | -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \ |
1428 | -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \ | 1724 | -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \ |
1429 | -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \ | 1725 | -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \ |
1430 | -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \ | 1726 | -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \ |
1431 | -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \ | 1727 | -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \ |
1432 | -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \ | 1728 | -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \ |
1433 | -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \ | 1729 | -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \ |
1434 | -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \ | 1730 | -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \ |
1435 | -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \ | 1731 | -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \ |
1436 | -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \ | 1732 | -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \ |
1437 | -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ | 1733 | -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ |
1438 | -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ | 1734 | -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ |
1439 | -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \ | 1735 | -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \ |
1736 | -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \ | ||
1440 | -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \ | 1737 | -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \ |
1441 | -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \ | 1738 | -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \ |
1442 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 1739 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
@@ -1452,63 +1749,64 @@ EXTRA_DIST += sys_socket.in.h | |||
1452 | 1749 | ||
1453 | ## end gnulib module sys_socket | 1750 | ## end gnulib module sys_socket |
1454 | 1751 | ||
1455 | ## begin gnulib module sys_stat | 1752 | ## begin gnulib module sys_types |
1456 | 1753 | ||
1457 | BUILT_SOURCES += sys/stat.h | 1754 | BUILT_SOURCES += sys/types.h |
1458 | 1755 | ||
1459 | # We need the following in order to create <sys/stat.h> when the system | 1756 | # We need the following in order to create <sys/types.h> when the system |
1460 | # has one that is incomplete. | 1757 | # doesn't have one that works with the given compiler. |
1461 | sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1758 | sys/types.h: sys_types.in.h $(top_builddir)/config.status |
1462 | $(AM_V_at)$(MKDIR_P) sys | 1759 | $(AM_V_at)$(MKDIR_P) sys |
1463 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1760 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1464 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1761 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
1465 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1762 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1763 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1466 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1764 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1467 | -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \ | 1765 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
1468 | -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \ | 1766 | -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ |
1469 | -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \ | 1767 | -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ |
1470 | -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \ | 1768 | < $(srcdir)/sys_types.in.h; \ |
1471 | -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \ | ||
1472 | -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \ | ||
1473 | -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \ | ||
1474 | -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \ | ||
1475 | -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \ | ||
1476 | -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \ | ||
1477 | -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \ | ||
1478 | -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \ | ||
1479 | -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \ | ||
1480 | -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \ | ||
1481 | -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \ | ||
1482 | -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \ | ||
1483 | -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \ | ||
1484 | -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \ | ||
1485 | -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \ | ||
1486 | -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \ | ||
1487 | -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \ | ||
1488 | -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \ | ||
1489 | -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \ | ||
1490 | -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \ | ||
1491 | -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \ | ||
1492 | -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \ | ||
1493 | -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \ | ||
1494 | -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \ | ||
1495 | -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \ | ||
1496 | -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \ | ||
1497 | -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \ | ||
1498 | -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \ | ||
1499 | -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \ | ||
1500 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | ||
1501 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | ||
1502 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | ||
1503 | < $(srcdir)/sys_stat.in.h; \ | ||
1504 | } > $@-t && \ | 1769 | } > $@-t && \ |
1505 | mv $@-t $@ | 1770 | mv $@-t $@ |
1506 | MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t | 1771 | MOSTLYCLEANFILES += sys/types.h sys/types.h-t |
1772 | |||
1773 | EXTRA_DIST += sys_types.in.h | ||
1774 | |||
1775 | ## end gnulib module sys_types | ||
1776 | |||
1777 | ## begin gnulib module sys_uio | ||
1778 | |||
1779 | BUILT_SOURCES += sys/uio.h | ||
1780 | |||
1781 | # We need the following in order to create <sys/uio.h> when the system | ||
1782 | # doesn't have one that works with the given compiler. | ||
1783 | sys/uio.h: sys_uio.in.h $(top_builddir)/config.status | ||
1784 | $(AM_V_at)$(MKDIR_P) sys | ||
1785 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
1786 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
1787 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
1788 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1789 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
1790 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1791 | -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \ | ||
1792 | -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \ | ||
1793 | < $(srcdir)/sys_uio.in.h; \ | ||
1794 | } > $@-t && \ | ||
1795 | mv -f $@-t $@ | ||
1796 | MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t | ||
1507 | MOSTLYCLEANDIRS += sys | 1797 | MOSTLYCLEANDIRS += sys |
1508 | 1798 | ||
1509 | EXTRA_DIST += sys_stat.in.h | 1799 | EXTRA_DIST += sys_uio.in.h |
1510 | 1800 | ||
1511 | ## end gnulib module sys_stat | 1801 | ## end gnulib module sys_uio |
1802 | |||
1803 | ## begin gnulib module threadlib | ||
1804 | |||
1805 | libgnu_a_SOURCES += glthread/threadlib.c | ||
1806 | |||
1807 | EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath | ||
1808 | |||
1809 | ## end gnulib module threadlib | ||
1512 | 1810 | ||
1513 | ## begin gnulib module time | 1811 | ## begin gnulib module time |
1514 | 1812 | ||
@@ -1516,18 +1814,20 @@ BUILT_SOURCES += time.h | |||
1516 | 1814 | ||
1517 | # We need the following in order to create <time.h> when the system | 1815 | # We need the following in order to create <time.h> when the system |
1518 | # doesn't have one that works with the given compiler. | 1816 | # doesn't have one that works with the given compiler. |
1519 | time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1817 | time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
1520 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1818 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1521 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1819 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
1522 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1820 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1821 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1523 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1822 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1823 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1524 | -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ | 1824 | -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ |
1525 | -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \ | 1825 | -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \ |
1526 | -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \ | 1826 | -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \ |
1527 | -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \ | 1827 | -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \ |
1528 | -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \ | 1828 | -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \ |
1529 | -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \ | 1829 | -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \ |
1530 | -e 's|@''HAVE_LOCALTIME_R''@|$(HAVE_LOCALTIME_R)|g' \ | 1830 | -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ |
1531 | -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ | 1831 | -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ |
1532 | -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ | 1832 | -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ |
1533 | -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ | 1833 | -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ |
@@ -1571,56 +1871,69 @@ EXTRA_libgnu_a_SOURCES += timegm.c | |||
1571 | ## begin gnulib module unistd | 1871 | ## begin gnulib module unistd |
1572 | 1872 | ||
1573 | BUILT_SOURCES += unistd.h | 1873 | BUILT_SOURCES += unistd.h |
1874 | libgnu_a_SOURCES += unistd.c | ||
1574 | 1875 | ||
1575 | # We need the following in order to create an empty placeholder for | 1876 | # We need the following in order to create an empty placeholder for |
1576 | # <unistd.h> when the system doesn't have one. | 1877 | # <unistd.h> when the system doesn't have one. |
1577 | unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1878 | unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
1578 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1879 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1579 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1880 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
1580 | sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ | 1881 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
1882 | -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ | ||
1581 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1883 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1582 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1884 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
1885 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1583 | -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ | 1886 | -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ |
1584 | -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \ | 1887 | -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ |
1585 | -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \ | 1888 | -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ |
1586 | -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \ | 1889 | -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ |
1587 | -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \ | 1890 | -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ |
1588 | -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \ | 1891 | -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ |
1589 | -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \ | 1892 | -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ |
1590 | -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \ | 1893 | -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ |
1591 | -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \ | 1894 | -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ |
1592 | -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \ | 1895 | -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ |
1593 | -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \ | 1896 | -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ |
1594 | -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \ | 1897 | -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ |
1595 | -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \ | 1898 | -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ |
1596 | -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \ | 1899 | -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ |
1597 | -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \ | 1900 | -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ |
1598 | -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \ | 1901 | -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ |
1599 | -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \ | 1902 | -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ |
1600 | -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \ | 1903 | -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ |
1601 | -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \ | 1904 | -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ |
1602 | -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \ | 1905 | -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ |
1603 | -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \ | 1906 | -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ |
1604 | -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \ | 1907 | -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ |
1605 | -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \ | 1908 | -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ |
1606 | -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \ | 1909 | -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ |
1607 | -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \ | 1910 | -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ |
1608 | -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \ | 1911 | -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ |
1609 | -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \ | 1912 | -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ |
1610 | -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \ | 1913 | -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ |
1611 | -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \ | 1914 | -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ |
1612 | -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \ | 1915 | -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ |
1613 | -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \ | 1916 | -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ |
1614 | -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \ | 1917 | -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ |
1615 | -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \ | 1918 | -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ |
1616 | -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \ | 1919 | -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ |
1617 | -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \ | 1920 | -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ |
1618 | -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \ | 1921 | -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ |
1619 | -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \ | 1922 | -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ |
1620 | -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \ | 1923 | -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ |
1621 | -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \ | 1924 | -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ |
1622 | -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \ | 1925 | -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ |
1623 | -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \ | 1926 | -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ |
1927 | -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ | ||
1928 | -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ | ||
1929 | -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ | ||
1930 | -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ | ||
1931 | -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ | ||
1932 | -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ | ||
1933 | -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ | ||
1934 | -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ | ||
1935 | -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ | ||
1936 | -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ | ||
1624 | < $(srcdir)/unistd.in.h | \ | 1937 | < $(srcdir)/unistd.in.h | \ |
1625 | sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ | 1938 | sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ |
1626 | -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ | 1939 | -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ |
@@ -1629,48 +1942,61 @@ unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1629 | -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ | 1942 | -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ |
1630 | -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ | 1943 | -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ |
1631 | -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ | 1944 | -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ |
1945 | -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ | ||
1632 | -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ | 1946 | -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ |
1633 | -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ | 1947 | -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ |
1634 | -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \ | ||
1635 | -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ | 1948 | -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ |
1636 | -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ | 1949 | -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ |
1637 | -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ | 1950 | -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ |
1638 | -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ | 1951 | -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ |
1639 | -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ | 1952 | -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ |
1953 | -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ | ||
1640 | -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ | 1954 | -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ |
1641 | -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ | 1955 | -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ |
1642 | -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ | 1956 | -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ |
1957 | -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ | ||
1643 | -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ | 1958 | -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ |
1644 | -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ | 1959 | -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ |
1645 | -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ | 1960 | -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ |
1646 | -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ | 1961 | -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ |
1647 | -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ | 1962 | -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ |
1963 | -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ | ||
1648 | -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ | 1964 | -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ |
1649 | -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ | 1965 | -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ |
1650 | -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ | 1966 | -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ |
1651 | -e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \ | ||
1652 | -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ | 1967 | -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ |
1653 | -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ | 1968 | -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ |
1654 | -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ | 1969 | -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ |
1970 | -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ | ||
1971 | -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ | ||
1972 | -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ | ||
1655 | -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ | 1973 | -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ |
1656 | -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ | 1974 | -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ |
1657 | -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ | 1975 | -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ |
1976 | -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ | ||
1977 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ | ||
1658 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ | 1978 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ |
1659 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | 1979 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ |
1660 | -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | 1980 | | \ |
1981 | sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | ||
1661 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ | 1982 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ |
1662 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ | 1983 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ |
1663 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ | 1984 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ |
1664 | -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ | 1985 | -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ |
1986 | -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ | ||
1665 | -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ | 1987 | -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ |
1988 | -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ | ||
1989 | -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ | ||
1666 | -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ | 1990 | -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ |
1667 | -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ | 1991 | -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ |
1992 | -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ | ||
1668 | -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ | 1993 | -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ |
1669 | -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ | 1994 | -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ |
1670 | -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ | 1995 | -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ |
1671 | -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ | 1996 | -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ |
1672 | -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ | 1997 | -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ |
1673 | -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ | 1998 | -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ |
1999 | -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ | ||
1674 | -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ | 2000 | -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ |
1675 | -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ | 2001 | -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ |
1676 | -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ | 2002 | -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ |
@@ -1693,15 +2019,6 @@ EXTRA_DIST += unistd.in.h | |||
1693 | 2019 | ||
1694 | ## end gnulib module unistd | 2020 | ## end gnulib module unistd |
1695 | 2021 | ||
1696 | ## begin gnulib module unistd-safer | ||
1697 | |||
1698 | |||
1699 | EXTRA_DIST += dup-safer.c fd-safer.c pipe-safer.c unistd--.h unistd-safer.h | ||
1700 | |||
1701 | EXTRA_libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c | ||
1702 | |||
1703 | ## end gnulib module unistd-safer | ||
1704 | |||
1705 | ## begin gnulib module unsetenv | 2022 | ## begin gnulib module unsetenv |
1706 | 2023 | ||
1707 | 2024 | ||
@@ -1731,7 +2048,8 @@ EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c | |||
1731 | 2048 | ||
1732 | ## begin gnulib module verify | 2049 | ## begin gnulib module verify |
1733 | 2050 | ||
1734 | libgnu_a_SOURCES += verify.h | 2051 | |
2052 | EXTRA_DIST += verify.h | ||
1735 | 2053 | ||
1736 | ## end gnulib module verify | 2054 | ## end gnulib module verify |
1737 | 2055 | ||
@@ -1744,50 +2062,63 @@ EXTRA_libgnu_a_SOURCES += vsnprintf.c | |||
1744 | 2062 | ||
1745 | ## end gnulib module vsnprintf | 2063 | ## end gnulib module vsnprintf |
1746 | 2064 | ||
1747 | ## begin gnulib module warn-on-use | ||
1748 | |||
1749 | BUILT_SOURCES += warn-on-use.h | ||
1750 | # The warn-on-use.h that gets inserted into generated .h files is the same as | ||
1751 | # build-aux/warn-on-use.h, except that it has the copyright header cut off. | ||
1752 | warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h | ||
1753 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
1754 | sed -n -e '/^.ifndef/,$$p' \ | ||
1755 | < $(top_srcdir)/build-aux/warn-on-use.h \ | ||
1756 | > $@-t && \ | ||
1757 | mv $@-t $@ | ||
1758 | MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t | ||
1759 | |||
1760 | WARN_ON_USE_H=warn-on-use.h | ||
1761 | |||
1762 | EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h | ||
1763 | |||
1764 | ## end gnulib module warn-on-use | ||
1765 | |||
1766 | ## begin gnulib module wchar | 2065 | ## begin gnulib module wchar |
1767 | 2066 | ||
1768 | BUILT_SOURCES += wchar.h | 2067 | BUILT_SOURCES += wchar.h |
1769 | 2068 | ||
1770 | # We need the following in order to create <wchar.h> when the system | 2069 | # We need the following in order to create <wchar.h> when the system |
1771 | # version does not work standalone. | 2070 | # version does not work standalone. |
1772 | wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 2071 | wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
1773 | $(AM_V_GEN)rm -f $@-t $@ && \ | 2072 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1774 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 2073 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
1775 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 2074 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
2075 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
1776 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 2076 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
2077 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
2078 | -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ | ||
1777 | -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ | 2079 | -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ |
1778 | -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ | 2080 | -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ |
1779 | -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \ | 2081 | -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ |
1780 | -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \ | 2082 | -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ |
1781 | -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \ | 2083 | -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ |
1782 | -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \ | 2084 | -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ |
1783 | -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \ | 2085 | -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ |
1784 | -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \ | 2086 | -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ |
1785 | -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \ | 2087 | -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ |
1786 | -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \ | 2088 | -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ |
1787 | -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \ | 2089 | -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ |
1788 | -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \ | 2090 | -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ |
1789 | -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ | 2091 | -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ |
1790 | -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ | 2092 | -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ |
2093 | -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ | ||
2094 | -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ | ||
2095 | -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ | ||
2096 | -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ | ||
2097 | -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ | ||
2098 | -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ | ||
2099 | -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ | ||
2100 | -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ | ||
2101 | -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ | ||
2102 | -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ | ||
2103 | -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ | ||
2104 | -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ | ||
2105 | -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ | ||
2106 | -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ | ||
2107 | -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ | ||
2108 | -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ | ||
2109 | -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ | ||
2110 | -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ | ||
2111 | -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ | ||
2112 | -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ | ||
2113 | -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ | ||
2114 | -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ | ||
2115 | -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ | ||
2116 | -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ | ||
2117 | -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ | ||
2118 | -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ | ||
2119 | -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ | ||
2120 | < $(srcdir)/wchar.in.h | \ | ||
2121 | sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ | ||
1791 | -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ | 2122 | -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ |
1792 | -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ | 2123 | -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ |
1793 | -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ | 2124 | -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ |
@@ -1797,9 +2128,38 @@ wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1797 | -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ | 2128 | -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ |
1798 | -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ | 2129 | -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ |
1799 | -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ | 2130 | -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ |
2131 | -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ | ||
2132 | -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ | ||
2133 | -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ | ||
2134 | -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ | ||
2135 | -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ | ||
2136 | -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ | ||
2137 | -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ | ||
2138 | -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ | ||
2139 | -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ | ||
2140 | -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ | ||
2141 | -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ | ||
2142 | -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ | ||
2143 | -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ | ||
2144 | -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ | ||
2145 | -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ | ||
2146 | -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ | ||
2147 | -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ | ||
2148 | -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ | ||
2149 | -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ | ||
2150 | -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ | ||
2151 | -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ | ||
2152 | -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ | ||
2153 | -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ | ||
2154 | -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ | ||
2155 | -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ | ||
2156 | -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ | ||
2157 | -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ | ||
2158 | -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ | ||
1800 | -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ | 2159 | -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ |
1801 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | 2160 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ |
1802 | -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ | 2161 | | \ |
2162 | sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ | ||
1803 | -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ | 2163 | -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ |
1804 | -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ | 2164 | -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ |
1805 | -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ | 2165 | -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ |
@@ -1811,10 +2171,10 @@ wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
1811 | -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ | 2171 | -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ |
1812 | -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ | 2172 | -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ |
1813 | -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ | 2173 | -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ |
2174 | -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ | ||
1814 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 2175 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
1815 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 2176 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
1816 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 2177 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ |
1817 | < $(srcdir)/wchar.in.h; \ | ||
1818 | } > $@-t && \ | 2178 | } > $@-t && \ |
1819 | mv $@-t $@ | 2179 | mv $@-t $@ |
1820 | MOSTLYCLEANFILES += wchar.h wchar.h-t | 2180 | MOSTLYCLEANFILES += wchar.h wchar.h-t |
@@ -1832,23 +2192,35 @@ EXTRA_libgnu_a_SOURCES += wcrtomb.c | |||
1832 | 2192 | ||
1833 | ## end gnulib module wcrtomb | 2193 | ## end gnulib module wcrtomb |
1834 | 2194 | ||
1835 | ## begin gnulib module wctype | 2195 | ## begin gnulib module wctype-h |
1836 | 2196 | ||
1837 | BUILT_SOURCES += wctype.h | 2197 | BUILT_SOURCES += wctype.h |
2198 | libgnu_a_SOURCES += wctype-h.c | ||
1838 | 2199 | ||
1839 | # We need the following in order to create <wctype.h> when the system | 2200 | # We need the following in order to create <wctype.h> when the system |
1840 | # doesn't have one that works with the given compiler. | 2201 | # doesn't have one that works with the given compiler. |
1841 | wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) | 2202 | wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) |
1842 | $(AM_V_GEN)rm -f $@-t $@ && \ | 2203 | $(AM_V_GEN)rm -f $@-t $@ && \ |
1843 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 2204 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
1844 | sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ | 2205 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
2206 | -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ | ||
1845 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 2207 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1846 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 2208 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
2209 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
1847 | -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ | 2210 | -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ |
2211 | -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \ | ||
2212 | -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \ | ||
2213 | -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \ | ||
2214 | -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \ | ||
2215 | -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \ | ||
1848 | -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ | 2216 | -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ |
1849 | -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ | 2217 | -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ |
2218 | -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ | ||
2219 | -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ | ||
1850 | -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ | 2220 | -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ |
2221 | -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ | ||
1851 | -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ | 2222 | -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ |
2223 | -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ | ||
1852 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 2224 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
1853 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 2225 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ |
1854 | < $(srcdir)/wctype.in.h; \ | 2226 | < $(srcdir)/wctype.in.h; \ |
@@ -1858,23 +2230,13 @@ MOSTLYCLEANFILES += wctype.h wctype.h-t | |||
1858 | 2230 | ||
1859 | EXTRA_DIST += wctype.in.h | 2231 | EXTRA_DIST += wctype.in.h |
1860 | 2232 | ||
1861 | ## end gnulib module wctype | 2233 | ## end gnulib module wctype-h |
1862 | |||
1863 | ## begin gnulib module write | ||
1864 | |||
1865 | |||
1866 | EXTRA_DIST += write.c | ||
1867 | |||
1868 | EXTRA_libgnu_a_SOURCES += write.c | ||
1869 | |||
1870 | ## end gnulib module write | ||
1871 | 2234 | ||
1872 | ## begin gnulib module xalloc | 2235 | ## begin gnulib module xalloc |
1873 | 2236 | ||
2237 | libgnu_a_SOURCES += xmalloc.c | ||
1874 | 2238 | ||
1875 | EXTRA_DIST += xalloc.h xmalloc.c | 2239 | EXTRA_DIST += xalloc.h |
1876 | |||
1877 | EXTRA_libgnu_a_SOURCES += xmalloc.c | ||
1878 | 2240 | ||
1879 | ## end gnulib module xalloc | 2241 | ## end gnulib module xalloc |
1880 | 2242 | ||
@@ -1884,9 +2246,16 @@ libgnu_a_SOURCES += xalloc-die.c | |||
1884 | 2246 | ||
1885 | ## end gnulib module xalloc-die | 2247 | ## end gnulib module xalloc-die |
1886 | 2248 | ||
2249 | ## begin gnulib module xalloc-oversized | ||
2250 | |||
2251 | |||
2252 | EXTRA_DIST += xalloc-oversized.h | ||
2253 | |||
2254 | ## end gnulib module xalloc-oversized | ||
2255 | |||
1887 | ## begin gnulib module xsize | 2256 | ## begin gnulib module xsize |
1888 | 2257 | ||
1889 | libgnu_a_SOURCES += xsize.h | 2258 | libgnu_a_SOURCES += xsize.h xsize.c |
1890 | 2259 | ||
1891 | ## end gnulib module xsize | 2260 | ## end gnulib module xsize |
1892 | 2261 | ||