1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2012 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 --dir=. --lib=libgnu --source-base=gnulib-lib --m4-base=gnulib-m4 --po-base=gnulib-po --doc-base=gnulib-doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --po-domain=renameutils configmake dirname dup2 fcntl getline getopt-gnu gettext gettimeofday locale lstat malloc-gnu minmax progname quote quotearg realloc-gnu signal stdbool stdint strdup-posix strerror string strndup sys_stat unistd vasprintf version-etc xalloc xalloc-die xvasprintf yesno
25
26AUTOMAKE_OPTIONS = 1.5 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
51AM_CPPFLAGS += -DDEFAULT_TEXT_DOMAIN=\"renameutils-gnulib\"
52
53## begin gnulib module alloca-opt
54
55BUILT_SOURCES += $(ALLOCA_H)
56
57# We need the following in order to create <alloca.h> when the system
58# doesn't have one that works with the given compiler.
59if GL_GENERATE_ALLOCA_H
60alloca.h: alloca.in.h $(top_builddir)/config.status
61	$(AM_V_GEN)rm -f $@-t $@ && \
62	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
63	  cat $(srcdir)/alloca.in.h; \
64	} > $@-t && \
65	mv -f $@-t $@
66else
67alloca.h: $(top_builddir)/config.status
68	rm -f $@
69endif
70MOSTLYCLEANFILES += alloca.h alloca.h-t
71
72EXTRA_DIST += alloca.in.h
73
74## end   gnulib module alloca-opt
75
76## begin gnulib module btowc
77
78
79EXTRA_DIST += btowc.c
80
81EXTRA_libgnu_a_SOURCES += btowc.c
82
83## end   gnulib module btowc
84
85## begin gnulib module c-ctype
86
87libgnu_a_SOURCES += c-ctype.h c-ctype.c
88
89## end   gnulib module c-ctype
90
91## begin gnulib module c-strcase
92
93libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
94
95## end   gnulib module c-strcase
96
97## begin gnulib module c-strcaseeq
98
99
100EXTRA_DIST += c-strcaseeq.h
101
102## end   gnulib module c-strcaseeq
103
104## begin gnulib module close
105
106
107EXTRA_DIST += close.c
108
109EXTRA_libgnu_a_SOURCES += close.c
110
111## end   gnulib module close
112
113## begin gnulib module configmake
114
115# Listed in the same order as the GNU makefile conventions, and
116# provided by autoconf 2.59c+.
117# The Automake-defined pkg* macros are appended, in the order
118# listed in the Automake 1.10a+ documentation.
119configmake.h: Makefile
120	$(AM_V_GEN)rm -f $@-t && \
121	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
122	  echo '#define PREFIX "$(prefix)"'; \
123	  echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
124	  echo '#define BINDIR "$(bindir)"'; \
125	  echo '#define SBINDIR "$(sbindir)"'; \
126	  echo '#define LIBEXECDIR "$(libexecdir)"'; \
127	  echo '#define DATAROOTDIR "$(datarootdir)"'; \
128	  echo '#define DATADIR "$(datadir)"'; \
129	  echo '#define SYSCONFDIR "$(sysconfdir)"'; \
130	  echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
131	  echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
132	  echo '#define INCLUDEDIR "$(includedir)"'; \
133	  echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
134	  echo '#define DOCDIR "$(docdir)"'; \
135	  echo '#define INFODIR "$(infodir)"'; \
136	  echo '#define HTMLDIR "$(htmldir)"'; \
137	  echo '#define DVIDIR "$(dvidir)"'; \
138	  echo '#define PDFDIR "$(pdfdir)"'; \
139	  echo '#define PSDIR "$(psdir)"'; \
140	  echo '#define LIBDIR "$(libdir)"'; \
141	  echo '#define LISPDIR "$(lispdir)"'; \
142	  echo '#define LOCALEDIR "$(localedir)"'; \
143	  echo '#define MANDIR "$(mandir)"'; \
144	  echo '#define MANEXT "$(manext)"'; \
145	  echo '#define PKGDATADIR "$(pkgdatadir)"'; \
146	  echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
147	  echo '#define PKGLIBDIR "$(pkglibdir)"'; \
148	  echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
149	} | sed '/""/d' > $@-t && \
150	mv -f $@-t $@
151
152BUILT_SOURCES += configmake.h
153CLEANFILES += configmake.h configmake.h-t
154
155## end   gnulib module configmake
156
157## begin gnulib module dirname
158
159libgnu_a_SOURCES += dirname.c basename.c
160
161EXTRA_DIST += stripslash.c
162
163EXTRA_libgnu_a_SOURCES += stripslash.c
164
165## end   gnulib module dirname
166
167## begin gnulib module dirname-lgpl
168
169libgnu_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
170
171EXTRA_DIST += dirname.h
172
173## end   gnulib module dirname-lgpl
174
175## begin gnulib module dosname
176
177
178EXTRA_DIST += dosname.h
179
180## end   gnulib module dosname
181
182## begin gnulib module dup2
183
184
185EXTRA_DIST += dup2.c
186
187EXTRA_libgnu_a_SOURCES += dup2.c
188
189## end   gnulib module dup2
190
191## begin gnulib module errno
192
193BUILT_SOURCES += $(ERRNO_H)
194
195# We need the following in order to create <errno.h> when the system
196# doesn't have one that is POSIX compliant.
197if GL_GENERATE_ERRNO_H
198errno.h: errno.in.h $(top_builddir)/config.status
199	$(AM_V_GEN)rm -f $@-t $@ && \
200	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
201	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
202	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
203	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
204	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
205	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
206	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
207	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
208	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
209	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
210	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
211	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
212	      < $(srcdir)/errno.in.h; \
213	} > $@-t && \
214	mv $@-t $@
215else
216errno.h: $(top_builddir)/config.status
217	rm -f $@
218endif
219MOSTLYCLEANFILES += errno.h errno.h-t
220
221EXTRA_DIST += errno.in.h
222
223## end   gnulib module errno
224
225## begin gnulib module error
226
227
228EXTRA_DIST += error.c error.h
229
230EXTRA_libgnu_a_SOURCES += error.c
231
232## end   gnulib module error
233
234## begin gnulib module exitfail
235
236libgnu_a_SOURCES += exitfail.c
237
238EXTRA_DIST += exitfail.h
239
240## end   gnulib module exitfail
241
242## begin gnulib module fcntl
243
244
245EXTRA_DIST += fcntl.c
246
247EXTRA_libgnu_a_SOURCES += fcntl.c
248
249## end   gnulib module fcntl
250
251## begin gnulib module fcntl-h
252
253BUILT_SOURCES += fcntl.h
254
255# We need the following in order to create <fcntl.h> when the system
256# doesn't have one that works with the given compiler.
257fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
258	$(AM_V_GEN)rm -f $@-t $@ && \
259	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
260	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
261	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
262	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
263	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
264	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
265	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
266	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
267	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
268	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
269	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
270	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
271	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
272	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
273	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
274	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
275	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
276	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
277	      < $(srcdir)/fcntl.in.h; \
278	} > $@-t && \
279	mv $@-t $@
280MOSTLYCLEANFILES += fcntl.h fcntl.h-t
281
282EXTRA_DIST += fcntl.in.h
283
284## end   gnulib module fcntl-h
285
286## begin gnulib module fd-hook
287
288libgnu_a_SOURCES += fd-hook.c
289
290EXTRA_DIST += fd-hook.h
291
292## end   gnulib module fd-hook
293
294## begin gnulib module float
295
296BUILT_SOURCES += $(FLOAT_H)
297
298# We need the following in order to create <float.h> when the system
299# doesn't have one that works with the given compiler.
300if GL_GENERATE_FLOAT_H
301float.h: float.in.h $(top_builddir)/config.status
302	$(AM_V_GEN)rm -f $@-t $@ && \
303	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
304	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
305	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
306	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
307	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
308	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
309	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
310	      < $(srcdir)/float.in.h; \
311	} > $@-t && \
312	mv $@-t $@
313else
314float.h: $(top_builddir)/config.status
315	rm -f $@
316endif
317MOSTLYCLEANFILES += float.h float.h-t
318
319EXTRA_DIST += float.c float.in.h itold.c
320
321EXTRA_libgnu_a_SOURCES += float.c itold.c
322
323## end   gnulib module float
324
325## begin gnulib module getdelim
326
327
328EXTRA_DIST += getdelim.c
329
330EXTRA_libgnu_a_SOURCES += getdelim.c
331
332## end   gnulib module getdelim
333
334## begin gnulib module getdtablesize
335
336
337EXTRA_DIST += getdtablesize.c
338
339EXTRA_libgnu_a_SOURCES += getdtablesize.c
340
341## end   gnulib module getdtablesize
342
343## begin gnulib module getline
344
345
346EXTRA_DIST += getline.c
347
348EXTRA_libgnu_a_SOURCES += getline.c
349
350## end   gnulib module getline
351
352## begin gnulib module getopt-posix
353
354BUILT_SOURCES += $(GETOPT_H)
355
356# We need the following in order to create <getopt.h> when the system
357# doesn't have one that works with the given compiler.
358getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
359	$(AM_V_GEN)rm -f $@-t $@ && \
360	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
361	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
362	      -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
363	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
364	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
365	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
366	      -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
367	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
368	      < $(srcdir)/getopt.in.h; \
369	} > $@-t && \
370	mv -f $@-t $@
371MOSTLYCLEANFILES += getopt.h getopt.h-t
372
373EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
374
375EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
376
377## end   gnulib module getopt-posix
378
379## begin gnulib module gettext
380
381# This is for those projects which use "gettextize --intl" to put a source-code
382# copy of libintl into their package. In such projects, every Makefile.am needs
383# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
384# For the Makefile.ams in other directories it is the maintainer's
385# responsibility; for the one from gnulib we do it here.
386# This option has no effect when the user disables NLS (because then the intl
387# directory contains no libintl.h file) or when the project does not use
388# "gettextize --intl".
389AM_CPPFLAGS += -I$(top_builddir)/intl
390
391EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
392
393## end   gnulib module gettext
394
395## begin gnulib module gettext-h
396
397libgnu_a_SOURCES += gettext.h
398
399## end   gnulib module gettext-h
400
401## begin gnulib module gettimeofday
402
403
404EXTRA_DIST += gettimeofday.c
405
406EXTRA_libgnu_a_SOURCES += gettimeofday.c
407
408## end   gnulib module gettimeofday
409
410## begin gnulib module havelib
411
412
413EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
414
415## end   gnulib module havelib
416
417## begin gnulib module intprops
418
419
420EXTRA_DIST += intprops.h
421
422## end   gnulib module intprops
423
424## begin gnulib module langinfo
425
426BUILT_SOURCES += langinfo.h
427
428# We need the following in order to create an empty placeholder for
429# <langinfo.h> when the system doesn't have one.
430langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
431	$(AM_V_GEN)rm -f $@-t $@ && \
432	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
433	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
434	      -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
435	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
436	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
437	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
438	      -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
439	      -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
440	      -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
441	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
442	      -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
443	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
444	      -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
445	      -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
446	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
447	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
448	      < $(srcdir)/langinfo.in.h; \
449	} > $@-t && \
450	mv $@-t $@
451MOSTLYCLEANFILES += langinfo.h langinfo.h-t
452
453EXTRA_DIST += langinfo.in.h
454
455## end   gnulib module langinfo
456
457## begin gnulib module localcharset
458
459libgnu_a_SOURCES += localcharset.h localcharset.c
460
461# We need the following in order to install a simple file in $(libdir)
462# which is shared with other installed packages. We use a list of referencing
463# packages so that "make uninstall" will remove the file if and only if it
464# is not used by another installed package.
465# On systems with glibc-2.1 or newer, the file is redundant, therefore we
466# avoid installing it.
467
468all-local: charset.alias ref-add.sed ref-del.sed
469
470charset_alias = $(DESTDIR)$(libdir)/charset.alias
471charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
472install-exec-local: install-exec-localcharset
473install-exec-localcharset: all-local
474	if test $(GLIBC21) = no; then \
475	  case '$(host_os)' in \
476	    darwin[56]*) \
477	      need_charset_alias=true ;; \
478	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
479	      need_charset_alias=false ;; \
480	    *) \
481	      need_charset_alias=true ;; \
482	  esac ; \
483	else \
484	  need_charset_alias=false ; \
485	fi ; \
486	if $$need_charset_alias; then \
487	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
488	fi ; \
489	if test -f $(charset_alias); then \
490	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
491	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
492	  rm -f $(charset_tmp) ; \
493	else \
494	  if $$need_charset_alias; then \
495	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
496	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
497	    rm -f $(charset_tmp) ; \
498	  fi ; \
499	fi
500
501uninstall-local: uninstall-localcharset
502uninstall-localcharset: all-local
503	if test -f $(charset_alias); then \
504	  sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
505	  if grep '^# Packages using this file: $$' $(charset_tmp) \
506	      > /dev/null; then \
507	    rm -f $(charset_alias); \
508	  else \
509	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
510	  fi; \
511	  rm -f $(charset_tmp); \
512	fi
513
514charset.alias: config.charset
515	$(AM_V_GEN)rm -f t-$@ $@ && \
516	$(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
517	mv t-$@ $@
518
519SUFFIXES += .sed .sin
520.sin.sed:
521	$(AM_V_GEN)rm -f t-$@ $@ && \
522	sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
523	mv t-$@ $@
524
525CLEANFILES += charset.alias ref-add.sed ref-del.sed
526
527EXTRA_DIST += config.charset ref-add.sin ref-del.sin
528
529## end   gnulib module localcharset
530
531## begin gnulib module locale
532
533BUILT_SOURCES += locale.h
534
535# We need the following in order to create <locale.h> when the system
536# doesn't have one that provides all definitions.
537locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
538	$(AM_V_GEN)rm -f $@-t $@ && \
539	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
540	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
541	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
542	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
543	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
544	      -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
545	      -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
546	      -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
547	      -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
548	      -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
549	      -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
550	      -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
551	      -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
552	      -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
553	      -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
554	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
555	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
556	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
557	      < $(srcdir)/locale.in.h; \
558	} > $@-t && \
559	mv $@-t $@
560MOSTLYCLEANFILES += locale.h locale.h-t
561
562EXTRA_DIST += locale.in.h
563
564## end   gnulib module locale
565
566## begin gnulib module localeconv
567
568
569EXTRA_DIST += localeconv.c
570
571EXTRA_libgnu_a_SOURCES += localeconv.c
572
573## end   gnulib module localeconv
574
575## begin gnulib module lstat
576
577
578EXTRA_DIST += lstat.c
579
580EXTRA_libgnu_a_SOURCES += lstat.c
581
582## end   gnulib module lstat
583
584## begin gnulib module malloc-gnu
585
586
587EXTRA_DIST += malloc.c
588
589EXTRA_libgnu_a_SOURCES += malloc.c
590
591## end   gnulib module malloc-gnu
592
593## begin gnulib module malloc-posix
594
595
596EXTRA_DIST += malloc.c
597
598EXTRA_libgnu_a_SOURCES += malloc.c
599
600## end   gnulib module malloc-posix
601
602## begin gnulib module mbrtowc
603
604
605EXTRA_DIST += mbrtowc.c
606
607EXTRA_libgnu_a_SOURCES += mbrtowc.c
608
609## end   gnulib module mbrtowc
610
611## begin gnulib module mbsinit
612
613
614EXTRA_DIST += mbsinit.c
615
616EXTRA_libgnu_a_SOURCES += mbsinit.c
617
618## end   gnulib module mbsinit
619
620## begin gnulib module mbtowc
621
622
623EXTRA_DIST += mbtowc-impl.h mbtowc.c
624
625EXTRA_libgnu_a_SOURCES += mbtowc.c
626
627## end   gnulib module mbtowc
628
629## begin gnulib module memchr
630
631
632EXTRA_DIST += memchr.c memchr.valgrind
633
634EXTRA_libgnu_a_SOURCES += memchr.c
635
636## end   gnulib module memchr
637
638## begin gnulib module minmax
639
640libgnu_a_SOURCES += minmax.h
641
642## end   gnulib module minmax
643
644## begin gnulib module msvc-inval
645
646
647EXTRA_DIST += msvc-inval.c msvc-inval.h
648
649EXTRA_libgnu_a_SOURCES += msvc-inval.c
650
651## end   gnulib module msvc-inval
652
653## begin gnulib module msvc-nothrow
654
655
656EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
657
658EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
659
660## end   gnulib module msvc-nothrow
661
662## begin gnulib module nl_langinfo
663
664
665EXTRA_DIST += nl_langinfo.c
666
667EXTRA_libgnu_a_SOURCES += nl_langinfo.c
668
669## end   gnulib module nl_langinfo
670
671## begin gnulib module pathmax
672
673
674EXTRA_DIST += pathmax.h
675
676## end   gnulib module pathmax
677
678## begin gnulib module progname
679
680libgnu_a_SOURCES += progname.h progname.c
681
682## end   gnulib module progname
683
684## begin gnulib module quote
685
686
687EXTRA_DIST += quote.h
688
689## end   gnulib module quote
690
691## begin gnulib module quotearg
692
693libgnu_a_SOURCES += quotearg.c
694
695EXTRA_DIST += quote.h quotearg.h
696
697## end   gnulib module quotearg
698
699## begin gnulib module realloc-gnu
700
701
702EXTRA_DIST += realloc.c
703
704EXTRA_libgnu_a_SOURCES += realloc.c
705
706## end   gnulib module realloc-gnu
707
708## begin gnulib module realloc-posix
709
710
711EXTRA_DIST += realloc.c
712
713EXTRA_libgnu_a_SOURCES += realloc.c
714
715## end   gnulib module realloc-posix
716
717## begin gnulib module regex
718
719
720EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
721
722EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
723
724## end   gnulib module regex
725
726## begin gnulib module rpmatch
727
728
729EXTRA_DIST += rpmatch.c
730
731EXTRA_libgnu_a_SOURCES += rpmatch.c
732
733## end   gnulib module rpmatch
734
735## begin gnulib module signal-h
736
737BUILT_SOURCES += signal.h
738
739# We need the following in order to create <signal.h> when the system
740# doesn't have a complete one.
741signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
742	$(AM_V_GEN)rm -f $@-t $@ && \
743	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
744	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
745	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
746	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
747	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
748	      -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
749	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
750	      -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
751	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
752	      -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
753	      -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
754	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
755	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
756	      -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
757	      -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
758	      -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
759	      -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
760	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
761	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
762	      -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
763	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
764	      -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
765	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
766	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
767	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
768	      < $(srcdir)/signal.in.h; \
769	} > $@-t && \
770	mv $@-t $@
771MOSTLYCLEANFILES += signal.h signal.h-t
772
773EXTRA_DIST += signal.in.h
774
775## end   gnulib module signal-h
776
777## begin gnulib module size_max
778
779libgnu_a_SOURCES += size_max.h
780
781## end   gnulib module size_max
782
783## begin gnulib module snippet/_Noreturn
784
785# Because this Makefile snippet defines a variable used by other
786# gnulib Makefile snippets, it must be present in all Makefile.am that
787# need it. This is ensured by the applicability 'all' defined above.
788
789_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
790
791EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
792
793## end   gnulib module snippet/_Noreturn
794
795## begin gnulib module snippet/arg-nonnull
796
797# The BUILT_SOURCES created by this Makefile snippet are not used via #include
798# statements but through direct file reference. Therefore this snippet must be
799# present in all Makefile.am that need it. This is ensured by the applicability
800# 'all' defined above.
801
802BUILT_SOURCES += arg-nonnull.h
803# The arg-nonnull.h that gets inserted into generated .h files is the same as
804# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
805# off.
806arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
807	$(AM_V_GEN)rm -f $@-t $@ && \
808	sed -n -e '/GL_ARG_NONNULL/,$$p' \
809	  < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
810	  > $@-t && \
811	mv $@-t $@
812MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
813
814ARG_NONNULL_H=arg-nonnull.h
815
816EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
817
818## end   gnulib module snippet/arg-nonnull
819
820## begin gnulib module snippet/c++defs
821
822# The BUILT_SOURCES created by this Makefile snippet are not used via #include
823# statements but through direct file reference. Therefore this snippet must be
824# present in all Makefile.am that need it. This is ensured by the applicability
825# 'all' defined above.
826
827BUILT_SOURCES += c++defs.h
828# The c++defs.h that gets inserted into generated .h files is the same as
829# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
830c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
831	$(AM_V_GEN)rm -f $@-t $@ && \
832	sed -n -e '/_GL_CXXDEFS/,$$p' \
833	  < $(top_srcdir)/build-aux/snippet/c++defs.h \
834	  > $@-t && \
835	mv $@-t $@
836MOSTLYCLEANFILES += c++defs.h c++defs.h-t
837
838CXXDEFS_H=c++defs.h
839
840EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
841
842## end   gnulib module snippet/c++defs
843
844## begin gnulib module snippet/warn-on-use
845
846BUILT_SOURCES += warn-on-use.h
847# The warn-on-use.h that gets inserted into generated .h files is the same as
848# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
849# off.
850warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
851	$(AM_V_GEN)rm -f $@-t $@ && \
852	sed -n -e '/^.ifndef/,$$p' \
853	  < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
854	  > $@-t && \
855	mv $@-t $@
856MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
857
858WARN_ON_USE_H=warn-on-use.h
859
860EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
861
862## end   gnulib module snippet/warn-on-use
863
864## begin gnulib module stat
865
866
867EXTRA_DIST += stat.c
868
869EXTRA_libgnu_a_SOURCES += stat.c
870
871## end   gnulib module stat
872
873## begin gnulib module stdarg
874
875BUILT_SOURCES += $(STDARG_H)
876
877# We need the following in order to create <stdarg.h> when the system
878# doesn't have one that works with the given compiler.
879if GL_GENERATE_STDARG_H
880stdarg.h: stdarg.in.h $(top_builddir)/config.status
881	$(AM_V_GEN)rm -f $@-t $@ && \
882	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
883	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
884	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
885	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
886	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
887	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
888	      < $(srcdir)/stdarg.in.h; \
889	} > $@-t && \
890	mv $@-t $@
891else
892stdarg.h: $(top_builddir)/config.status
893	rm -f $@
894endif
895MOSTLYCLEANFILES += stdarg.h stdarg.h-t
896
897EXTRA_DIST += stdarg.in.h
898
899## end   gnulib module stdarg
900
901## begin gnulib module stdbool
902
903BUILT_SOURCES += $(STDBOOL_H)
904
905# We need the following in order to create <stdbool.h> when the system
906# doesn't have one that works.
907if GL_GENERATE_STDBOOL_H
908stdbool.h: stdbool.in.h $(top_builddir)/config.status
909	$(AM_V_GEN)rm -f $@-t $@ && \
910	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
911	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
912	} > $@-t && \
913	mv $@-t $@
914else
915stdbool.h: $(top_builddir)/config.status
916	rm -f $@
917endif
918MOSTLYCLEANFILES += stdbool.h stdbool.h-t
919
920EXTRA_DIST += stdbool.in.h
921
922## end   gnulib module stdbool
923
924## begin gnulib module stddef
925
926BUILT_SOURCES += $(STDDEF_H)
927
928# We need the following in order to create <stddef.h> when the system
929# doesn't have one that works with the given compiler.
930if GL_GENERATE_STDDEF_H
931stddef.h: stddef.in.h $(top_builddir)/config.status
932	$(AM_V_GEN)rm -f $@-t $@ && \
933	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
934	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
935	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
936	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
937	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
938	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
939	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
940	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
941	      < $(srcdir)/stddef.in.h; \
942	} > $@-t && \
943	mv $@-t $@
944else
945stddef.h: $(top_builddir)/config.status
946	rm -f $@
947endif
948MOSTLYCLEANFILES += stddef.h stddef.h-t
949
950EXTRA_DIST += stddef.in.h
951
952## end   gnulib module stddef
953
954## begin gnulib module stdint
955
956BUILT_SOURCES += $(STDINT_H)
957
958# We need the following in order to create <stdint.h> when the system
959# doesn't have one that works with the given compiler.
960if GL_GENERATE_STDINT_H
961stdint.h: stdint.in.h $(top_builddir)/config.status
962	$(AM_V_GEN)rm -f $@-t $@ && \
963	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
964	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
965	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
966	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
967	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
968	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
969	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
970	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
971	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
972	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
973	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
974	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
975	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
976	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
977	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
978	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
979	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
980	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
981	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
982	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
983	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
984	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
985	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
986	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
987	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
988	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
989	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
990	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
991	      < $(srcdir)/stdint.in.h; \
992	} > $@-t && \
993	mv $@-t $@
994else
995stdint.h: $(top_builddir)/config.status
996	rm -f $@
997endif
998MOSTLYCLEANFILES += stdint.h stdint.h-t
999
1000EXTRA_DIST += stdint.in.h
1001
1002## end   gnulib module stdint
1003
1004## begin gnulib module stdio
1005
1006BUILT_SOURCES += stdio.h
1007
1008# We need the following in order to create <stdio.h> when the system
1009# doesn't have one that works with the given compiler.
1010stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1011	$(AM_V_GEN)rm -f $@-t $@ && \
1012	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1013	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1014	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1015	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1016	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1017	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1018	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1019	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1020	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1021	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1022	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1023	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1024	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1025	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1026	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1027	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1028	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1029	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1030	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1031	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1032	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1033	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1034	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1035	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1036	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1037	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1038	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1039	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1040	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1041	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1042	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1043	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1044	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1045	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1046	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1047	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1048	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1049	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1050	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1051	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1052	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1053	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1054	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1055	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1056	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1057	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1058	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1059	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1060	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1061	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1062	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1063	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1064	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1065	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1066	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1067	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1068	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1069	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1070	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1071	      < $(srcdir)/stdio.in.h | \
1072	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1073	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1074	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1075	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1076	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1077	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1078	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1079	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1080	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1081	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1082	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1083	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1084	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1085	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1086	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1087	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1088	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1089	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1090	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1091	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1092	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1093	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1094	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1095	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1096	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1097	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1098	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1099	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1100	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1101	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1102	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1103	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1104	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1105	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1106	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1107	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1108	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1109	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1110	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1111	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1112	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1113	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1114	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1115	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1116	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1117	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1118	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1119	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1120	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1121	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1122	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1123	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1124	} > $@-t && \
1125	mv $@-t $@
1126MOSTLYCLEANFILES += stdio.h stdio.h-t
1127
1128EXTRA_DIST += stdio.in.h
1129
1130## end   gnulib module stdio
1131
1132## begin gnulib module stdlib
1133
1134BUILT_SOURCES += stdlib.h
1135
1136# We need the following in order to create <stdlib.h> when the system
1137# doesn't have one that works with the given compiler.
1138stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1139  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1140	$(AM_V_GEN)rm -f $@-t $@ && \
1141	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1142	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1143	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1144	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1145	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1146	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1147	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1148	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1149	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1150	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1151	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1152	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1153	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1154	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1155	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1156	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1157	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1158	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1159	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1160	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1161	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1162	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1163	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1164	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1165	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1166	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1167	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1168	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1169	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1170	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1171	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1172	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1173	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1174	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1175	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1176	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1177	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1178	      < $(srcdir)/stdlib.in.h | \
1179	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1180	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1181	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1182	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1183	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1184	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1185	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1186	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1187	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1188	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1189	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1190	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1191	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1192	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1193	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1194	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1195	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1196	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1197	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1198	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1199	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1200	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1201	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1202	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1203	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1204	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1205	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1206	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1207	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1208	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1209	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1210	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1211	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1212	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1213	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1214	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1215	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1216	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1217	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1218	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1219	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1220	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1221	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1222	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1223	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1224	} > $@-t && \
1225	mv $@-t $@
1226MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1227
1228EXTRA_DIST += stdlib.in.h
1229
1230## end   gnulib module stdlib
1231
1232## begin gnulib module strcase
1233
1234
1235EXTRA_DIST += strcasecmp.c strncasecmp.c
1236
1237EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
1238
1239## end   gnulib module strcase
1240
1241## begin gnulib module strdup-posix
1242
1243
1244EXTRA_DIST += strdup.c
1245
1246EXTRA_libgnu_a_SOURCES += strdup.c
1247
1248## end   gnulib module strdup-posix
1249
1250## begin gnulib module streq
1251
1252
1253EXTRA_DIST += streq.h
1254
1255## end   gnulib module streq
1256
1257## begin gnulib module strerror
1258
1259
1260EXTRA_DIST += strerror.c
1261
1262EXTRA_libgnu_a_SOURCES += strerror.c
1263
1264## end   gnulib module strerror
1265
1266## begin gnulib module strerror-override
1267
1268
1269EXTRA_DIST += strerror-override.c strerror-override.h
1270
1271EXTRA_libgnu_a_SOURCES += strerror-override.c
1272
1273## end   gnulib module strerror-override
1274
1275## begin gnulib module string
1276
1277BUILT_SOURCES += string.h
1278
1279# We need the following in order to create <string.h> when the system
1280# doesn't have one that works with the given compiler.
1281string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1282	$(AM_V_GEN)rm -f $@-t $@ && \
1283	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1284	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1285	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1286	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1287	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1288	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1289	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1290	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1291	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1292	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1293	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1294	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1295	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1296	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1297	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1298	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1299	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1300	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1301	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1302	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1303	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1304	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1305	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1306	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1307	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1308	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1309	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1310	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1311	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1312	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1313	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1314	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1315	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1316	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1317	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1318	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1319	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1320	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1321	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1322	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1323	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1324	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1325	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1326	      < $(srcdir)/string.in.h | \
1327	  sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1328	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1329	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1330	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1331	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1332	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1333	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1334	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1335	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1336	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1337	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1338	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1339	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1340	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1341	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1342	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1343	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1344	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1345	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1346	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1347	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1348	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1349	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1350	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1351	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1352	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1353	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1354	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1355	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1356	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1357	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1358	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1359	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1360	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1361	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1362	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1363	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1364	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1365	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1366	      < $(srcdir)/string.in.h; \
1367	} > $@-t && \
1368	mv $@-t $@
1369MOSTLYCLEANFILES += string.h string.h-t
1370
1371EXTRA_DIST += string.in.h
1372
1373## end   gnulib module string
1374
1375## begin gnulib module strings
1376
1377BUILT_SOURCES += strings.h
1378
1379# We need the following in order to create <strings.h> when the system
1380# doesn't have one that works with the given compiler.
1381strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1382	$(AM_V_GEN)rm -f $@-t $@ && \
1383	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1384	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1385	      -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
1386	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1387	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1388	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1389	      -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
1390	      -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
1391	      -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
1392	      -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
1393	      -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
1394	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1395	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1396	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1397	      < $(srcdir)/strings.in.h; \
1398	} > $@-t && \
1399	mv $@-t $@
1400MOSTLYCLEANFILES += strings.h strings.h-t
1401
1402EXTRA_DIST += strings.in.h
1403
1404## end   gnulib module strings
1405
1406## begin gnulib module strndup
1407
1408
1409EXTRA_DIST += strndup.c
1410
1411EXTRA_libgnu_a_SOURCES += strndup.c
1412
1413## end   gnulib module strndup
1414
1415## begin gnulib module strnlen
1416
1417
1418EXTRA_DIST += strnlen.c
1419
1420EXTRA_libgnu_a_SOURCES += strnlen.c
1421
1422## end   gnulib module strnlen
1423
1424## begin gnulib module sys_stat
1425
1426BUILT_SOURCES += sys/stat.h
1427
1428# We need the following in order to create <sys/stat.h> when the system
1429# has one that is incomplete.
1430sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1431	$(AM_V_at)$(MKDIR_P) sys
1432	$(AM_V_GEN)rm -f $@-t $@ && \
1433	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1434	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1435	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1436	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1437	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1438	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1439	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1440	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1441	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1442	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1443	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1444	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1445	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1446	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1447	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1448	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1449	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1450	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1451	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1452	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1453	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1454	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1455	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1456	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1457	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1458	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1459	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1460	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1461	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1462	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1463	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1464	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1465	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1466	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1467	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1468	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1469	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1470	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1471	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1472	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1473	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1474	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1475	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1476	      < $(srcdir)/sys_stat.in.h; \
1477	} > $@-t && \
1478	mv $@-t $@
1479MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1480MOSTLYCLEANDIRS += sys
1481
1482EXTRA_DIST += sys_stat.in.h
1483
1484## end   gnulib module sys_stat
1485
1486## begin gnulib module sys_time
1487
1488BUILT_SOURCES += sys/time.h
1489
1490# We need the following in order to create <sys/time.h> when the system
1491# doesn't have one that works with the given compiler.
1492sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1493	$(AM_V_at)$(MKDIR_P) sys
1494	$(AM_V_GEN)rm -f $@-t $@ && \
1495	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1496	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1497	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1498	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1499	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1500	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1501	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1502	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1503	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1504	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1505	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1506	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1507	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1508	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1509	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1510	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1511	      < $(srcdir)/sys_time.in.h; \
1512	} > $@-t && \
1513	mv $@-t $@
1514MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1515
1516EXTRA_DIST += sys_time.in.h
1517
1518## end   gnulib module sys_time
1519
1520## begin gnulib module sys_types
1521
1522BUILT_SOURCES += sys/types.h
1523
1524# We need the following in order to create <sys/types.h> when the system
1525# doesn't have one that works with the given compiler.
1526sys/types.h: sys_types.in.h $(top_builddir)/config.status
1527	$(AM_V_at)$(MKDIR_P) sys
1528	$(AM_V_GEN)rm -f $@-t $@ && \
1529	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1530	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1531	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1532	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1533	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1534	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1535	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1536	      < $(srcdir)/sys_types.in.h; \
1537	} > $@-t && \
1538	mv $@-t $@
1539MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1540
1541EXTRA_DIST += sys_types.in.h
1542
1543## end   gnulib module sys_types
1544
1545## begin gnulib module time
1546
1547BUILT_SOURCES += time.h
1548
1549# We need the following in order to create <time.h> when the system
1550# doesn't have one that works with the given compiler.
1551time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1552	$(AM_V_GEN)rm -f $@-t $@ && \
1553	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1554	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1555	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1556	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1557	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1558	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1559	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1560	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1561	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1562	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1563	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1564	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1565	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1566	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1567	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1568	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1569	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1570	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1571	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1572	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1573	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1574	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1575	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1576	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1577	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1578	      < $(srcdir)/time.in.h; \
1579	} > $@-t && \
1580	mv $@-t $@
1581MOSTLYCLEANFILES += time.h time.h-t
1582
1583EXTRA_DIST += time.in.h
1584
1585## end   gnulib module time
1586
1587## begin gnulib module unistd
1588
1589BUILT_SOURCES += unistd.h
1590
1591# We need the following in order to create an empty placeholder for
1592# <unistd.h> when the system doesn't have one.
1593unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1594	$(AM_V_GEN)rm -f $@-t $@ && \
1595	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1596	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1597	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1598	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1599	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1600	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1601	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1602	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1603	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1604	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1605	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1606	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1607	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1608	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1609	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1610	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1611	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1612	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1613	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1614	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1615	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1616	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1617	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1618	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1619	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1620	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1621	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1622	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1623	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1624	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1625	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1626	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1627	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1628	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1629	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1630	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1631	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1632	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1633	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1634	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1635	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1636	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1637	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1638	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1639	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1640	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1641	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1642	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1643	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1644	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1645	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1646	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1647	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1648	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1649	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1650	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1651	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1652	      < $(srcdir)/unistd.in.h | \
1653	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1654	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1655	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1656	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1657	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1658	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1659	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1660	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1661	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1662	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1663	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1664	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1665	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1666	      -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1667	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1668	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1669	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1670	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1671	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1672	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1673	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1674	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1675	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1676	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1677	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1678	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1679	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1680	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1681	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1682	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1683	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1684	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1685	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1686	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1687	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1688	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1689	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1690	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1691	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1692	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1693	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1694	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1695	  | \
1696	  sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1697	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1698	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1699	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1700	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1701	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1702	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1703	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1704	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1705	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1706	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1707	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1708	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1709	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1710	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1711	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1712	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1713	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1714	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1715	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1716	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1717	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1718	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1719	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1720	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1721	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1722	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1723	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1724	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1725	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1726	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1727	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1728	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1729	} > $@-t && \
1730	mv $@-t $@
1731MOSTLYCLEANFILES += unistd.h unistd.h-t
1732
1733EXTRA_DIST += unistd.in.h
1734
1735## end   gnulib module unistd
1736
1737## begin gnulib module vasnprintf
1738
1739
1740EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1741
1742EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1743
1744## end   gnulib module vasnprintf
1745
1746## begin gnulib module vasprintf
1747
1748
1749EXTRA_DIST += asprintf.c vasprintf.c
1750
1751EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c
1752
1753## end   gnulib module vasprintf
1754
1755## begin gnulib module verify
1756
1757
1758EXTRA_DIST += verify.h
1759
1760## end   gnulib module verify
1761
1762## begin gnulib module version-etc
1763
1764libgnu_a_SOURCES += version-etc.h version-etc.c
1765
1766## end   gnulib module version-etc
1767
1768## begin gnulib module wchar
1769
1770BUILT_SOURCES += wchar.h
1771
1772# We need the following in order to create <wchar.h> when the system
1773# version does not work standalone.
1774wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1775	$(AM_V_GEN)rm -f $@-t $@ && \
1776	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1777	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1778	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1779	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1780	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1781	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1782	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1783	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1784	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
1785	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
1786	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
1787	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
1788	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
1789	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
1790	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
1791	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
1792	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
1793	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
1794	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
1795	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
1796	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
1797	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
1798	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
1799	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
1800	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
1801	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
1802	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
1803	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
1804	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
1805	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
1806	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
1807	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
1808	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
1809	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
1810	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
1811	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
1812	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
1813	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
1814	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
1815	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
1816	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
1817	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
1818	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
1819	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
1820	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
1821	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
1822	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
1823	      < $(srcdir)/wchar.in.h | \
1824	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1825	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1826	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1827	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1828	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1829	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1830	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1831	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1832	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1833	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1834	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
1835	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
1836	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
1837	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
1838	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
1839	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
1840	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
1841	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
1842	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
1843	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
1844	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
1845	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
1846	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
1847	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
1848	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
1849	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
1850	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
1851	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
1852	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
1853	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
1854	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
1855	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
1856	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
1857	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
1858	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
1859	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
1860	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
1861	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
1862	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1863	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1864	  | \
1865	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1866	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1867	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1868	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1869	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1870	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1871	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1872	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1873	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1874	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1875	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1876	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1877	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
1878	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1879	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1880	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1881	} > $@-t && \
1882	mv $@-t $@
1883MOSTLYCLEANFILES += wchar.h wchar.h-t
1884
1885EXTRA_DIST += wchar.in.h
1886
1887## end   gnulib module wchar
1888
1889## begin gnulib module wcrtomb
1890
1891
1892EXTRA_DIST += wcrtomb.c
1893
1894EXTRA_libgnu_a_SOURCES += wcrtomb.c
1895
1896## end   gnulib module wcrtomb
1897
1898## begin gnulib module wctype-h
1899
1900BUILT_SOURCES += wctype.h
1901
1902# We need the following in order to create <wctype.h> when the system
1903# doesn't have one that works with the given compiler.
1904wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1905	$(AM_V_GEN)rm -f $@-t $@ && \
1906	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1907	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1908	      -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1909	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1910	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1911	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1912	      -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1913	      -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
1914	      -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
1915	      -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
1916	      -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
1917	      -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
1918	      -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
1919	      -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1920	      -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
1921	      -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
1922	      -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1923	      -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
1924	      -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
1925	      -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
1926	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1927	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1928	      < $(srcdir)/wctype.in.h; \
1929	} > $@-t && \
1930	mv $@-t $@
1931MOSTLYCLEANFILES += wctype.h wctype.h-t
1932
1933EXTRA_DIST += wctype.in.h
1934
1935## end   gnulib module wctype-h
1936
1937## begin gnulib module xalloc
1938
1939libgnu_a_SOURCES += xmalloc.c
1940
1941EXTRA_DIST += xalloc.h
1942
1943## end   gnulib module xalloc
1944
1945## begin gnulib module xalloc-die
1946
1947libgnu_a_SOURCES += xalloc-die.c
1948
1949## end   gnulib module xalloc-die
1950
1951## begin gnulib module xalloc-oversized
1952
1953
1954EXTRA_DIST += xalloc-oversized.h
1955
1956## end   gnulib module xalloc-oversized
1957
1958## begin gnulib module xsize
1959
1960libgnu_a_SOURCES += xsize.h
1961
1962## end   gnulib module xsize
1963
1964## begin gnulib module xstrndup
1965
1966libgnu_a_SOURCES += xstrndup.h xstrndup.c
1967
1968## end   gnulib module xstrndup
1969
1970## begin gnulib module xvasprintf
1971
1972libgnu_a_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
1973
1974EXTRA_DIST += xalloc.h
1975
1976## end   gnulib module xvasprintf
1977
1978## begin gnulib module yesno
1979
1980libgnu_a_SOURCES += yesno.c
1981
1982EXTRA_DIST += yesno.h
1983
1984## end   gnulib module yesno
1985
1986
1987mostlyclean-local: mostlyclean-generic
1988	@for dir in '' $(MOSTLYCLEANDIRS); do \
1989	  if test -n "$$dir" && test -d $$dir; then \
1990	    echo "rmdir $$dir"; rmdir $$dir; \
1991	  fi; \
1992	done; \
1993	:
1994