1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2019 Free Software Foundation, Inc.
4#
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
9#
10# This file is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this file.  If not, see <https://www.gnu.org/licenses/>.
17#
18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that
20# contains a configuration script generated by Autoconf, under
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
24# Reproduce by:
25# gnulib-tool --import \
26#  --lib=libgnu \
27#  --source-base=gnulib \
28#  --m4-base=gnulib/m4 \
29#  --doc-base=doc \
30#  --tests-base=tests \
31#  --aux-dir=build-aux \
32#  --no-conditional-dependencies \
33#  --libtool \
34#  --macro-prefix=gl \
35#  --no-vc-files \
36#  dirent \
37#  lib-msvc-compat \
38#  malloc-gnu \
39#  manywarnings \
40#  realloc-gnu \
41#  setenv \
42#  strndup
43
44AUTOMAKE_OPTIONS = 1.11 gnits
45
46SUBDIRS =
47noinst_HEADERS =
48noinst_LIBRARIES =
49noinst_LTLIBRARIES =
50EXTRA_DIST =
51BUILT_SOURCES =
52SUFFIXES =
53MOSTLYCLEANFILES = core *.stackdump
54MOSTLYCLEANDIRS =
55CLEANFILES =
56DISTCLEANFILES =
57MAINTAINERCLEANFILES =
58# No GNU Make output.
59EXTRA_DIST += m4/gnulib-cache.m4
60
61AM_CPPFLAGS =
62AM_CFLAGS =
63
64noinst_LTLIBRARIES += libgnu.la
65
66libgnu_la_SOURCES =
67libgnu_la_LIBADD = $(gl_LTLIBOBJS)
68libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
69EXTRA_libgnu_la_SOURCES =
70libgnu_la_LDFLAGS = $(AM_LDFLAGS)
71libgnu_la_LDFLAGS += -no-undefined
72
73## begin gnulib module absolute-header
74
75# Use this preprocessor expression to decide whether #include_next works.
76# Do not rely on a 'configure'-time test for this, since the expression
77# might appear in an installed header, which is used by some other compiler.
78HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
79
80## end   gnulib module absolute-header
81
82## begin gnulib module alloca-opt
83
84BUILT_SOURCES += $(ALLOCA_H)
85
86# We need the following in order to create <alloca.h> when the system
87# doesn't have one that works with the given compiler.
88if GL_GENERATE_ALLOCA_H
89alloca.h: alloca.in.h $(top_builddir)/config.status
90	$(AM_V_GEN)rm -f $@-t $@ && \
91	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
92	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
93	} > $@-t && \
94	mv -f $@-t $@
95else
96alloca.h: $(top_builddir)/config.status
97	rm -f $@
98endif
99MOSTLYCLEANFILES += alloca.h alloca.h-t
100
101EXTRA_DIST += alloca.in.h
102
103## end   gnulib module alloca-opt
104
105## begin gnulib module dirent
106
107BUILT_SOURCES += dirent.h
108
109# We need the following in order to create <dirent.h> when the system
110# doesn't have one that works with the given compiler.
111dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
112	$(AM_V_GEN)rm -f $@-t $@ && \
113	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
114	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
115	      -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
116	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
117	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
118	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
119	      -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
120	      -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
121	      -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
122	      -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
123	      -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
124	      -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
125	      -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
126	      -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
127	      -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
128	      -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
129	      -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
130	      -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
131	      -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
132	      -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
133	      -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
134	      -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
135	      -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
136	      -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
137	      -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
138	      -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
139	      -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
140	      -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
141	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
142	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
143	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
144	      < $(srcdir)/dirent.in.h; \
145	} > $@-t && \
146	mv $@-t $@
147MOSTLYCLEANFILES += dirent.h dirent.h-t
148
149EXTRA_DIST += dirent.in.h
150
151## end   gnulib module dirent
152
153## begin gnulib module limits-h
154
155BUILT_SOURCES += $(LIMITS_H)
156
157# We need the following in order to create <limits.h> when the system
158# doesn't have one that is compatible with GNU.
159if GL_GENERATE_LIMITS_H
160limits.h: limits.in.h $(top_builddir)/config.status
161	$(AM_V_GEN)rm -f $@-t $@ && \
162	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
163	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
164	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
165	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
166	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
167	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
168	      < $(srcdir)/limits.in.h; \
169	} > $@-t && \
170	mv $@-t $@
171else
172limits.h: $(top_builddir)/config.status
173	rm -f $@
174endif
175MOSTLYCLEANFILES += limits.h limits.h-t
176
177EXTRA_DIST += limits.in.h
178
179## end   gnulib module limits-h
180
181## begin gnulib module malloc-gnu
182
183
184EXTRA_DIST += malloc.c
185
186EXTRA_libgnu_la_SOURCES += malloc.c
187
188## end   gnulib module malloc-gnu
189
190## begin gnulib module malloc-posix
191
192
193EXTRA_DIST += malloc.c
194
195EXTRA_libgnu_la_SOURCES += malloc.c
196
197## end   gnulib module malloc-posix
198
199## begin gnulib module malloca
200
201libgnu_la_SOURCES += malloca.c
202
203EXTRA_DIST += malloca.h
204
205## end   gnulib module malloca
206
207## begin gnulib module realloc-gnu
208
209
210EXTRA_DIST += realloc.c
211
212EXTRA_libgnu_la_SOURCES += realloc.c
213
214## end   gnulib module realloc-gnu
215
216## begin gnulib module realloc-posix
217
218
219EXTRA_DIST += realloc.c
220
221EXTRA_libgnu_la_SOURCES += realloc.c
222
223## end   gnulib module realloc-posix
224
225## begin gnulib module setenv
226
227
228EXTRA_DIST += setenv.c
229
230EXTRA_libgnu_la_SOURCES += setenv.c
231
232## end   gnulib module setenv
233
234## begin gnulib module snippet/_Noreturn
235
236# Because this Makefile snippet defines a variable used by other
237# gnulib Makefile snippets, it must be present in all makefiles that
238# need it. This is ensured by the applicability 'all' defined above.
239
240_NORETURN_H=$(srcdir)/_Noreturn.h
241
242EXTRA_DIST += _Noreturn.h
243
244## end   gnulib module snippet/_Noreturn
245
246## begin gnulib module snippet/arg-nonnull
247
248# Because this Makefile snippet defines a variable used by other
249# gnulib Makefile snippets, it must be present in all makefiles that
250# need it. This is ensured by the applicability 'all' defined above.
251
252ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
253
254EXTRA_DIST += arg-nonnull.h
255
256## end   gnulib module snippet/arg-nonnull
257
258## begin gnulib module snippet/c++defs
259
260# Because this Makefile snippet defines a variable used by other
261# gnulib Makefile snippets, it must be present in all makefiles that
262# need it. This is ensured by the applicability 'all' defined above.
263
264CXXDEFS_H=$(srcdir)/c++defs.h
265
266EXTRA_DIST += c++defs.h
267
268## end   gnulib module snippet/c++defs
269
270## begin gnulib module snippet/warn-on-use
271
272# Because this Makefile snippet defines a variable used by other
273# gnulib Makefile snippets, it must be present in all makefiles that
274# need it. This is ensured by the applicability 'all' defined above.
275
276WARN_ON_USE_H=$(srcdir)/warn-on-use.h
277
278EXTRA_DIST += warn-on-use.h
279
280## end   gnulib module snippet/warn-on-use
281
282## begin gnulib module stddef
283
284BUILT_SOURCES += $(STDDEF_H)
285
286# We need the following in order to create <stddef.h> when the system
287# doesn't have one that works with the given compiler.
288if GL_GENERATE_STDDEF_H
289stddef.h: stddef.in.h $(top_builddir)/config.status
290	$(AM_V_GEN)rm -f $@-t $@ && \
291	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
292	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
293	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
294	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
295	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
296	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
297	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
298	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
299	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
300	      < $(srcdir)/stddef.in.h; \
301	} > $@-t && \
302	mv $@-t $@
303else
304stddef.h: $(top_builddir)/config.status
305	rm -f $@
306endif
307MOSTLYCLEANFILES += stddef.h stddef.h-t
308
309EXTRA_DIST += stddef.in.h
310
311## end   gnulib module stddef
312
313## begin gnulib module stdint
314
315BUILT_SOURCES += $(STDINT_H)
316
317# We need the following in order to create <stdint.h> when the system
318# doesn't have one that works with the given compiler.
319if GL_GENERATE_STDINT_H
320stdint.h: stdint.in.h $(top_builddir)/config.status
321	$(AM_V_GEN)rm -f $@-t $@ && \
322	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
323	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
324	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
325	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
326	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
327	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
328	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
329	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
330	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
331	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
332	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
333	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
334	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
335	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
336	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
337	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
338	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
339	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
340	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
341	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
342	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
343	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
344	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
345	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
346	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
347	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
348	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
349	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
350	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
351	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
352	      < $(srcdir)/stdint.in.h; \
353	} > $@-t && \
354	mv $@-t $@
355else
356stdint.h: $(top_builddir)/config.status
357	rm -f $@
358endif
359MOSTLYCLEANFILES += stdint.h stdint.h-t
360
361EXTRA_DIST += stdint.in.h
362
363## end   gnulib module stdint
364
365## begin gnulib module stdlib
366
367BUILT_SOURCES += stdlib.h
368
369# We need the following in order to create <stdlib.h> when the system
370# doesn't have one that works with the given compiler.
371stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
372  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
373	$(AM_V_GEN)rm -f $@-t $@ && \
374	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
375	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
376	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
377	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
378	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
379	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
380	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
381	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
382	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
383	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
384	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
385	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
386	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
387	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
388	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
389	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
390	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
391	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
392	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
393	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
394	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
395	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
396	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
397	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
398	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
399	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
400	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
401	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
402	      -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
403	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
404	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
405	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
406	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
407	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
408	      -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
409	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
410	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
411	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
412	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
413	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
414	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
415	      < $(srcdir)/stdlib.in.h | \
416	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
417	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
418	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
419	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
420	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
421	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
422	      -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
423	      -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
424	      -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
425	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
426	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
427	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
428	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
429	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
430	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
431	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
432	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
433	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
434	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
435	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
436	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
437	      -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
438	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
439	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
440	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
441	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
442	      -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
443	      -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
444	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
445	      -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
446	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
447	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
448	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
449	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
450	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
451	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
452	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
453	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
454	      -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
455	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
456	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
457	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
458	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
459	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
460	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
461	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
462	      -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
463	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
464	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
465	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
466	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
467	      -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
468	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
469	      -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
470	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
471	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
472	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
473	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
474	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
475	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
476	} > $@-t && \
477	mv $@-t $@
478MOSTLYCLEANFILES += stdlib.h stdlib.h-t
479
480EXTRA_DIST += stdlib.in.h
481
482## end   gnulib module stdlib
483
484## begin gnulib module string
485
486BUILT_SOURCES += string.h
487
488# We need the following in order to create <string.h> when the system
489# doesn't have one that works with the given compiler.
490string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
491	$(AM_V_GEN)rm -f $@-t $@ && \
492	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
493	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
494	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
495	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
496	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
497	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
498	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
499	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
500	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
501	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
502	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
503	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
504	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
505	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
506	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
507	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
508	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
509	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
510	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
511	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
512	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
513	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
514	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
515	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
516	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
517	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
518	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
519	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
520	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
521	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
522	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
523	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
524	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
525	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
526	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
527	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
528	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
529	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
530	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
531	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
532	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
533	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
534	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
535	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
536	      < $(srcdir)/string.in.h | \
537	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
538	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
539	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
540	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
541	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
542	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
543	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
544	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
545	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
546	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
547	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
548	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
549	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
550	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
551	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
552	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
553	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
554	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
555	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
556	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
557	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
558	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
559	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
560	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
561	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
562	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
563	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
564	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
565	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
566	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
567	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
568	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
569	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
570	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
571	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
572	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
573	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
574	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
575	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
576	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
577	      < $(srcdir)/string.in.h; \
578	} > $@-t && \
579	mv $@-t $@
580MOSTLYCLEANFILES += string.h string.h-t
581
582EXTRA_DIST += string.in.h
583
584## end   gnulib module string
585
586## begin gnulib module strndup
587
588
589EXTRA_DIST += strndup.c
590
591EXTRA_libgnu_la_SOURCES += strndup.c
592
593## end   gnulib module strndup
594
595## begin gnulib module strnlen
596
597
598EXTRA_DIST += strnlen.c
599
600EXTRA_libgnu_la_SOURCES += strnlen.c
601
602## end   gnulib module strnlen
603
604## begin gnulib module sys_types
605
606BUILT_SOURCES += sys/types.h
607
608# We need the following in order to create <sys/types.h> when the system
609# doesn't have one that works with the given compiler.
610sys/types.h: sys_types.in.h $(top_builddir)/config.status
611	$(AM_V_at)$(MKDIR_P) sys
612	$(AM_V_GEN)rm -f $@-t $@ && \
613	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
614	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
615	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
616	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
617	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
618	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
619	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
620	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
621	      < $(srcdir)/sys_types.in.h; \
622	} > $@-t && \
623	mv $@-t $@
624MOSTLYCLEANFILES += sys/types.h sys/types.h-t
625
626EXTRA_DIST += sys_types.in.h
627
628## end   gnulib module sys_types
629
630## begin gnulib module unistd
631
632BUILT_SOURCES += unistd.h
633libgnu_la_SOURCES += unistd.c
634
635# We need the following in order to create an empty placeholder for
636# <unistd.h> when the system doesn't have one.
637unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
638	$(AM_V_GEN)rm -f $@-t $@ && \
639	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
640	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
641	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
642	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
643	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
644	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
645	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
646	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
647	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
648	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
649	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
650	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
651	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
652	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
653	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
654	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
655	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
656	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
657	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
658	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
659	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
660	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
661	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
662	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
663	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
664	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
665	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
666	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
667	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
668	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
669	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
670	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
671	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
672	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
673	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
674	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
675	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
676	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
677	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
678	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
679	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
680	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
681	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
682	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
683	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
684	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
685	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
686	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
687	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
688	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
689	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
690	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
691	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
692	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
693	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
694	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
695	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
696	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
697	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
698	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
699	      < $(srcdir)/unistd.in.h | \
700	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
701	      -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
702	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
703	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
704	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
705	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
706	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
707	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
708	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
709	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
710	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
711	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
712	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
713	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
714	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
715	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
716	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
717	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
718	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
719	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
720	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
721	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
722	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
723	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
724	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
725	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
726	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
727	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
728	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
729	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
730	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
731	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
732	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
733	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
734	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
735	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
736	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
737	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
738	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
739	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
740	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
741	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
742	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
743	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
744	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
745	  | \
746	  sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
747	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
748	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
749	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
750	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
751	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
752	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
753	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
754	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
755	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
756	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
757	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
758	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
759	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
760	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
761	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
762	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
763	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
764	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
765	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
766	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
767	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
768	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
769	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
770	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
771	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
772	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
773	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
774	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
775	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
776	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
777	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
778	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
779	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
780	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
781	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
782	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
783	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
784	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
785	} > $@-t && \
786	mv $@-t $@
787MOSTLYCLEANFILES += unistd.h unistd.h-t
788
789EXTRA_DIST += unistd.in.h
790
791## end   gnulib module unistd
792
793## begin gnulib module verify
794
795
796EXTRA_DIST += verify.h
797
798## end   gnulib module verify
799
800## begin gnulib module xalloc-oversized
801
802
803EXTRA_DIST += xalloc-oversized.h
804
805## end   gnulib module xalloc-oversized
806
807
808mostlyclean-local: mostlyclean-generic
809	@for dir in '' $(MOSTLYCLEANDIRS); do \
810	  if test -n "$$dir" && test -d $$dir; then \
811	    echo "rmdir $$dir"; rmdir $$dir; \
812	  fi; \
813	done; \
814	:
815