To modify Makefile.am to build only lib folder for removing GPL features
[platform/upstream/gnutls.git] / gl / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2014 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=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --with-tests --avoid=alignof-tests --avoid=lock-tests --avoid=lseek-tests --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files alloca base64 byteswap c-ctype extensions func gendocs getline gettext gettimeofday hash-pjw-bare havelib iconv intprops lib-msvc-compat lib-symbol-versions maintainer-makefile manywarnings memmem-simple minmax netdb netinet_in pmccabe2html read-file snprintf stdint strcase strndup strtok_r strverscmp sys_socket sys_stat time_r u64 unistd valgrind-tests vasprintf vsnprintf warnings
25
26 AUTOMAKE_OPTIONS = 1.9.6 gnits
27
28 SUBDIRS =
29 noinst_HEADERS =
30 noinst_LIBRARIES =
31 noinst_LTLIBRARIES =
32 EXTRA_DIST =
33 BUILT_SOURCES =
34 SUFFIXES =
35 MOSTLYCLEANFILES = core *.stackdump
36 MOSTLYCLEANDIRS =
37 CLEANFILES =
38 DISTCLEANFILES =
39 MAINTAINERCLEANFILES =
40 EXTRA_DIST += m4/gnulib-cache.m4
41
42 AM_CPPFLAGS =
43 AM_CFLAGS =
44
45 noinst_LTLIBRARIES += libgnu.la
46
47 libgnu_la_SOURCES =
48 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
49 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
50 EXTRA_libgnu_la_SOURCES =
51 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
52 libgnu_la_LDFLAGS += -no-undefined
53 libgnu_la_LDFLAGS += $(LTLIBICONV)
54 libgnu_la_LDFLAGS += $(LTLIBINTL)
55
56 ## begin gnulib module absolute-header
57
58 # Use this preprocessor expression to decide whether #include_next works.
59 # Do not rely on a 'configure'-time test for this, since the expression
60 # might appear in an installed header, which is used by some other compiler.
61 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
62
63 ## end   gnulib module absolute-header
64
65 ## begin gnulib module alloca
66
67
68 libgnu_la_LIBADD += @LTALLOCA@
69 libgnu_la_DEPENDENCIES += @LTALLOCA@
70 EXTRA_DIST += alloca.c
71
72 EXTRA_libgnu_la_SOURCES += alloca.c
73
74 ## end   gnulib module alloca
75
76 ## begin gnulib module alloca-opt
77
78 BUILT_SOURCES += $(ALLOCA_H)
79
80 # We need the following in order to create <alloca.h> when the system
81 # doesn't have one that works with the given compiler.
82 if GL_GENERATE_ALLOCA_H
83 alloca.h: alloca.in.h $(top_builddir)/config.status
84         $(AM_V_GEN)rm -f $@-t $@ && \
85         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
86           cat $(srcdir)/alloca.in.h; \
87         } > $@-t && \
88         mv -f $@-t $@
89 else
90 alloca.h: $(top_builddir)/config.status
91         rm -f $@
92 endif
93 MOSTLYCLEANFILES += alloca.h alloca.h-t
94
95 EXTRA_DIST += alloca.in.h
96
97 ## end   gnulib module alloca-opt
98
99 ## begin gnulib module base64
100
101 libgnu_la_SOURCES += base64.h base64.c
102
103 ## end   gnulib module base64
104
105 ## begin gnulib module byteswap
106
107 BUILT_SOURCES += $(BYTESWAP_H)
108
109 # We need the following in order to create <byteswap.h> when the system
110 # doesn't have one.
111 if GL_GENERATE_BYTESWAP_H
112 byteswap.h: byteswap.in.h $(top_builddir)/config.status
113         $(AM_V_GEN)rm -f $@-t $@ && \
114         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
115           cat $(srcdir)/byteswap.in.h; \
116         } > $@-t && \
117         mv -f $@-t $@
118 else
119 byteswap.h: $(top_builddir)/config.status
120         rm -f $@
121 endif
122 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
123
124 EXTRA_DIST += byteswap.in.h
125
126 ## end   gnulib module byteswap
127
128 ## begin gnulib module c-ctype
129
130 libgnu_la_SOURCES += c-ctype.h c-ctype.c
131
132 ## end   gnulib module c-ctype
133
134 ## begin gnulib module errno
135
136 BUILT_SOURCES += $(ERRNO_H)
137
138 # We need the following in order to create <errno.h> when the system
139 # doesn't have one that is POSIX compliant.
140 if GL_GENERATE_ERRNO_H
141 errno.h: errno.in.h $(top_builddir)/config.status
142         $(AM_V_GEN)rm -f $@-t $@ && \
143         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
144           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
145               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
146               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
147               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
148               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
149               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
150               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
151               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
152               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
153               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
154               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
155               < $(srcdir)/errno.in.h; \
156         } > $@-t && \
157         mv $@-t $@
158 else
159 errno.h: $(top_builddir)/config.status
160         rm -f $@
161 endif
162 MOSTLYCLEANFILES += errno.h errno.h-t
163
164 EXTRA_DIST += errno.in.h
165
166 ## end   gnulib module errno
167
168 ## begin gnulib module float
169
170 BUILT_SOURCES += $(FLOAT_H)
171
172 # We need the following in order to create <float.h> when the system
173 # doesn't have one that works with the given compiler.
174 if GL_GENERATE_FLOAT_H
175 float.h: float.in.h $(top_builddir)/config.status
176         $(AM_V_GEN)rm -f $@-t $@ && \
177         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
178           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
179               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
180               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
181               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
182               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
183               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
184               < $(srcdir)/float.in.h; \
185         } > $@-t && \
186         mv $@-t $@
187 else
188 float.h: $(top_builddir)/config.status
189         rm -f $@
190 endif
191 MOSTLYCLEANFILES += float.h float.h-t
192
193 EXTRA_DIST += float.c float.in.h itold.c
194
195 EXTRA_libgnu_la_SOURCES += float.c itold.c
196
197 ## end   gnulib module float
198
199 ## begin gnulib module fstat
200
201
202 EXTRA_DIST += fstat.c
203
204 EXTRA_libgnu_la_SOURCES += fstat.c
205
206 ## end   gnulib module fstat
207
208 ## begin gnulib module ftell
209
210
211 EXTRA_DIST += ftell.c
212
213 EXTRA_libgnu_la_SOURCES += ftell.c
214
215 ## end   gnulib module ftell
216
217 ## begin gnulib module ftello
218
219
220 EXTRA_DIST += ftello.c stdio-impl.h
221
222 EXTRA_libgnu_la_SOURCES += ftello.c
223
224 ## end   gnulib module ftello
225
226 ## begin gnulib module gendocs
227
228
229 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
230
231 ## end   gnulib module gendocs
232
233 ## begin gnulib module getdelim
234
235
236 EXTRA_DIST += getdelim.c
237
238 EXTRA_libgnu_la_SOURCES += getdelim.c
239
240 ## end   gnulib module getdelim
241
242 ## begin gnulib module getline
243
244
245 EXTRA_DIST += getline.c
246
247 EXTRA_libgnu_la_SOURCES += getline.c
248
249 ## end   gnulib module getline
250
251 ## begin gnulib module gettext
252
253 # If your project uses "gettextize --intl" to put a source-code
254 # copy of libintl into the package, every Makefile.am needs
255 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
256 # Here's one way to do this:
257 #AM_CPPFLAGS += -I$(top_builddir)/intl
258 # This option has no effect when the user disables NLS (because then
259 # the intl directory contains no libintl.h file).  This option is not
260 # enabled by default because the intl directory might not exist if
261 # your project does not use "gettext --intl", and some compilers
262 # complain about -I options applied to nonexistent directories.
263
264 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
265
266 ## end   gnulib module gettext
267
268 ## begin gnulib module gettext-h
269
270 libgnu_la_SOURCES += gettext.h
271
272 ## end   gnulib module gettext-h
273
274 ## begin gnulib module gettimeofday
275
276
277 EXTRA_DIST += gettimeofday.c
278
279 EXTRA_libgnu_la_SOURCES += gettimeofday.c
280
281 ## end   gnulib module gettimeofday
282
283 ## begin gnulib module gnumakefile
284
285 distclean-local: clean-GNUmakefile
286 clean-GNUmakefile:
287         test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
288
289 EXTRA_DIST += $(top_srcdir)/GNUmakefile
290
291 ## end   gnulib module gnumakefile
292
293 ## begin gnulib module hash-pjw-bare
294
295 libgnu_la_SOURCES += hash-pjw-bare.h hash-pjw-bare.c
296
297 ## end   gnulib module hash-pjw-bare
298
299 ## begin gnulib module havelib
300
301
302 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
303
304 ## end   gnulib module havelib
305
306 ## begin gnulib module intprops
307
308
309 EXTRA_DIST += intprops.h
310
311 ## end   gnulib module intprops
312
313 ## begin gnulib module lseek
314
315
316 EXTRA_DIST += lseek.c
317
318 EXTRA_libgnu_la_SOURCES += lseek.c
319
320 ## end   gnulib module lseek
321
322 ## begin gnulib module maintainer-makefile
323
324 EXTRA_DIST += $(top_srcdir)/maint.mk
325
326 ## end   gnulib module maintainer-makefile
327
328 ## begin gnulib module malloc-posix
329
330
331 EXTRA_DIST += malloc.c
332
333 EXTRA_libgnu_la_SOURCES += malloc.c
334
335 ## end   gnulib module malloc-posix
336
337 ## begin gnulib module memchr
338
339
340 EXTRA_DIST += memchr.c memchr.valgrind
341
342 EXTRA_libgnu_la_SOURCES += memchr.c
343
344 ## end   gnulib module memchr
345
346 ## begin gnulib module memmem-simple
347
348
349 EXTRA_DIST += memmem.c str-two-way.h
350
351 EXTRA_libgnu_la_SOURCES += memmem.c
352
353 ## end   gnulib module memmem-simple
354
355 ## begin gnulib module minmax
356
357 libgnu_la_SOURCES += minmax.h
358
359 ## end   gnulib module minmax
360
361 ## begin gnulib module msvc-inval
362
363
364 EXTRA_DIST += msvc-inval.c msvc-inval.h
365
366 EXTRA_libgnu_la_SOURCES += msvc-inval.c
367
368 ## end   gnulib module msvc-inval
369
370 ## begin gnulib module msvc-nothrow
371
372
373 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
374
375 EXTRA_libgnu_la_SOURCES += msvc-nothrow.c
376
377 ## end   gnulib module msvc-nothrow
378
379 ## begin gnulib module netdb
380
381 BUILT_SOURCES += netdb.h
382
383 # We need the following in order to create <netdb.h> when the system
384 # doesn't have one that works with the given compiler.
385 netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
386         $(AM_V_GEN)rm -f $@-t $@ && \
387         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
388           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
389               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
390               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
391               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
392               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
393               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
394               -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \
395               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
396               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
397               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
398               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
399               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
400               -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \
401               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
402               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
403               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
404               < $(srcdir)/netdb.in.h; \
405         } > $@-t && \
406         mv $@-t $@
407 MOSTLYCLEANFILES += netdb.h netdb.h-t
408
409 EXTRA_DIST += netdb.in.h
410
411 ## end   gnulib module netdb
412
413 ## begin gnulib module netinet_in
414
415 BUILT_SOURCES += $(NETINET_IN_H)
416
417 # We need the following in order to create <netinet/in.h> when the system
418 # doesn't have one.
419 if GL_GENERATE_NETINET_IN_H
420 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
421         $(AM_V_at)$(MKDIR_P) netinet
422         $(AM_V_GEN)rm -f $@-t $@ && \
423         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
424           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
425               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
426               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
427               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
428               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
429               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
430               < $(srcdir)/netinet_in.in.h; \
431         } > $@-t && \
432         mv $@-t $@
433 else
434 netinet/in.h: $(top_builddir)/config.status
435         rm -f $@
436 endif
437 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
438 MOSTLYCLEANDIRS += netinet
439
440 EXTRA_DIST += netinet_in.in.h
441
442 ## end   gnulib module netinet_in
443
444 ## begin gnulib module pmccabe2html
445
446
447 EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css
448
449 ## end   gnulib module pmccabe2html
450
451 ## begin gnulib module read-file
452
453 libgnu_la_SOURCES += read-file.c
454
455 EXTRA_DIST += read-file.h
456
457 ## end   gnulib module read-file
458
459 ## begin gnulib module realloc-posix
460
461
462 EXTRA_DIST += realloc.c
463
464 EXTRA_libgnu_la_SOURCES += realloc.c
465
466 ## end   gnulib module realloc-posix
467
468 ## begin gnulib module size_max
469
470 libgnu_la_SOURCES += size_max.h
471
472 ## end   gnulib module size_max
473
474 ## begin gnulib module snippet/_Noreturn
475
476 # Because this Makefile snippet defines a variable used by other
477 # gnulib Makefile snippets, it must be present in all Makefile.am that
478 # need it. This is ensured by the applicability 'all' defined above.
479
480 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
481
482 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
483
484 ## end   gnulib module snippet/_Noreturn
485
486 ## begin gnulib module snippet/arg-nonnull
487
488 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
489 # statements but through direct file reference. Therefore this snippet must be
490 # present in all Makefile.am that need it. This is ensured by the applicability
491 # 'all' defined above.
492
493 BUILT_SOURCES += arg-nonnull.h
494 # The arg-nonnull.h that gets inserted into generated .h files is the same as
495 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
496 # off.
497 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
498         $(AM_V_GEN)rm -f $@-t $@ && \
499         sed -n -e '/GL_ARG_NONNULL/,$$p' \
500           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
501           > $@-t && \
502         mv $@-t $@
503 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
504
505 ARG_NONNULL_H=arg-nonnull.h
506
507 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
508
509 ## end   gnulib module snippet/arg-nonnull
510
511 ## begin gnulib module snippet/c++defs
512
513 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
514 # statements but through direct file reference. Therefore this snippet must be
515 # present in all Makefile.am that need it. This is ensured by the applicability
516 # 'all' defined above.
517
518 BUILT_SOURCES += c++defs.h
519 # The c++defs.h that gets inserted into generated .h files is the same as
520 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
521 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
522         $(AM_V_GEN)rm -f $@-t $@ && \
523         sed -n -e '/_GL_CXXDEFS/,$$p' \
524           < $(top_srcdir)/build-aux/snippet/c++defs.h \
525           > $@-t && \
526         mv $@-t $@
527 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
528
529 CXXDEFS_H=c++defs.h
530
531 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
532
533 ## end   gnulib module snippet/c++defs
534
535 ## begin gnulib module snippet/warn-on-use
536
537 BUILT_SOURCES += warn-on-use.h
538 # The warn-on-use.h that gets inserted into generated .h files is the same as
539 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
540 # off.
541 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
542         $(AM_V_GEN)rm -f $@-t $@ && \
543         sed -n -e '/^.ifndef/,$$p' \
544           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
545           > $@-t && \
546         mv $@-t $@
547 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
548
549 WARN_ON_USE_H=warn-on-use.h
550
551 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
552
553 ## end   gnulib module snippet/warn-on-use
554
555 ## begin gnulib module snprintf
556
557
558 EXTRA_DIST += snprintf.c
559
560 EXTRA_libgnu_la_SOURCES += snprintf.c
561
562 ## end   gnulib module snprintf
563
564 ## begin gnulib module stdalign
565
566 BUILT_SOURCES += $(STDALIGN_H)
567
568 # We need the following in order to create <stdalign.h> when the system
569 # doesn't have one that works.
570 if GL_GENERATE_STDALIGN_H
571 stdalign.h: stdalign.in.h $(top_builddir)/config.status
572         $(AM_V_GEN)rm -f $@-t $@ && \
573         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
574           cat $(srcdir)/stdalign.in.h; \
575         } > $@-t && \
576         mv $@-t $@
577 else
578 stdalign.h: $(top_builddir)/config.status
579         rm -f $@
580 endif
581 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
582
583 EXTRA_DIST += stdalign.in.h
584
585 ## end   gnulib module stdalign
586
587 ## begin gnulib module stdbool
588
589 BUILT_SOURCES += $(STDBOOL_H)
590
591 # We need the following in order to create <stdbool.h> when the system
592 # doesn't have one that works.
593 if GL_GENERATE_STDBOOL_H
594 stdbool.h: stdbool.in.h $(top_builddir)/config.status
595         $(AM_V_GEN)rm -f $@-t $@ && \
596         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
597           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
598         } > $@-t && \
599         mv $@-t $@
600 else
601 stdbool.h: $(top_builddir)/config.status
602         rm -f $@
603 endif
604 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
605
606 EXTRA_DIST += stdbool.in.h
607
608 ## end   gnulib module stdbool
609
610 ## begin gnulib module stddef
611
612 BUILT_SOURCES += $(STDDEF_H)
613
614 # We need the following in order to create <stddef.h> when the system
615 # doesn't have one that works with the given compiler.
616 if GL_GENERATE_STDDEF_H
617 stddef.h: stddef.in.h $(top_builddir)/config.status
618         $(AM_V_GEN)rm -f $@-t $@ && \
619         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
620           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
621               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
622               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
623               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
624               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
625               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
626               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
627               < $(srcdir)/stddef.in.h; \
628         } > $@-t && \
629         mv $@-t $@
630 else
631 stddef.h: $(top_builddir)/config.status
632         rm -f $@
633 endif
634 MOSTLYCLEANFILES += stddef.h stddef.h-t
635
636 EXTRA_DIST += stddef.in.h
637
638 ## end   gnulib module stddef
639
640 ## begin gnulib module stdint
641
642 BUILT_SOURCES += $(STDINT_H)
643
644 # We need the following in order to create <stdint.h> when the system
645 # doesn't have one that works with the given compiler.
646 if GL_GENERATE_STDINT_H
647 stdint.h: stdint.in.h $(top_builddir)/config.status
648         $(AM_V_GEN)rm -f $@-t $@ && \
649         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
650           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
651               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
652               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
653               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
654               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
655               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
656               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
657               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
658               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
659               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
660               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
661               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
662               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
663               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
664               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
665               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
666               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
667               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
668               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
669               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
670               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
671               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
672               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
673               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
674               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
675               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
676               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
677               < $(srcdir)/stdint.in.h; \
678         } > $@-t && \
679         mv $@-t $@
680 else
681 stdint.h: $(top_builddir)/config.status
682         rm -f $@
683 endif
684 MOSTLYCLEANFILES += stdint.h stdint.h-t
685
686 EXTRA_DIST += stdint.in.h
687
688 ## end   gnulib module stdint
689
690 ## begin gnulib module stdio
691
692 BUILT_SOURCES += stdio.h
693
694 # We need the following in order to create <stdio.h> when the system
695 # doesn't have one that works with the given compiler.
696 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
697         $(AM_V_GEN)rm -f $@-t $@ && \
698         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
699           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
700               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
701               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
702               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
703               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
704               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
705               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
706               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
707               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
708               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
709               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
710               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
711               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
712               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
713               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
714               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
715               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
716               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
717               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
718               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
719               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
720               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
721               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
722               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
723               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
724               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
725               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
726               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
727               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
728               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
729               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
730               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
731               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
732               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
733               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
734               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
735               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
736               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
737               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
738               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
739               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
740               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
741               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
742               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
743               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
744               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
745               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
746               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
747               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
748               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
749               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
750               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
751               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
752               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
753               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
754               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
755               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
756               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
757               < $(srcdir)/stdio.in.h | \
758           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
759               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
760               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
761               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
762               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
763               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
764               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
765               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
766               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
767               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
768               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
769               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
770               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
771               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
772               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
773               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
774               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
775               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
776               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
777               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
778               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
779               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
780               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
781               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
782               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
783               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
784               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
785               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
786               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
787               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
788               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
789               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
790               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
791               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
792               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
793               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
794               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
795               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
796               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
797               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
798               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
799               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
800               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
801               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
802               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
803               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
804               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
805               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
806               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
807               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
808               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
809               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
810         } > $@-t && \
811         mv $@-t $@
812 MOSTLYCLEANFILES += stdio.h stdio.h-t
813
814 EXTRA_DIST += stdio.in.h
815
816 ## end   gnulib module stdio
817
818 ## begin gnulib module stdlib
819
820 BUILT_SOURCES += stdlib.h
821
822 # We need the following in order to create <stdlib.h> when the system
823 # doesn't have one that works with the given compiler.
824 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
825   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
826         $(AM_V_GEN)rm -f $@-t $@ && \
827         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
828           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
829               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
830               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
831               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
832               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
833               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
834               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
835               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
836               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
837               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
838               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
839               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
840               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
841               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
842               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
843               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
844               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
845               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
846               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
847               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
848               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
849               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
850               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
851               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
852               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
853               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
854               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
855               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
856               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
857               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
858               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
859               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
860               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
861               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
862               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
863               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
864               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
865               < $(srcdir)/stdlib.in.h | \
866           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
867               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
868               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
869               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
870               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
871               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
872               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
873               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
874               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
875               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
876               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
877               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
878               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
879               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
880               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
881               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
882               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
883               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
884               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
885               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
886               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
887               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
888               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
889               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
890               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
891               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
892               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
893               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
894               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
895               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
896               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
897               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
898               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
899               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
900               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
901               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
902               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
903               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
904               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
905               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
906               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
907               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
908               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
909               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
910               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
911               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
912               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
913         } > $@-t && \
914         mv $@-t $@
915 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
916
917 EXTRA_DIST += stdlib.in.h
918
919 ## end   gnulib module stdlib
920
921 ## begin gnulib module strcase
922
923
924 EXTRA_DIST += strcasecmp.c strncasecmp.c
925
926 EXTRA_libgnu_la_SOURCES += strcasecmp.c strncasecmp.c
927
928 ## end   gnulib module strcase
929
930 ## begin gnulib module string
931
932 BUILT_SOURCES += string.h
933
934 # We need the following in order to create <string.h> when the system
935 # doesn't have one that works with the given compiler.
936 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
937         $(AM_V_GEN)rm -f $@-t $@ && \
938         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
939           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
940               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
941               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
942               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
943               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
944               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
945               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
946               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
947               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
948               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
949               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
950               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
951               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
952               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
953               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
954               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
955               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
956               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
957               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
958               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
959               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
960               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
961               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
962               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
963               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
964               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
965               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
966               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
967               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
968               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
969               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
970               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
971               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
972               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
973               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
974               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
975               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
976               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
977               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
978               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
979               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
980               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
981               < $(srcdir)/string.in.h | \
982           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
983               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
984               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
985               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
986               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
987               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
988               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
989               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
990               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
991               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
992               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
993               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
994               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
995               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
996               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
997               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
998               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
999               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1000               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1001               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1002               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1003               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1004               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1005               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1006               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1007               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1008               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1009               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1010               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1011               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1012               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1013               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1014               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1015               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1016               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1017               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1018               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1019               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1020               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1021               < $(srcdir)/string.in.h; \
1022         } > $@-t && \
1023         mv $@-t $@
1024 MOSTLYCLEANFILES += string.h string.h-t
1025
1026 EXTRA_DIST += string.in.h
1027
1028 ## end   gnulib module string
1029
1030 ## begin gnulib module strings
1031
1032 BUILT_SOURCES += strings.h
1033
1034 # We need the following in order to create <strings.h> when the system
1035 # doesn't have one that works with the given compiler.
1036 strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1037         $(AM_V_GEN)rm -f $@-t $@ && \
1038         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1039           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1040               -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
1041               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1042               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1043               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1044               -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
1045               -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
1046               -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
1047               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
1048               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
1049               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1050               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1051               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1052               < $(srcdir)/strings.in.h; \
1053         } > $@-t && \
1054         mv $@-t $@
1055 MOSTLYCLEANFILES += strings.h strings.h-t
1056
1057 EXTRA_DIST += strings.in.h
1058
1059 ## end   gnulib module strings
1060
1061 ## begin gnulib module strndup
1062
1063
1064 EXTRA_DIST += strndup.c
1065
1066 EXTRA_libgnu_la_SOURCES += strndup.c
1067
1068 ## end   gnulib module strndup
1069
1070 ## begin gnulib module strnlen
1071
1072
1073 EXTRA_DIST += strnlen.c
1074
1075 EXTRA_libgnu_la_SOURCES += strnlen.c
1076
1077 ## end   gnulib module strnlen
1078
1079 ## begin gnulib module strtok_r
1080
1081
1082 EXTRA_DIST += strtok_r.c
1083
1084 EXTRA_libgnu_la_SOURCES += strtok_r.c
1085
1086 ## end   gnulib module strtok_r
1087
1088 ## begin gnulib module strverscmp
1089
1090
1091 EXTRA_DIST += strverscmp.c
1092
1093 EXTRA_libgnu_la_SOURCES += strverscmp.c
1094
1095 ## end   gnulib module strverscmp
1096
1097 ## begin gnulib module sys_socket
1098
1099 BUILT_SOURCES += sys/socket.h
1100 libgnu_la_SOURCES += sys_socket.c
1101
1102 # We need the following in order to create <sys/socket.h> when the system
1103 # doesn't have one that works with the given compiler.
1104 sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1105         $(AM_V_at)$(MKDIR_P) sys
1106         $(AM_V_GEN)rm -f $@-t $@ && \
1107         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1108           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1109               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1110               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1111               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1112               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1113               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1114               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1115               -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
1116               -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
1117               -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
1118               -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
1119               -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
1120               -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
1121               -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
1122               -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
1123               -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
1124               -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
1125               -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
1126               -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
1127               -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
1128               -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
1129               -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
1130               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1131               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1132               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1133               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
1134               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1135               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1136               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1137               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1138               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1139               < $(srcdir)/sys_socket.in.h; \
1140         } > $@-t && \
1141         mv -f $@-t $@
1142 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1143 MOSTLYCLEANDIRS += sys
1144
1145 EXTRA_DIST += sys_socket.in.h
1146
1147 ## end   gnulib module sys_socket
1148
1149 ## begin gnulib module sys_stat
1150
1151 BUILT_SOURCES += sys/stat.h
1152
1153 # We need the following in order to create <sys/stat.h> when the system
1154 # has one that is incomplete.
1155 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1156         $(AM_V_at)$(MKDIR_P) sys
1157         $(AM_V_GEN)rm -f $@-t $@ && \
1158         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1159           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1160               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1161               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1162               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1163               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1164               -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1165               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1166               -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1167               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1168               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1169               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1170               -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1171               -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1172               -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1173               -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1174               -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1175               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1176               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1177               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1178               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1179               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1180               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1181               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1182               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1183               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1184               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1185               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1186               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1187               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1188               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1189               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1190               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1191               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1192               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1193               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1194               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1195               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1196               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1197               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1198               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1199               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1200               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1201               < $(srcdir)/sys_stat.in.h; \
1202         } > $@-t && \
1203         mv $@-t $@
1204 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1205 MOSTLYCLEANDIRS += sys
1206
1207 EXTRA_DIST += sys_stat.in.h
1208
1209 ## end   gnulib module sys_stat
1210
1211 ## begin gnulib module sys_time
1212
1213 BUILT_SOURCES += sys/time.h
1214
1215 # We need the following in order to create <sys/time.h> when the system
1216 # doesn't have one that works with the given compiler.
1217 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1218         $(AM_V_at)$(MKDIR_P) sys
1219         $(AM_V_GEN)rm -f $@-t $@ && \
1220         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1221           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1222               -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1223               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1224               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1225               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1226               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1227               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1228               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1229               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1230               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1231               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1232               -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1233               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1234               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1235               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1236               < $(srcdir)/sys_time.in.h; \
1237         } > $@-t && \
1238         mv $@-t $@
1239 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1240
1241 EXTRA_DIST += sys_time.in.h
1242
1243 ## end   gnulib module sys_time
1244
1245 ## begin gnulib module sys_types
1246
1247 BUILT_SOURCES += sys/types.h
1248
1249 # We need the following in order to create <sys/types.h> when the system
1250 # doesn't have one that works with the given compiler.
1251 sys/types.h: sys_types.in.h $(top_builddir)/config.status
1252         $(AM_V_at)$(MKDIR_P) sys
1253         $(AM_V_GEN)rm -f $@-t $@ && \
1254         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1255           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1256               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1257               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1258               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1259               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1260               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1261               < $(srcdir)/sys_types.in.h; \
1262         } > $@-t && \
1263         mv $@-t $@
1264 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1265
1266 EXTRA_DIST += sys_types.in.h
1267
1268 ## end   gnulib module sys_types
1269
1270 ## begin gnulib module sys_uio
1271
1272 BUILT_SOURCES += sys/uio.h
1273
1274 # We need the following in order to create <sys/uio.h> when the system
1275 # doesn't have one that works with the given compiler.
1276 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
1277         $(AM_V_at)$(MKDIR_P) sys
1278         $(AM_V_GEN)rm -f $@-t $@ && \
1279         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1280           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1281               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1282               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1283               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1284               -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
1285               -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
1286               < $(srcdir)/sys_uio.in.h; \
1287         } > $@-t && \
1288         mv -f $@-t $@
1289 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
1290 MOSTLYCLEANDIRS += sys
1291
1292 EXTRA_DIST += sys_uio.in.h
1293
1294 ## end   gnulib module sys_uio
1295
1296 ## begin gnulib module time
1297
1298 BUILT_SOURCES += time.h
1299
1300 # We need the following in order to create <time.h> when the system
1301 # doesn't have one that works with the given compiler.
1302 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1303         $(AM_V_GEN)rm -f $@-t $@ && \
1304         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1305           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1306               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1307               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1308               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1309               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1310               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1311               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1312               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1313               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1314               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1315               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1316               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1317               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1318               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1319               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1320               -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
1321               -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
1322               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1323               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1324               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1325               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1326               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1327               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1328               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1329               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1330               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1331               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1332               < $(srcdir)/time.in.h; \
1333         } > $@-t && \
1334         mv $@-t $@
1335 MOSTLYCLEANFILES += time.h time.h-t
1336
1337 EXTRA_DIST += time.in.h
1338
1339 ## end   gnulib module time
1340
1341 ## begin gnulib module time_r
1342
1343
1344 EXTRA_DIST += time_r.c
1345
1346 EXTRA_libgnu_la_SOURCES += time_r.c
1347
1348 ## end   gnulib module time_r
1349
1350 ## begin gnulib module u64
1351
1352 libgnu_la_SOURCES += u64.c
1353
1354 EXTRA_DIST += u64.h
1355
1356 ## end   gnulib module u64
1357
1358 ## begin gnulib module unistd
1359
1360 BUILT_SOURCES += unistd.h
1361 libgnu_la_SOURCES += unistd.c
1362
1363 # We need the following in order to create an empty placeholder for
1364 # <unistd.h> when the system doesn't have one.
1365 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1366         $(AM_V_GEN)rm -f $@-t $@ && \
1367         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1368           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1369               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1370               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1371               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1372               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1373               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1374               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1375               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1376               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1377               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1378               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1379               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1380               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1381               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1382               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1383               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1384               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1385               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1386               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1387               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1388               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1389               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1390               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1391               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1392               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1393               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1394               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1395               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1396               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1397               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1398               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1399               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1400               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1401               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1402               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1403               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1404               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1405               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1406               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1407               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1408               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1409               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1410               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1411               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1412               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1413               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1414               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1415               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1416               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1417               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1418               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1419               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1420               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1421               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1422               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1423               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1424               < $(srcdir)/unistd.in.h | \
1425           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1426               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1427               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1428               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1429               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1430               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1431               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1432               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1433               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1434               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1435               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1436               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1437               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1438               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1439               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1440               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1441               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1442               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1443               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1444               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1445               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1446               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1447               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1448               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1449               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1450               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1451               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1452               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1453               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1454               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1455               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1456               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1457               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1458               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1459               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1460               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1461               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1462               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1463               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1464               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1465               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1466               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1467           | \
1468           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1469               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1470               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1471               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1472               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1473               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1474               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1475               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1476               -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
1477               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1478               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1479               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1480               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1481               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1482               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1483               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1484               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1485               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1486               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1487               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1488               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1489               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1490               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1491               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1492               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1493               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1494               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1495               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1496               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1497               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1498               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1499               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1500               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1501               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1502         } > $@-t && \
1503         mv $@-t $@
1504 MOSTLYCLEANFILES += unistd.h unistd.h-t
1505
1506 EXTRA_DIST += unistd.in.h
1507
1508 ## end   gnulib module unistd
1509
1510 ## begin gnulib module useless-if-before-free
1511
1512
1513 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
1514
1515 ## end   gnulib module useless-if-before-free
1516
1517 ## begin gnulib module vasnprintf
1518
1519
1520 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1521
1522 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1523
1524 ## end   gnulib module vasnprintf
1525
1526 ## begin gnulib module vasprintf
1527
1528
1529 EXTRA_DIST += asprintf.c vasprintf.c
1530
1531 EXTRA_libgnu_la_SOURCES += asprintf.c vasprintf.c
1532
1533 ## end   gnulib module vasprintf
1534
1535 ## begin gnulib module vc-list-files
1536
1537
1538 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
1539
1540 ## end   gnulib module vc-list-files
1541
1542 ## begin gnulib module verify
1543
1544
1545 EXTRA_DIST += verify.h
1546
1547 ## end   gnulib module verify
1548
1549 ## begin gnulib module vsnprintf
1550
1551
1552 EXTRA_DIST += vsnprintf.c
1553
1554 EXTRA_libgnu_la_SOURCES += vsnprintf.c
1555
1556 ## end   gnulib module vsnprintf
1557
1558 ## begin gnulib module wchar
1559
1560 BUILT_SOURCES += wchar.h
1561
1562 # We need the following in order to create <wchar.h> when the system
1563 # version does not work standalone.
1564 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1565         $(AM_V_GEN)rm -f $@-t $@ && \
1566         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1567           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1568               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1569               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1570               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1571               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1572               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1573               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1574               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
1575               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
1576               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
1577               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
1578               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
1579               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
1580               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
1581               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
1582               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
1583               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
1584               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
1585               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
1586               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
1587               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
1588               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
1589               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
1590               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
1591               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
1592               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
1593               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
1594               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
1595               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
1596               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
1597               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
1598               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
1599               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
1600               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
1601               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
1602               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
1603               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
1604               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
1605               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
1606               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
1607               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
1608               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
1609               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
1610               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
1611               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
1612               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
1613               < $(srcdir)/wchar.in.h | \
1614           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1615               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1616               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1617               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1618               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1619               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1620               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1621               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1622               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1623               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1624               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
1625               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
1626               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
1627               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
1628               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
1629               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
1630               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
1631               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
1632               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
1633               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
1634               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
1635               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
1636               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
1637               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
1638               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
1639               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
1640               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
1641               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
1642               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
1643               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
1644               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
1645               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
1646               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
1647               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
1648               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
1649               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
1650               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
1651               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
1652               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1653               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1654           | \
1655           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1656               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1657               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1658               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1659               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1660               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1661               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1662               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1663               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1664               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1665               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1666               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1667               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
1668               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1669               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1670               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1671         } > $@-t && \
1672         mv $@-t $@
1673 MOSTLYCLEANFILES += wchar.h wchar.h-t
1674
1675 EXTRA_DIST += wchar.in.h
1676
1677 ## end   gnulib module wchar
1678
1679 ## begin gnulib module xsize
1680
1681 libgnu_la_SOURCES += xsize.h xsize.c
1682
1683 ## end   gnulib module xsize
1684
1685
1686 mostlyclean-local: mostlyclean-generic
1687         @for dir in '' $(MOSTLYCLEANDIRS); do \
1688           if test -n "$$dir" && test -d $$dir; then \
1689             echo "rmdir $$dir"; rmdir $$dir; \
1690           fi; \
1691         done; \
1692         :