1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2017 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 <http://www.gnu.org/licenses/>.
17#
18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that
20# contains a configuration script generated by Autoconf, under
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
24# Reproduce by: gnulib-tool --import --local-dir=gl --lib=libgnu --source-base=gnu --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --avoid=size_max --no-conditional-dependencies --no-libtool --macro-prefix=gl alloca argmatch argp argp-version-etc closeout configmake dirname error fileblocks fnmatch-gnu fseeko full-write getline getopt getopt-gnu gettext gettext-h gitlog-to-changelog hash inttostr inttypes lchown obstack parse-datetime progname quote quotearg safe-read savedir stdbool stdint stpcpy strerror strtol unlocked-io utimens utimensat version-etc-fsf xalloc xalloc-die xgetcwd
25
26AUTOMAKE_OPTIONS = 1.9.6 gnits
27
28SUBDIRS =
29noinst_HEADERS =
30noinst_LIBRARIES =
31noinst_LTLIBRARIES =
32EXTRA_DIST =
33BUILT_SOURCES =
34SUFFIXES =
35MOSTLYCLEANFILES = core *.stackdump
36MOSTLYCLEANDIRS =
37CLEANFILES =
38DISTCLEANFILES =
39MAINTAINERCLEANFILES =
40
41AM_CPPFLAGS =
42AM_CFLAGS =
43
44noinst_LIBRARIES += libgnu.a
45
46libgnu_a_SOURCES =
47libgnu_a_LIBADD = $(gl_LIBOBJS)
48libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
49EXTRA_libgnu_a_SOURCES =
50
51## begin gnulib module absolute-header
52
53# Use this preprocessor expression to decide whether #include_next works.
54# Do not rely on a 'configure'-time test for this, since the expression
55# might appear in an installed header, which is used by some other compiler.
56HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
57
58## end   gnulib module absolute-header
59
60## begin gnulib module alignof
61
62
63EXTRA_DIST += alignof.h
64
65## end   gnulib module alignof
66
67## begin gnulib module alloca
68
69
70libgnu_a_LIBADD += @ALLOCA@
71libgnu_a_DEPENDENCIES += @ALLOCA@
72EXTRA_DIST += alloca.c
73
74EXTRA_libgnu_a_SOURCES += alloca.c
75
76## end   gnulib module alloca
77
78## begin gnulib module alloca-opt
79
80BUILT_SOURCES += $(ALLOCA_H)
81
82# We need the following in order to create <alloca.h> when the system
83# doesn't have one that works with the given compiler.
84if GL_GENERATE_ALLOCA_H
85alloca.h: alloca.in.h $(top_builddir)/config.status
86	$(AM_V_GEN)rm -f $@-t $@ && \
87	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
88	  cat $(srcdir)/alloca.in.h; \
89	} > $@-t && \
90	mv -f $@-t $@
91else
92alloca.h: $(top_builddir)/config.status
93	rm -f $@
94endif
95MOSTLYCLEANFILES += alloca.h alloca.h-t
96
97EXTRA_DIST += alloca.in.h
98
99## end   gnulib module alloca-opt
100
101## begin gnulib module argmatch
102
103libgnu_a_SOURCES += argmatch.c
104
105EXTRA_DIST += argmatch.h
106
107## end   gnulib module argmatch
108
109## begin gnulib module argp
110
111libgnu_a_SOURCES += argp.h argp-ba.c argp-eexst.c             argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c             argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c             argp-xinl.c
112
113## end   gnulib module argp
114
115## begin gnulib module argp-version-etc
116
117libgnu_a_SOURCES += argp-version-etc.h argp-version-etc.c
118
119## end   gnulib module argp-version-etc
120
121## begin gnulib module assure
122
123
124EXTRA_DIST += assure.h
125
126## end   gnulib module assure
127
128## begin gnulib module at-internal
129
130
131EXTRA_DIST += openat-priv.h openat-proc.c
132
133EXTRA_libgnu_a_SOURCES += openat-proc.c
134
135## end   gnulib module at-internal
136
137## begin gnulib module bitrotate
138
139libgnu_a_SOURCES += bitrotate.h bitrotate.c
140
141## end   gnulib module bitrotate
142
143## begin gnulib module c-ctype
144
145libgnu_a_SOURCES += c-ctype.h c-ctype.c
146
147## end   gnulib module c-ctype
148
149## begin gnulib module c-strcase
150
151libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
152
153## end   gnulib module c-strcase
154
155## begin gnulib module c-strcaseeq
156
157
158EXTRA_DIST += c-strcaseeq.h
159
160## end   gnulib module c-strcaseeq
161
162## begin gnulib module chdir-long
163
164
165EXTRA_DIST += chdir-long.c chdir-long.h
166
167EXTRA_libgnu_a_SOURCES += chdir-long.c
168
169## end   gnulib module chdir-long
170
171## begin gnulib module chown
172
173
174EXTRA_DIST += chown.c fchown-stub.c
175
176EXTRA_libgnu_a_SOURCES += chown.c fchown-stub.c
177
178## end   gnulib module chown
179
180## begin gnulib module cloexec
181
182libgnu_a_SOURCES += cloexec.c
183
184EXTRA_DIST += cloexec.h
185
186## end   gnulib module cloexec
187
188## begin gnulib module close
189
190
191EXTRA_DIST += close.c
192
193EXTRA_libgnu_a_SOURCES += close.c
194
195## end   gnulib module close
196
197## begin gnulib module close-stream
198
199libgnu_a_SOURCES += close-stream.c
200
201EXTRA_DIST += close-stream.h
202
203## end   gnulib module close-stream
204
205## begin gnulib module closedir
206
207
208EXTRA_DIST += closedir.c dirent-private.h
209
210EXTRA_libgnu_a_SOURCES += closedir.c
211
212## end   gnulib module closedir
213
214## begin gnulib module closeout
215
216libgnu_a_SOURCES += closeout.c
217
218EXTRA_DIST += closeout.h
219
220## end   gnulib module closeout
221
222## begin gnulib module configmake
223
224# Listed in the same order as the GNU makefile conventions, and
225# provided by autoconf 2.59c+ or 2.70.
226# The Automake-defined pkg* macros are appended, in the order
227# listed in the Automake 1.10a+ documentation.
228configmake.h: Makefile
229	$(AM_V_GEN)rm -f $@-t && \
230	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
231	  echo '#define PREFIX "$(prefix)"'; \
232	  echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
233	  echo '#define BINDIR "$(bindir)"'; \
234	  echo '#define SBINDIR "$(sbindir)"'; \
235	  echo '#define LIBEXECDIR "$(libexecdir)"'; \
236	  echo '#define DATAROOTDIR "$(datarootdir)"'; \
237	  echo '#define DATADIR "$(datadir)"'; \
238	  echo '#define SYSCONFDIR "$(sysconfdir)"'; \
239	  echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
240	  echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
241	  echo '#define RUNSTATEDIR "$(runstatedir)"'; \
242	  echo '#define INCLUDEDIR "$(includedir)"'; \
243	  echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
244	  echo '#define DOCDIR "$(docdir)"'; \
245	  echo '#define INFODIR "$(infodir)"'; \
246	  echo '#define HTMLDIR "$(htmldir)"'; \
247	  echo '#define DVIDIR "$(dvidir)"'; \
248	  echo '#define PDFDIR "$(pdfdir)"'; \
249	  echo '#define PSDIR "$(psdir)"'; \
250	  echo '#define LIBDIR "$(libdir)"'; \
251	  echo '#define LISPDIR "$(lispdir)"'; \
252	  echo '#define LOCALEDIR "$(localedir)"'; \
253	  echo '#define MANDIR "$(mandir)"'; \
254	  echo '#define MANEXT "$(manext)"'; \
255	  echo '#define PKGDATADIR "$(pkgdatadir)"'; \
256	  echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
257	  echo '#define PKGLIBDIR "$(pkglibdir)"'; \
258	  echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
259	} | sed '/""/d' > $@-t && \
260	mv -f $@-t $@
261
262BUILT_SOURCES += configmake.h
263CLEANFILES += configmake.h configmake.h-t
264
265## end   gnulib module configmake
266
267## begin gnulib module dirent
268
269BUILT_SOURCES += dirent.h
270
271# We need the following in order to create <dirent.h> when the system
272# doesn't have one that works with the given compiler.
273dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
274	$(AM_V_GEN)rm -f $@-t $@ && \
275	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
276	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
277	      -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
278	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
279	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
280	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
281	      -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
282	      -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
283	      -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
284	      -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
285	      -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
286	      -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
287	      -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
288	      -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
289	      -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
290	      -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
291	      -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
292	      -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
293	      -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
294	      -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
295	      -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
296	      -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
297	      -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
298	      -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
299	      -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
300	      -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
301	      -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
302	      -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
303	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
304	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
305	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
306	      < $(srcdir)/dirent.in.h; \
307	} > $@-t && \
308	mv $@-t $@
309MOSTLYCLEANFILES += dirent.h dirent.h-t
310
311EXTRA_DIST += dirent.in.h
312
313## end   gnulib module dirent
314
315## begin gnulib module dirent-safer
316
317libgnu_a_SOURCES += opendir-safer.c
318
319EXTRA_DIST += dirent--.h dirent-safer.h
320
321## end   gnulib module dirent-safer
322
323## begin gnulib module dirfd
324
325
326EXTRA_DIST += dirfd.c
327
328EXTRA_libgnu_a_SOURCES += dirfd.c
329
330## end   gnulib module dirfd
331
332## begin gnulib module dirname
333
334libgnu_a_SOURCES += dirname.c basename.c
335
336EXTRA_DIST += stripslash.c
337
338EXTRA_libgnu_a_SOURCES += stripslash.c
339
340## end   gnulib module dirname
341
342## begin gnulib module dirname-lgpl
343
344libgnu_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
345
346EXTRA_DIST += dirname.h
347
348## end   gnulib module dirname-lgpl
349
350## begin gnulib module dosname
351
352
353EXTRA_DIST += dosname.h
354
355## end   gnulib module dosname
356
357## begin gnulib module dup
358
359
360EXTRA_DIST += dup.c
361
362EXTRA_libgnu_a_SOURCES += dup.c
363
364## end   gnulib module dup
365
366## begin gnulib module dup2
367
368
369EXTRA_DIST += dup2.c
370
371EXTRA_libgnu_a_SOURCES += dup2.c
372
373## end   gnulib module dup2
374
375## begin gnulib module errno
376
377BUILT_SOURCES += $(ERRNO_H)
378
379# We need the following in order to create <errno.h> when the system
380# doesn't have one that is POSIX compliant.
381if GL_GENERATE_ERRNO_H
382errno.h: errno.in.h $(top_builddir)/config.status
383	$(AM_V_GEN)rm -f $@-t $@ && \
384	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
385	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
386	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
387	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
388	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
389	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
390	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
391	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
392	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
393	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
394	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
395	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
396	      < $(srcdir)/errno.in.h; \
397	} > $@-t && \
398	mv $@-t $@
399else
400errno.h: $(top_builddir)/config.status
401	rm -f $@
402endif
403MOSTLYCLEANFILES += errno.h errno.h-t
404
405EXTRA_DIST += errno.in.h
406
407## end   gnulib module errno
408
409## begin gnulib module error
410
411
412EXTRA_DIST += error.c error.h
413
414EXTRA_libgnu_a_SOURCES += error.c
415
416## end   gnulib module error
417
418## begin gnulib module exitfail
419
420libgnu_a_SOURCES += exitfail.c
421
422EXTRA_DIST += exitfail.h
423
424## end   gnulib module exitfail
425
426## begin gnulib module fchdir
427
428
429EXTRA_DIST += fchdir.c
430
431EXTRA_libgnu_a_SOURCES += fchdir.c
432
433## end   gnulib module fchdir
434
435## begin gnulib module fcntl
436
437
438EXTRA_DIST += fcntl.c
439
440EXTRA_libgnu_a_SOURCES += fcntl.c
441
442## end   gnulib module fcntl
443
444## begin gnulib module fcntl-h
445
446BUILT_SOURCES += fcntl.h
447
448# We need the following in order to create <fcntl.h> when the system
449# doesn't have one that works with the given compiler.
450fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
451	$(AM_V_GEN)rm -f $@-t $@ && \
452	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
453	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
454	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
455	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
456	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
457	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
458	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
459	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
460	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
461	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
462	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
463	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
464	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
465	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
466	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
467	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
468	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
469	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
470	      < $(srcdir)/fcntl.in.h; \
471	} > $@-t && \
472	mv $@-t $@
473MOSTLYCLEANFILES += fcntl.h fcntl.h-t
474
475EXTRA_DIST += fcntl.in.h
476
477## end   gnulib module fcntl-h
478
479## begin gnulib module fd-hook
480
481libgnu_a_SOURCES += fd-hook.c
482
483EXTRA_DIST += fd-hook.h
484
485## end   gnulib module fd-hook
486
487## begin gnulib module fdopendir
488
489
490EXTRA_DIST += fdopendir.c
491
492EXTRA_libgnu_a_SOURCES += fdopendir.c
493
494## end   gnulib module fdopendir
495
496## begin gnulib module fileblocks
497
498
499EXTRA_DIST += fileblocks.c
500
501EXTRA_libgnu_a_SOURCES += fileblocks.c
502
503## end   gnulib module fileblocks
504
505## begin gnulib module filename
506
507
508EXTRA_DIST += filename.h
509
510## end   gnulib module filename
511
512## begin gnulib module filenamecat-lgpl
513
514libgnu_a_SOURCES += filenamecat-lgpl.c
515
516EXTRA_DIST += filenamecat.h
517
518## end   gnulib module filenamecat-lgpl
519
520## begin gnulib module flexmember
521
522
523EXTRA_DIST += flexmember.h
524
525## end   gnulib module flexmember
526
527## begin gnulib module float
528
529BUILT_SOURCES += $(FLOAT_H)
530
531# We need the following in order to create <float.h> when the system
532# doesn't have one that works with the given compiler.
533if GL_GENERATE_FLOAT_H
534float.h: float.in.h $(top_builddir)/config.status
535	$(AM_V_GEN)rm -f $@-t $@ && \
536	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
537	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
538	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
539	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
540	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
541	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
542	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
543	      < $(srcdir)/float.in.h; \
544	} > $@-t && \
545	mv $@-t $@
546else
547float.h: $(top_builddir)/config.status
548	rm -f $@
549endif
550MOSTLYCLEANFILES += float.h float.h-t
551
552EXTRA_DIST += float.c float.in.h itold.c
553
554EXTRA_libgnu_a_SOURCES += float.c itold.c
555
556## end   gnulib module float
557
558## begin gnulib module fnmatch
559
560BUILT_SOURCES += $(FNMATCH_H)
561
562# We need the following in order to create <fnmatch.h> when the system
563# doesn't have one that supports the required API.
564if GL_GENERATE_FNMATCH_H
565fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
566	$(AM_V_GEN)rm -f $@-t $@ && \
567	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
568	  sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
569	      < $(srcdir)/fnmatch.in.h; \
570	} > $@-t && \
571	mv -f $@-t $@
572else
573fnmatch.h: $(top_builddir)/config.status
574	rm -f $@
575endif
576MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
577
578EXTRA_DIST += fnmatch.c fnmatch.in.h fnmatch_loop.c
579
580EXTRA_libgnu_a_SOURCES += fnmatch.c fnmatch_loop.c
581
582## end   gnulib module fnmatch
583
584## begin gnulib module fpending
585
586
587EXTRA_DIST += fpending.c fpending.h stdio-impl.h
588
589EXTRA_libgnu_a_SOURCES += fpending.c
590
591## end   gnulib module fpending
592
593## begin gnulib module fseek
594
595
596EXTRA_DIST += fseek.c
597
598EXTRA_libgnu_a_SOURCES += fseek.c
599
600## end   gnulib module fseek
601
602## begin gnulib module fseeko
603
604
605EXTRA_DIST += fseeko.c stdio-impl.h
606
607EXTRA_libgnu_a_SOURCES += fseeko.c
608
609## end   gnulib module fseeko
610
611## begin gnulib module fstat
612
613
614EXTRA_DIST += fstat.c
615
616EXTRA_libgnu_a_SOURCES += fstat.c
617
618## end   gnulib module fstat
619
620## begin gnulib module fstatat
621
622
623EXTRA_DIST += at-func.c fstatat.c
624
625EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
626
627## end   gnulib module fstatat
628
629## begin gnulib module full-write
630
631libgnu_a_SOURCES += full-write.h full-write.c
632
633## end   gnulib module full-write
634
635## begin gnulib module getcwd
636
637
638EXTRA_DIST += getcwd.c
639
640EXTRA_libgnu_a_SOURCES += getcwd.c
641
642## end   gnulib module getcwd
643
644## begin gnulib module getcwd-lgpl
645
646
647EXTRA_DIST += getcwd-lgpl.c
648
649EXTRA_libgnu_a_SOURCES += getcwd-lgpl.c
650
651## end   gnulib module getcwd-lgpl
652
653## begin gnulib module getdelim
654
655
656EXTRA_DIST += getdelim.c
657
658EXTRA_libgnu_a_SOURCES += getdelim.c
659
660## end   gnulib module getdelim
661
662## begin gnulib module getdtablesize
663
664
665EXTRA_DIST += getdtablesize.c
666
667EXTRA_libgnu_a_SOURCES += getdtablesize.c
668
669## end   gnulib module getdtablesize
670
671## begin gnulib module getline
672
673
674EXTRA_DIST += getline.c
675
676EXTRA_libgnu_a_SOURCES += getline.c
677
678## end   gnulib module getline
679
680## begin gnulib module getopt-posix
681
682BUILT_SOURCES += $(GETOPT_H)
683
684# We need the following in order to create <getopt.h> when the system
685# doesn't have one that works with the given compiler.
686getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
687	$(AM_V_GEN)rm -f $@-t $@ && \
688	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
689	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
690	      -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
691	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
692	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
693	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
694	      -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
695	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
696	      < $(srcdir)/getopt.in.h; \
697	} > $@-t && \
698	mv -f $@-t $@
699MOSTLYCLEANFILES += getopt.h getopt.h-t
700
701EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
702
703EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
704
705## end   gnulib module getopt-posix
706
707## begin gnulib module getprogname
708
709libgnu_a_SOURCES += getprogname.h getprogname.c
710
711## end   gnulib module getprogname
712
713## begin gnulib module gettext
714
715# If your project uses "gettextize --intl" to put a source-code
716# copy of libintl into the package, every Makefile.am needs
717# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
718# Here's one way to do this:
719#AM_CPPFLAGS += -I$(top_builddir)/intl
720# This option has no effect when the user disables NLS (because then
721# the intl directory contains no libintl.h file).  This option is not
722# enabled by default because the intl directory might not exist if
723# your project does not use "gettext --intl", and some compilers
724# complain about -I options applied to nonexistent directories.
725
726EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
727
728## end   gnulib module gettext
729
730## begin gnulib module gettext-h
731
732libgnu_a_SOURCES += gettext.h
733
734## end   gnulib module gettext-h
735
736## begin gnulib module gettime
737
738libgnu_a_SOURCES += gettime.c
739
740## end   gnulib module gettime
741
742## begin gnulib module gettimeofday
743
744
745EXTRA_DIST += gettimeofday.c
746
747EXTRA_libgnu_a_SOURCES += gettimeofday.c
748
749## end   gnulib module gettimeofday
750
751## begin gnulib module gitlog-to-changelog
752
753
754EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
755
756## end   gnulib module gitlog-to-changelog
757
758## begin gnulib module hard-locale
759
760libgnu_a_SOURCES += hard-locale.c
761
762EXTRA_DIST += hard-locale.h
763
764## end   gnulib module hard-locale
765
766## begin gnulib module hash
767
768libgnu_a_SOURCES += hash.c
769
770EXTRA_DIST += hash.h
771
772## end   gnulib module hash
773
774## begin gnulib module havelib
775
776
777EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
778
779## end   gnulib module havelib
780
781## begin gnulib module intprops
782
783
784EXTRA_DIST += intprops.h
785
786## end   gnulib module intprops
787
788## begin gnulib module inttostr
789
790libgnu_a_SOURCES +=    imaxtostr.c    inttostr.c    offtostr.c    uinttostr.c    umaxtostr.c
791
792EXTRA_DIST += anytostr.c inttostr.h
793
794EXTRA_libgnu_a_SOURCES += anytostr.c
795
796## end   gnulib module inttostr
797
798## begin gnulib module inttypes-incomplete
799
800BUILT_SOURCES += inttypes.h
801
802# We need the following in order to create <inttypes.h> when the system
803# doesn't have one that works with the given compiler.
804inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
805	$(AM_V_GEN)rm -f $@-t $@ && \
806	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
807	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
808	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
809	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
810	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
811	      -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
812	      -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
813	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
814	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
815	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
816	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
817	      -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
818	      -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
819	      -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
820	      -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
821	      -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
822	      -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
823	      -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
824	      -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
825	      -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
826	      -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
827	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
828	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
829	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
830	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
831	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
832	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
833	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
834	      < $(srcdir)/inttypes.in.h; \
835	} > $@-t && \
836	mv $@-t $@
837MOSTLYCLEANFILES += inttypes.h inttypes.h-t
838
839EXTRA_DIST += inttypes.in.h
840
841## end   gnulib module inttypes-incomplete
842
843## begin gnulib module lchown
844
845
846EXTRA_DIST += lchown.c
847
848EXTRA_libgnu_a_SOURCES += lchown.c
849
850## end   gnulib module lchown
851
852## begin gnulib module limits-h
853
854BUILT_SOURCES += $(LIMITS_H)
855
856# We need the following in order to create <limits.h> when the system
857# doesn't have one that is compatible with GNU.
858if GL_GENERATE_LIMITS_H
859limits.h: limits.in.h $(top_builddir)/config.status
860	$(AM_V_GEN)rm -f $@-t $@ && \
861	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
862	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
863	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
864	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
865	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
866	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
867	      < $(srcdir)/limits.in.h; \
868	} > $@-t && \
869	mv $@-t $@
870else
871limits.h: $(top_builddir)/config.status
872	rm -f $@
873endif
874MOSTLYCLEANFILES += limits.h limits.h-t
875
876EXTRA_DIST += limits.in.h
877
878## end   gnulib module limits-h
879
880## begin gnulib module localcharset
881
882libgnu_a_SOURCES += localcharset.h localcharset.c
883
884# We need the following in order to install a simple file in $(libdir)
885# which is shared with other installed packages. We use a list of referencing
886# packages so that "make uninstall" will remove the file if and only if it
887# is not used by another installed package.
888# On systems with glibc-2.1 or newer, the file is redundant, therefore we
889# avoid installing it.
890
891all-local: charset.alias ref-add.sed ref-del.sed
892
893charset_alias = $(DESTDIR)$(libdir)/charset.alias
894charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
895install-exec-local: install-exec-localcharset
896install-exec-localcharset: all-local
897	if test $(GLIBC21) = no; then \
898	  case '$(host_os)' in \
899	    darwin[56]*) \
900	      need_charset_alias=true ;; \
901	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
902	      need_charset_alias=false ;; \
903	    *) \
904	      need_charset_alias=true ;; \
905	  esac ; \
906	else \
907	  need_charset_alias=false ; \
908	fi ; \
909	if $$need_charset_alias; then \
910	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
911	fi ; \
912	if test -f $(charset_alias); then \
913	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
914	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
915	  rm -f $(charset_tmp) ; \
916	else \
917	  if $$need_charset_alias; then \
918	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
919	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
920	    rm -f $(charset_tmp) ; \
921	  fi ; \
922	fi
923
924uninstall-local: uninstall-localcharset
925uninstall-localcharset: all-local
926	if test -f $(charset_alias); then \
927	  sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
928	  if grep '^# Packages using this file: $$' $(charset_tmp) \
929	      > /dev/null; then \
930	    rm -f $(charset_alias); \
931	  else \
932	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
933	  fi; \
934	  rm -f $(charset_tmp); \
935	fi
936
937charset.alias: config.charset
938	$(AM_V_GEN)rm -f t-$@ $@ && \
939	$(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
940	mv t-$@ $@
941
942SUFFIXES += .sed .sin
943.sin.sed:
944	$(AM_V_GEN)rm -f t-$@ $@ && \
945	sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
946	mv t-$@ $@
947
948CLEANFILES += charset.alias ref-add.sed ref-del.sed
949
950EXTRA_DIST += config.charset ref-add.sin ref-del.sin
951
952## end   gnulib module localcharset
953
954## begin gnulib module lseek
955
956
957EXTRA_DIST += lseek.c
958
959EXTRA_libgnu_a_SOURCES += lseek.c
960
961## end   gnulib module lseek
962
963## begin gnulib module lstat
964
965
966EXTRA_DIST += lstat.c
967
968EXTRA_libgnu_a_SOURCES += lstat.c
969
970## end   gnulib module lstat
971
972## begin gnulib module malloc-gnu
973
974
975EXTRA_DIST += malloc.c
976
977EXTRA_libgnu_a_SOURCES += malloc.c
978
979## end   gnulib module malloc-gnu
980
981## begin gnulib module malloc-posix
982
983
984EXTRA_DIST += malloc.c
985
986EXTRA_libgnu_a_SOURCES += malloc.c
987
988## end   gnulib module malloc-posix
989
990## begin gnulib module malloca
991
992libgnu_a_SOURCES += malloca.c
993
994EXTRA_DIST += malloca.h malloca.valgrind
995
996## end   gnulib module malloca
997
998## begin gnulib module mbrtowc
999
1000
1001EXTRA_DIST += mbrtowc.c
1002
1003EXTRA_libgnu_a_SOURCES += mbrtowc.c
1004
1005## end   gnulib module mbrtowc
1006
1007## begin gnulib module mbsinit
1008
1009
1010EXTRA_DIST += mbsinit.c
1011
1012EXTRA_libgnu_a_SOURCES += mbsinit.c
1013
1014## end   gnulib module mbsinit
1015
1016## begin gnulib module mbsrtowcs
1017
1018
1019EXTRA_DIST += mbsrtowcs-impl.h mbsrtowcs-state.c mbsrtowcs.c
1020
1021EXTRA_libgnu_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c
1022
1023## end   gnulib module mbsrtowcs
1024
1025## begin gnulib module memchr
1026
1027
1028EXTRA_DIST += memchr.c memchr.valgrind
1029
1030EXTRA_libgnu_a_SOURCES += memchr.c
1031
1032## end   gnulib module memchr
1033
1034## begin gnulib module mempcpy
1035
1036
1037EXTRA_DIST += mempcpy.c
1038
1039EXTRA_libgnu_a_SOURCES += mempcpy.c
1040
1041## end   gnulib module mempcpy
1042
1043## begin gnulib module memrchr
1044
1045
1046EXTRA_DIST += memrchr.c
1047
1048EXTRA_libgnu_a_SOURCES += memrchr.c
1049
1050## end   gnulib module memrchr
1051
1052## begin gnulib module minmax
1053
1054libgnu_a_SOURCES += minmax.h
1055
1056## end   gnulib module minmax
1057
1058## begin gnulib module mktime
1059
1060
1061EXTRA_DIST += mktime-internal.h mktime.c
1062
1063EXTRA_libgnu_a_SOURCES += mktime.c
1064
1065## end   gnulib module mktime
1066
1067## begin gnulib module mktime-internal
1068
1069
1070EXTRA_DIST += mktime-internal.h mktime.c
1071
1072EXTRA_libgnu_a_SOURCES += mktime.c
1073
1074## end   gnulib module mktime-internal
1075
1076## begin gnulib module msvc-inval
1077
1078
1079EXTRA_DIST += msvc-inval.c msvc-inval.h
1080
1081EXTRA_libgnu_a_SOURCES += msvc-inval.c
1082
1083## end   gnulib module msvc-inval
1084
1085## begin gnulib module msvc-nothrow
1086
1087
1088EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1089
1090EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
1091
1092## end   gnulib module msvc-nothrow
1093
1094## begin gnulib module obstack
1095
1096
1097EXTRA_DIST += obstack.c obstack.h
1098
1099EXTRA_libgnu_a_SOURCES += obstack.c
1100
1101## end   gnulib module obstack
1102
1103## begin gnulib module open
1104
1105
1106EXTRA_DIST += open.c
1107
1108EXTRA_libgnu_a_SOURCES += open.c
1109
1110## end   gnulib module open
1111
1112## begin gnulib module openat
1113
1114
1115EXTRA_DIST += openat.c
1116
1117EXTRA_libgnu_a_SOURCES += openat.c
1118
1119## end   gnulib module openat
1120
1121## begin gnulib module openat-die
1122
1123libgnu_a_SOURCES += openat-die.c
1124
1125## end   gnulib module openat-die
1126
1127## begin gnulib module openat-h
1128
1129
1130EXTRA_DIST += openat.h
1131
1132## end   gnulib module openat-h
1133
1134## begin gnulib module opendir
1135
1136
1137EXTRA_DIST += dirent-private.h opendir.c
1138
1139EXTRA_libgnu_a_SOURCES += opendir.c
1140
1141## end   gnulib module opendir
1142
1143## begin gnulib module parse-datetime
1144
1145# This rule overrides the Automake generated .y.c rule, to ensure that the
1146# parse-datetime.c file gets generated in the source directory, not in the
1147# build directory.
1148parse-datetime.c: parse-datetime.y
1149	$(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/parse-datetime.y \
1150	                              y.tab.c parse-datetime.c \
1151	                              y.tab.h parse-datetime.h \
1152	                              y.output parse-datetime.output \
1153	                              -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \
1154	mv parse-datetime.c parse-datetime.c-t && \
1155	mv parse-datetime.c-t $(srcdir)/parse-datetime.c
1156libgnu_a_SOURCES += parse-datetime.y
1157BUILT_SOURCES += parse-datetime.c
1158MOSTLYCLEANFILES += parse-datetime.c-t
1159MAINTAINERCLEANFILES += parse-datetime.c
1160EXTRA_DIST += parse-datetime.c
1161
1162EXTRA_DIST += parse-datetime.h
1163
1164## end   gnulib module parse-datetime
1165
1166## begin gnulib module pathmax
1167
1168
1169EXTRA_DIST += pathmax.h
1170
1171## end   gnulib module pathmax
1172
1173## begin gnulib module progname
1174
1175libgnu_a_SOURCES += progname.h progname.c
1176
1177## end   gnulib module progname
1178
1179## begin gnulib module quote
1180
1181
1182EXTRA_DIST += quote.h
1183
1184## end   gnulib module quote
1185
1186## begin gnulib module quotearg
1187
1188libgnu_a_SOURCES += quotearg.c
1189
1190EXTRA_DIST += quote.h quotearg.h
1191
1192## end   gnulib module quotearg
1193
1194## begin gnulib module raise
1195
1196
1197EXTRA_DIST += raise.c
1198
1199EXTRA_libgnu_a_SOURCES += raise.c
1200
1201## end   gnulib module raise
1202
1203## begin gnulib module rawmemchr
1204
1205
1206EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
1207
1208EXTRA_libgnu_a_SOURCES += rawmemchr.c
1209
1210## end   gnulib module rawmemchr
1211
1212## begin gnulib module read
1213
1214
1215EXTRA_DIST += read.c
1216
1217EXTRA_libgnu_a_SOURCES += read.c
1218
1219## end   gnulib module read
1220
1221## begin gnulib module readdir
1222
1223
1224EXTRA_DIST += dirent-private.h readdir.c
1225
1226EXTRA_libgnu_a_SOURCES += readdir.c
1227
1228## end   gnulib module readdir
1229
1230## begin gnulib module realloc-posix
1231
1232
1233EXTRA_DIST += realloc.c
1234
1235EXTRA_libgnu_a_SOURCES += realloc.c
1236
1237## end   gnulib module realloc-posix
1238
1239## begin gnulib module rewinddir
1240
1241
1242EXTRA_DIST += dirent-private.h rewinddir.c
1243
1244EXTRA_libgnu_a_SOURCES += rewinddir.c
1245
1246## end   gnulib module rewinddir
1247
1248## begin gnulib module safe-read
1249
1250libgnu_a_SOURCES += safe-read.c
1251
1252EXTRA_DIST += safe-read.h
1253
1254## end   gnulib module safe-read
1255
1256## begin gnulib module safe-write
1257
1258libgnu_a_SOURCES += safe-write.c
1259
1260EXTRA_DIST += safe-read.c safe-write.h
1261
1262EXTRA_libgnu_a_SOURCES += safe-read.c
1263
1264## end   gnulib module safe-write
1265
1266## begin gnulib module save-cwd
1267
1268libgnu_a_SOURCES += save-cwd.c
1269
1270EXTRA_DIST += save-cwd.h
1271
1272## end   gnulib module save-cwd
1273
1274## begin gnulib module savedir
1275
1276libgnu_a_SOURCES += savedir.c
1277
1278EXTRA_DIST += savedir.h
1279
1280## end   gnulib module savedir
1281
1282## begin gnulib module setenv
1283
1284
1285EXTRA_DIST += setenv.c
1286
1287EXTRA_libgnu_a_SOURCES += setenv.c
1288
1289## end   gnulib module setenv
1290
1291## begin gnulib module signal-h
1292
1293BUILT_SOURCES += signal.h
1294
1295# We need the following in order to create <signal.h> when the system
1296# doesn't have a complete one.
1297signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1298	$(AM_V_GEN)rm -f $@-t $@ && \
1299	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1300	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1301	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1302	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1303	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1304	      -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
1305	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
1306	      -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
1307	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
1308	      -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
1309	      -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
1310	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
1311	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
1312	      -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
1313	      -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
1314	      -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
1315	      -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
1316	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
1317	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
1318	      -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
1319	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
1320	      -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
1321	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1322	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1323	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1324	      < $(srcdir)/signal.in.h; \
1325	} > $@-t && \
1326	mv $@-t $@
1327MOSTLYCLEANFILES += signal.h signal.h-t
1328
1329EXTRA_DIST += signal.in.h
1330
1331## end   gnulib module signal-h
1332
1333## begin gnulib module sleep
1334
1335
1336EXTRA_DIST += sleep.c
1337
1338EXTRA_libgnu_a_SOURCES += sleep.c
1339
1340## end   gnulib module sleep
1341
1342## begin gnulib module snippet/_Noreturn
1343
1344# Because this Makefile snippet defines a variable used by other
1345# gnulib Makefile snippets, it must be present in all Makefile.am that
1346# need it. This is ensured by the applicability 'all' defined above.
1347
1348_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
1349
1350EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
1351
1352## end   gnulib module snippet/_Noreturn
1353
1354## begin gnulib module snippet/arg-nonnull
1355
1356# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1357# statements but through direct file reference. Therefore this snippet must be
1358# present in all Makefile.am that need it. This is ensured by the applicability
1359# 'all' defined above.
1360
1361BUILT_SOURCES += arg-nonnull.h
1362# The arg-nonnull.h that gets inserted into generated .h files is the same as
1363# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1364# off.
1365arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1366	$(AM_V_GEN)rm -f $@-t $@ && \
1367	sed -n -e '/GL_ARG_NONNULL/,$$p' \
1368	  < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1369	  > $@-t && \
1370	mv $@-t $@
1371MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
1372
1373ARG_NONNULL_H=arg-nonnull.h
1374
1375EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1376
1377## end   gnulib module snippet/arg-nonnull
1378
1379## begin gnulib module snippet/c++defs
1380
1381# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1382# statements but through direct file reference. Therefore this snippet must be
1383# present in all Makefile.am that need it. This is ensured by the applicability
1384# 'all' defined above.
1385
1386BUILT_SOURCES += c++defs.h
1387# The c++defs.h that gets inserted into generated .h files is the same as
1388# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
1389c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
1390	$(AM_V_GEN)rm -f $@-t $@ && \
1391	sed -n -e '/_GL_CXXDEFS/,$$p' \
1392	  < $(top_srcdir)/build-aux/snippet/c++defs.h \
1393	  > $@-t && \
1394	mv $@-t $@
1395MOSTLYCLEANFILES += c++defs.h c++defs.h-t
1396
1397CXXDEFS_H=c++defs.h
1398
1399EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
1400
1401## end   gnulib module snippet/c++defs
1402
1403## begin gnulib module snippet/warn-on-use
1404
1405BUILT_SOURCES += warn-on-use.h
1406# The warn-on-use.h that gets inserted into generated .h files is the same as
1407# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1408# off.
1409warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
1410	$(AM_V_GEN)rm -f $@-t $@ && \
1411	sed -n -e '/^.ifndef/,$$p' \
1412	  < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
1413	  > $@-t && \
1414	mv $@-t $@
1415MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1416
1417WARN_ON_USE_H=warn-on-use.h
1418
1419EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
1420
1421## end   gnulib module snippet/warn-on-use
1422
1423## begin gnulib module stat
1424
1425
1426EXTRA_DIST += stat.c
1427
1428EXTRA_libgnu_a_SOURCES += stat.c
1429
1430## end   gnulib module stat
1431
1432## begin gnulib module stat-time
1433
1434libgnu_a_SOURCES += stat-time.c
1435
1436EXTRA_DIST += stat-time.h
1437
1438## end   gnulib module stat-time
1439
1440## begin gnulib module stdalign
1441
1442BUILT_SOURCES += $(STDALIGN_H)
1443
1444# We need the following in order to create <stdalign.h> when the system
1445# doesn't have one that works.
1446if GL_GENERATE_STDALIGN_H
1447stdalign.h: stdalign.in.h $(top_builddir)/config.status
1448	$(AM_V_GEN)rm -f $@-t $@ && \
1449	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1450	  cat $(srcdir)/stdalign.in.h; \
1451	} > $@-t && \
1452	mv $@-t $@
1453else
1454stdalign.h: $(top_builddir)/config.status
1455	rm -f $@
1456endif
1457MOSTLYCLEANFILES += stdalign.h stdalign.h-t
1458
1459EXTRA_DIST += stdalign.in.h
1460
1461## end   gnulib module stdalign
1462
1463## begin gnulib module stdarg
1464
1465BUILT_SOURCES += $(STDARG_H)
1466
1467# We need the following in order to create <stdarg.h> when the system
1468# doesn't have one that works with the given compiler.
1469if GL_GENERATE_STDARG_H
1470stdarg.h: stdarg.in.h $(top_builddir)/config.status
1471	$(AM_V_GEN)rm -f $@-t $@ && \
1472	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1473	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1474	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1475	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1476	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1477	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
1478	      < $(srcdir)/stdarg.in.h; \
1479	} > $@-t && \
1480	mv $@-t $@
1481else
1482stdarg.h: $(top_builddir)/config.status
1483	rm -f $@
1484endif
1485MOSTLYCLEANFILES += stdarg.h stdarg.h-t
1486
1487EXTRA_DIST += stdarg.in.h
1488
1489## end   gnulib module stdarg
1490
1491## begin gnulib module stdbool
1492
1493BUILT_SOURCES += $(STDBOOL_H)
1494
1495# We need the following in order to create <stdbool.h> when the system
1496# doesn't have one that works.
1497if GL_GENERATE_STDBOOL_H
1498stdbool.h: stdbool.in.h $(top_builddir)/config.status
1499	$(AM_V_GEN)rm -f $@-t $@ && \
1500	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1501	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1502	} > $@-t && \
1503	mv $@-t $@
1504else
1505stdbool.h: $(top_builddir)/config.status
1506	rm -f $@
1507endif
1508MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1509
1510EXTRA_DIST += stdbool.in.h
1511
1512## end   gnulib module stdbool
1513
1514## begin gnulib module stddef
1515
1516BUILT_SOURCES += $(STDDEF_H)
1517
1518# We need the following in order to create <stddef.h> when the system
1519# doesn't have one that works with the given compiler.
1520if GL_GENERATE_STDDEF_H
1521stddef.h: stddef.in.h $(top_builddir)/config.status
1522	$(AM_V_GEN)rm -f $@-t $@ && \
1523	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1524	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1525	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1526	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1527	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1528	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1529	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1530	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1531	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1532	      < $(srcdir)/stddef.in.h; \
1533	} > $@-t && \
1534	mv $@-t $@
1535else
1536stddef.h: $(top_builddir)/config.status
1537	rm -f $@
1538endif
1539MOSTLYCLEANFILES += stddef.h stddef.h-t
1540
1541EXTRA_DIST += stddef.in.h
1542
1543## end   gnulib module stddef
1544
1545## begin gnulib module stdint
1546
1547BUILT_SOURCES += $(STDINT_H)
1548
1549# We need the following in order to create <stdint.h> when the system
1550# doesn't have one that works with the given compiler.
1551if GL_GENERATE_STDINT_H
1552stdint.h: stdint.in.h $(top_builddir)/config.status
1553	$(AM_V_GEN)rm -f $@-t $@ && \
1554	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1555	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1556	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1557	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1558	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1559	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1560	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1561	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1562	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1563	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1564	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1565	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1566	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1567	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1568	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1569	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1570	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1571	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1572	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1573	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1574	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1575	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1576	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1577	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1578	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1579	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1580	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1581	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1582	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1583	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
1584	      < $(srcdir)/stdint.in.h; \
1585	} > $@-t && \
1586	mv $@-t $@
1587else
1588stdint.h: $(top_builddir)/config.status
1589	rm -f $@
1590endif
1591MOSTLYCLEANFILES += stdint.h stdint.h-t
1592
1593EXTRA_DIST += stdint.in.h
1594
1595## end   gnulib module stdint
1596
1597## begin gnulib module stdio
1598
1599BUILT_SOURCES += stdio.h
1600
1601# We need the following in order to create <stdio.h> when the system
1602# doesn't have one that works with the given compiler.
1603stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1604	$(AM_V_GEN)rm -f $@-t $@ && \
1605	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1606	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1607	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1608	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1609	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1610	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1611	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1612	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1613	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1614	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1615	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1616	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1617	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1618	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1619	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1620	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1621	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1622	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1623	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1624	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1625	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1626	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1627	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1628	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1629	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1630	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1631	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1632	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1633	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1634	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1635	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1636	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1637	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1638	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1639	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1640	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1641	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1642	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1643	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1644	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1645	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1646	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1647	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1648	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1649	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1650	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1651	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1652	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1653	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1654	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1655	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1656	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1657	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1658	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1659	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1660	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1661	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1662	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1663	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1664	      < $(srcdir)/stdio.in.h | \
1665	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1666	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1667	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1668	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1669	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1670	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1671	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1672	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1673	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1674	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1675	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1676	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1677	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1678	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1679	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1680	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1681	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1682	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1683	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1684	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1685	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1686	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1687	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1688	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1689	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1690	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1691	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1692	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1693	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1694	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1695	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1696	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1697	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1698	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1699	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1700	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1701	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1702	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1703	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1704	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1705	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1706	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1707	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1708	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1709	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1710	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1711	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1712	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1713	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1714	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1715	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1716	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1717	} > $@-t && \
1718	mv $@-t $@
1719MOSTLYCLEANFILES += stdio.h stdio.h-t
1720
1721EXTRA_DIST += stdio.in.h
1722
1723## end   gnulib module stdio
1724
1725## begin gnulib module stdlib
1726
1727BUILT_SOURCES += stdlib.h
1728
1729# We need the following in order to create <stdlib.h> when the system
1730# doesn't have one that works with the given compiler.
1731stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1732  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1733	$(AM_V_GEN)rm -f $@-t $@ && \
1734	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1735	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1736	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1737	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1738	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1739	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1740	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1741	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1742	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1743	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1744	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1745	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1746	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1747	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1748	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1749	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1750	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1751	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1752	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1753	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1754	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1755	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1756	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1757	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1758	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
1759	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1760	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1761	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1762	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1763	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1764	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1765	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1766	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1767	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1768	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1769	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1770	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1771	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1772	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1773	      < $(srcdir)/stdlib.in.h | \
1774	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1775	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1776	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1777	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1778	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1779	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1780	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1781	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1782	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1783	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1784	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1785	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1786	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1787	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1788	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
1789	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1790	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1791	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1792	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1793	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1794	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1795	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1796	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1797	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1798	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1799	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1800	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1801	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1802	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1803	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1804	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1805	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1806	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1807	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1808	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1809	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1810	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1811	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
1812	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1813	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1814	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1815	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1816	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1817	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1818	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1819	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1820	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1821	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1822	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1823	} > $@-t && \
1824	mv $@-t $@
1825MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1826
1827EXTRA_DIST += stdlib.in.h
1828
1829## end   gnulib module stdlib
1830
1831## begin gnulib module stpcpy
1832
1833
1834EXTRA_DIST += stpcpy.c
1835
1836EXTRA_libgnu_a_SOURCES += stpcpy.c
1837
1838## end   gnulib module stpcpy
1839
1840## begin gnulib module strcase
1841
1842
1843EXTRA_DIST += strcasecmp.c strncasecmp.c
1844
1845EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
1846
1847## end   gnulib module strcase
1848
1849## begin gnulib module strchrnul
1850
1851
1852EXTRA_DIST += strchrnul.c strchrnul.valgrind
1853
1854EXTRA_libgnu_a_SOURCES += strchrnul.c
1855
1856## end   gnulib module strchrnul
1857
1858## begin gnulib module strdup-posix
1859
1860
1861EXTRA_DIST += strdup.c
1862
1863EXTRA_libgnu_a_SOURCES += strdup.c
1864
1865## end   gnulib module strdup-posix
1866
1867## begin gnulib module streq
1868
1869
1870EXTRA_DIST += streq.h
1871
1872## end   gnulib module streq
1873
1874## begin gnulib module strerror
1875
1876
1877EXTRA_DIST += strerror.c
1878
1879EXTRA_libgnu_a_SOURCES += strerror.c
1880
1881## end   gnulib module strerror
1882
1883## begin gnulib module strerror-override
1884
1885
1886EXTRA_DIST += strerror-override.c strerror-override.h
1887
1888EXTRA_libgnu_a_SOURCES += strerror-override.c
1889
1890## end   gnulib module strerror-override
1891
1892## begin gnulib module strftime
1893
1894libgnu_a_SOURCES += strftime.c
1895
1896EXTRA_DIST += strftime.h
1897
1898## end   gnulib module strftime
1899
1900## begin gnulib module string
1901
1902BUILT_SOURCES += string.h
1903
1904# We need the following in order to create <string.h> when the system
1905# doesn't have one that works with the given compiler.
1906string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1907	$(AM_V_GEN)rm -f $@-t $@ && \
1908	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1909	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1910	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1911	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1912	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1913	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1914	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1915	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1916	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1917	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1918	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1919	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1920	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1921	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1922	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1923	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1924	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1925	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1926	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1927	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1928	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1929	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1930	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1931	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1932	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1933	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1934	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1935	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1936	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1937	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1938	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1939	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1940	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1941	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1942	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1943	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1944	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1945	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1946	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1947	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1948	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1949	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1950	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1951	      < $(srcdir)/string.in.h | \
1952	  sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1953	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1954	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1955	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1956	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1957	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1958	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1959	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1960	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1961	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1962	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1963	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1964	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1965	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1966	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1967	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1968	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1969	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1970	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1971	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1972	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1973	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1974	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1975	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1976	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1977	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1978	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1979	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1980	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1981	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1982	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1983	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1984	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1985	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1986	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1987	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1988	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1989	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1990	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1991	      < $(srcdir)/string.in.h; \
1992	} > $@-t && \
1993	mv $@-t $@
1994MOSTLYCLEANFILES += string.h string.h-t
1995
1996EXTRA_DIST += string.in.h
1997
1998## end   gnulib module string
1999
2000## begin gnulib module strings
2001
2002BUILT_SOURCES += strings.h
2003
2004# We need the following in order to create <strings.h> when the system
2005# doesn't have one that works with the given compiler.
2006strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2007	$(AM_V_GEN)rm -f $@-t $@ && \
2008	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2009	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2010	      -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
2011	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2012	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2013	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2014	      -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
2015	      -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
2016	      -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
2017	      -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
2018	      -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
2019	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2020	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2021	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2022	      < $(srcdir)/strings.in.h; \
2023	} > $@-t && \
2024	mv $@-t $@
2025MOSTLYCLEANFILES += strings.h strings.h-t
2026
2027EXTRA_DIST += strings.in.h
2028
2029## end   gnulib module strings
2030
2031## begin gnulib module strndup
2032
2033
2034EXTRA_DIST += strndup.c
2035
2036EXTRA_libgnu_a_SOURCES += strndup.c
2037
2038## end   gnulib module strndup
2039
2040## begin gnulib module strnlen
2041
2042
2043EXTRA_DIST += strnlen.c
2044
2045EXTRA_libgnu_a_SOURCES += strnlen.c
2046
2047## end   gnulib module strnlen
2048
2049## begin gnulib module strnlen1
2050
2051libgnu_a_SOURCES += strnlen1.h strnlen1.c
2052
2053## end   gnulib module strnlen1
2054
2055## begin gnulib module strtol
2056
2057
2058EXTRA_DIST += strtol.c
2059
2060EXTRA_libgnu_a_SOURCES += strtol.c
2061
2062## end   gnulib module strtol
2063
2064## begin gnulib module sys_stat
2065
2066BUILT_SOURCES += sys/stat.h
2067
2068# We need the following in order to create <sys/stat.h> when the system
2069# has one that is incomplete.
2070sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2071	$(AM_V_at)$(MKDIR_P) sys
2072	$(AM_V_GEN)rm -f $@-t $@ && \
2073	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2074	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2075	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2076	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2077	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2078	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2079	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2080	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2081	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2082	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2083	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2084	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2085	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2086	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2087	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2088	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2089	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2090	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2091	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2092	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2093	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2094	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2095	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2096	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2097	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2098	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2099	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2100	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2101	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2102	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2103	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2104	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2105	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2106	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2107	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2108	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2109	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2110	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2111	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2112	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2113	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2114	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2115	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2116	      < $(srcdir)/sys_stat.in.h; \
2117	} > $@-t && \
2118	mv $@-t $@
2119MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
2120MOSTLYCLEANDIRS += sys
2121
2122EXTRA_DIST += sys_stat.in.h
2123
2124## end   gnulib module sys_stat
2125
2126## begin gnulib module sys_time
2127
2128BUILT_SOURCES += sys/time.h
2129
2130# We need the following in order to create <sys/time.h> when the system
2131# doesn't have one that works with the given compiler.
2132sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2133	$(AM_V_at)$(MKDIR_P) sys
2134	$(AM_V_GEN)rm -f $@-t $@ && \
2135	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2136	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2137	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
2138	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2139	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2140	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2141	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
2142	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2143	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2144	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
2145	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
2146	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
2147	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
2148	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2149	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2150	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2151	      < $(srcdir)/sys_time.in.h; \
2152	} > $@-t && \
2153	mv $@-t $@
2154MOSTLYCLEANFILES += sys/time.h sys/time.h-t
2155
2156EXTRA_DIST += sys_time.in.h
2157
2158## end   gnulib module sys_time
2159
2160## begin gnulib module sys_types
2161
2162BUILT_SOURCES += sys/types.h
2163
2164# We need the following in order to create <sys/types.h> when the system
2165# doesn't have one that works with the given compiler.
2166sys/types.h: sys_types.in.h $(top_builddir)/config.status
2167	$(AM_V_at)$(MKDIR_P) sys
2168	$(AM_V_GEN)rm -f $@-t $@ && \
2169	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2170	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2171	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2172	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2173	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2174	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2175	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2176	      < $(srcdir)/sys_types.in.h; \
2177	} > $@-t && \
2178	mv $@-t $@
2179MOSTLYCLEANFILES += sys/types.h sys/types.h-t
2180
2181EXTRA_DIST += sys_types.in.h
2182
2183## end   gnulib module sys_types
2184
2185## begin gnulib module sysexits
2186
2187BUILT_SOURCES += $(SYSEXITS_H)
2188
2189# We need the following in order to create <sysexits.h> when the system
2190# doesn't have one that works with the given compiler.
2191if GL_GENERATE_SYSEXITS_H
2192sysexits.h: sysexits.in.h $(top_builddir)/config.status
2193	$(AM_V_GEN)rm -f $@-t $@ && \
2194	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2195	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2196	      -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
2197	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2198	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2199	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2200	      -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
2201	      < $(srcdir)/sysexits.in.h; \
2202	} > $@-t && \
2203	mv -f $@-t $@
2204else
2205sysexits.h: $(top_builddir)/config.status
2206	rm -f $@
2207endif
2208MOSTLYCLEANFILES += sysexits.h sysexits.h-t
2209
2210EXTRA_DIST += sysexits.in.h
2211
2212## end   gnulib module sysexits
2213
2214## begin gnulib module time
2215
2216BUILT_SOURCES += time.h
2217
2218# We need the following in order to create <time.h> when the system
2219# doesn't have one that works with the given compiler.
2220time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2221	$(AM_V_GEN)rm -f $@-t $@ && \
2222	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2223	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2224	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2225	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2226	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2227	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2228	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2229	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2230	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2231	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2232	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2233	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2234	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
2235	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2236	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2237	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2238	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2239	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2240	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2241	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2242	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2243	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2244	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2245	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2246	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2247	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2248	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2249	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2250	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2251	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2252	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2253	      < $(srcdir)/time.in.h; \
2254	} > $@-t && \
2255	mv $@-t $@
2256MOSTLYCLEANFILES += time.h time.h-t
2257
2258EXTRA_DIST += time.in.h
2259
2260## end   gnulib module time
2261
2262## begin gnulib module time_r
2263
2264
2265EXTRA_DIST += time_r.c
2266
2267EXTRA_libgnu_a_SOURCES += time_r.c
2268
2269## end   gnulib module time_r
2270
2271## begin gnulib module time_rz
2272
2273
2274EXTRA_DIST += time-internal.h time_rz.c
2275
2276EXTRA_libgnu_a_SOURCES += time_rz.c
2277
2278## end   gnulib module time_rz
2279
2280## begin gnulib module timegm
2281
2282
2283EXTRA_DIST += mktime-internal.h timegm.c
2284
2285EXTRA_libgnu_a_SOURCES += timegm.c
2286
2287## end   gnulib module timegm
2288
2289## begin gnulib module timespec
2290
2291libgnu_a_SOURCES += timespec.c
2292
2293EXTRA_DIST += timespec.h
2294
2295## end   gnulib module timespec
2296
2297## begin gnulib module unistd
2298
2299BUILT_SOURCES += unistd.h
2300libgnu_a_SOURCES += unistd.c
2301
2302# We need the following in order to create an empty placeholder for
2303# <unistd.h> when the system doesn't have one.
2304unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2305	$(AM_V_GEN)rm -f $@-t $@ && \
2306	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2307	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2308	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2309	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2310	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2311	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2312	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2313	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2314	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2315	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2316	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2317	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2318	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2319	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2320	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2321	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2322	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2323	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2324	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2325	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2326	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2327	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2328	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2329	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2330	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2331	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2332	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2333	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2334	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2335	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2336	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2337	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2338	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2339	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2340	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2341	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2342	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2343	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2344	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2345	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2346	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2347	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2348	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2349	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2350	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2351	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2352	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2353	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2354	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2355	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2356	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2357	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2358	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2359	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2360	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2361	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2362	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2363	      < $(srcdir)/unistd.in.h | \
2364	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2365	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
2366	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2367	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2368	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2369	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2370	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2371	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2372	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2373	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2374	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2375	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2376	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2377	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2378	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2379	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2380	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2381	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2382	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2383	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2384	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2385	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2386	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2387	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2388	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2389	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2390	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2391	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2392	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2393	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2394	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2395	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2396	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2397	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2398	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
2399	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2400	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2401	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2402	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2403	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2404	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2405	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2406	  | \
2407	  sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2408	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2409	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2410	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2411	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2412	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2413	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2414	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2415	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2416	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2417	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2418	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2419	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2420	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2421	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2422	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2423	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2424	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2425	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2426	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2427	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2428	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
2429	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2430	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2431	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2432	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
2433	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2434	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2435	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2436	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2437	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2438	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2439	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2440	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2441	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2442	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2443	} > $@-t && \
2444	mv $@-t $@
2445MOSTLYCLEANFILES += unistd.h unistd.h-t
2446
2447EXTRA_DIST += unistd.in.h
2448
2449## end   gnulib module unistd
2450
2451## begin gnulib module unistd-safer
2452
2453libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
2454
2455EXTRA_DIST += unistd--.h unistd-safer.h
2456
2457## end   gnulib module unistd-safer
2458
2459## begin gnulib module unlocked-io
2460
2461
2462EXTRA_DIST += unlocked-io.h
2463
2464## end   gnulib module unlocked-io
2465
2466## begin gnulib module unsetenv
2467
2468
2469EXTRA_DIST += unsetenv.c
2470
2471EXTRA_libgnu_a_SOURCES += unsetenv.c
2472
2473## end   gnulib module unsetenv
2474
2475## begin gnulib module utimens
2476
2477libgnu_a_SOURCES += utimens.c
2478
2479EXTRA_DIST += utimens.h
2480
2481## end   gnulib module utimens
2482
2483## begin gnulib module utimensat
2484
2485
2486EXTRA_DIST += at-func.c utimensat.c
2487
2488EXTRA_libgnu_a_SOURCES += at-func.c utimensat.c
2489
2490## end   gnulib module utimensat
2491
2492## begin gnulib module vasnprintf
2493
2494
2495EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2496
2497EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2498
2499## end   gnulib module vasnprintf
2500
2501## begin gnulib module verify
2502
2503
2504EXTRA_DIST += verify.h
2505
2506## end   gnulib module verify
2507
2508## begin gnulib module version-etc
2509
2510libgnu_a_SOURCES += version-etc.h version-etc.c
2511
2512## end   gnulib module version-etc
2513
2514## begin gnulib module version-etc-fsf
2515
2516libgnu_a_SOURCES += version-etc-fsf.c
2517
2518## end   gnulib module version-etc-fsf
2519
2520## begin gnulib module vsnprintf
2521
2522
2523EXTRA_DIST += vsnprintf.c
2524
2525EXTRA_libgnu_a_SOURCES += vsnprintf.c
2526
2527## end   gnulib module vsnprintf
2528
2529## begin gnulib module wchar
2530
2531BUILT_SOURCES += wchar.h
2532
2533# We need the following in order to create <wchar.h> when the system
2534# version does not work standalone.
2535wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2536	$(AM_V_GEN)rm -f $@-t $@ && \
2537	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2538	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2539	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2540	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2541	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2542	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2543	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2544	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2545	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2546	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2547	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2548	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2549	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2550	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2551	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2552	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2553	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2554	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2555	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2556	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2557	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2558	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2559	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2560	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2561	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2562	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2563	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2564	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2565	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2566	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2567	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2568	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2569	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2570	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2571	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2572	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2573	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2574	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2575	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2576	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2577	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2578	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2579	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2580	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2581	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2582	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2583	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2584	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2585	      < $(srcdir)/wchar.in.h | \
2586	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2587	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2588	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2589	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2590	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2591	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2592	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2593	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2594	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2595	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2596	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2597	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2598	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2599	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2600	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2601	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2602	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2603	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2604	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2605	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2606	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2607	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2608	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2609	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2610	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2611	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2612	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2613	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2614	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2615	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2616	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2617	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2618	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2619	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2620	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2621	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2622	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2623	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2624	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2625	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2626	  | \
2627	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2628	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2629	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2630	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2631	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2632	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2633	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2634	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2635	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2636	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2637	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2638	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2639	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2640	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2641	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2642	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2643	} > $@-t && \
2644	mv $@-t $@
2645MOSTLYCLEANFILES += wchar.h wchar.h-t
2646
2647EXTRA_DIST += wchar.in.h
2648
2649## end   gnulib module wchar
2650
2651## begin gnulib module wctype-h
2652
2653BUILT_SOURCES += wctype.h
2654libgnu_a_SOURCES += wctype-h.c
2655
2656# We need the following in order to create <wctype.h> when the system
2657# doesn't have one that works with the given compiler.
2658wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2659	$(AM_V_GEN)rm -f $@-t $@ && \
2660	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2661	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2662	      -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
2663	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2664	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2665	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2666	      -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
2667	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2668	      -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
2669	      -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
2670	      -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
2671	      -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
2672	      -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
2673	      -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
2674	      -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
2675	      -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
2676	      -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
2677	      -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
2678	      -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
2679	      -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
2680	      -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
2681	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2682	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2683	      < $(srcdir)/wctype.in.h; \
2684	} > $@-t && \
2685	mv $@-t $@
2686MOSTLYCLEANFILES += wctype.h wctype.h-t
2687
2688EXTRA_DIST += wctype.in.h
2689
2690## end   gnulib module wctype-h
2691
2692## begin gnulib module write
2693
2694
2695EXTRA_DIST += write.c
2696
2697EXTRA_libgnu_a_SOURCES += write.c
2698
2699## end   gnulib module write
2700
2701## begin gnulib module xalloc
2702
2703libgnu_a_SOURCES += xmalloc.c
2704
2705EXTRA_DIST += xalloc.h
2706
2707## end   gnulib module xalloc
2708
2709## begin gnulib module xalloc-die
2710
2711libgnu_a_SOURCES += xalloc-die.c
2712
2713## end   gnulib module xalloc-die
2714
2715## begin gnulib module xalloc-oversized
2716
2717
2718EXTRA_DIST += xalloc-oversized.h
2719
2720## end   gnulib module xalloc-oversized
2721
2722## begin gnulib module xgetcwd
2723
2724libgnu_a_SOURCES += xgetcwd.c
2725
2726EXTRA_DIST += xgetcwd.h
2727
2728## end   gnulib module xgetcwd
2729
2730## begin gnulib module xsize
2731
2732libgnu_a_SOURCES += xsize.h xsize.c
2733
2734## end   gnulib module xsize
2735
2736## begin gnulib module xstrndup
2737
2738libgnu_a_SOURCES += xstrndup.h xstrndup.c
2739
2740## end   gnulib module xstrndup
2741
2742
2743mostlyclean-local: mostlyclean-generic
2744	@for dir in '' $(MOSTLYCLEANDIRS); do \
2745	  if test -n "$$dir" && test -d $$dir; then \
2746	    echo "rmdir $$dir"; rmdir $$dir; \
2747	  fi; \
2748	done; \
2749	:
2750