1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2021 Free Software Foundation, Inc.
4#
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
16# along with this file.  If not, see <https://www.gnu.org/licenses/>.
17#
18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that
20# contains a configuration script generated by Autoconf, under
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
24# Reproduce by:
25# gnulib-tool --import \
26#  --lib=libgnu \
27#  --source-base=gl-libpoke \
28#  --m4-base=m4/libpoke \
29#  --doc-base=doc \
30#  --tests-base=tests \
31#  --aux-dir=build-aux \
32#  --no-conditional-dependencies \
33#  --libtool \
34#  --macro-prefix=libpoke \
35#  basename-lgpl \
36#  byteswap \
37#  free-posix \
38#  fstat \
39#  gcd \
40#  gettext-h \
41#  gettime \
42#  intprops \
43#  isatty \
44#  lib-symbol-visibility \
45#  mkstemp \
46#  printf-posix \
47#  random \
48#  secure_getenv \
49#  signal-h \
50#  snprintf \
51#  stdarg \
52#  stdbool \
53#  stddef \
54#  strchrnul \
55#  streq \
56#  string-buffer \
57#  strstr \
58#  strtoull \
59#  tempname \
60#  timespec \
61#  tmpdir \
62#  vasprintf-posix \
63#  xalloc
64
65AUTOMAKE_OPTIONS = 1.11 gnits
66
67SUBDIRS =
68noinst_HEADERS =
69noinst_LIBRARIES =
70noinst_LTLIBRARIES =
71EXTRA_DIST =
72BUILT_SOURCES =
73SUFFIXES =
74MOSTLYCLEANFILES = core *.stackdump
75MOSTLYCLEANDIRS =
76CLEANFILES =
77DISTCLEANFILES =
78MAINTAINERCLEANFILES =
79# No GNU Make output.
80
81AM_CPPFLAGS =
82AM_CFLAGS =
83
84noinst_LTLIBRARIES += libgnu.la
85
86libgnu_la_SOURCES =
87libgnu_la_LIBADD = $(libpoke_LTLIBOBJS)
88libgnu_la_DEPENDENCIES = $(libpoke_LTLIBOBJS)
89EXTRA_libgnu_la_SOURCES =
90libgnu_la_LDFLAGS = $(AM_LDFLAGS)
91libgnu_la_LDFLAGS += -no-undefined
92libgnu_la_LDFLAGS += $(LIB_CLOCK_GETTIME)
93libgnu_la_LDFLAGS += $(LIB_GETRANDOM)
94libgnu_la_LDFLAGS += $(LTLIBINTL)
95
96## begin gnulib module absolute-header
97
98# Use this preprocessor expression to decide whether #include_next works.
99# Do not rely on a 'configure'-time test for this, since the expression
100# might appear in an installed header, which is used by some other compiler.
101HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
102
103## end   gnulib module absolute-header
104
105## begin gnulib module alloca-opt
106
107BUILT_SOURCES += $(ALLOCA_H)
108
109# We need the following in order to create <alloca.h> when the system
110# doesn't have one that works with the given compiler.
111if GL_GENERATE_ALLOCA_H
112alloca.h: alloca.in.h $(top_builddir)/config.status
113	$(AM_V_GEN)rm -f $@-t $@ && \
114	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
115	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
116	} > $@-t && \
117	mv -f $@-t $@
118else
119alloca.h: $(top_builddir)/config.status
120	rm -f $@
121endif
122MOSTLYCLEANFILES += alloca.h alloca.h-t
123
124EXTRA_DIST += alloca.in.h
125
126## end   gnulib module alloca-opt
127
128## begin gnulib module attribute
129
130
131EXTRA_DIST += attribute.h
132
133## end   gnulib module attribute
134
135## begin gnulib module basename-lgpl
136
137libgnu_la_SOURCES += basename-lgpl.c
138
139EXTRA_DIST += basename-lgpl.h
140
141## end   gnulib module basename-lgpl
142
143## begin gnulib module byteswap
144
145BUILT_SOURCES += $(BYTESWAP_H)
146
147# We need the following in order to create <byteswap.h> when the system
148# doesn't have one.
149if GL_GENERATE_BYTESWAP_H
150byteswap.h: byteswap.in.h $(top_builddir)/config.status
151	$(AM_V_GEN)rm -f $@-t $@ && \
152	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
153	  cat $(srcdir)/byteswap.in.h; \
154	} > $@-t && \
155	mv -f $@-t $@
156else
157byteswap.h: $(top_builddir)/config.status
158	rm -f $@
159endif
160MOSTLYCLEANFILES += byteswap.h byteswap.h-t
161
162EXTRA_DIST += byteswap.in.h
163
164## end   gnulib module byteswap
165
166## begin gnulib module cloexec
167
168libgnu_la_SOURCES += cloexec.c
169
170EXTRA_DIST += cloexec.h
171
172## end   gnulib module cloexec
173
174## begin gnulib module close
175
176
177EXTRA_DIST += close.c
178
179EXTRA_libgnu_la_SOURCES += close.c
180
181## end   gnulib module close
182
183## begin gnulib module dirname-lgpl
184
185libgnu_la_SOURCES += dirname-lgpl.c stripslash.c
186
187EXTRA_DIST += dirname.h
188
189## end   gnulib module dirname-lgpl
190
191## begin gnulib module dup2
192
193
194EXTRA_DIST += dup2.c
195
196EXTRA_libgnu_la_SOURCES += dup2.c
197
198## end   gnulib module dup2
199
200## begin gnulib module errno
201
202BUILT_SOURCES += $(ERRNO_H)
203
204# We need the following in order to create <errno.h> when the system
205# doesn't have one that is POSIX compliant.
206if GL_GENERATE_ERRNO_H
207errno.h: errno.in.h $(top_builddir)/config.status
208	$(AM_V_GEN)rm -f $@-t $@ && \
209	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
210	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
211	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
212	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
213	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
214	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
215	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
216	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
217	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
218	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
219	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
220	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
221	      < $(srcdir)/errno.in.h; \
222	} > $@-t && \
223	mv $@-t $@
224else
225errno.h: $(top_builddir)/config.status
226	rm -f $@
227endif
228MOSTLYCLEANFILES += errno.h errno.h-t
229
230EXTRA_DIST += errno.in.h
231
232## end   gnulib module errno
233
234## begin gnulib module error
235
236
237EXTRA_DIST += error.c error.h
238
239EXTRA_libgnu_la_SOURCES += error.c
240
241## end   gnulib module error
242
243## begin gnulib module exitfail
244
245libgnu_la_SOURCES += exitfail.c
246
247EXTRA_DIST += exitfail.h
248
249## end   gnulib module exitfail
250
251## begin gnulib module fcntl
252
253
254EXTRA_DIST += fcntl.c
255
256EXTRA_libgnu_la_SOURCES += fcntl.c
257
258## end   gnulib module fcntl
259
260## begin gnulib module fcntl-h
261
262BUILT_SOURCES += fcntl.h
263
264# We need the following in order to create <fcntl.h> when the system
265# doesn't have one that works with the given compiler.
266fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
267	$(AM_V_GEN)rm -f $@-t $@ && \
268	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
269	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
270	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
271	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
272	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
273	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
274	      -e 's/@''GNULIB_CREAT''@/$(GNULIB_CREAT)/g' \
275	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
276	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
277	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
278	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
279	      -e 's/@''GNULIB_MDA_CREAT''@/$(GNULIB_MDA_CREAT)/g' \
280	      -e 's/@''GNULIB_MDA_OPEN''@/$(GNULIB_MDA_OPEN)/g' \
281	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
282	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
283	      -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
284	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
285	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
286	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
287	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
288	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
289	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
290	      < $(srcdir)/fcntl.in.h; \
291	} > $@-t && \
292	mv $@-t $@
293MOSTLYCLEANFILES += fcntl.h fcntl.h-t
294
295EXTRA_DIST += fcntl.in.h
296
297## end   gnulib module fcntl-h
298
299## begin gnulib module fd-hook
300
301libgnu_la_SOURCES += fd-hook.c
302
303EXTRA_DIST += fd-hook.h
304
305## end   gnulib module fd-hook
306
307## begin gnulib module filename
308
309
310EXTRA_DIST += filename.h
311
312## end   gnulib module filename
313
314## begin gnulib module float
315
316BUILT_SOURCES += $(FLOAT_H)
317
318# We need the following in order to create <float.h> when the system
319# doesn't have one that works with the given compiler.
320if GL_GENERATE_FLOAT_H
321float.h: float.in.h $(top_builddir)/config.status
322	$(AM_V_GEN)rm -f $@-t $@ && \
323	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
324	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
325	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
326	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
327	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
328	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
329	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
330	      < $(srcdir)/float.in.h; \
331	} > $@-t && \
332	mv $@-t $@
333else
334float.h: $(top_builddir)/config.status
335	rm -f $@
336endif
337MOSTLYCLEANFILES += float.h float.h-t
338
339EXTRA_DIST += float.c float.in.h itold.c
340
341EXTRA_libgnu_la_SOURCES += float.c itold.c
342
343## end   gnulib module float
344
345## begin gnulib module fpucw
346
347
348EXTRA_DIST += fpucw.h
349
350## end   gnulib module fpucw
351
352## begin gnulib module free-posix
353
354
355EXTRA_DIST += free.c
356
357EXTRA_libgnu_la_SOURCES += free.c
358
359## end   gnulib module free-posix
360
361## begin gnulib module frexp-nolibm
362
363
364EXTRA_DIST += frexp.c
365
366EXTRA_libgnu_la_SOURCES += frexp.c
367
368## end   gnulib module frexp-nolibm
369
370## begin gnulib module frexpl-nolibm
371
372
373EXTRA_DIST += frexp.c frexpl.c
374
375EXTRA_libgnu_la_SOURCES += frexp.c frexpl.c
376
377## end   gnulib module frexpl-nolibm
378
379## begin gnulib module fseterr
380
381
382EXTRA_DIST += fseterr.c fseterr.h stdio-impl.h
383
384EXTRA_libgnu_la_SOURCES += fseterr.c
385
386## end   gnulib module fseterr
387
388## begin gnulib module fstat
389
390
391EXTRA_DIST += fstat.c stat-w32.c stat-w32.h
392
393EXTRA_libgnu_la_SOURCES += fstat.c stat-w32.c
394
395## end   gnulib module fstat
396
397## begin gnulib module gcd
398
399libgnu_la_SOURCES += gcd.h gcd.c
400
401## end   gnulib module gcd
402
403## begin gnulib module getdtablesize
404
405
406EXTRA_DIST += getdtablesize.c
407
408EXTRA_libgnu_la_SOURCES += getdtablesize.c
409
410## end   gnulib module getdtablesize
411
412## begin gnulib module getprogname
413
414libgnu_la_SOURCES += getprogname.h getprogname.c
415
416## end   gnulib module getprogname
417
418## begin gnulib module getrandom
419
420
421EXTRA_DIST += getrandom.c
422
423EXTRA_libgnu_la_SOURCES += getrandom.c
424
425## end   gnulib module getrandom
426
427## begin gnulib module gettext-h
428
429libgnu_la_SOURCES += gettext.h
430
431## end   gnulib module gettext-h
432
433## begin gnulib module gettime
434
435libgnu_la_SOURCES += gettime.c
436
437## end   gnulib module gettime
438
439## begin gnulib module gettimeofday
440
441
442EXTRA_DIST += gettimeofday.c
443
444EXTRA_libgnu_la_SOURCES += gettimeofday.c
445
446## end   gnulib module gettimeofday
447
448## begin gnulib module intprops
449
450
451EXTRA_DIST += intprops.h
452
453## end   gnulib module intprops
454
455## begin gnulib module inttypes-incomplete
456
457BUILT_SOURCES += inttypes.h
458
459# We need the following in order to create <inttypes.h> when the system
460# doesn't have one that works with the given compiler.
461inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
462	$(AM_V_GEN)rm -f $@-t $@ && \
463	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
464	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
465	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
466	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
467	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
468	      -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
469	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
470	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
471	      -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
472	      -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
473	      -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
474	      -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
475	      -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
476	      -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
477	      -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
478	      -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
479	      -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
480	      -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
481	      -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
482	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
483	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
484	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
485	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/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)/inttypes.in.h; \
490	} > $@-t && \
491	mv $@-t $@
492MOSTLYCLEANFILES += inttypes.h inttypes.h-t
493
494EXTRA_DIST += inttypes.in.h
495
496## end   gnulib module inttypes-incomplete
497
498## begin gnulib module isatty
499
500
501EXTRA_DIST += isatty.c
502
503EXTRA_libgnu_la_SOURCES += isatty.c
504
505## end   gnulib module isatty
506
507## begin gnulib module isnand-nolibm
508
509
510EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
511
512EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
513
514## end   gnulib module isnand-nolibm
515
516## begin gnulib module isnanf-nolibm
517
518
519EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
520
521EXTRA_libgnu_la_SOURCES += isnan.c isnanf.c
522
523## end   gnulib module isnanf-nolibm
524
525## begin gnulib module isnanl-nolibm
526
527
528EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
529
530EXTRA_libgnu_la_SOURCES += isnan.c isnanl.c
531
532## end   gnulib module isnanl-nolibm
533
534## begin gnulib module lib-symbol-visibility
535
536# The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
537# compilation of all sources that make up the library. This line here does it
538# only for the gnulib part of it. The developer is responsible for adding
539# $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library.
540AM_CFLAGS += $(CFLAG_VISIBILITY)
541
542## end   gnulib module lib-symbol-visibility
543
544## begin gnulib module libc-config
545
546
547EXTRA_DIST += cdefs.h libc-config.h
548
549## end   gnulib module libc-config
550
551## begin gnulib module limits-h
552
553BUILT_SOURCES += $(LIMITS_H)
554
555# We need the following in order to create <limits.h> when the system
556# doesn't have one that is compatible with GNU.
557if GL_GENERATE_LIMITS_H
558limits.h: limits.in.h $(top_builddir)/config.status
559	$(AM_V_GEN)rm -f $@-t $@ && \
560	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
561	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
562	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
563	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
564	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
565	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
566	      < $(srcdir)/limits.in.h; \
567	} > $@-t && \
568	mv $@-t $@
569else
570limits.h: $(top_builddir)/config.status
571	rm -f $@
572endif
573MOSTLYCLEANFILES += limits.h limits.h-t
574
575EXTRA_DIST += limits.in.h
576
577## end   gnulib module limits-h
578
579## begin gnulib module lstat
580
581
582EXTRA_DIST += lstat.c
583
584EXTRA_libgnu_la_SOURCES += lstat.c
585
586## end   gnulib module lstat
587
588## begin gnulib module malloc-posix
589
590
591EXTRA_DIST += malloc.c
592
593EXTRA_libgnu_la_SOURCES += malloc.c
594
595## end   gnulib module malloc-posix
596
597## begin gnulib module malloca
598
599libgnu_la_SOURCES += malloca.c
600
601EXTRA_DIST += malloca.h
602
603## end   gnulib module malloca
604
605## begin gnulib module math
606
607BUILT_SOURCES += math.h
608libgnu_la_SOURCES += math.c
609
610# We need the following in order to create <math.h> when the system
611# doesn't have one that works with the given compiler.
612math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
613	$(AM_V_GEN)rm -f $@-t $@ && \
614	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
615	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
616	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
617	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
618	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
619	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
620	      -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
621	      -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
622	      -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
623	      -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
624	      -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
625	      -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
626	      -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
627	      -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
628	      -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
629	      -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
630	      -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
631	      -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
632	      -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
633	      -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
634	      -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
635	      -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
636	      -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
637	      -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
638	      -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
639	      -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
640	      -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
641	      -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
642	      -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
643	      -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
644	      -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
645	      -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
646	      -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
647	      -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
648	      -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
649	      -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
650	      -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
651	      -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
652	      -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
653	      -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
654	      -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
655	      -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
656	      -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
657	      -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
658	      -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
659	      -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
660	      -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
661	      -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
662	      -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
663	      -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
664	      < $(srcdir)/math.in.h | \
665	  sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
666	      -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
667	      -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
668	      -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
669	      -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
670	      -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
671	      -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
672	      -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
673	      -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
674	      -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
675	      -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
676	      -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
677	      -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
678	      -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
679	      -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
680	      -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
681	      -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
682	      -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
683	      -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
684	      -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
685	      -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
686	      -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
687	      -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
688	      -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
689	      -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
690	      -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
691	      -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
692	      -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
693	      -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
694	      -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
695	      -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
696	      -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
697	      -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
698	      -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
699	      -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
700	      -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
701	      -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
702	      -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
703	      -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
704	      -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
705	      -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
706	      -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
707	      -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
708	      -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
709	      -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
710	      -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
711	      -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
712	      -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
713	      -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
714	      -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
715	      -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
716	      -e 's/@''GNULIB_MDA_J0''@/$(GNULIB_MDA_J0)/g' \
717	      -e 's/@''GNULIB_MDA_J1''@/$(GNULIB_MDA_J1)/g' \
718	      -e 's/@''GNULIB_MDA_JN''@/$(GNULIB_MDA_JN)/g' \
719	      -e 's/@''GNULIB_MDA_Y0''@/$(GNULIB_MDA_Y0)/g' \
720	      -e 's/@''GNULIB_MDA_Y1''@/$(GNULIB_MDA_Y1)/g' \
721	      -e 's/@''GNULIB_MDA_YN''@/$(GNULIB_MDA_YN)/g' \
722	  | \
723	  sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
724	      -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
725	      -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
726	      -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
727	      -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
728	      -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
729	      -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
730	      -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
731	      -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
732	      -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
733	      -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
734	      -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
735	      -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
736	      -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
737	      -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
738	      -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
739	      -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
740	      -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
741	      -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
742	      -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
743	      -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
744	      -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
745	      -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
746	      -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
747	      -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
748	      -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
749	      -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
750	      -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
751	      -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
752	      -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
753	      -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
754	      -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
755	      -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
756	      -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
757	      -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
758	      -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
759	      -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
760	      -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
761	      -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
762	      -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
763	      -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
764	      -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
765	      -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
766	      -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
767	      -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
768	      -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
769	      -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
770	      -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
771	      -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
772	      -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
773	      -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
774	      -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
775	      -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
776	      -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
777	      -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
778	      -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
779	      -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
780	      -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
781	      -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
782	      -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
783	      -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
784	      -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
785	      -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
786	      -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
787	      -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
788	      -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
789	      -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
790	      -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
791	      -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
792	      -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
793	      -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
794	      -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
795	      -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
796	      -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
797	      -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
798	      -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
799	      -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
800	      -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
801	      -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
802	      -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
803	      -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
804	      -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
805	      -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
806	      -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
807	      -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
808	      -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
809	      -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
810	      -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
811	      -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
812	      -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
813	      -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
814	      -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
815	      -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
816	      -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
817	      -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
818	      -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
819	  | \
820	  sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
821	      -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
822	      -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
823	      -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
824	      -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
825	      -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
826	      -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
827	      -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
828	      -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
829	      -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
830	      -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
831	      -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
832	      -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
833	      -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
834	      -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
835	      -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
836	      -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
837	      -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
838	      -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
839	      -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
840	      -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
841	      -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
842	      -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
843	      -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
844	      -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
845	      -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
846	      -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
847	      -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
848	      -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
849	      -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
850	      -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
851	      -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
852	      -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
853	      -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
854	      -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
855	      -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
856	      -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
857	      -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
858	      -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
859	      -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
860	      -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
861	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
862	      -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
863	      -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
864	      -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
865	      -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
866	      -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
867	      -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
868	      -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
869	      -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
870	      -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
871	      -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
872	      -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
873	      -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
874	      -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
875	      -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
876	      -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
877	      -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
878	      -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
879	      -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
880	      -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
881	      -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
882	      -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
883	      -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
884	      -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
885	      -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
886	      -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
887	      -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
888	      -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
889	      -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
890	      -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
891	      -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
892	      -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
893	      -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
894	      -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
895	      -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
896	      -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
897	      -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
898	      -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
899	      -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
900	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
901	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
902	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
903	} > $@-t && \
904	mv $@-t $@
905MOSTLYCLEANFILES += math.h math.h-t
906
907EXTRA_DIST += math.in.h
908
909## end   gnulib module math
910
911## begin gnulib module memchr
912
913
914EXTRA_DIST += memchr.c memchr.valgrind
915
916EXTRA_libgnu_la_SOURCES += memchr.c
917
918## end   gnulib module memchr
919
920## begin gnulib module minmax
921
922libgnu_la_SOURCES += minmax.h
923
924## end   gnulib module minmax
925
926## begin gnulib module mkdir
927
928
929EXTRA_DIST += mkdir.c
930
931EXTRA_libgnu_la_SOURCES += mkdir.c
932
933## end   gnulib module mkdir
934
935## begin gnulib module mkstemp
936
937
938EXTRA_DIST += mkstemp.c
939
940EXTRA_libgnu_la_SOURCES += mkstemp.c
941
942## end   gnulib module mkstemp
943
944## begin gnulib module msvc-inval
945
946
947EXTRA_DIST += msvc-inval.c msvc-inval.h
948
949EXTRA_libgnu_la_SOURCES += msvc-inval.c
950
951## end   gnulib module msvc-inval
952
953## begin gnulib module msvc-nothrow
954
955
956EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
957
958EXTRA_libgnu_la_SOURCES += msvc-nothrow.c
959
960## end   gnulib module msvc-nothrow
961
962## begin gnulib module open
963
964
965EXTRA_DIST += open.c
966
967EXTRA_libgnu_la_SOURCES += open.c
968
969## end   gnulib module open
970
971## begin gnulib module pathmax
972
973
974EXTRA_DIST += pathmax.h
975
976## end   gnulib module pathmax
977
978## begin gnulib module printf-frexp
979
980libgnu_la_SOURCES += printf-frexp.c
981
982EXTRA_DIST += printf-frexp.h
983
984## end   gnulib module printf-frexp
985
986## begin gnulib module printf-frexpl
987
988libgnu_la_SOURCES += printf-frexpl.c
989
990EXTRA_DIST += printf-frexp.c printf-frexpl.h
991
992EXTRA_libgnu_la_SOURCES += printf-frexp.c
993
994## end   gnulib module printf-frexpl
995
996## begin gnulib module printf-posix
997
998
999EXTRA_DIST += printf.c
1000
1001EXTRA_libgnu_la_SOURCES += printf.c
1002
1003## end   gnulib module printf-posix
1004
1005## begin gnulib module random
1006
1007
1008EXTRA_DIST += random.c
1009
1010EXTRA_libgnu_la_SOURCES += random.c
1011
1012## end   gnulib module random
1013
1014## begin gnulib module random_r
1015
1016
1017EXTRA_DIST += random_r.c
1018
1019EXTRA_libgnu_la_SOURCES += random_r.c
1020
1021## end   gnulib module random_r
1022
1023## begin gnulib module rawmemchr
1024
1025
1026EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
1027
1028EXTRA_libgnu_la_SOURCES += rawmemchr.c
1029
1030## end   gnulib module rawmemchr
1031
1032## begin gnulib module secure_getenv
1033
1034
1035EXTRA_DIST += secure_getenv.c
1036
1037EXTRA_libgnu_la_SOURCES += secure_getenv.c
1038
1039## end   gnulib module secure_getenv
1040
1041## begin gnulib module signal-h
1042
1043BUILT_SOURCES += signal.h
1044
1045# We need the following in order to create <signal.h> when the system
1046# doesn't have a complete one.
1047signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1048	$(AM_V_GEN)rm -f $@-t $@ && \
1049	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1050	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1051	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1052	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1053	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1054	      -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
1055	      -e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GNULIB_PTHREAD_SIGMASK)/g' \
1056	      -e 's/@''GNULIB_RAISE''@/$(GNULIB_RAISE)/g' \
1057	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
1058	      -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
1059	      -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
1060	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
1061	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
1062	      -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
1063	      -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
1064	      -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
1065	      -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
1066	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
1067	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
1068	      -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
1069	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
1070	      -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
1071	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1072	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1073	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1074	      < $(srcdir)/signal.in.h; \
1075	} > $@-t && \
1076	mv $@-t $@
1077MOSTLYCLEANFILES += signal.h signal.h-t
1078
1079EXTRA_DIST += signal.in.h
1080
1081## end   gnulib module signal-h
1082
1083## begin gnulib module signbit
1084
1085
1086EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c
1087
1088EXTRA_libgnu_la_SOURCES += signbitd.c signbitf.c signbitl.c
1089
1090## end   gnulib module signbit
1091
1092## begin gnulib module size_max
1093
1094libgnu_la_SOURCES += size_max.h
1095
1096## end   gnulib module size_max
1097
1098## begin gnulib module snippet/_Noreturn
1099
1100# Because this Makefile snippet defines a variable used by other
1101# gnulib Makefile snippets, it must be present in all makefiles that
1102# need it. This is ensured by the applicability 'all' defined above.
1103
1104_NORETURN_H=$(srcdir)/_Noreturn.h
1105
1106EXTRA_DIST += _Noreturn.h
1107
1108## end   gnulib module snippet/_Noreturn
1109
1110## begin gnulib module snippet/arg-nonnull
1111
1112# Because this Makefile snippet defines a variable used by other
1113# gnulib Makefile snippets, it must be present in all makefiles that
1114# need it. This is ensured by the applicability 'all' defined above.
1115
1116ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
1117
1118EXTRA_DIST += arg-nonnull.h
1119
1120## end   gnulib module snippet/arg-nonnull
1121
1122## begin gnulib module snippet/c++defs
1123
1124# Because this Makefile snippet defines a variable used by other
1125# gnulib Makefile snippets, it must be present in all makefiles that
1126# need it. This is ensured by the applicability 'all' defined above.
1127
1128CXXDEFS_H=$(srcdir)/c++defs.h
1129
1130EXTRA_DIST += c++defs.h
1131
1132## end   gnulib module snippet/c++defs
1133
1134## begin gnulib module snippet/warn-on-use
1135
1136# Because this Makefile snippet defines a variable used by other
1137# gnulib Makefile snippets, it must be present in all makefiles that
1138# need it. This is ensured by the applicability 'all' defined above.
1139
1140WARN_ON_USE_H=$(srcdir)/warn-on-use.h
1141
1142EXTRA_DIST += warn-on-use.h
1143
1144## end   gnulib module snippet/warn-on-use
1145
1146## begin gnulib module snprintf
1147
1148
1149EXTRA_DIST += snprintf.c
1150
1151EXTRA_libgnu_la_SOURCES += snprintf.c
1152
1153## end   gnulib module snprintf
1154
1155## begin gnulib module stat
1156
1157
1158EXTRA_DIST += stat-w32.c stat-w32.h stat.c
1159
1160EXTRA_libgnu_la_SOURCES += stat-w32.c stat.c
1161
1162## end   gnulib module stat
1163
1164## begin gnulib module stat-time
1165
1166libgnu_la_SOURCES += stat-time.c
1167
1168EXTRA_DIST += stat-time.h
1169
1170## end   gnulib module stat-time
1171
1172## begin gnulib module stdalign
1173
1174BUILT_SOURCES += $(STDALIGN_H)
1175
1176# We need the following in order to create <stdalign.h> when the system
1177# doesn't have one that works.
1178if GL_GENERATE_STDALIGN_H
1179stdalign.h: stdalign.in.h $(top_builddir)/config.status
1180	$(AM_V_GEN)rm -f $@-t $@ && \
1181	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1182	  cat $(srcdir)/stdalign.in.h; \
1183	} > $@-t && \
1184	mv $@-t $@
1185else
1186stdalign.h: $(top_builddir)/config.status
1187	rm -f $@
1188endif
1189MOSTLYCLEANFILES += stdalign.h stdalign.h-t
1190
1191EXTRA_DIST += stdalign.in.h
1192
1193## end   gnulib module stdalign
1194
1195## begin gnulib module stdarg
1196
1197BUILT_SOURCES += $(STDARG_H)
1198
1199# We need the following in order to create <stdarg.h> when the system
1200# doesn't have one that works with the given compiler.
1201if GL_GENERATE_STDARG_H
1202stdarg.h: stdarg.in.h $(top_builddir)/config.status
1203	$(AM_V_GEN)rm -f $@-t $@ && \
1204	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1205	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1206	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1207	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1208	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1209	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
1210	      < $(srcdir)/stdarg.in.h; \
1211	} > $@-t && \
1212	mv $@-t $@
1213else
1214stdarg.h: $(top_builddir)/config.status
1215	rm -f $@
1216endif
1217MOSTLYCLEANFILES += stdarg.h stdarg.h-t
1218
1219EXTRA_DIST += stdarg.in.h
1220
1221## end   gnulib module stdarg
1222
1223## begin gnulib module stdbool
1224
1225BUILT_SOURCES += $(STDBOOL_H)
1226
1227# We need the following in order to create <stdbool.h> when the system
1228# doesn't have one that works.
1229if GL_GENERATE_STDBOOL_H
1230stdbool.h: stdbool.in.h $(top_builddir)/config.status
1231	$(AM_V_GEN)rm -f $@-t $@ && \
1232	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1233	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1234	} > $@-t && \
1235	mv $@-t $@
1236else
1237stdbool.h: $(top_builddir)/config.status
1238	rm -f $@
1239endif
1240MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1241
1242EXTRA_DIST += stdbool.in.h
1243
1244## end   gnulib module stdbool
1245
1246## begin gnulib module stddef
1247
1248BUILT_SOURCES += $(STDDEF_H)
1249
1250# We need the following in order to create <stddef.h> when the system
1251# doesn't have one that works with the given compiler.
1252if GL_GENERATE_STDDEF_H
1253stddef.h: stddef.in.h $(top_builddir)/config.status
1254	$(AM_V_GEN)rm -f $@-t $@ && \
1255	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1256	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1257	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1258	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1259	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1260	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1261	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1262	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1263	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1264	      < $(srcdir)/stddef.in.h; \
1265	} > $@-t && \
1266	mv $@-t $@
1267else
1268stddef.h: $(top_builddir)/config.status
1269	rm -f $@
1270endif
1271MOSTLYCLEANFILES += stddef.h stddef.h-t
1272
1273EXTRA_DIST += stddef.in.h
1274
1275## end   gnulib module stddef
1276
1277## begin gnulib module stdint
1278
1279BUILT_SOURCES += $(STDINT_H)
1280
1281# We need the following in order to create <stdint.h> when the system
1282# doesn't have one that works with the given compiler.
1283if GL_GENERATE_STDINT_H
1284stdint.h: stdint.in.h $(top_builddir)/config.status
1285	$(AM_V_GEN)rm -f $@-t $@ && \
1286	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1287	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1288	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1289	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1290	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1291	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1292	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1293	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1294	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1295	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1296	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1297	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1298	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1299	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1300	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1301	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1302	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1303	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1304	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1305	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1306	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1307	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1308	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1309	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1310	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1311	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1312	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1313	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
1314	      < $(srcdir)/stdint.in.h; \
1315	} > $@-t && \
1316	mv $@-t $@
1317else
1318stdint.h: $(top_builddir)/config.status
1319	rm -f $@
1320endif
1321MOSTLYCLEANFILES += stdint.h stdint.h-t
1322
1323EXTRA_DIST += stdint.in.h
1324
1325## end   gnulib module stdint
1326
1327## begin gnulib module stdio
1328
1329BUILT_SOURCES += stdio.h
1330
1331# We need the following in order to create <stdio.h> when the system
1332# doesn't have one that works with the given compiler.
1333stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1334	$(AM_V_GEN)rm -f $@-t $@ && \
1335	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1336	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1337	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1338	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1339	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1340	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1341	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1342	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1343	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1344	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1345	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1346	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1347	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1348	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1349	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1350	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1351	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1352	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1353	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1354	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1355	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1356	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1357	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1358	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1359	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1360	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1361	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1362	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1363	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1364	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1365	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1366	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1367	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1368	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1369	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1370	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1371	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1372	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1373	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1374	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1375	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1376	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1377	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1378	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1379	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1380	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1381	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1382	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1383	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1384	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1385	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1386	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1387	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1388	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1389	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1390	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1391	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1392	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1393	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1394	      -e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GNULIB_MDA_FCLOSEALL)/g' \
1395	      -e 's/@''GNULIB_MDA_FDOPEN''@/$(GNULIB_MDA_FDOPEN)/g' \
1396	      -e 's/@''GNULIB_MDA_FILENO''@/$(GNULIB_MDA_FILENO)/g' \
1397	      -e 's/@''GNULIB_MDA_GETW''@/$(GNULIB_MDA_GETW)/g' \
1398	      -e 's/@''GNULIB_MDA_PUTW''@/$(GNULIB_MDA_PUTW)/g' \
1399	      -e 's/@''GNULIB_MDA_TEMPNAM''@/$(GNULIB_MDA_TEMPNAM)/g' \
1400	      < $(srcdir)/stdio.in.h | \
1401	  sed -e 's|@''HAVE_DECL_FCLOSEALL''@|$(HAVE_DECL_FCLOSEALL)|g' \
1402	      -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1403	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1404	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1405	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1406	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1407	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1408	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1409	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1410	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1411	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1412	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1413	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1414	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1415	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1416	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1417	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1418	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1419	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1420	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1421	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1422	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1423	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1424	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1425	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1426	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1427	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1428	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1429	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1430	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1431	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1432	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1433	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1434	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1435	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1436	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1437	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1438	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1439	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1440	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1441	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1442	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1443	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1444	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1445	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1446	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1447	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1448	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1449	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1450	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1451	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1452	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1453	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1454	} > $@-t && \
1455	mv $@-t $@
1456MOSTLYCLEANFILES += stdio.h stdio.h-t
1457
1458EXTRA_DIST += stdio.in.h
1459
1460## end   gnulib module stdio
1461
1462## begin gnulib module stdlib
1463
1464BUILT_SOURCES += stdlib.h
1465
1466# We need the following in order to create <stdlib.h> when the system
1467# doesn't have one that works with the given compiler.
1468stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1469  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1470	$(AM_V_GEN)rm -f $@-t $@ && \
1471	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1472	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1473	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1474	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1475	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1476	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1477	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1478	      -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GNULIB_ALIGNED_ALLOC)/g' \
1479	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1480	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1481	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1482	      -e 's/@''GNULIB_FREE_POSIX''@/$(GNULIB_FREE_POSIX)/g' \
1483	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1484	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1485	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1486	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1487	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1488	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1489	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1490	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1491	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1492	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1493	      -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GNULIB_POSIX_MEMALIGN)/g' \
1494	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1495	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1496	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1497	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1498	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
1499	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1500	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1501	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1502	      -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
1503	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1504	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1505	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1506	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1507	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1508	      -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
1509	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1510	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1511	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1512	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1513	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1514	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1515	      -e 's/@''GNULIB_MDA_ECVT''@/$(GNULIB_MDA_ECVT)/g' \
1516	      -e 's/@''GNULIB_MDA_FCVT''@/$(GNULIB_MDA_FCVT)/g' \
1517	      -e 's/@''GNULIB_MDA_GCVT''@/$(GNULIB_MDA_GCVT)/g' \
1518	      -e 's/@''GNULIB_MDA_MKTEMP''@/$(GNULIB_MDA_MKTEMP)/g' \
1519	      -e 's/@''GNULIB_MDA_PUTENV''@/$(GNULIB_MDA_PUTENV)/g' \
1520	      < $(srcdir)/stdlib.in.h | \
1521	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1522	      -e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \
1523	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1524	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1525	      -e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \
1526	      -e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \
1527	      -e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \
1528	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1529	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1530	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1531	      -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
1532	      -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
1533	      -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
1534	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1535	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1536	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1537	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1538	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1539	      -e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \
1540	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1541	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1542	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1543	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
1544	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1545	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1546	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1547	      -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
1548	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1549	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1550	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1551	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1552	      -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
1553	      -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
1554	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1555	      -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
1556	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1557	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1558	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1559	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1560	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1561	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1562	      -e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \
1563	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1564	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1565	      -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
1566	      -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
1567	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1568	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1569	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1570	      -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \
1571	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1572	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1573	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1574	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
1575	      -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
1576	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1577	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1578	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1579	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1580	      -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
1581	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1582	      -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
1583	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1584	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1585	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1586	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1587	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1588	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1589	} > $@-t && \
1590	mv $@-t $@
1591MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1592
1593EXTRA_DIST += stdlib.in.h
1594
1595## end   gnulib module stdlib
1596
1597## begin gnulib module strchrnul
1598
1599
1600EXTRA_DIST += strchrnul.c strchrnul.valgrind
1601
1602EXTRA_libgnu_la_SOURCES += strchrnul.c
1603
1604## end   gnulib module strchrnul
1605
1606## begin gnulib module streq
1607
1608
1609EXTRA_DIST += streq.h
1610
1611## end   gnulib module streq
1612
1613## begin gnulib module strerror
1614
1615
1616EXTRA_DIST += strerror.c
1617
1618EXTRA_libgnu_la_SOURCES += strerror.c
1619
1620## end   gnulib module strerror
1621
1622## begin gnulib module strerror-override
1623
1624
1625EXTRA_DIST += strerror-override.c strerror-override.h
1626
1627EXTRA_libgnu_la_SOURCES += strerror-override.c
1628
1629## end   gnulib module strerror-override
1630
1631## begin gnulib module string
1632
1633BUILT_SOURCES += string.h
1634
1635# We need the following in order to create <string.h> when the system
1636# doesn't have one that works with the given compiler.
1637string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1638	$(AM_V_GEN)rm -f $@-t $@ && \
1639	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1640	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1641	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1642	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1643	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1644	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1645	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
1646	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1647	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1648	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1649	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1650	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1651	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1652	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1653	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1654	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1655	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1656	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1657	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1658	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1659	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1660	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1661	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1662	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1663	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1664	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1665	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1666	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1667	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1668	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1669	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1670	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1671	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1672	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1673	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1674	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1675	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1676	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1677	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1678	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1679	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1680	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1681	      -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GNULIB_STRERRORNAME_NP)/g' \
1682	      -e 's/@''GNULIB_SIGABBREV_NP''@/$(GNULIB_SIGABBREV_NP)/g' \
1683	      -e 's/@''GNULIB_SIGDESCR_NP''@/$(GNULIB_SIGDESCR_NP)/g' \
1684	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1685	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1686	      -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GNULIB_MDA_MEMCCPY)/g' \
1687	      -e 's/@''GNULIB_MDA_STRDUP''@/$(GNULIB_MDA_STRDUP)/g' \
1688	      < $(srcdir)/string.in.h | \
1689	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
1690	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1691	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1692	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1693	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1694	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1695	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1696	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1697	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1698	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1699	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1700	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1701	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1702	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1703	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1704	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1705	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1706	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1707	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1708	      -e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \
1709	      -e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \
1710	      -e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \
1711	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1712	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1713	      -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \
1714	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1715	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1716	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1717	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1718	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1719	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1720	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1721	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1722	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1723	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1724	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1725	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1726	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1727	      -e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \
1728	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1729	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1730	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1731	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1732	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1733	      < $(srcdir)/string.in.h; \
1734	} > $@-t && \
1735	mv $@-t $@
1736MOSTLYCLEANFILES += string.h string.h-t
1737
1738EXTRA_DIST += string.in.h
1739
1740## end   gnulib module string
1741
1742## begin gnulib module string-buffer
1743
1744libgnu_la_SOURCES += string-buffer.c
1745
1746EXTRA_DIST += string-buffer.h
1747
1748## end   gnulib module string-buffer
1749
1750## begin gnulib module strstr
1751
1752
1753EXTRA_DIST += strstr.c
1754
1755EXTRA_libgnu_la_SOURCES += strstr.c
1756
1757## end   gnulib module strstr
1758
1759## begin gnulib module strstr-simple
1760
1761
1762EXTRA_DIST += str-two-way.h strstr.c
1763
1764EXTRA_libgnu_la_SOURCES += strstr.c
1765
1766## end   gnulib module strstr-simple
1767
1768## begin gnulib module strtoull
1769
1770
1771EXTRA_DIST += strtol.c strtoul.c strtoull.c
1772
1773EXTRA_libgnu_la_SOURCES += strtol.c strtoul.c strtoull.c
1774
1775## end   gnulib module strtoull
1776
1777## begin gnulib module sys_random
1778
1779BUILT_SOURCES += sys/random.h
1780
1781# We need the following in order to create <sys/random.h> when the system
1782# doesn't have one.
1783sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1784	$(AM_V_at)$(MKDIR_P) sys
1785	$(AM_V_GEN)rm -f $@-t $@ && \
1786	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1787	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1788	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1789	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1790	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1791	      -e 's|@''NEXT_SYS_RANDOM_H''@|$(NEXT_SYS_RANDOM_H)|g' \
1792	      -e 's|@''HAVE_SYS_RANDOM_H''@|$(HAVE_SYS_RANDOM_H)|g' \
1793	      -e 's/@''GNULIB_GETRANDOM''@/$(GNULIB_GETRANDOM)/g' \
1794	      -e 's/@''HAVE_GETRANDOM''@/$(HAVE_GETRANDOM)/g' \
1795	      -e 's/@''REPLACE_GETRANDOM''@/$(REPLACE_GETRANDOM)/g' \
1796	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1797	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1798	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1799	      < $(srcdir)/sys_random.in.h; \
1800	} > $@-t && \
1801	mv -f $@-t $@
1802MOSTLYCLEANFILES += sys/random.h sys/random.h-t
1803MOSTLYCLEANDIRS += sys
1804
1805EXTRA_DIST += sys_random.in.h
1806
1807## end   gnulib module sys_random
1808
1809## begin gnulib module sys_stat
1810
1811BUILT_SOURCES += sys/stat.h
1812
1813# We need the following in order to create <sys/stat.h> when the system
1814# has one that is incomplete.
1815sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1816	$(AM_V_at)$(MKDIR_P) sys
1817	$(AM_V_GEN)rm -f $@-t $@ && \
1818	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1819	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1820	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1821	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1822	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1823	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1824	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1825	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
1826	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1827	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1828	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1829	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1830	      -e 's/@''GNULIB_GETUMASK''@/$(GNULIB_GETUMASK)/g' \
1831	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1832	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1833	      -e 's/@''GNULIB_MKDIR''@/$(GNULIB_MKDIR)/g' \
1834	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1835	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1836	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1837	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1838	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1839	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1840	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1841	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
1842	      -e 's/@''GNULIB_MDA_CHMOD''@/$(GNULIB_MDA_CHMOD)/g' \
1843	      -e 's/@''GNULIB_MDA_MKDIR''@/$(GNULIB_MDA_MKDIR)/g' \
1844	      -e 's/@''GNULIB_MDA_UMASK''@/$(GNULIB_MDA_UMASK)/g' \
1845	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1846	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1847	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1848	      -e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
1849	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1850	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1851	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1852	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1853	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1854	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1855	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1856	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1857	      -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
1858	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1859	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1860	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1861	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1862	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1863	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1864	      -e 's|@''REPLACE_MKFIFOAT''@|$(REPLACE_MKFIFOAT)|g' \
1865	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1866	      -e 's|@''REPLACE_MKNODAT''@|$(REPLACE_MKNODAT)|g' \
1867	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1868	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1869	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1870	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1871	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1872	      < $(srcdir)/sys_stat.in.h; \
1873	} > $@-t && \
1874	mv $@-t $@
1875MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1876MOSTLYCLEANDIRS += sys
1877
1878EXTRA_DIST += sys_stat.in.h
1879
1880## end   gnulib module sys_stat
1881
1882## begin gnulib module sys_time
1883
1884BUILT_SOURCES += sys/time.h
1885
1886# We need the following in order to create <sys/time.h> when the system
1887# doesn't have one that works with the given compiler.
1888sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1889	$(AM_V_at)$(MKDIR_P) sys
1890	$(AM_V_GEN)rm -f $@-t $@ && \
1891	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1892	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1893	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1894	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1895	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1896	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1897	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1898	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1899	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1900	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1901	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1902	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1903	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1904	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1905	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1906	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1907	      < $(srcdir)/sys_time.in.h; \
1908	} > $@-t && \
1909	mv $@-t $@
1910MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1911
1912EXTRA_DIST += sys_time.in.h
1913
1914## end   gnulib module sys_time
1915
1916## begin gnulib module sys_types
1917
1918BUILT_SOURCES += sys/types.h
1919
1920# We need the following in order to create <sys/types.h> when the system
1921# doesn't have one that works with the given compiler.
1922sys/types.h: sys_types.in.h $(top_builddir)/config.status
1923	$(AM_V_at)$(MKDIR_P) sys
1924	$(AM_V_GEN)rm -f $@-t $@ && \
1925	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1926	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1927	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1928	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1929	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1930	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1931	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1932	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
1933	      < $(srcdir)/sys_types.in.h; \
1934	} > $@-t && \
1935	mv $@-t $@
1936MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1937
1938EXTRA_DIST += sys_types.in.h
1939
1940## end   gnulib module sys_types
1941
1942## begin gnulib module tempname
1943
1944libgnu_la_SOURCES += tempname.c
1945
1946EXTRA_DIST += tempname.h
1947
1948## end   gnulib module tempname
1949
1950## begin gnulib module time
1951
1952BUILT_SOURCES += time.h
1953
1954# We need the following in order to create <time.h> when the system
1955# doesn't have one that works with the given compiler.
1956time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1957	$(AM_V_GEN)rm -f $@-t $@ && \
1958	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1959	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
1960	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1961	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1962	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1963	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1964	      -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
1965	      -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
1966	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1967	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1968	      -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
1969	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1970	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1971	      -e 's/@''GNULIB_TIMESPEC_GET''@/$(GNULIB_TIMESPEC_GET)/g' \
1972	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1973	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
1974	      -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
1975	      -e 's/@''GNULIB_MDA_TZSET''@/$(GNULIB_MDA_TZSET)/g' \
1976	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1977	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1978	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1979	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1980	      -e 's|@''HAVE_TIMESPEC_GET''@|$(HAVE_TIMESPEC_GET)|g' \
1981	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
1982	      -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
1983	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
1984	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
1985	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1986	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1987	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1988	      -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
1989	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1990	      -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
1991	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1992	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1993	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1994	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1995	      -e 's|@''TIME_H_DEFINES_TIME_UTC''@|$(TIME_H_DEFINES_TIME_UTC)|g' \
1996	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1997	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1998	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1999	      < $(srcdir)/time.in.h; \
2000	} > $@-t && \
2001	mv $@-t $@
2002MOSTLYCLEANFILES += time.h time.h-t
2003
2004EXTRA_DIST += time.in.h
2005
2006## end   gnulib module time
2007
2008## begin gnulib module timespec
2009
2010libgnu_la_SOURCES += timespec.c
2011
2012EXTRA_DIST += timespec.h
2013
2014## end   gnulib module timespec
2015
2016## begin gnulib module tmpdir
2017
2018libgnu_la_SOURCES += tmpdir.h tmpdir.c
2019
2020## end   gnulib module tmpdir
2021
2022## begin gnulib module unistd
2023
2024BUILT_SOURCES += unistd.h
2025libgnu_la_SOURCES += unistd.c
2026
2027# We need the following in order to create an empty placeholder for
2028# <unistd.h> when the system doesn't have one.
2029unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2030	$(AM_V_GEN)rm -f $@-t $@ && \
2031	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2032	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2033	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2034	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2035	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2036	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2037	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2038	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2039	      -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
2040	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2041	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2042	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2043	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
2044	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2045	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2046	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2047	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2048	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2049	      -e 's/@''GNULIB_EXECL''@/$(GNULIB_EXECL)/g' \
2050	      -e 's/@''GNULIB_EXECLE''@/$(GNULIB_EXECLE)/g' \
2051	      -e 's/@''GNULIB_EXECLP''@/$(GNULIB_EXECLP)/g' \
2052	      -e 's/@''GNULIB_EXECV''@/$(GNULIB_EXECV)/g' \
2053	      -e 's/@''GNULIB_EXECVE''@/$(GNULIB_EXECVE)/g' \
2054	      -e 's/@''GNULIB_EXECVP''@/$(GNULIB_EXECVP)/g' \
2055	      -e 's/@''GNULIB_EXECVPE''@/$(GNULIB_EXECVPE)/g' \
2056	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2057	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2058	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2059	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2060	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2061	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2062	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2063	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2064	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2065	      -e 's/@''GNULIB_GETENTROPY''@/$(GNULIB_GETENTROPY)/g' \
2066	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2067	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2068	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2069	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2070	      -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
2071	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2072	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
2073	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2074	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2075	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2076	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2077	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2078	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2079	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2080	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2081	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2082	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2083	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2084	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2085	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2086	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2087	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2088	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2089	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2090	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2091	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2092	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
2093	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2094	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_LIBPOKE_UNISTD_H_GETOPT)/g' \
2095	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2096	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2097	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2098	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2099	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2100	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2101	      -e 's/@''GNULIB_MDA_ACCESS''@/$(GNULIB_MDA_ACCESS)/g' \
2102	      -e 's/@''GNULIB_MDA_CHDIR''@/$(GNULIB_MDA_CHDIR)/g' \
2103	      -e 's/@''GNULIB_MDA_CLOSE''@/$(GNULIB_MDA_CLOSE)/g' \
2104	      -e 's/@''GNULIB_MDA_DUP''@/$(GNULIB_MDA_DUP)/g' \
2105	      -e 's/@''GNULIB_MDA_DUP2''@/$(GNULIB_MDA_DUP2)/g' \
2106	      -e 's/@''GNULIB_MDA_EXECL''@/$(GNULIB_MDA_EXECL)/g' \
2107	      -e 's/@''GNULIB_MDA_EXECLE''@/$(GNULIB_MDA_EXECLE)/g' \
2108	      -e 's/@''GNULIB_MDA_EXECLP''@/$(GNULIB_MDA_EXECLP)/g' \
2109	      -e 's/@''GNULIB_MDA_EXECV''@/$(GNULIB_MDA_EXECV)/g' \
2110	      -e 's/@''GNULIB_MDA_EXECVE''@/$(GNULIB_MDA_EXECVE)/g' \
2111	      -e 's/@''GNULIB_MDA_EXECVP''@/$(GNULIB_MDA_EXECVP)/g' \
2112	      -e 's/@''GNULIB_MDA_EXECVPE''@/$(GNULIB_MDA_EXECVPE)/g' \
2113	      -e 's/@''GNULIB_MDA_GETCWD''@/$(GNULIB_MDA_GETCWD)/g' \
2114	      -e 's/@''GNULIB_MDA_GETPID''@/$(GNULIB_MDA_GETPID)/g' \
2115	      -e 's/@''GNULIB_MDA_ISATTY''@/$(GNULIB_MDA_ISATTY)/g' \
2116	      -e 's/@''GNULIB_MDA_LSEEK''@/$(GNULIB_MDA_LSEEK)/g' \
2117	      -e 's/@''GNULIB_MDA_READ''@/$(GNULIB_MDA_READ)/g' \
2118	      -e 's/@''GNULIB_MDA_RMDIR''@/$(GNULIB_MDA_RMDIR)/g' \
2119	      -e 's/@''GNULIB_MDA_SWAB''@/$(GNULIB_MDA_SWAB)/g' \
2120	      -e 's/@''GNULIB_MDA_UNLINK''@/$(GNULIB_MDA_UNLINK)/g' \
2121	      -e 's/@''GNULIB_MDA_WRITE''@/$(GNULIB_MDA_WRITE)/g' \
2122	      < $(srcdir)/unistd.in.h | \
2123	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2124	      -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
2125	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2126	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2127	      -e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \
2128	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2129	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2130	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2131	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2132	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2133	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2134	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2135	      -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
2136	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2137	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2138	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2139	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
2140	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2141	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2142	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2143	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2144	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2145	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2146	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2147	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2148	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2149	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2150	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2151	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2152	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2153	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2154	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2155	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2156	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2157	      -e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \
2158	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2159	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2160	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2161	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
2162	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2163	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2164	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2165	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2166	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
2167	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2168	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2169	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2170	  | \
2171	  sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
2172	      -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2173	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2174	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2175	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2176	      -e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \
2177	      -e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \
2178	      -e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \
2179	      -e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \
2180	      -e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \
2181	      -e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \
2182	      -e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \
2183	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
2184	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2185	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2186	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2187	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2188	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2189	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2190	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2191	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2192	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
2193	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2194	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2195	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2196	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2197	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2198	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2199	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2200	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2201	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2202	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
2203	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2204	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2205	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2206	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
2207	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
2208	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2209	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2210	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2211	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2212	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2213	      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
2214	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2215	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2216	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2217	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2218	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2219	} > $@-t && \
2220	mv $@-t $@
2221MOSTLYCLEANFILES += unistd.h unistd.h-t
2222
2223EXTRA_DIST += unistd.in.h
2224
2225## end   gnulib module unistd
2226
2227## begin gnulib module vasnprintf
2228
2229
2230EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2231
2232EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2233
2234## end   gnulib module vasnprintf
2235
2236## begin gnulib module vasprintf
2237
2238
2239EXTRA_DIST += asprintf.c vasprintf.c
2240
2241EXTRA_libgnu_la_SOURCES += asprintf.c vasprintf.c
2242
2243## end   gnulib module vasprintf
2244
2245## begin gnulib module verify
2246
2247
2248EXTRA_DIST += verify.h
2249
2250## end   gnulib module verify
2251
2252## begin gnulib module vfprintf-posix
2253
2254
2255EXTRA_DIST += vfprintf.c
2256
2257EXTRA_libgnu_la_SOURCES += vfprintf.c
2258
2259## end   gnulib module vfprintf-posix
2260
2261## begin gnulib module vsnprintf
2262
2263
2264EXTRA_DIST += vsnprintf.c
2265
2266EXTRA_libgnu_la_SOURCES += vsnprintf.c
2267
2268## end   gnulib module vsnprintf
2269
2270## begin gnulib module wchar
2271
2272BUILT_SOURCES += wchar.h
2273
2274# We need the following in order to create <wchar.h> when the system
2275# version does not work standalone.
2276wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2277	$(AM_V_GEN)rm -f $@-t $@ && \
2278	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2279	  sed -e 's|@''GUARD_PREFIX''@|GL_LIBPOKE|g' \
2280	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2281	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2282	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2283	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2284	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2285	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2286	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2287	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2288	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2289	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2290	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2291	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2292	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2293	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2294	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2295	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2296	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2297	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2298	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2299	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2300	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2301	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2302	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2303	      -e 's/@''GNULIB_WMEMPCPY''@/$(GNULIB_WMEMPCPY)/g' \
2304	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2305	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2306	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2307	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2308	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2309	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2310	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2311	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2312	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2313	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2314	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2315	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2316	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2317	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2318	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2319	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2320	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2321	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2322	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2323	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2324	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2325	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2326	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2327	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2328	      -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
2329	      -e 's/@''GNULIB_MDA_WCSDUP''@/$(GNULIB_MDA_WCSDUP)/g' \
2330	      < $(srcdir)/wchar.in.h | \
2331	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2332	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2333	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2334	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2335	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2336	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2337	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2338	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2339	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2340	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2341	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2342	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2343	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2344	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2345	      -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
2346	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2347	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2348	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2349	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2350	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2351	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2352	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2353	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2354	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2355	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2356	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2357	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2358	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2359	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2360	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2361	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2362	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2363	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2364	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2365	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2366	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2367	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2368	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2369	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2370	      -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
2371	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2372	      -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \
2373	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2374	  | \
2375	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2376	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2377	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2378	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2379	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2380	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2381	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2382	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2383	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2384	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2385	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2386	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2387	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2388	      -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
2389	      -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
2390	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2391	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2392	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2393	} > $@-t && \
2394	mv $@-t $@
2395MOSTLYCLEANFILES += wchar.h wchar.h-t
2396
2397EXTRA_DIST += wchar.in.h
2398
2399## end   gnulib module wchar
2400
2401## begin gnulib module xalloc
2402
2403libgnu_la_SOURCES += xmalloc.c
2404
2405EXTRA_DIST += xalloc.h
2406
2407## end   gnulib module xalloc
2408
2409## begin gnulib module xalloc-die
2410
2411libgnu_la_SOURCES += xalloc-die.c
2412
2413EXTRA_DIST += xalloc.h
2414
2415## end   gnulib module xalloc-die
2416
2417## begin gnulib module xalloc-oversized
2418
2419
2420EXTRA_DIST += xalloc-oversized.h
2421
2422## end   gnulib module xalloc-oversized
2423
2424## begin gnulib module xsize
2425
2426libgnu_la_SOURCES += xsize.h xsize.c
2427
2428## end   gnulib module xsize
2429
2430
2431mostlyclean-local: mostlyclean-generic
2432	@for dir in '' $(MOSTLYCLEANDIRS); do \
2433	  if test -n "$$dir" && test -d $$dir; then \
2434	    echo "rmdir $$dir"; rmdir $$dir; \
2435	  fi; \
2436	done; \
2437	:
2438