1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2015 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=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --lgpl=2 --no-conditional-dependencies --no-libtool --macro-prefix=gl c-ctype c-strcase getline getpass havelib memmem minmax strcasestr
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 =
40EXTRA_DIST += m4/gnulib-cache.m4
41
42AM_CPPFLAGS =
43AM_CFLAGS =
44
45noinst_LIBRARIES += libgnu.a
46
47libgnu_a_SOURCES =
48libgnu_a_LIBADD = $(gl_LIBOBJS)
49libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
50EXTRA_libgnu_a_SOURCES =
51
52## begin gnulib module absolute-header
53
54# Use this preprocessor expression to decide whether #include_next works.
55# Do not rely on a 'configure'-time test for this, since the expression
56# might appear in an installed header, which is used by some other compiler.
57HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
58
59## end   gnulib module absolute-header
60
61## begin gnulib module c-ctype
62
63libgnu_a_SOURCES += c-ctype.h c-ctype.c
64
65## end   gnulib module c-ctype
66
67## begin gnulib module c-strcase
68
69libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
70
71## end   gnulib module c-strcase
72
73## begin gnulib module errno
74
75BUILT_SOURCES += $(ERRNO_H)
76
77# We need the following in order to create <errno.h> when the system
78# doesn't have one that is POSIX compliant.
79if GL_GENERATE_ERRNO_H
80errno.h: errno.in.h $(top_builddir)/config.status
81	$(AM_V_GEN)rm -f $@-t $@ && \
82	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
83	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
84	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
85	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
86	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
87	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
88	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
89	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
90	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
91	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
92	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
93	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
94	      < $(srcdir)/errno.in.h; \
95	} > $@-t && \
96	mv $@-t $@
97else
98errno.h: $(top_builddir)/config.status
99	rm -f $@
100endif
101MOSTLYCLEANFILES += errno.h errno.h-t
102
103EXTRA_DIST += errno.in.h
104
105## end   gnulib module errno
106
107## begin gnulib module fseek
108
109
110EXTRA_DIST += fseek.c
111
112EXTRA_libgnu_a_SOURCES += fseek.c
113
114## end   gnulib module fseek
115
116## begin gnulib module fseeko
117
118
119EXTRA_DIST += fseeko.c stdio-impl.h
120
121EXTRA_libgnu_a_SOURCES += fseeko.c
122
123## end   gnulib module fseeko
124
125## begin gnulib module fstat
126
127
128EXTRA_DIST += fstat.c
129
130EXTRA_libgnu_a_SOURCES += fstat.c
131
132## end   gnulib module fstat
133
134## begin gnulib module getdelim
135
136
137EXTRA_DIST += getdelim.c
138
139EXTRA_libgnu_a_SOURCES += getdelim.c
140
141## end   gnulib module getdelim
142
143## begin gnulib module getline
144
145
146EXTRA_DIST += getline.c
147
148EXTRA_libgnu_a_SOURCES += getline.c
149
150## end   gnulib module getline
151
152## begin gnulib module getpass
153
154
155EXTRA_DIST += getpass.c getpass.h
156
157EXTRA_libgnu_a_SOURCES += getpass.c
158
159## end   gnulib module getpass
160
161## begin gnulib module gettimeofday
162
163
164EXTRA_DIST += gettimeofday.c
165
166EXTRA_libgnu_a_SOURCES += gettimeofday.c
167
168## end   gnulib module gettimeofday
169
170## begin gnulib module havelib
171
172
173EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
174
175## end   gnulib module havelib
176
177## begin gnulib module lseek
178
179
180EXTRA_DIST += lseek.c
181
182EXTRA_libgnu_a_SOURCES += lseek.c
183
184## end   gnulib module lseek
185
186## begin gnulib module malloc-posix
187
188
189EXTRA_DIST += malloc.c
190
191EXTRA_libgnu_a_SOURCES += malloc.c
192
193## end   gnulib module malloc-posix
194
195## begin gnulib module memchr
196
197
198EXTRA_DIST += memchr.c memchr.valgrind
199
200EXTRA_libgnu_a_SOURCES += memchr.c
201
202## end   gnulib module memchr
203
204## begin gnulib module memmem-simple
205
206
207EXTRA_DIST += memmem.c str-two-way.h
208
209EXTRA_libgnu_a_SOURCES += memmem.c
210
211## end   gnulib module memmem-simple
212
213## begin gnulib module minmax
214
215libgnu_a_SOURCES += minmax.h
216
217## end   gnulib module minmax
218
219## begin gnulib module msvc-inval
220
221
222EXTRA_DIST += msvc-inval.c msvc-inval.h
223
224EXTRA_libgnu_a_SOURCES += msvc-inval.c
225
226## end   gnulib module msvc-inval
227
228## begin gnulib module msvc-nothrow
229
230
231EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
232
233EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
234
235## end   gnulib module msvc-nothrow
236
237## begin gnulib module realloc-posix
238
239
240EXTRA_DIST += realloc.c
241
242EXTRA_libgnu_a_SOURCES += realloc.c
243
244## end   gnulib module realloc-posix
245
246## begin gnulib module snippet/_Noreturn
247
248# Because this Makefile snippet defines a variable used by other
249# gnulib Makefile snippets, it must be present in all Makefile.am that
250# need it. This is ensured by the applicability 'all' defined above.
251
252_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
253
254EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
255
256## end   gnulib module snippet/_Noreturn
257
258## begin gnulib module snippet/arg-nonnull
259
260# The BUILT_SOURCES created by this Makefile snippet are not used via #include
261# statements but through direct file reference. Therefore this snippet must be
262# present in all Makefile.am that need it. This is ensured by the applicability
263# 'all' defined above.
264
265BUILT_SOURCES += arg-nonnull.h
266# The arg-nonnull.h that gets inserted into generated .h files is the same as
267# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
268# off.
269arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
270	$(AM_V_GEN)rm -f $@-t $@ && \
271	sed -n -e '/GL_ARG_NONNULL/,$$p' \
272	  < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
273	  > $@-t && \
274	mv $@-t $@
275MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
276
277ARG_NONNULL_H=arg-nonnull.h
278
279EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
280
281## end   gnulib module snippet/arg-nonnull
282
283## begin gnulib module snippet/c++defs
284
285# The BUILT_SOURCES created by this Makefile snippet are not used via #include
286# statements but through direct file reference. Therefore this snippet must be
287# present in all Makefile.am that need it. This is ensured by the applicability
288# 'all' defined above.
289
290BUILT_SOURCES += c++defs.h
291# The c++defs.h that gets inserted into generated .h files is the same as
292# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
293c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
294	$(AM_V_GEN)rm -f $@-t $@ && \
295	sed -n -e '/_GL_CXXDEFS/,$$p' \
296	  < $(top_srcdir)/build-aux/snippet/c++defs.h \
297	  > $@-t && \
298	mv $@-t $@
299MOSTLYCLEANFILES += c++defs.h c++defs.h-t
300
301CXXDEFS_H=c++defs.h
302
303EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
304
305## end   gnulib module snippet/c++defs
306
307## begin gnulib module snippet/warn-on-use
308
309BUILT_SOURCES += warn-on-use.h
310# The warn-on-use.h that gets inserted into generated .h files is the same as
311# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
312# off.
313warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
314	$(AM_V_GEN)rm -f $@-t $@ && \
315	sed -n -e '/^.ifndef/,$$p' \
316	  < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
317	  > $@-t && \
318	mv $@-t $@
319MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
320
321WARN_ON_USE_H=warn-on-use.h
322
323EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
324
325## end   gnulib module snippet/warn-on-use
326
327## begin gnulib module stdbool
328
329BUILT_SOURCES += $(STDBOOL_H)
330
331# We need the following in order to create <stdbool.h> when the system
332# doesn't have one that works.
333if GL_GENERATE_STDBOOL_H
334stdbool.h: stdbool.in.h $(top_builddir)/config.status
335	$(AM_V_GEN)rm -f $@-t $@ && \
336	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
337	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
338	} > $@-t && \
339	mv $@-t $@
340else
341stdbool.h: $(top_builddir)/config.status
342	rm -f $@
343endif
344MOSTLYCLEANFILES += stdbool.h stdbool.h-t
345
346EXTRA_DIST += stdbool.in.h
347
348## end   gnulib module stdbool
349
350## begin gnulib module stddef
351
352BUILT_SOURCES += $(STDDEF_H)
353
354# We need the following in order to create <stddef.h> when the system
355# doesn't have one that works with the given compiler.
356if GL_GENERATE_STDDEF_H
357stddef.h: stddef.in.h $(top_builddir)/config.status
358	$(AM_V_GEN)rm -f $@-t $@ && \
359	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
360	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
361	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
362	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
363	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
364	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
365	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
366	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
367	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
368	      < $(srcdir)/stddef.in.h; \
369	} > $@-t && \
370	mv $@-t $@
371else
372stddef.h: $(top_builddir)/config.status
373	rm -f $@
374endif
375MOSTLYCLEANFILES += stddef.h stddef.h-t
376
377EXTRA_DIST += stddef.in.h
378
379## end   gnulib module stddef
380
381## begin gnulib module stdint
382
383BUILT_SOURCES += $(STDINT_H)
384
385# We need the following in order to create <stdint.h> when the system
386# doesn't have one that works with the given compiler.
387if GL_GENERATE_STDINT_H
388stdint.h: stdint.in.h $(top_builddir)/config.status
389	$(AM_V_GEN)rm -f $@-t $@ && \
390	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
391	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
392	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
393	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
394	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
395	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
396	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
397	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
398	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
399	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
400	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
401	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
402	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
403	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
404	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
405	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
406	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
407	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
408	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
409	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
410	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
411	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
412	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
413	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
414	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
415	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
416	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
417	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
418	      < $(srcdir)/stdint.in.h; \
419	} > $@-t && \
420	mv $@-t $@
421else
422stdint.h: $(top_builddir)/config.status
423	rm -f $@
424endif
425MOSTLYCLEANFILES += stdint.h stdint.h-t
426
427EXTRA_DIST += stdint.in.h
428
429## end   gnulib module stdint
430
431## begin gnulib module stdio
432
433BUILT_SOURCES += stdio.h
434
435# We need the following in order to create <stdio.h> when the system
436# doesn't have one that works with the given compiler.
437stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
438	$(AM_V_GEN)rm -f $@-t $@ && \
439	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
440	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
441	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
442	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
443	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
444	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
445	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
446	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
447	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
448	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
449	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
450	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
451	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
452	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
453	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
454	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
455	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
456	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
457	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
458	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
459	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
460	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
461	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
462	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
463	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
464	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
465	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
466	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
467	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
468	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
469	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
470	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
471	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
472	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
473	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
474	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
475	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
476	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
477	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
478	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
479	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
480	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
481	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
482	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
483	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
484	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
485	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
486	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
487	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
488	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
489	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
490	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
491	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
492	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
493	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
494	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
495	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
496	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
497	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
498	      < $(srcdir)/stdio.in.h | \
499	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
500	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
501	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
502	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
503	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
504	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
505	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
506	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
507	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
508	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
509	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
510	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
511	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
512	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
513	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
514	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
515	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
516	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
517	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
518	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
519	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
520	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
521	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
522	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
523	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
524	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
525	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
526	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
527	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
528	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
529	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
530	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
531	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
532	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
533	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
534	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
535	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
536	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
537	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
538	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
539	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
540	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
541	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
542	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
543	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
544	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
545	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
546	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
547	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
548	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
549	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
550	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
551	} > $@-t && \
552	mv $@-t $@
553MOSTLYCLEANFILES += stdio.h stdio.h-t
554
555EXTRA_DIST += stdio.in.h
556
557## end   gnulib module stdio
558
559## begin gnulib module stdlib
560
561BUILT_SOURCES += stdlib.h
562
563# We need the following in order to create <stdlib.h> when the system
564# doesn't have one that works with the given compiler.
565stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
566  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
567	$(AM_V_GEN)rm -f $@-t $@ && \
568	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
569	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
570	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
571	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
572	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
573	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
574	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
575	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
576	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
577	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
578	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
579	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
580	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
581	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
582	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
583	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
584	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
585	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
586	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
587	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
588	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
589	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
590	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
591	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
592	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
593	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
594	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
595	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
596	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
597	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
598	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
599	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
600	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
601	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
602	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
603	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
604	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
605	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
606	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
607	      < $(srcdir)/stdlib.in.h | \
608	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
609	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
610	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
611	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
612	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
613	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
614	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
615	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
616	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
617	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
618	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
619	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
620	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
621	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
622	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
623	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
624	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
625	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
626	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
627	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
628	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
629	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
630	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
631	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
632	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
633	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
634	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
635	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
636	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
637	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
638	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
639	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
640	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
641	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
642	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
643	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
644	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
645	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
646	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
647	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
648	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
649	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
650	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
651	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
652	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
653	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
654	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
655	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
656	} > $@-t && \
657	mv $@-t $@
658MOSTLYCLEANFILES += stdlib.h stdlib.h-t
659
660EXTRA_DIST += stdlib.in.h
661
662## end   gnulib module stdlib
663
664## begin gnulib module strcase
665
666
667EXTRA_DIST += strcasecmp.c strncasecmp.c
668
669EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
670
671## end   gnulib module strcase
672
673## begin gnulib module strcasestr-simple
674
675
676EXTRA_DIST += str-two-way.h strcasestr.c
677
678EXTRA_libgnu_a_SOURCES += strcasestr.c
679
680## end   gnulib module strcasestr-simple
681
682## begin gnulib module strdup-posix
683
684
685EXTRA_DIST += strdup.c
686
687EXTRA_libgnu_a_SOURCES += strdup.c
688
689## end   gnulib module strdup-posix
690
691## begin gnulib module string
692
693BUILT_SOURCES += string.h
694
695# We need the following in order to create <string.h> when the system
696# doesn't have one that works with the given compiler.
697string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
698	$(AM_V_GEN)rm -f $@-t $@ && \
699	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
700	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
701	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
702	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
703	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
704	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
705	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
706	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
707	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
708	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
709	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
710	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
711	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
712	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
713	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
714	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
715	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
716	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
717	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
718	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
719	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
720	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
721	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
722	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
723	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
724	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
725	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
726	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
727	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
728	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
729	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
730	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
731	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
732	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
733	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
734	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
735	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
736	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
737	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
738	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
739	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
740	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
741	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
742	      < $(srcdir)/string.in.h | \
743	  sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
744	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
745	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
746	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
747	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
748	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
749	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
750	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
751	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
752	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
753	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
754	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
755	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
756	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
757	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
758	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
759	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
760	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
761	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
762	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
763	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
764	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
765	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
766	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
767	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
768	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
769	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
770	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
771	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
772	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
773	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
774	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
775	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
776	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
777	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
778	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
779	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
780	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
781	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
782	      < $(srcdir)/string.in.h; \
783	} > $@-t && \
784	mv $@-t $@
785MOSTLYCLEANFILES += string.h string.h-t
786
787EXTRA_DIST += string.in.h
788
789## end   gnulib module string
790
791## begin gnulib module strings
792
793BUILT_SOURCES += strings.h
794
795# We need the following in order to create <strings.h> when the system
796# doesn't have one that works with the given compiler.
797strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
798	$(AM_V_GEN)rm -f $@-t $@ && \
799	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
800	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
801	      -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
802	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
803	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
804	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
805	      -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
806	      -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
807	      -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
808	      -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
809	      -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
810	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
811	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
812	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
813	      < $(srcdir)/strings.in.h; \
814	} > $@-t && \
815	mv $@-t $@
816MOSTLYCLEANFILES += strings.h strings.h-t
817
818EXTRA_DIST += strings.in.h
819
820## end   gnulib module strings
821
822## begin gnulib module sys_stat
823
824BUILT_SOURCES += sys/stat.h
825
826# We need the following in order to create <sys/stat.h> when the system
827# has one that is incomplete.
828sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
829	$(AM_V_at)$(MKDIR_P) sys
830	$(AM_V_GEN)rm -f $@-t $@ && \
831	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
832	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
833	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
834	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
835	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
836	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
837	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
838	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
839	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
840	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
841	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
842	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
843	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
844	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
845	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
846	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
847	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
848	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
849	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
850	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
851	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
852	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
853	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
854	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
855	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
856	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
857	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
858	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
859	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
860	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
861	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
862	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
863	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
864	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
865	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
866	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
867	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
868	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
869	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
870	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
871	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
872	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
873	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
874	      < $(srcdir)/sys_stat.in.h; \
875	} > $@-t && \
876	mv $@-t $@
877MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
878MOSTLYCLEANDIRS += sys
879
880EXTRA_DIST += sys_stat.in.h
881
882## end   gnulib module sys_stat
883
884## begin gnulib module sys_time
885
886BUILT_SOURCES += sys/time.h
887
888# We need the following in order to create <sys/time.h> when the system
889# doesn't have one that works with the given compiler.
890sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
891	$(AM_V_at)$(MKDIR_P) sys
892	$(AM_V_GEN)rm -f $@-t $@ && \
893	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
894	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
895	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
896	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
897	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
898	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
899	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
900	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
901	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
902	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
903	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
904	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
905	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
906	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
907	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
908	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
909	      < $(srcdir)/sys_time.in.h; \
910	} > $@-t && \
911	mv $@-t $@
912MOSTLYCLEANFILES += sys/time.h sys/time.h-t
913
914EXTRA_DIST += sys_time.in.h
915
916## end   gnulib module sys_time
917
918## begin gnulib module sys_types
919
920BUILT_SOURCES += sys/types.h
921
922# We need the following in order to create <sys/types.h> when the system
923# doesn't have one that works with the given compiler.
924sys/types.h: sys_types.in.h $(top_builddir)/config.status
925	$(AM_V_at)$(MKDIR_P) sys
926	$(AM_V_GEN)rm -f $@-t $@ && \
927	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
928	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
929	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
930	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
931	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
932	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
933	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
934	      < $(srcdir)/sys_types.in.h; \
935	} > $@-t && \
936	mv $@-t $@
937MOSTLYCLEANFILES += sys/types.h sys/types.h-t
938
939EXTRA_DIST += sys_types.in.h
940
941## end   gnulib module sys_types
942
943## begin gnulib module time
944
945BUILT_SOURCES += time.h
946
947# We need the following in order to create <time.h> when the system
948# doesn't have one that works with the given compiler.
949time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
950	$(AM_V_GEN)rm -f $@-t $@ && \
951	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
952	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
953	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
954	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
955	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
956	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
957	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
958	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
959	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
960	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
961	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
962	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
963	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
964	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
965	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
966	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
967	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
968	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
969	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
970	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
971	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
972	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
973	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
974	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
975	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
976	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
977	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
978	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
979	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
980	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
981	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
982	      < $(srcdir)/time.in.h; \
983	} > $@-t && \
984	mv $@-t $@
985MOSTLYCLEANFILES += time.h time.h-t
986
987EXTRA_DIST += time.in.h
988
989## end   gnulib module time
990
991## begin gnulib module unistd
992
993BUILT_SOURCES += unistd.h
994libgnu_a_SOURCES += unistd.c
995
996# We need the following in order to create an empty placeholder for
997# <unistd.h> when the system doesn't have one.
998unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
999	$(AM_V_GEN)rm -f $@-t $@ && \
1000	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1001	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1002	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1003	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1004	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1005	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1006	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1007	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1008	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1009	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1010	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1011	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1012	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1013	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1014	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1015	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1016	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1017	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1018	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1019	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1020	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1021	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1022	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1023	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1024	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1025	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1026	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1027	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1028	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1029	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1030	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1031	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1032	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1033	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1034	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1035	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1036	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1037	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1038	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1039	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1040	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1041	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1042	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1043	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1044	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1045	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1046	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1047	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1048	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1049	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1050	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1051	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1052	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1053	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1054	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1055	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1056	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1057	      < $(srcdir)/unistd.in.h | \
1058	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1059	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1060	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1061	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1062	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1063	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1064	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1065	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1066	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1067	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1068	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1069	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1070	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1071	      -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1072	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1073	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1074	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1075	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1076	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1077	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1078	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1079	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1080	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1081	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1082	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1083	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1084	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1085	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1086	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1087	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1088	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1089	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1090	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1091	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1092	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1093	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1094	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1095	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1096	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1097	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1098	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1099	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1100	  | \
1101	  sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1102	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1103	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1104	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1105	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1106	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1107	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1108	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1109	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
1110	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1111	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1112	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1113	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1114	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1115	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1116	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1117	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1118	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1119	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1120	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1121	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1122	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
1123	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1124	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1125	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1126	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
1127	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1128	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1129	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1130	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1131	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1132	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1133	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1134	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1135	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1136	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1137	} > $@-t && \
1138	mv $@-t $@
1139MOSTLYCLEANFILES += unistd.h unistd.h-t
1140
1141EXTRA_DIST += unistd.in.h
1142
1143## end   gnulib module unistd
1144
1145
1146mostlyclean-local: mostlyclean-generic
1147	@for dir in '' $(MOSTLYCLEANDIRS); do \
1148	  if test -n "$$dir" && test -d $$dir; then \
1149	    echo "rmdir $$dir"; rmdir $$dir; \
1150	  fi; \
1151	done; \
1152	:
1153