gnulib: import gendocs
[deliverable/binutils-gdb.git] / gnulib / import / Makefile.am
CommitLineData
f6ea5628
DJ
1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
9c9d63b1 3# Copyright (C) 2002-2021 Free Software Foundation, Inc.
f6ea5628 4#
770d76d7
PA
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
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
c0c3707f 16# along with this file. If not, see <https://www.gnu.org/licenses/>.
770d76d7
PA
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
f6ea5628
DJ
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
c0c3707f
CB
24# Reproduce by:
25# gnulib-tool --import \
26# --lib=libgnu \
27# --source-base=import \
28# --m4-base=import/m4 \
29# --doc-base=doc \
30# --tests-base=tests \
31# --aux-dir=import/extra \
32# --no-conditional-dependencies \
33# --no-libtool \
34# --macro-prefix=gl \
35# --no-vc-files \
36# alloca \
37# canonicalize-lgpl \
5f661e03 38# count-one-bits \
c0c3707f
CB
39# dirent \
40# dirfd \
41# errno \
42# fnmatch-gnu \
43# frexpl \
4aaaa4e0 44# gendocs \
c0c3707f 45# getcwd \
c17253b9 46# getline \
698be2d8 47# gettimeofday \
0fa6376c 48# gitlog-to-changelog \
c0c3707f
CB
49# glob \
50# inet_ntop \
51# inttypes \
52# limits-h \
53# lstat \
54# memchr \
55# memmem \
56# mkdir \
57# mkdtemp \
58# mkostemp \
59# pathmax \
60# rawmemchr \
61# readlink \
62# rename \
63# setenv \
64# signal-h \
65# strchrnul \
66# strerror_r-posix \
67# strstr \
68# strtok_r \
69# sys_stat \
70# time_r \
71# unistd \
72# unsetenv \
73# update-copyright \
74# wchar \
75# wctype-h
76
77AUTOMAKE_OPTIONS = 1.11 gnits subdir-objects
f6ea5628 78
f434ba03 79SUBDIRS =
f6ea5628
DJ
80noinst_HEADERS =
81noinst_LIBRARIES =
82noinst_LTLIBRARIES =
83EXTRA_DIST =
84BUILT_SOURCES =
85SUFFIXES =
86MOSTLYCLEANFILES = core *.stackdump
87MOSTLYCLEANDIRS =
88CLEANFILES =
89DISTCLEANFILES =
90MAINTAINERCLEANFILES =
c0c3707f 91# No GNU Make output.
f434ba03 92EXTRA_DIST += m4/gnulib-cache.m4
f6ea5628
DJ
93
94AM_CPPFLAGS =
f434ba03 95AM_CFLAGS =
f6ea5628
DJ
96
97noinst_LIBRARIES += libgnu.a
98
99libgnu_a_SOURCES =
100libgnu_a_LIBADD = $(gl_LIBOBJS)
101libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
102EXTRA_libgnu_a_SOURCES =
103
4a626d0a
PA
104## begin gnulib module absolute-header
105
106# Use this preprocessor expression to decide whether #include_next works.
107# Do not rely on a 'configure'-time test for this, since the expression
108# might appear in an installed header, which is used by some other compiler.
9c9d63b1 109HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
4a626d0a
PA
110
111## end gnulib module absolute-header
112
8690e634
JK
113## begin gnulib module alloca
114
115
116libgnu_a_LIBADD += @ALLOCA@
117libgnu_a_DEPENDENCIES += @ALLOCA@
118EXTRA_DIST += alloca.c
119
120EXTRA_libgnu_a_SOURCES += alloca.c
121
122## end gnulib module alloca
123
124## begin gnulib module alloca-opt
125
126BUILT_SOURCES += $(ALLOCA_H)
127
128# We need the following in order to create <alloca.h> when the system
129# doesn't have one that works with the given compiler.
130if GL_GENERATE_ALLOCA_H
131alloca.h: alloca.in.h $(top_builddir)/config.status
132 $(AM_V_GEN)rm -f $@-t $@ && \
133 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
c0c3707f 134 sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
8690e634
JK
135 } > $@-t && \
136 mv -f $@-t $@
137else
138alloca.h: $(top_builddir)/config.status
139 rm -f $@
140endif
141MOSTLYCLEANFILES += alloca.h alloca.h-t
142
143EXTRA_DIST += alloca.in.h
144
145## end gnulib module alloca-opt
146
725e2999
JB
147## begin gnulib module arpa_inet
148
149BUILT_SOURCES += arpa/inet.h
150
151# We need the following in order to create <arpa/inet.h> when the system
152# doesn't have one.
153arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
154 $(AM_V_at)$(MKDIR_P) arpa
155 $(AM_V_GEN)rm -f $@-t $@ && \
156 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
157 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
158 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
159 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
160 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
161 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
162 -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
163 -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
164 -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \
165 -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \
c0c3707f 166 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
725e2999
JB
167 -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
168 -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
169 -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
170 -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \
171 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
172 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
173 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
174 < $(srcdir)/arpa_inet.in.h; \
175 } > $@-t && \
176 mv $@-t $@
177MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
178MOSTLYCLEANDIRS += arpa
179
180EXTRA_DIST += arpa_inet.in.h
181
182## end gnulib module arpa_inet
183
6ec2e0f5
SDJ
184## begin gnulib module assure
185
186
187EXTRA_DIST += assure.h
188
189## end gnulib module assure
190
191## begin gnulib module at-internal
192
5df4cba6 193libgnu_a_SOURCES += openat-priv.h openat-proc.c
6ec2e0f5
SDJ
194
195## end gnulib module at-internal
196
698be2d8
CB
197## begin gnulib module attribute
198
199
200EXTRA_DIST += attribute.h
201
202## end gnulib module attribute
203
9c9d63b1
PM
204## begin gnulib module basename-lgpl
205
206libgnu_a_SOURCES += basename-lgpl.c
207
208EXTRA_DIST += basename-lgpl.h
209
210## end gnulib module basename-lgpl
211
698be2d8
CB
212## begin gnulib module btowc
213
214
215EXTRA_DIST += btowc.c
216
217EXTRA_libgnu_a_SOURCES += btowc.c
218
219## end gnulib module btowc
220
98399780
YQ
221## begin gnulib module canonicalize-lgpl
222
223
224EXTRA_DIST += canonicalize-lgpl.c
225
226EXTRA_libgnu_a_SOURCES += canonicalize-lgpl.c
227
228## end gnulib module canonicalize-lgpl
229
6ec2e0f5
SDJ
230## begin gnulib module chdir-long
231
232
233EXTRA_DIST += chdir-long.c chdir-long.h
234
235EXTRA_libgnu_a_SOURCES += chdir-long.c
236
237## end gnulib module chdir-long
238
239## begin gnulib module cloexec
240
241libgnu_a_SOURCES += cloexec.c
242
243EXTRA_DIST += cloexec.h
244
245## end gnulib module cloexec
246
247## begin gnulib module close
248
249
250EXTRA_DIST += close.c
251
252EXTRA_libgnu_a_SOURCES += close.c
253
254## end gnulib module close
255
256## begin gnulib module closedir
257
258
259EXTRA_DIST += closedir.c dirent-private.h
260
261EXTRA_libgnu_a_SOURCES += closedir.c
262
263## end gnulib module closedir
264
5f661e03
SM
265## begin gnulib module count-one-bits
266
267libgnu_a_SOURCES += count-one-bits.c
268
269EXTRA_DIST += count-one-bits.h
270
271## end gnulib module count-one-bits
272
698be2d8
CB
273## begin gnulib module ctype
274
275BUILT_SOURCES += ctype.h
276
277# We need the following in order to create <ctype.h> when the system
278# doesn't have one that works with the given compiler.
279ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
280 $(AM_V_GEN)rm -f $@-t $@ && \
281 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
282 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
283 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
284 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
285 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
286 -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
287 -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
288 -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
289 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
290 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
291 < $(srcdir)/ctype.in.h; \
292 } > $@-t && \
293 mv $@-t $@
294MOSTLYCLEANFILES += ctype.h ctype.h-t
295
296EXTRA_DIST += ctype.in.h
297
298## end gnulib module ctype
299
e26b6bb0
TT
300## begin gnulib module dirent
301
302BUILT_SOURCES += dirent.h
303
304# We need the following in order to create <dirent.h> when the system
305# doesn't have one that works with the given compiler.
306dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
307 $(AM_V_GEN)rm -f $@-t $@ && \
308 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
309 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
310 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
311 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
312 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
313 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
314 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
315 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
316 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
317 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
318 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
319 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
320 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
321 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
322 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
323 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
324 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
325 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
326 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
327 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
328 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
329 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
330 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
331 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
332 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
333 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
334 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
335 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
336 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
337 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
338 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
339 < $(srcdir)/dirent.in.h; \
340 } > $@-t && \
341 mv $@-t $@
342MOSTLYCLEANFILES += dirent.h dirent.h-t
343
344EXTRA_DIST += dirent.in.h
345
346## end gnulib module dirent
347
18848e28
GF
348## begin gnulib module dirfd
349
350
351EXTRA_DIST += dirfd.c
352
353EXTRA_libgnu_a_SOURCES += dirfd.c
354
355## end gnulib module dirfd
356
6a29c58e
YQ
357## begin gnulib module dirname-lgpl
358
9c9d63b1 359libgnu_a_SOURCES += dirname-lgpl.c stripslash.c
6a29c58e
YQ
360
361EXTRA_DIST += dirname.h
362
363## end gnulib module dirname-lgpl
364
6ec2e0f5
SDJ
365## begin gnulib module dup
366
367
368EXTRA_DIST += dup.c
369
370EXTRA_libgnu_a_SOURCES += dup.c
371
372## end gnulib module dup
373
374## begin gnulib module dup2
375
376
377EXTRA_DIST += dup2.c
378
379EXTRA_libgnu_a_SOURCES += dup2.c
380
381## end gnulib module dup2
382
9c9d63b1
PM
383## begin gnulib module eloop-threshold
384
385
386EXTRA_DIST += eloop-threshold.h
387
388## end gnulib module eloop-threshold
389
18848e28
GF
390## begin gnulib module errno
391
392BUILT_SOURCES += $(ERRNO_H)
393
394# We need the following in order to create <errno.h> when the system
395# doesn't have one that is POSIX compliant.
396if GL_GENERATE_ERRNO_H
397errno.h: errno.in.h $(top_builddir)/config.status
398 $(AM_V_GEN)rm -f $@-t $@ && \
399 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
400 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
401 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
402 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
403 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
404 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
405 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
406 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
407 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
408 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
409 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
410 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
411 < $(srcdir)/errno.in.h; \
412 } > $@-t && \
413 mv $@-t $@
414else
415errno.h: $(top_builddir)/config.status
416 rm -f $@
417endif
418MOSTLYCLEANFILES += errno.h errno.h-t
419
420EXTRA_DIST += errno.in.h
421
422## end gnulib module errno
423
6ec2e0f5
SDJ
424## begin gnulib module error
425
426
427EXTRA_DIST += error.c error.h
428
429EXTRA_libgnu_a_SOURCES += error.c
430
431## end gnulib module error
432
433## begin gnulib module exitfail
434
435libgnu_a_SOURCES += exitfail.c
436
437EXTRA_DIST += exitfail.h
438
439## end gnulib module exitfail
440
441## begin gnulib module fchdir
442
443
444EXTRA_DIST += fchdir.c
445
446EXTRA_libgnu_a_SOURCES += fchdir.c
447
448## end gnulib module fchdir
449
450## begin gnulib module fcntl
451
452
453EXTRA_DIST += fcntl.c
454
455EXTRA_libgnu_a_SOURCES += fcntl.c
456
457## end gnulib module fcntl
458
459## begin gnulib module fcntl-h
460
461BUILT_SOURCES += fcntl.h
462
463# We need the following in order to create <fcntl.h> when the system
464# doesn't have one that works with the given compiler.
465fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
466 $(AM_V_GEN)rm -f $@-t $@ && \
467 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
468 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
469 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
470 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
471 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
472 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
c0c3707f 473 -e 's/@''GNULIB_CREAT''@/$(GNULIB_CREAT)/g' \
6ec2e0f5
SDJ
474 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
475 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
476 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
477 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
9c9d63b1
PM
478 -e 's/@''GNULIB_MDA_CREAT''@/$(GNULIB_MDA_CREAT)/g' \
479 -e 's/@''GNULIB_MDA_OPEN''@/$(GNULIB_MDA_OPEN)/g' \
6ec2e0f5
SDJ
480 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
481 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
c0c3707f 482 -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
6ec2e0f5
SDJ
483 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
484 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
485 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
486 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
487 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
488 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
489 < $(srcdir)/fcntl.in.h; \
490 } > $@-t && \
491 mv $@-t $@
492MOSTLYCLEANFILES += fcntl.h fcntl.h-t
493
494EXTRA_DIST += fcntl.in.h
495
496## end gnulib module fcntl-h
497
498## begin gnulib module fd-hook
499
500libgnu_a_SOURCES += fd-hook.c
501
502EXTRA_DIST += fd-hook.h
503
504## end gnulib module fd-hook
505
c0c3707f
CB
506## begin gnulib module fd-safer-flag
507
508libgnu_a_SOURCES += fd-safer-flag.c dup-safer-flag.c
509
510## end gnulib module fd-safer-flag
511
6ec2e0f5
SDJ
512## begin gnulib module fdopendir
513
514
515EXTRA_DIST += fdopendir.c
516
517EXTRA_libgnu_a_SOURCES += fdopendir.c
518
519## end gnulib module fdopendir
520
521## begin gnulib module filename
522
523
524EXTRA_DIST += filename.h
525
526## end gnulib module filename
527
528## begin gnulib module filenamecat-lgpl
529
530libgnu_a_SOURCES += filenamecat-lgpl.c
531
532EXTRA_DIST += filenamecat.h
533
534## end gnulib module filenamecat-lgpl
535
49e4877c
PA
536## begin gnulib module flexmember
537
538
539EXTRA_DIST += flexmember.h
540
541## end gnulib module flexmember
542
88b48903
WN
543## begin gnulib module float
544
545BUILT_SOURCES += $(FLOAT_H)
546
547# We need the following in order to create <float.h> when the system
548# doesn't have one that works with the given compiler.
549if GL_GENERATE_FLOAT_H
550float.h: float.in.h $(top_builddir)/config.status
551 $(AM_V_GEN)rm -f $@-t $@ && \
552 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
553 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
554 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
555 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
556 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
557 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
558 -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
559 < $(srcdir)/float.in.h; \
560 } > $@-t && \
561 mv $@-t $@
562else
563float.h: $(top_builddir)/config.status
564 rm -f $@
565endif
566MOSTLYCLEANFILES += float.h float.h-t
567
568EXTRA_DIST += float.c float.in.h itold.c
569
570EXTRA_libgnu_a_SOURCES += float.c itold.c
571
572## end gnulib module float
573
8690e634
JK
574## begin gnulib module fnmatch
575
c0c3707f
CB
576
577EXTRA_DIST += fnmatch.c fnmatch_loop.c
578
579EXTRA_libgnu_a_SOURCES += fnmatch.c fnmatch_loop.c
580
581## end gnulib module fnmatch
582
9c9d63b1
PM
583## begin gnulib module fnmatch-gnu
584
585
586EXTRA_DIST += fnmatch.c
587
588EXTRA_libgnu_a_SOURCES += fnmatch.c
589
590## end gnulib module fnmatch-gnu
591
c0c3707f
CB
592## begin gnulib module fnmatch-h
593
8690e634
JK
594BUILT_SOURCES += $(FNMATCH_H)
595
c0c3707f 596# We need the following in order to create <fnmatch.h>.
8690e634 597if GL_GENERATE_FNMATCH_H
c0c3707f 598fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8690e634 599 $(AM_V_GEN)rm -f $@-t $@ && \
c0c3707f
CB
600 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
601 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
602 -e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
603 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
604 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
605 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
606 -e 's|@''NEXT_FNMATCH_H''@|$(NEXT_FNMATCH_H)|g' \
607 -e 's/@''GNULIB_FNMATCH''@/$(GNULIB_FNMATCH)/g' \
608 -e 's|@''HAVE_FNMATCH''@|$(HAVE_FNMATCH)|g' \
609 -e 's|@''REPLACE_FNMATCH''@|$(REPLACE_FNMATCH)|g' \
610 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
611 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
612 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
8690e634
JK
613 < $(srcdir)/fnmatch.in.h; \
614 } > $@-t && \
c0c3707f 615 mv $@-t $@
8690e634
JK
616else
617fnmatch.h: $(top_builddir)/config.status
618 rm -f $@
619endif
620MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
621
c0c3707f 622EXTRA_DIST += fnmatch.in.h
5e8754f9 623
c0c3707f 624## end gnulib module fnmatch-h
8690e634 625
88b48903
WN
626## begin gnulib module fpucw
627
628
629EXTRA_DIST += fpucw.h
630
631## end gnulib module fpucw
632
9c9d63b1
PM
633## begin gnulib module free-posix
634
635
636EXTRA_DIST += free.c
637
638EXTRA_libgnu_a_SOURCES += free.c
639
640## end gnulib module free-posix
641
88b48903
WN
642## begin gnulib module frexp
643
644
645EXTRA_DIST += frexp.c
646
647EXTRA_libgnu_a_SOURCES += frexp.c
648
649## end gnulib module frexp
650
651## begin gnulib module frexpl
652
653
654EXTRA_DIST += frexp.c frexpl.c
655
656EXTRA_libgnu_a_SOURCES += frexp.c frexpl.c
657
658## end gnulib module frexpl
659
6ec2e0f5
SDJ
660## begin gnulib module fstat
661
662
c0c3707f 663EXTRA_DIST += fstat.c stat-w32.c stat-w32.h
6ec2e0f5 664
c0c3707f 665EXTRA_libgnu_a_SOURCES += fstat.c stat-w32.c
6ec2e0f5
SDJ
666
667## end gnulib module fstat
668
669## begin gnulib module fstatat
670
671
672EXTRA_DIST += at-func.c fstatat.c
673
674EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
675
676## end gnulib module fstatat
677
4aaaa4e0
MF
678## begin gnulib module gendocs
679
680
681EXTRA_DIST += $(top_srcdir)/import/extra/gendocs.sh
682
683## end gnulib module gendocs
684
6ec2e0f5
SDJ
685## begin gnulib module getcwd
686
687
688EXTRA_DIST += getcwd.c
689
690EXTRA_libgnu_a_SOURCES += getcwd.c
691
692## end gnulib module getcwd
693
694## begin gnulib module getcwd-lgpl
695
696
697EXTRA_DIST += getcwd-lgpl.c
698
699EXTRA_libgnu_a_SOURCES += getcwd-lgpl.c
700
701## end gnulib module getcwd-lgpl
702
c17253b9
MF
703## begin gnulib module getdelim
704
705
706EXTRA_DIST += getdelim.c
707
708EXTRA_libgnu_a_SOURCES += getdelim.c
709
710## end gnulib module getdelim
711
6ec2e0f5
SDJ
712## begin gnulib module getdtablesize
713
714
715EXTRA_DIST += getdtablesize.c
716
717EXTRA_libgnu_a_SOURCES += getdtablesize.c
718
719## end gnulib module getdtablesize
720
c17253b9
MF
721## begin gnulib module getline
722
723
724EXTRA_DIST += getline.c
725
726EXTRA_libgnu_a_SOURCES += getline.c
727
728## end gnulib module getline
729
6ec2e0f5
SDJ
730## begin gnulib module getlogin_r
731
732
733EXTRA_DIST += getlogin_r.c
734
735EXTRA_libgnu_a_SOURCES += getlogin_r.c
736
737## end gnulib module getlogin_r
738
739## begin gnulib module getprogname
740
741libgnu_a_SOURCES += getprogname.h getprogname.c
742
743## end gnulib module getprogname
744
698be2d8
CB
745## begin gnulib module getrandom
746
747
748EXTRA_DIST += getrandom.c
749
750EXTRA_libgnu_a_SOURCES += getrandom.c
751
752## end gnulib module getrandom
753
6ec2e0f5
SDJ
754## begin gnulib module gettext-h
755
756libgnu_a_SOURCES += gettext.h
757
758## end gnulib module gettext-h
759
4a626d0a
PA
760## begin gnulib module gettimeofday
761
762
763EXTRA_DIST += gettimeofday.c
764
765EXTRA_libgnu_a_SOURCES += gettimeofday.c
766
767## end gnulib module gettimeofday
768
0fa6376c
MF
769## begin gnulib module gitlog-to-changelog
770
771
772EXTRA_DIST += $(top_srcdir)/import/extra/gitlog-to-changelog
773
774## end gnulib module gitlog-to-changelog
775
6ec2e0f5
SDJ
776## begin gnulib module glob
777
c0c3707f
CB
778
779EXTRA_DIST += glob.c glob_internal.h glob_pattern_p.c globfree.c
780
781EXTRA_libgnu_a_SOURCES += glob.c glob_pattern_p.c globfree.c
782
783## end gnulib module glob
784
785## begin gnulib module glob-h
786
6ec2e0f5
SDJ
787BUILT_SOURCES += $(GLOB_H)
788
c0c3707f 789# We need the following in order to create <glob.h>.
6ec2e0f5
SDJ
790if GL_GENERATE_GLOB_H
791glob.h: glob.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
792 $(AM_V_GEN)rm -f $@-t $@ && \
c0c3707f
CB
793 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
794 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
795 -e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
796 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
797 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
798 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
799 -e 's|@''NEXT_GLOB_H''@|$(NEXT_GLOB_H)|g' \
800 -e 's/@''GNULIB_GLOB''@/$(GNULIB_GLOB)/g' \
801 -e 's|@''HAVE_GLOB''@|$(HAVE_GLOB)|g' \
802 -e 's|@''HAVE_GLOB_PATTERN_P''@|$(HAVE_GLOB_PATTERN_P)|g' \
803 -e 's|@''REPLACE_GLOB''@|$(REPLACE_GLOB)|g' \
804 -e 's|@''REPLACE_GLOB_PATTERN_P''@|$(REPLACE_GLOB_PATTERN_P)|g' \
6ec2e0f5
SDJ
805 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
806 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
807 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
808 < $(srcdir)/glob.in.h; \
809 } > $@-t && \
c0c3707f 810 mv $@-t $@
6ec2e0f5
SDJ
811else
812glob.h: $(top_builddir)/config.status
813 rm -f $@
814endif
815MOSTLYCLEANFILES += glob.h glob.h-t
816
c0c3707f 817EXTRA_DIST += glob-libc.h glob.in.h
6ec2e0f5 818
c0c3707f 819## end gnulib module glob-h
6ec2e0f5 820
49e4877c
PA
821## begin gnulib module hard-locale
822
823libgnu_a_SOURCES += hard-locale.c
824
825EXTRA_DIST += hard-locale.h
826
827## end gnulib module hard-locale
828
9c9d63b1
PM
829## begin gnulib module idx
830
831libgnu_a_SOURCES += idx.h
832
833## end gnulib module idx
834
725e2999
JB
835## begin gnulib module inet_ntop
836
837
838EXTRA_DIST += inet_ntop.c
839
840EXTRA_libgnu_a_SOURCES += inet_ntop.c
841
842## end gnulib module inet_ntop
843
6ec2e0f5
SDJ
844## begin gnulib module intprops
845
846
847EXTRA_DIST += intprops.h
848
849## end gnulib module intprops
850
770d76d7 851## begin gnulib module inttypes-incomplete
55a8c076
YQ
852
853BUILT_SOURCES += inttypes.h
854
855# We need the following in order to create <inttypes.h> when the system
856# doesn't have one that works with the given compiler.
770d76d7 857inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
55a8c076
YQ
858 $(AM_V_GEN)rm -f $@-t $@ && \
859 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
860 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
861 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
862 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 863 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
55a8c076 864 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
55a8c076 865 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
55a8c076
YQ
866 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
867 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
868 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
869 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
870 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
871 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
872 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
873 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
874 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
c0c3707f 875 -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
770d76d7 876 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
4a626d0a 877 -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
55a8c076
YQ
878 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
879 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
880 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
881 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
770d76d7 882 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
55a8c076
YQ
883 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
884 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
885 < $(srcdir)/inttypes.in.h; \
886 } > $@-t && \
887 mv $@-t $@
888MOSTLYCLEANFILES += inttypes.h inttypes.h-t
889
890EXTRA_DIST += inttypes.in.h
891
770d76d7 892## end gnulib module inttypes-incomplete
55a8c076 893
698be2d8
CB
894## begin gnulib module isblank
895
896
897EXTRA_DIST += isblank.c
898
899EXTRA_libgnu_a_SOURCES += isblank.c
900
901## end gnulib module isblank
902
88b48903
WN
903## begin gnulib module isnand-nolibm
904
905
906EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
907
908EXTRA_libgnu_a_SOURCES += isnan.c isnand.c
909
910## end gnulib module isnand-nolibm
911
912## begin gnulib module isnanl-nolibm
913
914
915EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
916
917EXTRA_libgnu_a_SOURCES += isnan.c isnanl.c
918
919## end gnulib module isnanl-nolibm
920
c0c3707f
CB
921## begin gnulib module libc-config
922
923
924EXTRA_DIST += cdefs.h libc-config.h
925
926## end gnulib module libc-config
927
49e4877c
PA
928## begin gnulib module limits-h
929
930BUILT_SOURCES += $(LIMITS_H)
931
932# We need the following in order to create <limits.h> when the system
933# doesn't have one that is compatible with GNU.
934if GL_GENERATE_LIMITS_H
935limits.h: limits.in.h $(top_builddir)/config.status
936 $(AM_V_GEN)rm -f $@-t $@ && \
937 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
938 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
939 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
940 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
941 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
942 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
943 < $(srcdir)/limits.in.h; \
944 } > $@-t && \
945 mv $@-t $@
946else
947limits.h: $(top_builddir)/config.status
948 rm -f $@
949endif
950MOSTLYCLEANFILES += limits.h limits.h-t
951
952EXTRA_DIST += limits.in.h
953
954## end gnulib module limits-h
955
8690e634
JK
956## begin gnulib module localcharset
957
c0c3707f 958libgnu_a_SOURCES += localcharset.c
8690e634 959
c0c3707f 960EXTRA_DIST += localcharset.h
8690e634 961
c0c3707f 962## end gnulib module localcharset
8690e634 963
5df4cba6
SM
964## begin gnulib module locale
965
966BUILT_SOURCES += locale.h
967
968# We need the following in order to create <locale.h> when the system
969# doesn't have one that provides all definitions.
970locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
971 $(AM_V_GEN)rm -f $@-t $@ && \
972 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
973 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
974 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
975 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
976 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
977 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
978 -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
979 -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
980 -e 's/@''GNULIB_SETLOCALE_NULL''@/$(GNULIB_SETLOCALE_NULL)/g' \
981 -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
982 -e 's/@''GNULIB_LOCALENAME''@/$(GNULIB_LOCALENAME)/g' \
983 -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \
984 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
985 -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \
986 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
987 -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
988 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
989 -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \
990 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
991 -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \
992 -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
993 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
994 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
995 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
996 < $(srcdir)/locale.in.h; \
997 } > $@-t && \
998 mv $@-t $@
999MOSTLYCLEANFILES += locale.h locale.h-t
1000
1001EXTRA_DIST += locale.in.h
1002
1003## end gnulib module locale
1004
5abebf3c
CB
1005## begin gnulib module lock
1006
1007libgnu_a_SOURCES += glthread/lock.h glthread/lock.c
1008
1009## end gnulib module lock
1010
f45c62c4
YQ
1011## begin gnulib module lstat
1012
1013
1014EXTRA_DIST += lstat.c
1015
1016EXTRA_libgnu_a_SOURCES += lstat.c
1017
1018## end gnulib module lstat
1019
6a29c58e
YQ
1020## begin gnulib module malloc-posix
1021
1022
1023EXTRA_DIST += malloc.c
1024
1025EXTRA_libgnu_a_SOURCES += malloc.c
1026
1027## end gnulib module malloc-posix
1028
98399780
YQ
1029## begin gnulib module malloca
1030
1031libgnu_a_SOURCES += malloca.c
1032
c0c3707f 1033EXTRA_DIST += malloca.h
98399780
YQ
1034
1035## end gnulib module malloca
1036
88b48903
WN
1037## begin gnulib module math
1038
1039BUILT_SOURCES += math.h
1040libgnu_a_SOURCES += math.c
1041
1042# We need the following in order to create <math.h> when the system
1043# doesn't have one that works with the given compiler.
1044math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1045 $(AM_V_GEN)rm -f $@-t $@ && \
1046 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1047 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1048 -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
1049 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1050 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1051 -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
1052 -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
1053 -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
1054 -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
1055 -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
1056 -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
1057 -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
1058 -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
1059 -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
1060 -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
1061 -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
1062 -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
1063 -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
1064 -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
1065 -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
1066 -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
1067 -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
1068 -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
1069 -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
1070 -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
1071 -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
1072 -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
1073 -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
1074 -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
1075 -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
1076 -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
1077 -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
1078 -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
1079 -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
1080 -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
1081 -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
1082 -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
1083 -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
1084 -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
1085 -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
1086 -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
1087 -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
1088 -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
1089 -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
1090 -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
1091 -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
1092 -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
1093 -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
1094 -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
1095 -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
1096 < $(srcdir)/math.in.h | \
1097 sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
1098 -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
1099 -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
1100 -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
1101 -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
1102 -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
1103 -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
1104 -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
1105 -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
1106 -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
1107 -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
1108 -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
1109 -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
1110 -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
1111 -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
1112 -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
1113 -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
1114 -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
1115 -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
1116 -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
1117 -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
1118 -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
1119 -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
1120 -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
1121 -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
1122 -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
1123 -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
1124 -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
1125 -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
1126 -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
1127 -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
1128 -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
1129 -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
1130 -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
1131 -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
1132 -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
1133 -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
1134 -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
1135 -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
1136 -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
1137 -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
1138 -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
1139 -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
1140 -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
1141 -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
1142 -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
1143 -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
1144 -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
1145 -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
1146 -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
1147 -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
9c9d63b1
PM
1148 -e 's/@''GNULIB_MDA_J0''@/$(GNULIB_MDA_J0)/g' \
1149 -e 's/@''GNULIB_MDA_J1''@/$(GNULIB_MDA_J1)/g' \
1150 -e 's/@''GNULIB_MDA_JN''@/$(GNULIB_MDA_JN)/g' \
1151 -e 's/@''GNULIB_MDA_Y0''@/$(GNULIB_MDA_Y0)/g' \
1152 -e 's/@''GNULIB_MDA_Y1''@/$(GNULIB_MDA_Y1)/g' \
1153 -e 's/@''GNULIB_MDA_YN''@/$(GNULIB_MDA_YN)/g' \
88b48903
WN
1154 | \
1155 sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
1156 -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
1157 -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
1158 -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
1159 -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
1160 -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
1161 -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
1162 -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
1163 -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
1164 -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
1165 -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
1166 -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
1167 -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
1168 -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
1169 -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
1170 -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
1171 -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
1172 -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
1173 -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
1174 -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
1175 -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
1176 -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
1177 -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
1178 -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
1179 -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
1180 -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
1181 -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
1182 -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
1183 -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
1184 -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
1185 -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
1186 -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
1187 -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
1188 -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
1189 -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
1190 -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
1191 -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
1192 -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
1193 -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
1194 -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
1195 -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
1196 -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
1197 -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
1198 -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
1199 -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
1200 -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
1201 -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
1202 -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
1203 -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
1204 -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
1205 -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
1206 -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
1207 -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
1208 -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
1209 -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
1210 -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
1211 -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
1212 -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
1213 -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
1214 -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
1215 -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
1216 -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
1217 -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
1218 -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
1219 -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
1220 -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
1221 -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
1222 -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
1223 -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
1224 -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
1225 -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
1226 -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
1227 -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
1228 -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
1229 -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
1230 -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
1231 -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
1232 -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
1233 -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
1234 -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
1235 -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
1236 -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
1237 -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
1238 -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
1239 -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
1240 -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
1241 -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
1242 -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
1243 -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
1244 -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
1245 -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
1246 -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
1247 -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
1248 -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
1249 -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
1250 -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
1251 | \
c0c3707f
CB
1252 sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
1253 -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
1254 -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
1255 -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
1256 -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
88b48903
WN
1257 -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
1258 -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
1259 -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
1260 -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
c0c3707f
CB
1261 -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
1262 -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
1263 -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
1264 -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
88b48903
WN
1265 -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
1266 -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
c0c3707f 1267 -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
88b48903
WN
1268 -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
1269 -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
1270 -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
1271 -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
1272 -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
1273 -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
1274 -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
1275 -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
1276 -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
1277 -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
1278 -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
1279 -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
1280 -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
1281 -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
1282 -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
1283 -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
1284 -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
1285 -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
1286 -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
1287 -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
1288 -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
c0c3707f 1289 -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
88b48903
WN
1290 -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
1291 -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
1292 -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
1293 -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
1294 -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
1295 -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
1296 -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
1297 -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
1298 -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
1299 -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
1300 -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
1301 -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
1302 -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
1303 -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
1304 -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
1305 -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
1306 -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
1307 -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
1308 -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
1309 -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
1310 -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
1311 -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
1312 -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
1313 -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
1314 -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
1315 -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
1316 -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
c0c3707f 1317 -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
88b48903
WN
1318 -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
1319 -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
1320 -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
1321 -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
9c9d63b1 1322 -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
c0c3707f
CB
1323 -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
1324 -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
1325 -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
88b48903 1326 -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
c0c3707f
CB
1327 -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
1328 -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
88b48903
WN
1329 -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
1330 -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
1331 -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
1332 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1333 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1334 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1335 } > $@-t && \
1336 mv $@-t $@
1337MOSTLYCLEANFILES += math.h math.h-t
1338
1339EXTRA_DIST += math.in.h
1340
1341## end gnulib module math
1342
8690e634
JK
1343## begin gnulib module mbrtowc
1344
1345
5df4cba6 1346EXTRA_DIST += lc-charset-dispatch.c lc-charset-dispatch.h mbrtowc-impl-utf8.h mbrtowc-impl.h mbrtowc.c mbtowc-lock.c mbtowc-lock.h windows-initguard.h
8690e634 1347
5df4cba6 1348EXTRA_libgnu_a_SOURCES += lc-charset-dispatch.c mbrtowc.c mbtowc-lock.c
8690e634
JK
1349
1350## end gnulib module mbrtowc
1351
1352## begin gnulib module mbsinit
1353
1354
1355EXTRA_DIST += mbsinit.c
1356
1357EXTRA_libgnu_a_SOURCES += mbsinit.c
1358
1359## end gnulib module mbsinit
1360
1361## begin gnulib module mbsrtowcs
1362
1363
1364EXTRA_DIST += mbsrtowcs-impl.h mbsrtowcs-state.c mbsrtowcs.c
1365
1366EXTRA_libgnu_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c
1367
1368## end gnulib module mbsrtowcs
1369
698be2d8
CB
1370## begin gnulib module mbtowc
1371
1372
1373EXTRA_DIST += mbtowc-impl.h mbtowc.c
1374
1375EXTRA_libgnu_a_SOURCES += mbtowc.c
1376
1377## end gnulib module mbtowc
1378
f434ba03 1379## begin gnulib module memchr
f6ea5628
DJ
1380
1381
f434ba03 1382EXTRA_DIST += memchr.c memchr.valgrind
f6ea5628 1383
f434ba03 1384EXTRA_libgnu_a_SOURCES += memchr.c
f6ea5628 1385
f434ba03 1386## end gnulib module memchr
f6ea5628 1387
9c9d63b1
PM
1388## begin gnulib module memmem
1389
1390
1391EXTRA_DIST += memmem.c
1392
1393EXTRA_libgnu_a_SOURCES += memmem.c
1394
1395## end gnulib module memmem
1396
f6ea5628
DJ
1397## begin gnulib module memmem-simple
1398
1399
1400EXTRA_DIST += memmem.c str-two-way.h
1401
1402EXTRA_libgnu_a_SOURCES += memmem.c
1403
1404## end gnulib module memmem-simple
1405
6ec2e0f5
SDJ
1406## begin gnulib module mempcpy
1407
1408
1409EXTRA_DIST += mempcpy.c
1410
1411EXTRA_libgnu_a_SOURCES += mempcpy.c
1412
1413## end gnulib module mempcpy
1414
1415## begin gnulib module memrchr
1416
1417
1418EXTRA_DIST += memrchr.c
1419
1420EXTRA_libgnu_a_SOURCES += memrchr.c
1421
1422## end gnulib module memrchr
1423
698be2d8
CB
1424## begin gnulib module minmax
1425
1426libgnu_a_SOURCES += minmax.h
1427
1428## end gnulib module minmax
1429
8a99096f
SM
1430## begin gnulib module mkdir
1431
1432
1433EXTRA_DIST += mkdir.c
1434
1435EXTRA_libgnu_a_SOURCES += mkdir.c
1436
1437## end gnulib module mkdir
1438
e8d8cce6
SM
1439## begin gnulib module mkdtemp
1440
1441
1442EXTRA_DIST += mkdtemp.c
1443
1444EXTRA_libgnu_a_SOURCES += mkdtemp.c
1445
1446## end gnulib module mkdtemp
1447
b3279b60 1448## begin gnulib module mkostemp
2d8adcbd
MM
1449
1450
b3279b60 1451EXTRA_DIST += mkostemp.c
2d8adcbd 1452
b3279b60 1453EXTRA_libgnu_a_SOURCES += mkostemp.c
2d8adcbd 1454
b3279b60 1455## end gnulib module mkostemp
2d8adcbd 1456
6ec2e0f5
SDJ
1457## begin gnulib module msvc-inval
1458
1459
1460EXTRA_DIST += msvc-inval.c msvc-inval.h
1461
1462EXTRA_libgnu_a_SOURCES += msvc-inval.c
1463
1464## end gnulib module msvc-inval
1465
1466## begin gnulib module msvc-nothrow
1467
1468
1469EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1470
1471EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
1472
1473## end gnulib module msvc-nothrow
1474
725e2999
JB
1475## begin gnulib module netinet_in
1476
1477BUILT_SOURCES += $(NETINET_IN_H)
1478
1479# We need the following in order to create <netinet/in.h> when the system
1480# doesn't have one.
1481if GL_GENERATE_NETINET_IN_H
1482netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
1483 $(AM_V_at)$(MKDIR_P) netinet
1484 $(AM_V_GEN)rm -f $@-t $@ && \
1485 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1486 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1487 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1488 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1489 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1490 -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
1491 -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
1492 < $(srcdir)/netinet_in.in.h; \
1493 } > $@-t && \
1494 mv $@-t $@
1495else
1496netinet/in.h: $(top_builddir)/config.status
1497 rm -f $@
1498endif
1499MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
1500MOSTLYCLEANDIRS += netinet
1501
1502EXTRA_DIST += netinet_in.in.h
1503
1504## end gnulib module netinet_in
1505
6ec2e0f5
SDJ
1506## begin gnulib module open
1507
1508
1509EXTRA_DIST += open.c
1510
1511EXTRA_libgnu_a_SOURCES += open.c
1512
1513## end gnulib module open
1514
1515## begin gnulib module openat
1516
1517
1518EXTRA_DIST += openat.c
1519
1520EXTRA_libgnu_a_SOURCES += openat.c
1521
1522## end gnulib module openat
1523
1524## begin gnulib module openat-die
1525
1526libgnu_a_SOURCES += openat-die.c
1527
1528## end gnulib module openat-die
1529
1530## begin gnulib module openat-h
1531
1532
1533EXTRA_DIST += openat.h
1534
1535## end gnulib module openat-h
1536
1537## begin gnulib module opendir
1538
1539
1540EXTRA_DIST += dirent-private.h opendir.c
1541
1542EXTRA_libgnu_a_SOURCES += opendir.c
1543
1544## end gnulib module opendir
1545
38ec2207
PA
1546## begin gnulib module pathmax
1547
1548
1549EXTRA_DIST += pathmax.h
1550
1551## end gnulib module pathmax
1552
9c9d63b1
PM
1553## begin gnulib module pipe-posix
1554
1555
1556EXTRA_DIST += pipe.c
1557
1558EXTRA_libgnu_a_SOURCES += pipe.c
1559
1560## end gnulib module pipe-posix
1561
8424cc97
SM
1562## begin gnulib module rawmemchr
1563
1564
1565EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
1566
1567EXTRA_libgnu_a_SOURCES += rawmemchr.c
1568
1569## end gnulib module rawmemchr
1570
6ec2e0f5
SDJ
1571## begin gnulib module readdir
1572
1573
1574EXTRA_DIST += dirent-private.h readdir.c
1575
1576EXTRA_libgnu_a_SOURCES += readdir.c
1577
1578## end gnulib module readdir
1579
2196f55f
YQ
1580## begin gnulib module readlink
1581
1582
1583EXTRA_DIST += readlink.c
1584
1585EXTRA_libgnu_a_SOURCES += readlink.c
1586
1587## end gnulib module readlink
1588
6ec2e0f5
SDJ
1589## begin gnulib module realloc-posix
1590
1591
1592EXTRA_DIST += realloc.c
1593
1594EXTRA_libgnu_a_SOURCES += realloc.c
1595
1596## end gnulib module realloc-posix
1597
6a29c58e
YQ
1598## begin gnulib module rename
1599
1600
1601EXTRA_DIST += rename.c
1602
1603EXTRA_libgnu_a_SOURCES += rename.c
1604
1605## end gnulib module rename
1606
6ec2e0f5
SDJ
1607## begin gnulib module rewinddir
1608
1609
1610EXTRA_DIST += dirent-private.h rewinddir.c
1611
1612EXTRA_libgnu_a_SOURCES += rewinddir.c
1613
1614## end gnulib module rewinddir
1615
6a29c58e
YQ
1616## begin gnulib module rmdir
1617
1618
1619EXTRA_DIST += rmdir.c
1620
1621EXTRA_libgnu_a_SOURCES += rmdir.c
1622
1623## end gnulib module rmdir
1624
1625## begin gnulib module same-inode
1626
1627
1628EXTRA_DIST += same-inode.h
1629
1630## end gnulib module same-inode
1631
6ec2e0f5
SDJ
1632## begin gnulib module save-cwd
1633
1634libgnu_a_SOURCES += save-cwd.c
1635
1636EXTRA_DIST += save-cwd.h
1637
1638## end gnulib module save-cwd
1639
c0c3707f 1640## begin gnulib module scratch_buffer
5e8754f9 1641
9c9d63b1 1642libgnu_a_SOURCES += malloc/scratch_buffer_dupfree.c malloc/scratch_buffer_grow.c malloc/scratch_buffer_grow_preserve.c malloc/scratch_buffer_set_array_size.c
2d8adcbd 1643
c0c3707f 1644EXTRA_DIST += malloc/scratch_buffer.h scratch_buffer.h
2d8adcbd 1645
c0c3707f 1646## end gnulib module scratch_buffer
2d8adcbd 1647
3d99e817
AK
1648## begin gnulib module setenv
1649
1650
1651EXTRA_DIST += setenv.c
1652
1653EXTRA_libgnu_a_SOURCES += setenv.c
1654
1655## end gnulib module setenv
1656
5df4cba6
SM
1657## begin gnulib module setlocale-null
1658
1659libgnu_a_SOURCES += setlocale_null.c
1660
1661EXTRA_DIST += setlocale-lock.c setlocale_null.h windows-initguard.h
1662
1663EXTRA_libgnu_a_SOURCES += setlocale-lock.c
1664
1665## end gnulib module setlocale-null
1666
0750520d
PA
1667## begin gnulib module signal-h
1668
1669BUILT_SOURCES += signal.h
1670
1671# We need the following in order to create <signal.h> when the system
1672# doesn't have a complete one.
1673signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1674 $(AM_V_GEN)rm -f $@-t $@ && \
1675 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1676 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1677 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1678 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1679 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1680 -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
c0c3707f
CB
1681 -e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GNULIB_PTHREAD_SIGMASK)/g' \
1682 -e 's/@''GNULIB_RAISE''@/$(GNULIB_RAISE)/g' \
0750520d
PA
1683 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
1684 -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
1685 -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
1686 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
1687 -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
1688 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
1689 -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
1690 -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
1691 -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
1692 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
1693 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
1694 -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
1695 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
1696 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
1697 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1698 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1699 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1700 < $(srcdir)/signal.in.h; \
1701 } > $@-t && \
1702 mv $@-t $@
1703MOSTLYCLEANFILES += signal.h signal.h-t
1704
1705EXTRA_DIST += signal.in.h
1706
1707## end gnulib module signal-h
1708
98399780
YQ
1709## begin gnulib module snippet/_Noreturn
1710
1711# Because this Makefile snippet defines a variable used by other
c0c3707f 1712# gnulib Makefile snippets, it must be present in all makefiles that
98399780
YQ
1713# need it. This is ensured by the applicability 'all' defined above.
1714
c0c3707f 1715_NORETURN_H=$(srcdir)/_Noreturn.h
98399780 1716
c0c3707f 1717EXTRA_DIST += _Noreturn.h
98399780
YQ
1718
1719## end gnulib module snippet/_Noreturn
1720
770d76d7
PA
1721## begin gnulib module snippet/arg-nonnull
1722
c0c3707f
CB
1723# Because this Makefile snippet defines a variable used by other
1724# gnulib Makefile snippets, it must be present in all makefiles that
1725# need it. This is ensured by the applicability 'all' defined above.
770d76d7 1726
c0c3707f 1727ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
770d76d7 1728
c0c3707f 1729EXTRA_DIST += arg-nonnull.h
770d76d7
PA
1730
1731## end gnulib module snippet/arg-nonnull
1732
1733## begin gnulib module snippet/c++defs
1734
c0c3707f
CB
1735# Because this Makefile snippet defines a variable used by other
1736# gnulib Makefile snippets, it must be present in all makefiles that
1737# need it. This is ensured by the applicability 'all' defined above.
5e8754f9 1738
c0c3707f 1739CXXDEFS_H=$(srcdir)/c++defs.h
770d76d7 1740
c0c3707f 1741EXTRA_DIST += c++defs.h
770d76d7
PA
1742
1743## end gnulib module snippet/c++defs
1744
1745## begin gnulib module snippet/warn-on-use
1746
c0c3707f
CB
1747# Because this Makefile snippet defines a variable used by other
1748# gnulib Makefile snippets, it must be present in all makefiles that
1749# need it. This is ensured by the applicability 'all' defined above.
770d76d7 1750
c0c3707f 1751WARN_ON_USE_H=$(srcdir)/warn-on-use.h
770d76d7 1752
c0c3707f 1753EXTRA_DIST += warn-on-use.h
770d76d7
PA
1754
1755## end gnulib module snippet/warn-on-use
1756
2196f55f
YQ
1757## begin gnulib module stat
1758
1759
c0c3707f 1760EXTRA_DIST += stat-w32.c stat-w32.h stat.c
2196f55f 1761
c0c3707f 1762EXTRA_libgnu_a_SOURCES += stat-w32.c stat.c
2196f55f
YQ
1763
1764## end gnulib module stat
1765
c0c3707f
CB
1766## begin gnulib module stat-time
1767
1768libgnu_a_SOURCES += stat-time.c
1769
1770EXTRA_DIST += stat-time.h
1771
1772## end gnulib module stat-time
1773
725e2999
JB
1774## begin gnulib module stdalign
1775
1776BUILT_SOURCES += $(STDALIGN_H)
1777
1778# We need the following in order to create <stdalign.h> when the system
1779# doesn't have one that works.
1780if GL_GENERATE_STDALIGN_H
1781stdalign.h: stdalign.in.h $(top_builddir)/config.status
1782 $(AM_V_GEN)rm -f $@-t $@ && \
1783 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1784 cat $(srcdir)/stdalign.in.h; \
1785 } > $@-t && \
1786 mv $@-t $@
1787else
1788stdalign.h: $(top_builddir)/config.status
1789 rm -f $@
1790endif
1791MOSTLYCLEANFILES += stdalign.h stdalign.h-t
1792
1793EXTRA_DIST += stdalign.in.h
1794
1795## end gnulib module stdalign
1796
8690e634
JK
1797## begin gnulib module stdbool
1798
1799BUILT_SOURCES += $(STDBOOL_H)
1800
1801# We need the following in order to create <stdbool.h> when the system
1802# doesn't have one that works.
1803if GL_GENERATE_STDBOOL_H
1804stdbool.h: stdbool.in.h $(top_builddir)/config.status
1805 $(AM_V_GEN)rm -f $@-t $@ && \
1806 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1807 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1808 } > $@-t && \
1809 mv $@-t $@
1810else
1811stdbool.h: $(top_builddir)/config.status
1812 rm -f $@
1813endif
1814MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1815
1816EXTRA_DIST += stdbool.in.h
1817
1818## end gnulib module stdbool
1819
f434ba03
PA
1820## begin gnulib module stddef
1821
1822BUILT_SOURCES += $(STDDEF_H)
1823
1824# We need the following in order to create <stddef.h> when the system
1825# doesn't have one that works with the given compiler.
770d76d7
PA
1826if GL_GENERATE_STDDEF_H
1827stddef.h: stddef.in.h $(top_builddir)/config.status
f434ba03
PA
1828 $(AM_V_GEN)rm -f $@-t $@ && \
1829 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
770d76d7
PA
1830 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1831 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
f434ba03 1832 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 1833 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f434ba03 1834 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
4a626d0a 1835 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
f434ba03
PA
1836 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1837 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1838 < $(srcdir)/stddef.in.h; \
1839 } > $@-t && \
1840 mv $@-t $@
770d76d7
PA
1841else
1842stddef.h: $(top_builddir)/config.status
1843 rm -f $@
1844endif
f434ba03
PA
1845MOSTLYCLEANFILES += stddef.h stddef.h-t
1846
1847EXTRA_DIST += stddef.in.h
1848
1849## end gnulib module stddef
1850
f6ea5628
DJ
1851## begin gnulib module stdint
1852
1853BUILT_SOURCES += $(STDINT_H)
1854
1855# We need the following in order to create <stdint.h> when the system
1856# doesn't have one that works with the given compiler.
770d76d7
PA
1857if GL_GENERATE_STDINT_H
1858stdint.h: stdint.in.h $(top_builddir)/config.status
f434ba03 1859 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 1860 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
770d76d7
PA
1861 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1862 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
f434ba03
PA
1863 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1864 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 1865 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f6ea5628 1866 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
49e4877c 1867 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
f6ea5628
DJ
1868 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1869 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1870 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1871 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
770d76d7 1872 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
f434ba03 1873 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
f6ea5628
DJ
1874 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1875 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1876 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1877 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1878 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1879 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1880 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1881 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1882 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1883 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1884 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1885 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1886 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
c0c3707f 1887 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
f6ea5628 1888 < $(srcdir)/stdint.in.h; \
f434ba03 1889 } > $@-t && \
f6ea5628 1890 mv $@-t $@
770d76d7
PA
1891else
1892stdint.h: $(top_builddir)/config.status
1893 rm -f $@
1894endif
f6ea5628
DJ
1895MOSTLYCLEANFILES += stdint.h stdint.h-t
1896
1897EXTRA_DIST += stdint.in.h
1898
1899## end gnulib module stdint
1900
6a29c58e
YQ
1901## begin gnulib module stdio
1902
1903BUILT_SOURCES += stdio.h
6a29c58e
YQ
1904
1905# We need the following in order to create <stdio.h> when the system
1906# doesn't have one that works with the given compiler.
1907stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1908 $(AM_V_GEN)rm -f $@-t $@ && \
1909 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1910 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1911 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1912 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1913 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1914 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1915 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1916 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1917 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1918 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1919 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1920 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1921 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1922 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1923 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1924 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1925 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1926 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1927 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1928 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1929 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1930 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1931 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1932 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1933 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1934 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1935 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1936 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1937 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1938 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1939 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1940 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1941 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1942 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1943 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1944 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1945 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1946 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1947 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1948 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1949 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1950 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1951 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1952 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1953 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1954 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1955 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1956 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1957 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1958 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1959 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1960 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1961 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1962 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1963 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1964 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1965 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1966 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1967 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
9c9d63b1
PM
1968 -e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GNULIB_MDA_FCLOSEALL)/g' \
1969 -e 's/@''GNULIB_MDA_FDOPEN''@/$(GNULIB_MDA_FDOPEN)/g' \
1970 -e 's/@''GNULIB_MDA_FILENO''@/$(GNULIB_MDA_FILENO)/g' \
1971 -e 's/@''GNULIB_MDA_GETW''@/$(GNULIB_MDA_GETW)/g' \
1972 -e 's/@''GNULIB_MDA_PUTW''@/$(GNULIB_MDA_PUTW)/g' \
1973 -e 's/@''GNULIB_MDA_TEMPNAM''@/$(GNULIB_MDA_TEMPNAM)/g' \
6a29c58e 1974 < $(srcdir)/stdio.in.h | \
9c9d63b1
PM
1975 sed -e 's|@''HAVE_DECL_FCLOSEALL''@|$(HAVE_DECL_FCLOSEALL)|g' \
1976 -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
6a29c58e
YQ
1977 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1978 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1979 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1980 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1981 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1982 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1983 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1984 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1985 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1986 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1987 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1988 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1989 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1990 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1991 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1992 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1993 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1994 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1995 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1996 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1997 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1998 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1999 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
2000 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
2001 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
2002 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
2003 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
2004 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
2005 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
2006 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
2007 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
2008 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
2009 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
2010 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
2011 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
2012 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
2013 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
2014 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
2015 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
2016 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
2017 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
2018 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
2019 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
2020 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
2021 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
2022 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
2023 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
2024 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
2025 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2026 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2027 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2028 } > $@-t && \
2029 mv $@-t $@
2030MOSTLYCLEANFILES += stdio.h stdio.h-t
2031
2032EXTRA_DIST += stdio.in.h
2033
2034## end gnulib module stdio
2035
98399780
YQ
2036## begin gnulib module stdlib
2037
2038BUILT_SOURCES += stdlib.h
2039
2040# We need the following in order to create <stdlib.h> when the system
2041# doesn't have one that works with the given compiler.
2042stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2043 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2044 $(AM_V_GEN)rm -f $@-t $@ && \
2045 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2046 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2047 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2048 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2049 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2050 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2051 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
9c9d63b1 2052 -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GNULIB_ALIGNED_ALLOC)/g' \
98399780
YQ
2053 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2054 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2055 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
9c9d63b1 2056 -e 's/@''GNULIB_FREE_POSIX''@/$(GNULIB_FREE_POSIX)/g' \
98399780
YQ
2057 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2058 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2059 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2060 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2061 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2062 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2063 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2064 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2065 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2066 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
9c9d63b1 2067 -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GNULIB_POSIX_MEMALIGN)/g' \
98399780
YQ
2068 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2069 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2070 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2071 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
4a626d0a 2072 -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
98399780
YQ
2073 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2074 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2075 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
c0c3707f 2076 -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
98399780
YQ
2077 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2078 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
4a626d0a 2079 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
98399780
YQ
2080 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2081 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
c0c3707f 2082 -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
98399780
YQ
2083 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2084 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2085 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2086 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2087 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2088 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
9c9d63b1
PM
2089 -e 's/@''GNULIB_MDA_ECVT''@/$(GNULIB_MDA_ECVT)/g' \
2090 -e 's/@''GNULIB_MDA_FCVT''@/$(GNULIB_MDA_FCVT)/g' \
2091 -e 's/@''GNULIB_MDA_GCVT''@/$(GNULIB_MDA_GCVT)/g' \
2092 -e 's/@''GNULIB_MDA_MKTEMP''@/$(GNULIB_MDA_MKTEMP)/g' \
2093 -e 's/@''GNULIB_MDA_PUTENV''@/$(GNULIB_MDA_PUTENV)/g' \
98399780
YQ
2094 < $(srcdir)/stdlib.in.h | \
2095 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
9c9d63b1 2096 -e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \
98399780
YQ
2097 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2098 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
9c9d63b1
PM
2099 -e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \
2100 -e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \
2101 -e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \
98399780
YQ
2102 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2103 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2104 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
c0c3707f
CB
2105 -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
2106 -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
2107 -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
98399780
YQ
2108 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2109 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2110 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2111 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2112 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
9c9d63b1 2113 -e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \
98399780
YQ
2114 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2115 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2116 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
4c62b19f 2117 -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
98399780
YQ
2118 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2119 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2120 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
c0c3707f 2121 -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
98399780
YQ
2122 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2123 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
4a626d0a 2124 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
98399780 2125 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
c0c3707f
CB
2126 -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
2127 -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
98399780 2128 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
c0c3707f 2129 -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
98399780
YQ
2130 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2131 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2132 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2133 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2134 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2135 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
9c9d63b1 2136 -e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \
98399780
YQ
2137 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2138 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
9c9d63b1 2139 -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
c0c3707f 2140 -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
98399780
YQ
2141 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2142 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2143 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
9c9d63b1 2144 -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \
98399780
YQ
2145 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2146 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2147 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
4a626d0a 2148 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
c0c3707f 2149 -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
98399780
YQ
2150 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2151 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2152 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2153 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
c0c3707f 2154 -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
98399780 2155 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
c0c3707f 2156 -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
98399780
YQ
2157 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2158 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2159 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2160 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2161 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2162 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2163 } > $@-t && \
2164 mv $@-t $@
2165MOSTLYCLEANFILES += stdlib.h stdlib.h-t
2166
2167EXTRA_DIST += stdlib.in.h
2168
2169## end gnulib module stdlib
2170
8424cc97
SM
2171## begin gnulib module strchrnul
2172
2173
2174EXTRA_DIST += strchrnul.c strchrnul.valgrind
2175
2176EXTRA_libgnu_a_SOURCES += strchrnul.c
2177
2178## end gnulib module strchrnul
2179
6ec2e0f5
SDJ
2180## begin gnulib module strdup-posix
2181
2182
2183EXTRA_DIST += strdup.c
2184
2185EXTRA_libgnu_a_SOURCES += strdup.c
2186
2187## end gnulib module strdup-posix
2188
8690e634
JK
2189## begin gnulib module streq
2190
2191
2192EXTRA_DIST += streq.h
2193
2194## end gnulib module streq
2195
6ec2e0f5
SDJ
2196## begin gnulib module strerror
2197
2198
2199EXTRA_DIST += strerror.c
2200
2201EXTRA_libgnu_a_SOURCES += strerror.c
2202
2203## end gnulib module strerror
2204
2205## begin gnulib module strerror-override
2206
2207
2208EXTRA_DIST += strerror-override.c strerror-override.h
2209
2210EXTRA_libgnu_a_SOURCES += strerror-override.c
2211
2212## end gnulib module strerror-override
2213
5abebf3c
CB
2214## begin gnulib module strerror_r-posix
2215
2216
2217EXTRA_DIST += strerror_r.c
2218
2219EXTRA_libgnu_a_SOURCES += strerror_r.c
2220
2221## end gnulib module strerror_r-posix
2222
f6ea5628
DJ
2223## begin gnulib module string
2224
2225BUILT_SOURCES += string.h
2226
2227# We need the following in order to create <string.h> when the system
2228# doesn't have one that works with the given compiler.
770d76d7 2229string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
f434ba03 2230 $(AM_V_GEN)rm -f $@-t $@ && \
f6ea5628 2231 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
770d76d7
PA
2232 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2233 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
f434ba03 2234 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
770d76d7 2235 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f6ea5628 2236 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
c0c3707f 2237 -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
770d76d7
PA
2238 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2239 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2240 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2241 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2242 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2243 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2244 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2245 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2246 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2247 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2248 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2249 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2250 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2251 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2252 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2253 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2254 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2255 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2256 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2257 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2258 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2259 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2260 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2261 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2262 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2263 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2264 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2265 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2266 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2267 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2268 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2269 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2270 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2271 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2272 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
9c9d63b1
PM
2273 -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GNULIB_STRERRORNAME_NP)/g' \
2274 -e 's/@''GNULIB_SIGABBREV_NP''@/$(GNULIB_SIGABBREV_NP)/g' \
2275 -e 's/@''GNULIB_SIGDESCR_NP''@/$(GNULIB_SIGDESCR_NP)/g' \
770d76d7
PA
2276 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2277 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
9c9d63b1
PM
2278 -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GNULIB_MDA_MEMCCPY)/g' \
2279 -e 's/@''GNULIB_MDA_STRDUP''@/$(GNULIB_MDA_STRDUP)/g' \
f434ba03 2280 < $(srcdir)/string.in.h | \
c0c3707f
CB
2281 sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
2282 -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
770d76d7
PA
2283 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2284 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
f6ea5628
DJ
2285 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2286 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2287 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
f434ba03 2288 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
f6ea5628
DJ
2289 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2290 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2291 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2292 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
f6ea5628
DJ
2293 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2294 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2295 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2296 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2297 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2298 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
770d76d7 2299 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
9c9d63b1
PM
2300 -e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \
2301 -e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \
2302 -e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \
f6ea5628 2303 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
f434ba03 2304 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
9c9d63b1 2305 -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \
f434ba03 2306 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
f6ea5628 2307 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
c0c3707f 2308 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
770d76d7 2309 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
f434ba03 2310 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
5e8754f9
SDJ
2311 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2312 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2313 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
c0c3707f
CB
2314 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2315 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
5e8754f9 2316 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
c0c3707f
CB
2317 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2318 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
9c9d63b1 2319 -e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \
c0c3707f 2320 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
f434ba03
PA
2321 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2322 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2323 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2324 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
f6ea5628 2325 < $(srcdir)/string.in.h; \
f434ba03 2326 } > $@-t && \
f6ea5628
DJ
2327 mv $@-t $@
2328MOSTLYCLEANFILES += string.h string.h-t
2329
2330EXTRA_DIST += string.in.h
2331
2332## end gnulib module string
2333
698be2d8
CB
2334## begin gnulib module strnlen
2335
2336
2337EXTRA_DIST += strnlen.c
2338
2339EXTRA_libgnu_a_SOURCES += strnlen.c
2340
2341## end gnulib module strnlen
2342
8690e634
JK
2343## begin gnulib module strnlen1
2344
2345libgnu_a_SOURCES += strnlen1.h strnlen1.c
2346
2347## end gnulib module strnlen1
2348
9c9d63b1
PM
2349## begin gnulib module strstr
2350
2351
2352EXTRA_DIST += strstr.c
2353
2354EXTRA_libgnu_a_SOURCES += strstr.c
2355
2356## end gnulib module strstr
2357
63ce7108
TT
2358## begin gnulib module strstr-simple
2359
2360
2361EXTRA_DIST += str-two-way.h strstr.c
2362
2363EXTRA_libgnu_a_SOURCES += strstr.c
2364
2365## end gnulib module strstr-simple
2366
421693b0
PA
2367## begin gnulib module strtok_r
2368
2369
2370EXTRA_DIST += strtok_r.c
2371
2372EXTRA_libgnu_a_SOURCES += strtok_r.c
2373
2374## end gnulib module strtok_r
2375
698be2d8
CB
2376## begin gnulib module sys_random
2377
2378BUILT_SOURCES += sys/random.h
2379
2380# We need the following in order to create <sys/random.h> when the system
2381# doesn't have one.
2382sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2383 $(AM_V_at)$(MKDIR_P) sys
2384 $(AM_V_GEN)rm -f $@-t $@ && \
2385 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2386 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2387 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2388 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2389 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2390 -e 's|@''NEXT_SYS_RANDOM_H''@|$(NEXT_SYS_RANDOM_H)|g' \
2391 -e 's|@''HAVE_SYS_RANDOM_H''@|$(HAVE_SYS_RANDOM_H)|g' \
2392 -e 's/@''GNULIB_GETRANDOM''@/$(GNULIB_GETRANDOM)/g' \
2393 -e 's/@''HAVE_GETRANDOM''@/$(HAVE_GETRANDOM)/g' \
2394 -e 's/@''REPLACE_GETRANDOM''@/$(REPLACE_GETRANDOM)/g' \
2395 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2396 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2397 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2398 < $(srcdir)/sys_random.in.h; \
2399 } > $@-t && \
2400 mv -f $@-t $@
2401MOSTLYCLEANFILES += sys/random.h sys/random.h-t
2402MOSTLYCLEANDIRS += sys
2403
2404EXTRA_DIST += sys_random.in.h
2405
2406## end gnulib module sys_random
2407
725e2999
JB
2408## begin gnulib module sys_socket
2409
2410BUILT_SOURCES += sys/socket.h
2411libgnu_a_SOURCES += sys_socket.c
2412
2413# We need the following in order to create <sys/socket.h> when the system
2414# doesn't have one that works with the given compiler.
2415sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2416 $(AM_V_at)$(MKDIR_P) sys
2417 $(AM_V_GEN)rm -f $@-t $@ && \
2418 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2419 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2420 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2421 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2422 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2423 -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
2424 -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
2425 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2426 -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
2427 -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
2428 -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
2429 -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
2430 -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
2431 -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
2432 -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
2433 -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
2434 -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
2435 -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
2436 -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
2437 -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
2438 -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
2439 -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
2440 -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
2441 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2442 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
2443 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
2444 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
2445 -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
2446 -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
2447 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2448 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2449 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2450 < $(srcdir)/sys_socket.in.h; \
2451 } > $@-t && \
2452 mv -f $@-t $@
2453MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
2454MOSTLYCLEANDIRS += sys
2455
2456EXTRA_DIST += sys_socket.in.h
2457
2458## end gnulib module sys_socket
2459
09607c9e
TT
2460## begin gnulib module sys_stat
2461
2462BUILT_SOURCES += sys/stat.h
2463
2464# We need the following in order to create <sys/stat.h> when the system
2465# has one that is incomplete.
2466sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2467 $(AM_V_at)$(MKDIR_P) sys
2468 $(AM_V_GEN)rm -f $@-t $@ && \
2469 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2470 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2471 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2472 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2473 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2474 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2475 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
c0c3707f 2476 -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
09607c9e
TT
2477 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2478 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2479 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2480 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
9c9d63b1 2481 -e 's/@''GNULIB_GETUMASK''@/$(GNULIB_GETUMASK)/g' \
09607c9e
TT
2482 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2483 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
9c9d63b1 2484 -e 's/@''GNULIB_MKDIR''@/$(GNULIB_MKDIR)/g' \
09607c9e
TT
2485 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2486 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2487 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2488 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2489 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2490 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2491 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
c0c3707f 2492 -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
9c9d63b1
PM
2493 -e 's/@''GNULIB_MDA_CHMOD''@/$(GNULIB_MDA_CHMOD)/g' \
2494 -e 's/@''GNULIB_MDA_MKDIR''@/$(GNULIB_MDA_MKDIR)/g' \
2495 -e 's/@''GNULIB_MDA_UMASK''@/$(GNULIB_MDA_UMASK)/g' \
09607c9e
TT
2496 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2497 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2498 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
9c9d63b1 2499 -e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
09607c9e
TT
2500 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2501 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2502 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2503 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2504 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2505 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2506 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2507 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
5df4cba6 2508 -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
09607c9e
TT
2509 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2510 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2511 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2512 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2513 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2514 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
9c9d63b1 2515 -e 's|@''REPLACE_MKFIFOAT''@|$(REPLACE_MKFIFOAT)|g' \
09607c9e 2516 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
9c9d63b1 2517 -e 's|@''REPLACE_MKNODAT''@|$(REPLACE_MKNODAT)|g' \
09607c9e
TT
2518 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2519 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2520 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2521 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2522 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2523 < $(srcdir)/sys_stat.in.h; \
2524 } > $@-t && \
2525 mv $@-t $@
2526MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
2527MOSTLYCLEANDIRS += sys
2528
2529EXTRA_DIST += sys_stat.in.h
2530
2531## end gnulib module sys_stat
2532
4a626d0a
PA
2533## begin gnulib module sys_time
2534
2535BUILT_SOURCES += sys/time.h
2536
2537# We need the following in order to create <sys/time.h> when the system
2538# doesn't have one that works with the given compiler.
2539sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2540 $(AM_V_at)$(MKDIR_P) sys
2541 $(AM_V_GEN)rm -f $@-t $@ && \
2542 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2543 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2544 -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
2545 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2546 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2547 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2548 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
2549 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2550 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2551 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
2552 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
2553 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
2554 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
2555 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2556 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2557 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2558 < $(srcdir)/sys_time.in.h; \
2559 } > $@-t && \
2560 mv $@-t $@
2561MOSTLYCLEANFILES += sys/time.h sys/time.h-t
2562
2563EXTRA_DIST += sys_time.in.h
2564
2565## end gnulib module sys_time
2566
8839a007
PA
2567## begin gnulib module sys_types
2568
2569BUILT_SOURCES += sys/types.h
2570
2571# We need the following in order to create <sys/types.h> when the system
2572# doesn't have one that works with the given compiler.
2573sys/types.h: sys_types.in.h $(top_builddir)/config.status
2574 $(AM_V_at)$(MKDIR_P) sys
2575 $(AM_V_GEN)rm -f $@-t $@ && \
2576 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2577 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2578 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2579 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2580 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2581 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2582 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
c0c3707f 2583 -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
8839a007
PA
2584 < $(srcdir)/sys_types.in.h; \
2585 } > $@-t && \
2586 mv $@-t $@
2587MOSTLYCLEANFILES += sys/types.h sys/types.h-t
2588
2589EXTRA_DIST += sys_types.in.h
2590
2591## end gnulib module sys_types
2592
725e2999
JB
2593## begin gnulib module sys_uio
2594
2595BUILT_SOURCES += sys/uio.h
2596
2597# We need the following in order to create <sys/uio.h> when the system
2598# doesn't have one that works with the given compiler.
2599sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
2600 $(AM_V_at)$(MKDIR_P) sys
2601 $(AM_V_GEN)rm -f $@-t $@ && \
2602 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2603 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2604 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2605 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2606 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2607 -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
2608 -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
2609 < $(srcdir)/sys_uio.in.h; \
2610 } > $@-t && \
2611 mv -f $@-t $@
2612MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
2613MOSTLYCLEANDIRS += sys
2614
2615EXTRA_DIST += sys_uio.in.h
2616
2617## end gnulib module sys_uio
2618
2d8adcbd
MM
2619## begin gnulib module tempname
2620
2621libgnu_a_SOURCES += tempname.c
2622
2623EXTRA_DIST += tempname.h
2624
2625## end gnulib module tempname
2626
5abebf3c
CB
2627## begin gnulib module threadlib
2628
2629libgnu_a_SOURCES += glthread/threadlib.c
2630
5abebf3c
CB
2631## end gnulib module threadlib
2632
09607c9e
TT
2633## begin gnulib module time
2634
2635BUILT_SOURCES += time.h
2636
2637# We need the following in order to create <time.h> when the system
2638# doesn't have one that works with the given compiler.
2639time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2640 $(AM_V_GEN)rm -f $@-t $@ && \
2641 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2642 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2643 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2644 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2645 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2646 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
c0c3707f
CB
2647 -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
2648 -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
09607c9e
TT
2649 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2650 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
c0c3707f 2651 -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
09607c9e
TT
2652 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2653 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
9c9d63b1 2654 -e 's/@''GNULIB_TIMESPEC_GET''@/$(GNULIB_TIMESPEC_GET)/g' \
09607c9e 2655 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
4a626d0a 2656 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
c0c3707f 2657 -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
9c9d63b1 2658 -e 's/@''GNULIB_MDA_TZSET''@/$(GNULIB_MDA_TZSET)/g' \
09607c9e
TT
2659 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2660 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2661 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2662 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
9c9d63b1 2663 -e 's|@''HAVE_TIMESPEC_GET''@|$(HAVE_TIMESPEC_GET)|g' \
4a626d0a 2664 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
c0c3707f 2665 -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
4a626d0a
PA
2666 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2667 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
09607c9e
TT
2668 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2669 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2670 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
c0c3707f 2671 -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
09607c9e 2672 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
c0c3707f 2673 -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
09607c9e
TT
2674 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2675 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2676 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
4a626d0a 2677 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
9c9d63b1 2678 -e 's|@''TIME_H_DEFINES_TIME_UTC''@|$(TIME_H_DEFINES_TIME_UTC)|g' \
09607c9e
TT
2679 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2680 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2681 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2682 < $(srcdir)/time.in.h; \
2683 } > $@-t && \
2684 mv $@-t $@
2685MOSTLYCLEANFILES += time.h time.h-t
2686
2687EXTRA_DIST += time.in.h
2688
2689## end gnulib module time
2690
f8e27d88
CB
2691## begin gnulib module time_r
2692
2693
2694EXTRA_DIST += time_r.c
2695
2696EXTRA_libgnu_a_SOURCES += time_r.c
2697
2698## end gnulib module time_r
2699
8839a007
PA
2700## begin gnulib module unistd
2701
2702BUILT_SOURCES += unistd.h
2703libgnu_a_SOURCES += unistd.c
2704
2705# We need the following in order to create an empty placeholder for
2706# <unistd.h> when the system doesn't have one.
2707unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2708 $(AM_V_GEN)rm -f $@-t $@ && \
2709 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2710 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2711 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2712 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2713 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2714 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2715 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2716 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
c0c3707f 2717 -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
8839a007
PA
2718 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2719 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2720 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
c0c3707f 2721 -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
8839a007
PA
2722 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2723 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2724 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2725 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2726 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
9c9d63b1
PM
2727 -e 's/@''GNULIB_EXECL''@/$(GNULIB_EXECL)/g' \
2728 -e 's/@''GNULIB_EXECLE''@/$(GNULIB_EXECLE)/g' \
2729 -e 's/@''GNULIB_EXECLP''@/$(GNULIB_EXECLP)/g' \
2730 -e 's/@''GNULIB_EXECV''@/$(GNULIB_EXECV)/g' \
2731 -e 's/@''GNULIB_EXECVE''@/$(GNULIB_EXECVE)/g' \
2732 -e 's/@''GNULIB_EXECVP''@/$(GNULIB_EXECVP)/g' \
2733 -e 's/@''GNULIB_EXECVPE''@/$(GNULIB_EXECVPE)/g' \
8839a007
PA
2734 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2735 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2736 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2737 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2738 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2739 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2740 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2741 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2742 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
698be2d8 2743 -e 's/@''GNULIB_GETENTROPY''@/$(GNULIB_GETENTROPY)/g' \
8839a007
PA
2744 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2745 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2746 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2747 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
5df4cba6 2748 -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
8839a007 2749 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
c0c3707f 2750 -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
8839a007
PA
2751 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2752 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2753 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2754 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2755 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2756 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2757 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2758 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2759 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2760 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2761 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2762 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2763 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2764 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2765 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2766 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2767 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2768 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2769 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
c0c3707f 2770 -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
8839a007
PA
2771 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2772 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2773 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2774 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2775 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2776 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2777 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2778 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
9c9d63b1
PM
2779 -e 's/@''GNULIB_MDA_ACCESS''@/$(GNULIB_MDA_ACCESS)/g' \
2780 -e 's/@''GNULIB_MDA_CHDIR''@/$(GNULIB_MDA_CHDIR)/g' \
2781 -e 's/@''GNULIB_MDA_CLOSE''@/$(GNULIB_MDA_CLOSE)/g' \
2782 -e 's/@''GNULIB_MDA_DUP''@/$(GNULIB_MDA_DUP)/g' \
2783 -e 's/@''GNULIB_MDA_DUP2''@/$(GNULIB_MDA_DUP2)/g' \
2784 -e 's/@''GNULIB_MDA_EXECL''@/$(GNULIB_MDA_EXECL)/g' \
2785 -e 's/@''GNULIB_MDA_EXECLE''@/$(GNULIB_MDA_EXECLE)/g' \
2786 -e 's/@''GNULIB_MDA_EXECLP''@/$(GNULIB_MDA_EXECLP)/g' \
2787 -e 's/@''GNULIB_MDA_EXECV''@/$(GNULIB_MDA_EXECV)/g' \
2788 -e 's/@''GNULIB_MDA_EXECVE''@/$(GNULIB_MDA_EXECVE)/g' \
2789 -e 's/@''GNULIB_MDA_EXECVP''@/$(GNULIB_MDA_EXECVP)/g' \
2790 -e 's/@''GNULIB_MDA_EXECVPE''@/$(GNULIB_MDA_EXECVPE)/g' \
2791 -e 's/@''GNULIB_MDA_GETCWD''@/$(GNULIB_MDA_GETCWD)/g' \
2792 -e 's/@''GNULIB_MDA_GETPID''@/$(GNULIB_MDA_GETPID)/g' \
2793 -e 's/@''GNULIB_MDA_ISATTY''@/$(GNULIB_MDA_ISATTY)/g' \
2794 -e 's/@''GNULIB_MDA_LSEEK''@/$(GNULIB_MDA_LSEEK)/g' \
2795 -e 's/@''GNULIB_MDA_READ''@/$(GNULIB_MDA_READ)/g' \
2796 -e 's/@''GNULIB_MDA_RMDIR''@/$(GNULIB_MDA_RMDIR)/g' \
2797 -e 's/@''GNULIB_MDA_SWAB''@/$(GNULIB_MDA_SWAB)/g' \
2798 -e 's/@''GNULIB_MDA_UNLINK''@/$(GNULIB_MDA_UNLINK)/g' \
2799 -e 's/@''GNULIB_MDA_WRITE''@/$(GNULIB_MDA_WRITE)/g' \
8839a007
PA
2800 < $(srcdir)/unistd.in.h | \
2801 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
c0c3707f 2802 -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
8839a007
PA
2803 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2804 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
9c9d63b1 2805 -e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \
8839a007
PA
2806 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2807 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2808 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2809 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2810 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2811 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2812 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
698be2d8 2813 -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
8839a007
PA
2814 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2815 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
8839a007 2816 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
c0c3707f 2817 -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
8839a007
PA
2818 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2819 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2820 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2821 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2822 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2823 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2824 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2825 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2826 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2827 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2828 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2829 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2830 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2831 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2832 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2833 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2834 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
9c9d63b1 2835 -e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \
8839a007
PA
2836 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2837 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2838 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
c0c3707f 2839 -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
8839a007
PA
2840 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2841 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2842 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2843 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
c0c3707f 2844 -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
8839a007
PA
2845 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2846 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2847 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2848 | \
c0c3707f
CB
2849 sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
2850 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
8839a007
PA
2851 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2852 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2853 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
9c9d63b1
PM
2854 -e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \
2855 -e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \
2856 -e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \
2857 -e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \
2858 -e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \
2859 -e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \
2860 -e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \
c0c3707f 2861 -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
8839a007
PA
2862 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2863 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2864 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2865 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
4a626d0a 2866 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
8839a007
PA
2867 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2868 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2869 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
c0c3707f 2870 -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
8839a007
PA
2871 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2872 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2873 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2874 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2875 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2876 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2877 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2878 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2879 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
4a626d0a 2880 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
8839a007
PA
2881 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2882 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2883 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
4a626d0a 2884 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
c0c3707f 2885 -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
8839a007
PA
2886 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2887 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2888 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2889 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2890 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
698be2d8 2891 -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
8839a007
PA
2892 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2893 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2894 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2895 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2896 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2897 } > $@-t && \
2898 mv $@-t $@
2899MOSTLYCLEANFILES += unistd.h unistd.h-t
2900
2901EXTRA_DIST += unistd.in.h
2902
2903## end gnulib module unistd
2904
6ec2e0f5
SDJ
2905## begin gnulib module unistd-safer
2906
2907libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
2908
2909EXTRA_DIST += unistd--.h unistd-safer.h
2910
2911## end gnulib module unistd-safer
2912
3d99e817
AK
2913## begin gnulib module unsetenv
2914
2915
2916EXTRA_DIST += unsetenv.c
2917
2918EXTRA_libgnu_a_SOURCES += unsetenv.c
2919
2920## end gnulib module unsetenv
2921
174e088e
PA
2922## begin gnulib module update-copyright
2923
2924
c971b7fa 2925EXTRA_DIST += $(top_srcdir)/import/extra/update-copyright
174e088e
PA
2926
2927## end gnulib module update-copyright
2928
8690e634
JK
2929## begin gnulib module verify
2930
2931
2932EXTRA_DIST += verify.h
2933
2934## end gnulib module verify
2935
2936## begin gnulib module wchar
2937
2938BUILT_SOURCES += wchar.h
2939
2940# We need the following in order to create <wchar.h> when the system
2941# version does not work standalone.
2942wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2943 $(AM_V_GEN)rm -f $@-t $@ && \
2944 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2945 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2946 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2947 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2948 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2949 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2950 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2951 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
c0c3707f
CB
2952 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2953 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
8690e634
JK
2954 -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2955 -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2956 -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2957 -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2958 -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2959 -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2960 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2961 -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2962 -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2963 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2964 -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2965 -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2966 -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2967 -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2968 -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
698be2d8 2969 -e 's/@''GNULIB_WMEMPCPY''@/$(GNULIB_WMEMPCPY)/g' \
8690e634
JK
2970 -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2971 -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2972 -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2973 -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2974 -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2975 -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2976 -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2977 -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2978 -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2979 -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2980 -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2981 -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2982 -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2983 -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2984 -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2985 -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2986 -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2987 -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2988 -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2989 -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2990 -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2991 -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2992 -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2993 -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
c0c3707f 2994 -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
9c9d63b1 2995 -e 's/@''GNULIB_MDA_WCSDUP''@/$(GNULIB_MDA_WCSDUP)/g' \
8690e634
JK
2996 < $(srcdir)/wchar.in.h | \
2997 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2998 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2999 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
3000 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
3001 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
3002 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
3003 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
3004 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
3005 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
3006 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
3007 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
3008 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
3009 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
3010 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
698be2d8 3011 -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
8690e634
JK
3012 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
3013 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
3014 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
3015 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
3016 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
3017 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
3018 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
3019 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
3020 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
3021 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
3022 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
3023 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
3024 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
3025 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
3026 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
3027 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
3028 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
3029 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
3030 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
3031 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
3032 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
3033 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
3034 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3035 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
c0c3707f 3036 -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
8690e634 3037 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
9c9d63b1 3038 -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \
8690e634
JK
3039 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3040 | \
3041 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3042 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3043 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3044 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3045 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3046 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3047 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3048 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3049 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3050 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3051 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3052 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3053 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
c0c3707f
CB
3054 -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
3055 -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
8690e634
JK
3056 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3057 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3058 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3059 } > $@-t && \
3060 mv $@-t $@
3061MOSTLYCLEANFILES += wchar.h wchar.h-t
3062
3063EXTRA_DIST += wchar.in.h
3064
3065## end gnulib module wchar
3066
3067## begin gnulib module wctype-h
3068
3069BUILT_SOURCES += wctype.h
a512b375 3070libgnu_a_SOURCES += wctype-h.c
8690e634
JK
3071
3072# We need the following in order to create <wctype.h> when the system
3073# doesn't have one that works with the given compiler.
3074wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
3075 $(AM_V_GEN)rm -f $@-t $@ && \
3076 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3077 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3078 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
3079 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3080 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3081 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3082 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
c0c3707f
CB
3083 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
3084 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
8690e634 3085 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
5df4cba6
SM
3086 -e 's/@''GNULIB_ISWDIGIT''@/$(GNULIB_ISWDIGIT)/g' \
3087 -e 's/@''GNULIB_ISWXDIGIT''@/$(GNULIB_ISWXDIGIT)/g' \
8690e634
JK
3088 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
3089 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
3090 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
3091 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
3092 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
3093 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
3094 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
3095 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
3096 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
3097 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
5df4cba6
SM
3098 -e 's/@''REPLACE_ISWDIGIT''@/$(REPLACE_ISWDIGIT)/g' \
3099 -e 's/@''REPLACE_ISWXDIGIT''@/$(REPLACE_ISWXDIGIT)/g' \
8690e634
JK
3100 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
3101 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
3102 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3103 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3104 < $(srcdir)/wctype.in.h; \
3105 } > $@-t && \
3106 mv $@-t $@
3107MOSTLYCLEANFILES += wctype.h wctype.h-t
f6ea5628 3108
8690e634 3109EXTRA_DIST += wctype.in.h
f6ea5628 3110
8690e634 3111## end gnulib module wctype-h
f6ea5628 3112
c0c3707f
CB
3113## begin gnulib module windows-mutex
3114
3115
3116EXTRA_DIST += windows-initguard.h windows-mutex.c windows-mutex.h
3117
3118EXTRA_libgnu_a_SOURCES += windows-mutex.c
3119
3120## end gnulib module windows-mutex
3121
3122## begin gnulib module windows-once
3123
3124
3125EXTRA_DIST += windows-once.c windows-once.h
3126
3127EXTRA_libgnu_a_SOURCES += windows-once.c
3128
3129## end gnulib module windows-once
3130
3131## begin gnulib module windows-recmutex
3132
3133
3134EXTRA_DIST += windows-initguard.h windows-recmutex.c windows-recmutex.h
3135
3136EXTRA_libgnu_a_SOURCES += windows-recmutex.c
3137
3138## end gnulib module windows-recmutex
3139
3140## begin gnulib module windows-rwlock
3141
3142
3143EXTRA_DIST += windows-initguard.h windows-rwlock.c windows-rwlock.h
3144
3145EXTRA_libgnu_a_SOURCES += windows-rwlock.c
3146
3147## end gnulib module windows-rwlock
3148
698be2d8
CB
3149## begin gnulib module wmemchr
3150
3151
3152EXTRA_DIST += wmemchr-impl.h wmemchr.c
3153
3154EXTRA_libgnu_a_SOURCES += wmemchr.c
3155
3156## end gnulib module wmemchr
3157
3158## begin gnulib module wmempcpy
3159
3160
3161EXTRA_DIST += wmempcpy.c
3162
3163EXTRA_libgnu_a_SOURCES += wmempcpy.c
3164
3165## end gnulib module wmempcpy
3166
c0c3707f
CB
3167## begin gnulib module xalloc-oversized
3168
3169
3170EXTRA_DIST += xalloc-oversized.h
3171
3172## end gnulib module xalloc-oversized
3173
f6ea5628
DJ
3174
3175mostlyclean-local: mostlyclean-generic
3176 @for dir in '' $(MOSTLYCLEANDIRS); do \
3177 if test -n "$$dir" && test -d $$dir; then \
3178 echo "rmdir $$dir"; rmdir $$dir; \
3179 fi; \
3180 done; \
3181 :
This page took 1.169272 seconds and 4 git commands to generate.