Add `gnutls/dtls.h' to the distribution.
[gnutls.git] / gl / Makefile.am
bloba4c50aad1033e9ac6117eabb6ad057951b3b0961
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
11 # Generated by gnulib-tool.
12 # 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 --libtool --macro-prefix=gl --no-vc-files accept arpa_inet autobuild bind close connect error fdl-1.3 gendocs getaddrinfo getline getpass-gnu gettime gnupload gpl-3.0 inet_ntop inet_pton lgpl-2.1 listen maintainer-makefile manywarnings minmax perror pmccabe2html progname read-file readline recv select send setsockopt shutdown socket sockets sys_stat update-copyright valgrind-tests version-etc-fsf warnings
14 AUTOMAKE_OPTIONS = 1.5 gnits
16 SUBDIRS =
17 noinst_HEADERS =
18 noinst_LIBRARIES =
19 noinst_LTLIBRARIES =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES = core *.stackdump
24 MOSTLYCLEANDIRS =
25 CLEANFILES =
26 DISTCLEANFILES =
27 MAINTAINERCLEANFILES =
28 SUBDIRS += tests
29 EXTRA_DIST += m4/gnulib-cache.m4
31 AM_CPPFLAGS =
32 AM_CFLAGS =
34 noinst_LTLIBRARIES += libgnu.la
36 libgnu_la_SOURCES =
37 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
38 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
39 EXTRA_libgnu_la_SOURCES =
40 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
41 libgnu_la_LDFLAGS += -no-undefined
42 libgnu_la_LDFLAGS += $(GETADDRINFO_LIB)
43 libgnu_la_LDFLAGS += $(HOSTENT_LIB)
44 libgnu_la_LDFLAGS += $(INET_NTOP_LIB)
45 libgnu_la_LDFLAGS += $(INET_PTON_LIB)
46 libgnu_la_LDFLAGS += $(LIBSOCKET)
47 libgnu_la_LDFLAGS += $(LIB_CLOCK_GETTIME)
48 libgnu_la_LDFLAGS += $(LTLIBINTL)
49 libgnu_la_LDFLAGS += $(LTLIBREADLINE)
50 libgnu_la_LDFLAGS += $(SERVENT_LIB)
52 ## begin gnulib module accept
55 EXTRA_DIST += accept.c w32sock.h
57 EXTRA_libgnu_la_SOURCES += accept.c
59 ## end   gnulib module accept
61 ## begin gnulib module alignof
64 EXTRA_DIST += alignof.h
66 ## end   gnulib module alignof
68 ## begin gnulib module alloca
71 EXTRA_DIST += alloca.c
73 EXTRA_libgnu_la_SOURCES += alloca.c
75 libgnu_la_LIBADD += @LTALLOCA@
76 libgnu_la_DEPENDENCIES += @LTALLOCA@
77 ## end   gnulib module alloca
79 ## begin gnulib module alloca-opt
81 BUILT_SOURCES += $(ALLOCA_H)
83 # We need the following in order to create <alloca.h> when the system
84 # doesn't have one that works with the given compiler.
85 alloca.h: alloca.in.h
86         $(AM_V_GEN)rm -f $@-t $@ && \
87         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
88           cat $(srcdir)/alloca.in.h; \
89         } > $@-t && \
90         mv -f $@-t $@
91 MOSTLYCLEANFILES += alloca.h alloca.h-t
93 EXTRA_DIST += alloca.in.h
95 ## end   gnulib module alloca-opt
97 ## begin gnulib module arg-nonnull
99 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
100 # statements but through direct file reference. Therefore this snippet must be
101 # present in all Makefile.am that need it. This is ensured by the applicability
102 # 'all' defined above.
104 BUILT_SOURCES += arg-nonnull.h
105 # The arg-nonnull.h that gets inserted into generated .h files is the same as
106 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
107 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
108         $(AM_V_GEN)rm -f $@-t $@ && \
109         sed -n -e '/GL_ARG_NONNULL/,$$p' \
110           < $(top_srcdir)/build-aux/arg-nonnull.h \
111           > $@-t && \
112         mv $@-t $@
113 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
115 ARG_NONNULL_H=arg-nonnull.h
117 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
119 ## end   gnulib module arg-nonnull
121 ## begin gnulib module arpa_inet
123 BUILT_SOURCES += arpa/inet.h
125 # We need the following in order to create <arpa/inet.h> when the system
126 # doesn't have one.
127 arpa/inet.h: arpa_inet.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
128         $(AM_V_at)$(MKDIR_P) arpa
129         $(AM_V_GEN)rm -f $@-t $@ && \
130         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
131           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
132               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
133               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
134               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
135               -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
136               -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
137               -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \
138               -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
139               -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
140               -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
141               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
142               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
143               < $(srcdir)/arpa_inet.in.h; \
144         } > $@-t && \
145         mv $@-t $@
146 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
147 MOSTLYCLEANDIRS += arpa
149 EXTRA_DIST += arpa_inet.in.h
151 ## end   gnulib module arpa_inet
153 ## begin gnulib module bind
156 EXTRA_DIST += bind.c w32sock.h
158 EXTRA_libgnu_la_SOURCES += bind.c
160 ## end   gnulib module bind
162 ## begin gnulib module c++defs
164 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
165 # statements but through direct file reference. Therefore this snippet must be
166 # present in all Makefile.am that need it. This is ensured by the applicability
167 # 'all' defined above.
169 BUILT_SOURCES += c++defs.h
170 # The c++defs.h that gets inserted into generated .h files is the same as
171 # build-aux/c++defs.h, except that it has the copyright header cut off.
172 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
173         $(AM_V_GEN)rm -f $@-t $@ && \
174         sed -n -e '/_GL_CXXDEFS/,$$p' \
175           < $(top_srcdir)/build-aux/c++defs.h \
176           > $@-t && \
177         mv $@-t $@
178 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
180 CXXDEFS_H=c++defs.h
182 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
184 ## end   gnulib module c++defs
186 ## begin gnulib module c-ctype
188 libgnu_la_SOURCES += c-ctype.h c-ctype.c
190 ## end   gnulib module c-ctype
192 ## begin gnulib module close
195 EXTRA_DIST += close.c
197 EXTRA_libgnu_la_SOURCES += close.c
199 ## end   gnulib module close
201 ## begin gnulib module close-hook
203 libgnu_la_SOURCES += close-hook.c
205 EXTRA_DIST += close-hook.h
207 ## end   gnulib module close-hook
209 ## begin gnulib module connect
212 EXTRA_DIST += connect.c w32sock.h
214 EXTRA_libgnu_la_SOURCES += connect.c
216 ## end   gnulib module connect
218 ## begin gnulib module errno
220 BUILT_SOURCES += $(ERRNO_H)
222 # We need the following in order to create <errno.h> when the system
223 # doesn't have one that is POSIX compliant.
224 errno.h: errno.in.h
225         $(AM_V_GEN)rm -f $@-t $@ && \
226         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
227           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
228               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
229               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
230               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
231               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
232               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
233               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
234               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
235               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
236               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
237               < $(srcdir)/errno.in.h; \
238         } > $@-t && \
239         mv $@-t $@
240 MOSTLYCLEANFILES += errno.h errno.h-t
242 EXTRA_DIST += errno.in.h
244 ## end   gnulib module errno
246 ## begin gnulib module error
249 EXTRA_DIST += error.c error.h
251 EXTRA_libgnu_la_SOURCES += error.c
253 ## end   gnulib module error
255 ## begin gnulib module fclose
258 EXTRA_DIST += fclose.c
260 EXTRA_libgnu_la_SOURCES += fclose.c
262 ## end   gnulib module fclose
264 ## begin gnulib module float
266 BUILT_SOURCES += $(FLOAT_H)
268 # We need the following in order to create <float.h> when the system
269 # doesn't have one that works with the given compiler.
270 float.h: float.in.h
271         $(AM_V_GEN)rm -f $@-t $@ && \
272         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
273           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
274               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
275               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
276               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
277               < $(srcdir)/float.in.h; \
278         } > $@-t && \
279         mv $@-t $@
280 MOSTLYCLEANFILES += float.h float.h-t
282 EXTRA_DIST += float.in.h
284 ## end   gnulib module float
286 ## begin gnulib module fseeko
289 EXTRA_DIST += fseeko.c stdio-impl.h
291 EXTRA_libgnu_la_SOURCES += fseeko.c
293 ## end   gnulib module fseeko
295 ## begin gnulib module ftello
298 EXTRA_DIST += ftello.c stdio-impl.h
300 EXTRA_libgnu_la_SOURCES += ftello.c
302 ## end   gnulib module ftello
304 ## begin gnulib module gendocs
307 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
309 ## end   gnulib module gendocs
311 ## begin gnulib module getaddrinfo
314 EXTRA_DIST += gai_strerror.c getaddrinfo.c
316 EXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c
318 ## end   gnulib module getaddrinfo
320 ## begin gnulib module getdelim
323 EXTRA_DIST += getdelim.c
325 EXTRA_libgnu_la_SOURCES += getdelim.c
327 ## end   gnulib module getdelim
329 ## begin gnulib module getline
332 EXTRA_DIST += getline.c
334 EXTRA_libgnu_la_SOURCES += getline.c
336 ## end   gnulib module getline
338 ## begin gnulib module getpass-gnu
341 EXTRA_DIST += getpass.c getpass.h
343 EXTRA_libgnu_la_SOURCES += getpass.c
345 ## end   gnulib module getpass-gnu
347 ## begin gnulib module gettext-h
349 libgnu_la_SOURCES += gettext.h
351 ## end   gnulib module gettext-h
353 ## begin gnulib module gettime
356 EXTRA_DIST += gettime.c
358 EXTRA_libgnu_la_SOURCES += gettime.c
360 ## end   gnulib module gettime
362 ## begin gnulib module gettimeofday
365 EXTRA_DIST += gettimeofday.c
367 EXTRA_libgnu_la_SOURCES += gettimeofday.c
369 ## end   gnulib module gettimeofday
371 ## begin gnulib module gnumakefile
373 distclean-local: clean-GNUmakefile
374 clean-GNUmakefile:
375         test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
377 EXTRA_DIST += $(top_srcdir)/GNUmakefile
379 ## end   gnulib module gnumakefile
381 ## begin gnulib module gnupload
384 EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
386 ## end   gnulib module gnupload
388 ## begin gnulib module havelib
391 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
393 ## end   gnulib module havelib
395 ## begin gnulib module inet_ntop
398 EXTRA_DIST += inet_ntop.c
400 EXTRA_libgnu_la_SOURCES += inet_ntop.c
402 ## end   gnulib module inet_ntop
404 ## begin gnulib module inet_pton
407 EXTRA_DIST += inet_pton.c
409 EXTRA_libgnu_la_SOURCES += inet_pton.c
411 ## end   gnulib module inet_pton
413 ## begin gnulib module intprops
416 EXTRA_DIST += intprops.h
418 ## end   gnulib module intprops
420 ## begin gnulib module listen
423 EXTRA_DIST += listen.c w32sock.h
425 EXTRA_libgnu_la_SOURCES += listen.c
427 ## end   gnulib module listen
429 ## begin gnulib module lseek
432 EXTRA_DIST += lseek.c
434 EXTRA_libgnu_la_SOURCES += lseek.c
436 ## end   gnulib module lseek
438 ## begin gnulib module maintainer-makefile
440 EXTRA_DIST += $(top_srcdir)/maint.mk
442 ## end   gnulib module maintainer-makefile
444 ## begin gnulib module malloc-posix
447 EXTRA_DIST += malloc.c
449 EXTRA_libgnu_la_SOURCES += malloc.c
451 ## end   gnulib module malloc-posix
453 ## begin gnulib module memchr
456 EXTRA_DIST += memchr.c memchr.valgrind
458 EXTRA_libgnu_la_SOURCES += memchr.c
460 ## end   gnulib module memchr
462 ## begin gnulib module minmax
464 libgnu_la_SOURCES += minmax.h
466 ## end   gnulib module minmax
468 ## begin gnulib module netdb
470 BUILT_SOURCES += netdb.h
472 # We need the following in order to create <netdb.h> when the system
473 # doesn't have one that works with the given compiler.
474 netdb.h: netdb.in.h $(ARG_NONNULL_H) $(WARN_ON_USE_H)
475         $(AM_V_GEN)rm -f $@-t $@ && \
476         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
477           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
478               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
479               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
480               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
481               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
482               -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
483               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
484               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
485               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
486               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
487               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
488               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
489               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
490               < $(srcdir)/netdb.in.h; \
491         } > $@-t && \
492         mv $@-t $@
493 MOSTLYCLEANFILES += netdb.h netdb.h-t
495 EXTRA_DIST += netdb.in.h
497 ## end   gnulib module netdb
499 ## begin gnulib module netinet_in
501 BUILT_SOURCES += $(NETINET_IN_H)
503 # We need the following in order to create <netinet/in.h> when the system
504 # doesn't have one.
505 netinet/in.h: netinet_in.in.h
506         $(AM_V_at)$(MKDIR_P) netinet
507         $(AM_V_GEN)rm -f $@-t $@ && \
508         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
509           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
510               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
511               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
512               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
513               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
514               < $(srcdir)/netinet_in.in.h; \
515         } > $@-t && \
516         mv $@-t $@
517 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
518 MOSTLYCLEANDIRS += netinet
520 EXTRA_DIST += netinet_in.in.h
522 ## end   gnulib module netinet_in
524 ## begin gnulib module perror
527 EXTRA_DIST += perror.c
529 EXTRA_libgnu_la_SOURCES += perror.c
531 ## end   gnulib module perror
533 ## begin gnulib module pmccabe2html
536 EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css
538 ## end   gnulib module pmccabe2html
540 ## begin gnulib module progname
542 libgnu_la_SOURCES += progname.h progname.c
544 ## end   gnulib module progname
546 ## begin gnulib module read-file
549 EXTRA_DIST += read-file.c read-file.h
551 EXTRA_libgnu_la_SOURCES += read-file.c
553 ## end   gnulib module read-file
555 ## begin gnulib module readline
558 EXTRA_DIST += readline.c readline.h
560 EXTRA_libgnu_la_SOURCES += readline.c
562 ## end   gnulib module readline
564 ## begin gnulib module realloc-posix
567 EXTRA_DIST += realloc.c
569 EXTRA_libgnu_la_SOURCES += realloc.c
571 ## end   gnulib module realloc-posix
573 ## begin gnulib module recv
576 EXTRA_DIST += recv.c w32sock.h
578 EXTRA_libgnu_la_SOURCES += recv.c
580 ## end   gnulib module recv
582 ## begin gnulib module select
585 EXTRA_DIST += select.c
587 EXTRA_libgnu_la_SOURCES += select.c
589 ## end   gnulib module select
591 ## begin gnulib module send
594 EXTRA_DIST += send.c w32sock.h
596 EXTRA_libgnu_la_SOURCES += send.c
598 ## end   gnulib module send
600 ## begin gnulib module setsockopt
603 EXTRA_DIST += setsockopt.c w32sock.h
605 EXTRA_libgnu_la_SOURCES += setsockopt.c
607 ## end   gnulib module setsockopt
609 ## begin gnulib module shutdown
612 EXTRA_DIST += shutdown.c w32sock.h
614 EXTRA_libgnu_la_SOURCES += shutdown.c
616 ## end   gnulib module shutdown
618 ## begin gnulib module size_max
620 libgnu_la_SOURCES += size_max.h
622 ## end   gnulib module size_max
624 ## begin gnulib module snprintf
627 EXTRA_DIST += snprintf.c
629 EXTRA_libgnu_la_SOURCES += snprintf.c
631 ## end   gnulib module snprintf
633 ## begin gnulib module socket
636 EXTRA_DIST += socket.c w32sock.h
638 EXTRA_libgnu_la_SOURCES += socket.c
640 ## end   gnulib module socket
642 ## begin gnulib module sockets
644 libgnu_la_SOURCES += sockets.h sockets.c
646 EXTRA_DIST += w32sock.h
648 ## end   gnulib module sockets
650 ## begin gnulib module stdarg
652 BUILT_SOURCES += $(STDARG_H)
654 # We need the following in order to create <stdarg.h> when the system
655 # doesn't have one that works with the given compiler.
656 stdarg.h: stdarg.in.h
657         $(AM_V_GEN)rm -f $@-t $@ && \
658         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
659           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
660               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
661               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
662               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
663               < $(srcdir)/stdarg.in.h; \
664         } > $@-t && \
665         mv $@-t $@
666 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
668 EXTRA_DIST += stdarg.in.h
670 ## end   gnulib module stdarg
672 ## begin gnulib module stdbool
674 BUILT_SOURCES += $(STDBOOL_H)
676 # We need the following in order to create <stdbool.h> when the system
677 # doesn't have one that works.
678 stdbool.h: stdbool.in.h
679         $(AM_V_GEN)rm -f $@-t $@ && \
680         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
681           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
682         } > $@-t && \
683         mv $@-t $@
684 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
686 EXTRA_DIST += stdbool.in.h
688 ## end   gnulib module stdbool
690 ## begin gnulib module stddef
692 BUILT_SOURCES += $(STDDEF_H)
694 # We need the following in order to create <stddef.h> when the system
695 # doesn't have one that works with the given compiler.
696 stddef.h: stddef.in.h
697         $(AM_V_GEN)rm -f $@-t $@ && \
698         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
699           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
700               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
701               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
702               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
703               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
704               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
705               < $(srcdir)/stddef.in.h; \
706         } > $@-t && \
707         mv $@-t $@
708 MOSTLYCLEANFILES += stddef.h stddef.h-t
710 EXTRA_DIST += stddef.in.h
712 ## end   gnulib module stddef
714 ## begin gnulib module stdint
716 BUILT_SOURCES += $(STDINT_H)
718 # We need the following in order to create <stdint.h> when the system
719 # doesn't have one that works with the given compiler.
720 stdint.h: stdint.in.h
721         $(AM_V_GEN)rm -f $@-t $@ && \
722         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
723           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
724               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
725               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
726               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
727               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
728               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
729               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
730               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
731               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
732               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
733               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
734               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
735               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
736               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
737               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
738               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
739               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
740               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
741               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
742               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
743               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
744               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
745               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
746               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
747               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
748               < $(srcdir)/stdint.in.h; \
749         } > $@-t && \
750         mv $@-t $@
751 MOSTLYCLEANFILES += stdint.h stdint.h-t
753 EXTRA_DIST += stdint.in.h
755 ## end   gnulib module stdint
757 ## begin gnulib module stdio
759 BUILT_SOURCES += stdio.h
761 # We need the following in order to create <stdio.h> when the system
762 # doesn't have one that works with the given compiler.
763 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
764         $(AM_V_GEN)rm -f $@-t $@ && \
765         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
766           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
767               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
768               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
769               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
770               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
771               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
772               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
773               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
774               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
775               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
776               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
777               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
778               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
779               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
780               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
781               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
782               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
783               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
784               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
785               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
786               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
787               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
788               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
789               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
790               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
791               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
792               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
793               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
794               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
795               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
796               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
797               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
798               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
799               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
800               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
801               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
802               -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
803               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
804               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
805               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
806               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
807               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
808               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
809               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
810               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
811               < $(srcdir)/stdio.in.h | \
812           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
813               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
814               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
815               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
816               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
817               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
818               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
819               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
820               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
821               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
822               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
823               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
824               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
825               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
826               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
827               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
828               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
829               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
830               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
831               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
832               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
833               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
834               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
835               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
836               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
837               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
838               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
839               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
840               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
841               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
842               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
843               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
844               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
845               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
846               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
847               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
848               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
849               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
850               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
851               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
852               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
853               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
854               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
855               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
856               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
857               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
858         } > $@-t && \
859         mv $@-t $@
860 MOSTLYCLEANFILES += stdio.h stdio.h-t
862 EXTRA_DIST += stdio-write.c stdio.in.h
864 EXTRA_libgnu_la_SOURCES += stdio-write.c
866 ## end   gnulib module stdio
868 ## begin gnulib module stdlib
870 BUILT_SOURCES += stdlib.h
872 # We need the following in order to create <stdlib.h> when the system
873 # doesn't have one that works with the given compiler.
874 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
875         $(AM_V_GEN)rm -f $@-t $@ && \
876         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
877           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
878               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
879               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
880               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
881               -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
882               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
883               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
884               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
885               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
886               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
887               -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
888               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
889               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
890               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
891               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
892               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
893               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
894               -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
895               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
896               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
897               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
898               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
899               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
900               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
901               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
902               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
903               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
904               -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \
905               -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
906               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
907               -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
908               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
909               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
910               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
911               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
912               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
913               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
914               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
915               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
916               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
917               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
918               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
919               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
920               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
921               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
922               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
923               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
924               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
925               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
926               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
927               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
928               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
929               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
930               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
931               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
932               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
933               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
934               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
935               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
936               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
937               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
938               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
939               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
940               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
941               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
942               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
943               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
944               < $(srcdir)/stdlib.in.h; \
945         } > $@-t && \
946         mv $@-t $@
947 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
949 EXTRA_DIST += stdlib.in.h
951 ## end   gnulib module stdlib
953 ## begin gnulib module strerror
956 EXTRA_DIST += strerror.c
958 EXTRA_libgnu_la_SOURCES += strerror.c
960 ## end   gnulib module strerror
962 ## begin gnulib module string
964 BUILT_SOURCES += string.h
966 # We need the following in order to create <string.h> when the system
967 # doesn't have one that works with the given compiler.
968 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
969         $(AM_V_GEN)rm -f $@-t $@ && \
970         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
971           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
972               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
973               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
974               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
975               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
976               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
977               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
978               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
979               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
980               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
981               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
982               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
983               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
984               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
985               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
986               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
987               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
988               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
989               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
990               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
991               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
992               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
993               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
994               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
995               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
996               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
997               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
998               -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
999               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1000               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1001               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1002               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1003               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1004               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1005               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1006               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1007               -e 's|@''GNULIB_STRERROR_R''@|$(GNULIB_STRERROR_R)|g' \
1008               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1009               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
1010               < $(srcdir)/string.in.h | \
1011           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1012               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1013               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1014               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1015               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1016               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1017               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1018               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1019               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1020               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1021               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1022               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1023               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1024               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1025               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1026               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1027               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1028               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1029               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1030               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1031               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1032               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1033               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1034               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1035               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1036               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1037               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1038               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1039               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1040               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1041               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1042               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1043               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1044               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1045               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1046               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1047               < $(srcdir)/string.in.h; \
1048         } > $@-t && \
1049         mv $@-t $@
1050 MOSTLYCLEANFILES += string.h string.h-t
1052 EXTRA_DIST += string.in.h
1054 ## end   gnulib module string
1056 ## begin gnulib module sys_select
1058 BUILT_SOURCES += sys/select.h
1060 # We need the following in order to create <sys/select.h> when the system
1061 # doesn't have one that works with the given compiler.
1062 sys/select.h: sys_select.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
1063         $(AM_V_at)$(MKDIR_P) sys
1064         $(AM_V_GEN)rm -f $@-t $@ && \
1065         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1066           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1067               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1068               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1069               -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
1070               -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
1071               -e 's|@''GNULIB_SELECT''@|$(GNULIB_SELECT)|g' \
1072               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1073               -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
1074               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1075               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1076               < $(srcdir)/sys_select.in.h; \
1077         } > $@-t && \
1078         mv $@-t $@
1079 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
1080 MOSTLYCLEANDIRS += sys
1082 EXTRA_DIST += sys_select.in.h
1084 ## end   gnulib module sys_select
1086 ## begin gnulib module sys_socket
1088 BUILT_SOURCES += sys/socket.h
1090 # We need the following in order to create <sys/socket.h> when the system
1091 # doesn't have one that works with the given compiler.
1092 sys/socket.h: sys_socket.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1093         $(AM_V_at)$(MKDIR_P) sys
1094         $(AM_V_GEN)rm -f $@-t $@ && \
1095         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1096           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1097               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1098               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1099               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1100               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1101               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1102               -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
1103               -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
1104               -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
1105               -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
1106               -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
1107               -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
1108               -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
1109               -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
1110               -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
1111               -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
1112               -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
1113               -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
1114               -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
1115               -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
1116               -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \
1117               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1118               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1119               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1120               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
1121               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1122               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1123               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1124               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1125               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1126               < $(srcdir)/sys_socket.in.h; \
1127         } > $@-t && \
1128         mv -f $@-t $@
1129 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1130 MOSTLYCLEANDIRS += sys
1132 EXTRA_DIST += sys_socket.in.h
1134 ## end   gnulib module sys_socket
1136 ## begin gnulib module sys_stat
1138 BUILT_SOURCES += sys/stat.h
1140 # We need the following in order to create <sys/stat.h> when the system
1141 # has one that is incomplete.
1142 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1143         $(AM_V_at)$(MKDIR_P) sys
1144         $(AM_V_GEN)rm -f $@-t $@ && \
1145         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1146           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1147               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1148               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1149               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1150               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1151               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1152               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1153               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1154               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1155               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1156               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1157               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1158               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1159               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1160               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1161               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1162               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1163               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1164               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1165               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1166               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1167               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1168               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1169               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1170               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1171               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1172               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1173               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1174               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1175               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1176               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1177               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1178               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1179               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1180               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1181               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1182               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1183               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1184               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1185               < $(srcdir)/sys_stat.in.h; \
1186         } > $@-t && \
1187         mv $@-t $@
1188 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1189 MOSTLYCLEANDIRS += sys
1191 EXTRA_DIST += sys_stat.in.h
1193 ## end   gnulib module sys_stat
1195 ## begin gnulib module sys_time
1197 BUILT_SOURCES += sys/time.h
1199 # We need the following in order to create <sys/time.h> when the system
1200 # doesn't have one that works with the given compiler.
1201 sys/time.h: sys_time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1202         $(AM_V_at)$(MKDIR_P) sys
1203         $(AM_V_GEN)rm -f $@-t $@ && \
1204         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1205           sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1206               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1207               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1208               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1209               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1210               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1211               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1212               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1213               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1214               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1215               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1216               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1217               < $(srcdir)/sys_time.in.h; \
1218         } > $@-t && \
1219         mv $@-t $@
1220 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1222 EXTRA_DIST += sys_time.in.h
1224 ## end   gnulib module sys_time
1226 ## begin gnulib module time
1228 BUILT_SOURCES += time.h
1230 # We need the following in order to create <time.h> when the system
1231 # doesn't have one that works with the given compiler.
1232 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1233         $(AM_V_GEN)rm -f $@-t $@ && \
1234         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1235           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1236               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1237               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1238               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1239               -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
1240               -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
1241               -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
1242               -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
1243               -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
1244               -e 's|@''HAVE_LOCALTIME_R''@|$(HAVE_LOCALTIME_R)|g' \
1245               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1246               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1247               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1248               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1249               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1250               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1251               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1252               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1253               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1254               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1255               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1256               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1257               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1258               < $(srcdir)/time.in.h; \
1259         } > $@-t && \
1260         mv $@-t $@
1261 MOSTLYCLEANFILES += time.h time.h-t
1263 EXTRA_DIST += time.in.h
1265 ## end   gnulib module time
1267 ## begin gnulib module timespec
1270 EXTRA_DIST += timespec.h
1272 ## end   gnulib module timespec
1274 ## begin gnulib module unistd
1276 BUILT_SOURCES += unistd.h
1278 # We need the following in order to create an empty placeholder for
1279 # <unistd.h> when the system doesn't have one.
1280 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1281         $(AM_V_GEN)rm -f $@-t $@ && \
1282         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1283           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1284               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1285               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1286               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1287               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1288               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1289               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1290               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1291               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
1292               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1293               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
1294               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
1295               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1296               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
1297               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
1298               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1299               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1300               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
1301               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
1302               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
1303               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
1304               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
1305               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1306               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1307               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
1308               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1309               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
1310               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
1311               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1312               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1313               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
1314               -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
1315               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1316               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1317               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
1318               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1319               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1320               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
1321               -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
1322               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
1323               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
1324               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1325               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
1326               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
1327               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
1328               < $(srcdir)/unistd.in.h | \
1329           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1330               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1331               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1332               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1333               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1334               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1335               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1336               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1337               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1338               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1339               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1340               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1341               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1342               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1343               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1344               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1345               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1346               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1347               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1348               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1349               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1350               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1351               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1352               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1353               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1354               -e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \
1355               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1356               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1357               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1358               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1359               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1360               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1361               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1362               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1363               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1364               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1365               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1366               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1367               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1368               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1369               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1370               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1371               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1372               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1373               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1374               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1375               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1376               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1377               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1378               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1379               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1380               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1381               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1382               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1383               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1384               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1385               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1386               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1387               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1388               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1389               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1390               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1391               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1392               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1393         } > $@-t && \
1394         mv $@-t $@
1395 MOSTLYCLEANFILES += unistd.h unistd.h-t
1397 EXTRA_DIST += unistd.in.h
1399 ## end   gnulib module unistd
1401 ## begin gnulib module update-copyright
1404 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1406 ## end   gnulib module update-copyright
1408 ## begin gnulib module useless-if-before-free
1411 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
1413 ## end   gnulib module useless-if-before-free
1415 ## begin gnulib module vasnprintf
1418 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1420 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1422 ## end   gnulib module vasnprintf
1424 ## begin gnulib module vc-list-files
1427 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
1429 ## end   gnulib module vc-list-files
1431 ## begin gnulib module verify
1433 libgnu_la_SOURCES += verify.h
1435 ## end   gnulib module verify
1437 ## begin gnulib module version-etc
1439 libgnu_la_SOURCES += version-etc.h version-etc.c
1441 ## end   gnulib module version-etc
1443 ## begin gnulib module version-etc-fsf
1445 libgnu_la_SOURCES += version-etc-fsf.c
1447 ## end   gnulib module version-etc-fsf
1449 ## begin gnulib module warn-on-use
1451 BUILT_SOURCES += warn-on-use.h
1452 # The warn-on-use.h that gets inserted into generated .h files is the same as
1453 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
1454 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
1455         $(AM_V_GEN)rm -f $@-t $@ && \
1456         sed -n -e '/^.ifndef/,$$p' \
1457           < $(top_srcdir)/build-aux/warn-on-use.h \
1458           > $@-t && \
1459         mv $@-t $@
1460 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1462 WARN_ON_USE_H=warn-on-use.h
1464 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
1466 ## end   gnulib module warn-on-use
1468 ## begin gnulib module wchar
1470 BUILT_SOURCES += wchar.h
1472 # We need the following in order to create <wchar.h> when the system
1473 # version does not work standalone.
1474 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1475         $(AM_V_GEN)rm -f $@-t $@ && \
1476         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1477           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1478               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1479               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1480               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1481               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1482               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1483               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
1484               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
1485               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
1486               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
1487               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
1488               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
1489               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
1490               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
1491               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
1492               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
1493               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
1494               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1495               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1496               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1497               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1498               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1499               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1500               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1501               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1502               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1503               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1504               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1505               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1506               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1507               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1508               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1509               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1510               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1511               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1512               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1513               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1514               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1515               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1516               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1517               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1518               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1519               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1520               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1521             < $(srcdir)/wchar.in.h; \
1522         } > $@-t && \
1523         mv $@-t $@
1524 MOSTLYCLEANFILES += wchar.h wchar.h-t
1526 EXTRA_DIST += wchar.in.h
1528 ## end   gnulib module wchar
1530 ## begin gnulib module xsize
1532 libgnu_la_SOURCES += xsize.h
1534 ## end   gnulib module xsize
1537 mostlyclean-local: mostlyclean-generic
1538         @for dir in '' $(MOSTLYCLEANDIRS); do \
1539           if test -n "$$dir" && test -d $$dir; then \
1540             echo "rmdir $$dir"; rmdir $$dir; \
1541           fi; \
1542         done; \
1543         :