Ignore more headers.
[gnutls.git] / gl / Makefile.am
blobcdcb1cbd7a52b521aee88578b5f5e354c3c25da3
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 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 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)
42 ## begin gnulib module accept
45 EXTRA_DIST += accept.c w32sock.h
47 EXTRA_libgnu_la_SOURCES += accept.c
49 ## end   gnulib module accept
51 ## begin gnulib module alignof
54 EXTRA_DIST += alignof.h
56 ## end   gnulib module alignof
58 ## begin gnulib module alloca
61 EXTRA_DIST += alloca.c
63 EXTRA_libgnu_la_SOURCES += alloca.c
65 libgnu_la_LIBADD += @LTALLOCA@
66 libgnu_la_DEPENDENCIES += @LTALLOCA@
67 ## end   gnulib module alloca
69 ## begin gnulib module alloca-opt
71 BUILT_SOURCES += $(ALLOCA_H)
73 # We need the following in order to create <alloca.h> when the system
74 # doesn't have one that works with the given compiler.
75 alloca.h: alloca.in.h
76         $(AM_V_GEN)rm -f $@-t $@ && \
77         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
78           cat $(srcdir)/alloca.in.h; \
79         } > $@-t && \
80         mv -f $@-t $@
81 MOSTLYCLEANFILES += alloca.h alloca.h-t
83 EXTRA_DIST += alloca.in.h
85 ## end   gnulib module alloca-opt
87 ## begin gnulib module arg-nonnull
89 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
90 # statements but through direct file reference. Therefore this snippet must be
91 # present in all Makefile.am that need it. This is ensured by the applicability
92 # 'all' defined above.
94 BUILT_SOURCES += arg-nonnull.h
95 # The arg-nonnull.h that gets inserted into generated .h files is the same as
96 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
97 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
98         $(AM_V_GEN)rm -f $@-t $@ && \
99         sed -n -e '/GL_ARG_NONNULL/,$$p' \
100           < $(top_srcdir)/build-aux/arg-nonnull.h \
101           > $@-t && \
102         mv $@-t $@
103 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
105 ARG_NONNULL_H=arg-nonnull.h
107 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
109 ## end   gnulib module arg-nonnull
111 ## begin gnulib module arpa_inet
113 BUILT_SOURCES += arpa/inet.h
115 # We need the following in order to create <arpa/inet.h> when the system
116 # doesn't have one.
117 arpa/inet.h: arpa_inet.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
118         $(AM_V_at)$(MKDIR_P) arpa
119         $(AM_V_GEN)rm -f $@-t $@ && \
120         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
121           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
122               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
123               -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
124               -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
125               -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \
126               -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
127               -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
128               -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
129               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
130               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
131               < $(srcdir)/arpa_inet.in.h; \
132         } > $@-t && \
133         mv $@-t $@
134 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
135 MOSTLYCLEANDIRS += arpa
137 EXTRA_DIST += arpa_inet.in.h
139 ## end   gnulib module arpa_inet
141 ## begin gnulib module bind
144 EXTRA_DIST += bind.c w32sock.h
146 EXTRA_libgnu_la_SOURCES += bind.c
148 ## end   gnulib module bind
150 ## begin gnulib module c-ctype
152 libgnu_la_SOURCES += c-ctype.h c-ctype.c
154 ## end   gnulib module c-ctype
156 ## begin gnulib module close
159 EXTRA_DIST += close.c
161 EXTRA_libgnu_la_SOURCES += close.c
163 ## end   gnulib module close
165 ## begin gnulib module close-hook
167 libgnu_la_SOURCES += close-hook.c
169 EXTRA_DIST += close-hook.h
171 ## end   gnulib module close-hook
173 ## begin gnulib module connect
176 EXTRA_DIST += connect.c w32sock.h
178 EXTRA_libgnu_la_SOURCES += connect.c
180 ## end   gnulib module connect
182 ## begin gnulib module errno
184 BUILT_SOURCES += $(ERRNO_H)
186 # We need the following in order to create <errno.h> when the system
187 # doesn't have one that is POSIX compliant.
188 errno.h: errno.in.h
189         $(AM_V_GEN)rm -f $@-t $@ && \
190         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
191           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
192               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
193               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
194               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
195               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
196               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
197               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
198               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
199               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
200               < $(srcdir)/errno.in.h; \
201         } > $@-t && \
202         mv $@-t $@
203 MOSTLYCLEANFILES += errno.h errno.h-t
205 EXTRA_DIST += errno.in.h
207 ## end   gnulib module errno
209 ## begin gnulib module error
212 EXTRA_DIST += error.c error.h
214 EXTRA_libgnu_la_SOURCES += error.c
216 ## end   gnulib module error
218 ## begin gnulib module fclose
221 EXTRA_DIST += fclose.c
223 EXTRA_libgnu_la_SOURCES += fclose.c
225 ## end   gnulib module fclose
227 ## begin gnulib module float
229 BUILT_SOURCES += $(FLOAT_H)
231 # We need the following in order to create <float.h> when the system
232 # doesn't have one that works with the given compiler.
233 float.h: float.in.h
234         $(AM_V_GEN)rm -f $@-t $@ && \
235         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
236           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
237               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
238               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
239               < $(srcdir)/float.in.h; \
240         } > $@-t && \
241         mv $@-t $@
242 MOSTLYCLEANFILES += float.h float.h-t
244 EXTRA_DIST += float.in.h
246 ## end   gnulib module float
248 ## begin gnulib module fseeko
251 EXTRA_DIST += fseeko.c stdio-impl.h
253 EXTRA_libgnu_la_SOURCES += fseeko.c
255 ## end   gnulib module fseeko
257 ## begin gnulib module gendocs
260 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
262 ## end   gnulib module gendocs
264 ## begin gnulib module getaddrinfo
267 EXTRA_DIST += gai_strerror.c getaddrinfo.c
269 EXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c
271 ## end   gnulib module getaddrinfo
273 ## begin gnulib module getdelim
276 EXTRA_DIST += getdelim.c
278 EXTRA_libgnu_la_SOURCES += getdelim.c
280 ## end   gnulib module getdelim
282 ## begin gnulib module getline
285 EXTRA_DIST += getline.c
287 EXTRA_libgnu_la_SOURCES += getline.c
289 ## end   gnulib module getline
291 ## begin gnulib module getpass-gnu
294 EXTRA_DIST += getpass.c getpass.h
296 EXTRA_libgnu_la_SOURCES += getpass.c
298 ## end   gnulib module getpass-gnu
300 ## begin gnulib module gettext-h
302 libgnu_la_SOURCES += gettext.h
304 ## end   gnulib module gettext-h
306 ## begin gnulib module gnumakefile
308 distclean-local: clean-GNUmakefile
309 clean-GNUmakefile:
310         test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
312 EXTRA_DIST += $(top_srcdir)/GNUmakefile
314 ## end   gnulib module gnumakefile
316 ## begin gnulib module gnupload
319 EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
321 ## end   gnulib module gnupload
323 ## begin gnulib module havelib
326 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
328 ## end   gnulib module havelib
330 ## begin gnulib module inet_ntop
333 EXTRA_DIST += inet_ntop.c
335 EXTRA_libgnu_la_SOURCES += inet_ntop.c
337 ## end   gnulib module inet_ntop
339 ## begin gnulib module inet_pton
342 EXTRA_DIST += inet_pton.c
344 EXTRA_libgnu_la_SOURCES += inet_pton.c
346 ## end   gnulib module inet_pton
348 ## begin gnulib module intprops
351 EXTRA_DIST += intprops.h
353 ## end   gnulib module intprops
355 ## begin gnulib module listen
358 EXTRA_DIST += listen.c w32sock.h
360 EXTRA_libgnu_la_SOURCES += listen.c
362 ## end   gnulib module listen
364 ## begin gnulib module lseek
367 EXTRA_DIST += lseek.c
369 EXTRA_libgnu_la_SOURCES += lseek.c
371 ## end   gnulib module lseek
373 ## begin gnulib module maintainer-makefile
375 EXTRA_DIST += $(top_srcdir)/maint.mk
377 ## end   gnulib module maintainer-makefile
379 ## begin gnulib module memchr
382 EXTRA_DIST += memchr.c memchr.valgrind
384 EXTRA_libgnu_la_SOURCES += memchr.c
386 ## end   gnulib module memchr
388 ## begin gnulib module minmax
390 libgnu_la_SOURCES += minmax.h
392 ## end   gnulib module minmax
394 ## begin gnulib module netdb
396 BUILT_SOURCES += $(NETDB_H)
398 # We need the following in order to create <netdb.h> when the system
399 # doesn't have one that works with the given compiler.
400 netdb.h: netdb.in.h $(ARG_NONNULL_H)
401         $(AM_V_GEN)rm -f $@-t $@ && \
402         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
403           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
404               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
405               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
406               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
407               -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
408               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
409               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
410               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
411               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
412               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
413               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
414               < $(srcdir)/netdb.in.h; \
415         } > $@-t && \
416         mv $@-t $@
417 MOSTLYCLEANFILES += netdb.h netdb.h-t
419 EXTRA_DIST += netdb.in.h
421 ## end   gnulib module netdb
423 ## begin gnulib module netinet_in
425 BUILT_SOURCES += $(NETINET_IN_H)
427 # We need the following in order to create <netinet/in.h> when the system
428 # doesn't have one.
429 netinet/in.h: netinet_in.in.h
430         $(AM_V_at)$(MKDIR_P) netinet
431         $(AM_V_GEN)rm -f $@-t $@ && \
432         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
433           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
434               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
435               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
436               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
437               < $(srcdir)/netinet_in.in.h; \
438         } > $@-t && \
439         mv $@-t $@
440 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
441 MOSTLYCLEANDIRS += netinet
443 EXTRA_DIST += netinet_in.in.h
445 ## end   gnulib module netinet_in
447 ## begin gnulib module perror
450 EXTRA_DIST += perror.c
452 EXTRA_libgnu_la_SOURCES += perror.c
454 ## end   gnulib module perror
456 ## begin gnulib module pmccabe2html
459 EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css
461 ## end   gnulib module pmccabe2html
463 ## begin gnulib module progname
465 libgnu_la_SOURCES += progname.h progname.c
467 ## end   gnulib module progname
469 ## begin gnulib module read-file
472 EXTRA_DIST += read-file.c read-file.h
474 EXTRA_libgnu_la_SOURCES += read-file.c
476 ## end   gnulib module read-file
478 ## begin gnulib module readline
481 EXTRA_DIST += readline.c readline.h
483 EXTRA_libgnu_la_SOURCES += readline.c
485 ## end   gnulib module readline
487 ## begin gnulib module realloc-posix
490 EXTRA_DIST += realloc.c
492 EXTRA_libgnu_la_SOURCES += realloc.c
494 ## end   gnulib module realloc-posix
496 ## begin gnulib module recv
499 EXTRA_DIST += recv.c w32sock.h
501 EXTRA_libgnu_la_SOURCES += recv.c
503 ## end   gnulib module recv
505 ## begin gnulib module select
508 EXTRA_DIST += select.c
510 EXTRA_libgnu_la_SOURCES += select.c
512 ## end   gnulib module select
514 ## begin gnulib module send
517 EXTRA_DIST += send.c w32sock.h
519 EXTRA_libgnu_la_SOURCES += send.c
521 ## end   gnulib module send
523 ## begin gnulib module setsockopt
526 EXTRA_DIST += setsockopt.c w32sock.h
528 EXTRA_libgnu_la_SOURCES += setsockopt.c
530 ## end   gnulib module setsockopt
532 ## begin gnulib module shutdown
535 EXTRA_DIST += shutdown.c w32sock.h
537 EXTRA_libgnu_la_SOURCES += shutdown.c
539 ## end   gnulib module shutdown
541 ## begin gnulib module size_max
543 libgnu_la_SOURCES += size_max.h
545 ## end   gnulib module size_max
547 ## begin gnulib module snprintf
550 EXTRA_DIST += snprintf.c
552 EXTRA_libgnu_la_SOURCES += snprintf.c
554 ## end   gnulib module snprintf
556 ## begin gnulib module socket
559 EXTRA_DIST += socket.c w32sock.h
561 EXTRA_libgnu_la_SOURCES += socket.c
563 ## end   gnulib module socket
565 ## begin gnulib module sockets
567 libgnu_la_SOURCES += sockets.h sockets.c
569 EXTRA_DIST += w32sock.h
571 ## end   gnulib module sockets
573 ## begin gnulib module stdarg
575 BUILT_SOURCES += $(STDARG_H)
577 # We need the following in order to create <stdarg.h> when the system
578 # doesn't have one that works with the given compiler.
579 stdarg.h: stdarg.in.h
580         $(AM_V_GEN)rm -f $@-t $@ && \
581         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
582           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
583               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
584               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
585               < $(srcdir)/stdarg.in.h; \
586         } > $@-t && \
587         mv $@-t $@
588 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
590 EXTRA_DIST += stdarg.in.h
592 ## end   gnulib module stdarg
594 ## begin gnulib module stdbool
596 BUILT_SOURCES += $(STDBOOL_H)
598 # We need the following in order to create <stdbool.h> when the system
599 # doesn't have one that works.
600 stdbool.h: stdbool.in.h
601         $(AM_V_GEN)rm -f $@-t $@ && \
602         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
603           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
604         } > $@-t && \
605         mv $@-t $@
606 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
608 EXTRA_DIST += stdbool.in.h
610 ## end   gnulib module stdbool
612 ## begin gnulib module stddef
614 BUILT_SOURCES += $(STDDEF_H)
616 # We need the following in order to create <stddef.h> when the system
617 # doesn't have one that works with the given compiler.
618 stddef.h: stddef.in.h
619         $(AM_V_GEN)rm -f $@-t $@ && \
620         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
621           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
622               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
623               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
624               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
625               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
626               < $(srcdir)/stddef.in.h; \
627         } > $@-t && \
628         mv $@-t $@
629 MOSTLYCLEANFILES += stddef.h stddef.h-t
631 EXTRA_DIST += stddef.in.h
633 ## end   gnulib module stddef
635 ## begin gnulib module stdint
637 BUILT_SOURCES += $(STDINT_H)
639 # We need the following in order to create <stdint.h> when the system
640 # doesn't have one that works with the given compiler.
641 stdint.h: stdint.in.h
642         $(AM_V_GEN)rm -f $@-t $@ && \
643         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
644           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
645               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
646               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
647               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
648               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
649               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
650               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
651               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
652               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
653               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
654               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
655               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
656               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
657               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
658               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
659               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
660               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
661               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
662               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
663               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
664               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
665               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
666               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
667               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
668               < $(srcdir)/stdint.in.h; \
669         } > $@-t && \
670         mv $@-t $@
671 MOSTLYCLEANFILES += stdint.h stdint.h-t
673 EXTRA_DIST += stdint.in.h
675 ## end   gnulib module stdint
677 ## begin gnulib module stdio
679 BUILT_SOURCES += stdio.h
681 # We need the following in order to create <stdio.h> when the system
682 # doesn't have one that works with the given compiler.
683 stdio.h: stdio.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
684         $(AM_V_GEN)rm -f $@-t $@ && \
685         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
686           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
687               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
688               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
689               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
690               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
691               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
692               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
693               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
694               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
695               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
696               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
697               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
698               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
699               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
700               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
701               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
702               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
703               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
704               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
705               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
706               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
707               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
708               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
709               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
710               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
711               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
712               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
713               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
714               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
715               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
716               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
717               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
718               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
719               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
720               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
721               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
722               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
723               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
724               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
725               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
726               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
727               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
728               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
729               < $(srcdir)/stdio.in.h | \
730           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
731               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
732               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
733               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
734               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
735               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
736               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
737               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
738               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
739               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
740               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
741               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
742               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
743               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
744               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
745               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
746               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
747               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
748               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
749               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
750               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
751               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
752               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
753               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
754               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
755               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
756               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
757               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
758               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
759               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
760               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
761               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
762               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
763               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
764               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
765               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
766               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
767               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
768               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
769               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
770               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
771         } > $@-t && \
772         mv $@-t $@
773 MOSTLYCLEANFILES += stdio.h stdio.h-t
775 EXTRA_DIST += stdio-write.c stdio.in.h
777 EXTRA_libgnu_la_SOURCES += stdio-write.c
779 ## end   gnulib module stdio
781 ## begin gnulib module stdlib
783 BUILT_SOURCES += stdlib.h
785 # We need the following in order to create <stdlib.h> when the system
786 # doesn't have one that works with the given compiler.
787 stdlib.h: stdlib.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
788         $(AM_V_GEN)rm -f $@-t $@ && \
789         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
790           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
791               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
792               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
793               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
794               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
795               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
796               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
797               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
798               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
799               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
800               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
801               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
802               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
803               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
804               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
805               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
806               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
807               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
808               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
809               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
810               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
811               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
812               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
813               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
814               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
815               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
816               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
817               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
818               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
819               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
820               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
821               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
822               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
823               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
824               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
825               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
826               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
827               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
828               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
829               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
830               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
831               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
832               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
833               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
834               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
835               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
836               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
837               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
838               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
839               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
840               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
841               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
842               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
843               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
844               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
845               < $(srcdir)/stdlib.in.h; \
846         } > $@-t && \
847         mv $@-t $@
848 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
850 EXTRA_DIST += stdlib.in.h
852 ## end   gnulib module stdlib
854 ## begin gnulib module strerror
857 EXTRA_DIST += strerror.c
859 EXTRA_libgnu_la_SOURCES += strerror.c
861 ## end   gnulib module strerror
863 ## begin gnulib module string
865 BUILT_SOURCES += string.h
867 # We need the following in order to create <string.h> when the system
868 # doesn't have one that works with the given compiler.
869 string.h: string.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
870         $(AM_V_GEN)rm -f $@-t $@ && \
871         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
872           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
873               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
874               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
875               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
876               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
877               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
878               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
879               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
880               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
881               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
882               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
883               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
884               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
885               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
886               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
887               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
888               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
889               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
890               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
891               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
892               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
893               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
894               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
895               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
896               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
897               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
898               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
899               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
900               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
901               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
902               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
903               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
904               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
905               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
906               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
907               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
908               < $(srcdir)/string.in.h | \
909           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
910               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
911               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
912               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
913               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
914               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
915               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
916               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
917               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
918               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
919               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
920               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
921               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
922               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
923               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
924               -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
925               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
926               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
927               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
928               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
929               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
930               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
931               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
932               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
933               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
934               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
935               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
936               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
937               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
938               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
939               < $(srcdir)/string.in.h; \
940         } > $@-t && \
941         mv $@-t $@
942 MOSTLYCLEANFILES += string.h string.h-t
944 EXTRA_DIST += string.in.h
946 ## end   gnulib module string
948 ## begin gnulib module sys_select
950 BUILT_SOURCES += sys/select.h
952 # We need the following in order to create <sys/select.h> when the system
953 # doesn't have one that works with the given compiler.
954 sys/select.h: sys_select.in.h $(WARN_ON_USE_H)
955         $(AM_V_at)$(MKDIR_P) sys
956         $(AM_V_GEN)rm -f $@-t $@ && \
957         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
958           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
959               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
960               -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
961               -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
962               -e 's|@''GNULIB_SELECT''@|$(GNULIB_SELECT)|g' \
963               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
964               -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
965               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
966               < $(srcdir)/sys_select.in.h; \
967         } > $@-t && \
968         mv $@-t $@
969 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
970 MOSTLYCLEANDIRS += sys
972 EXTRA_DIST += sys_select.in.h
974 ## end   gnulib module sys_select
976 ## begin gnulib module sys_socket
978 BUILT_SOURCES += sys/socket.h
980 # We need the following in order to create <sys/socket.h> when the system
981 # doesn't have one that works with the given compiler.
982 sys/socket.h: sys_socket.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
983         $(AM_V_at)$(MKDIR_P) sys
984         $(AM_V_GEN)rm -f $@-t $@ && \
985         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
986           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
987               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
988               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
989               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
990               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
991               -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
992               -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
993               -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
994               -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
995               -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
996               -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
997               -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
998               -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
999               -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
1000               -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
1001               -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
1002               -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
1003               -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
1004               -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
1005               -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \
1006               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1007               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1008               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1009               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1010               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1011               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1012               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1013               < $(srcdir)/sys_socket.in.h; \
1014         } > $@-t && \
1015         mv -f $@-t $@
1016 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1017 MOSTLYCLEANDIRS += sys
1019 EXTRA_DIST += sys_socket.in.h
1021 ## end   gnulib module sys_socket
1023 ## begin gnulib module sys_stat
1025 BUILT_SOURCES += sys/stat.h
1027 # We need the following in order to create <sys/stat.h> when the system
1028 # has one that is incomplete.
1029 sys/stat.h: sys_stat.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1030         $(AM_V_at)$(MKDIR_P) sys
1031         $(AM_V_GEN)rm -f $@-t $@ && \
1032         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1033           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1034               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1035               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1036               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1037               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1038               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1039               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1040               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1041               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1042               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1043               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1044               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1045               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1046               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1047               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1048               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1049               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1050               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1051               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1052               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1053               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1054               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1055               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1056               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1057               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1058               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1059               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1060               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1061               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1062               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1063               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1064               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1065               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1066               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1067               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1068               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1069               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1070               < $(srcdir)/sys_stat.in.h; \
1071         } > $@-t && \
1072         mv $@-t $@
1073 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1074 MOSTLYCLEANDIRS += sys
1076 EXTRA_DIST += sys_stat.in.h
1078 ## end   gnulib module sys_stat
1080 ## begin gnulib module sys_time
1082 BUILT_SOURCES += sys/time.h
1084 # We need the following in order to create <sys/time.h> when the system
1085 # doesn't have one that works with the given compiler.
1086 sys/time.h: sys_time.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1087         $(AM_V_at)$(MKDIR_P) sys
1088         $(AM_V_GEN)rm -f $@-t $@ && \
1089         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1090           sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1091               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1092               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1093               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1094               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1095               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1096               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1097               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1098               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1099               < $(srcdir)/sys_time.in.h; \
1100         } > $@-t && \
1101         mv $@-t $@
1102 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1104 EXTRA_DIST += sys_time.in.h
1106 ## end   gnulib module sys_time
1108 ## begin gnulib module time
1110 BUILT_SOURCES += time.h
1112 # We need the following in order to create <time.h> when the system
1113 # doesn't have one that works with the given compiler.
1114 time.h: time.in.h $(ARG_NONNULL_H)
1115         $(AM_V_GEN)rm -f $@-t $@ && \
1116         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1117           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1118               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1119               -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1120               -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1121               -e 's|@REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1122               -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1123               -e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
1124               -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1125               -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1126               -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1127               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1128               < $(srcdir)/time.in.h; \
1129         } > $@-t && \
1130         mv $@-t $@
1131 MOSTLYCLEANFILES += time.h time.h-t
1133 EXTRA_DIST += time.in.h
1135 ## end   gnulib module time
1137 ## begin gnulib module unistd
1139 BUILT_SOURCES += unistd.h
1141 # We need the following in order to create an empty placeholder for
1142 # <unistd.h> when the system doesn't have one.
1143 unistd.h: unistd.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1144         $(AM_V_GEN)rm -f $@-t $@ && \
1145         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1146           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1147               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1148               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1149               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1150               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1151               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1152               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1153               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
1154               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1155               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
1156               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
1157               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1158               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
1159               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
1160               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1161               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1162               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
1163               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
1164               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
1165               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
1166               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
1167               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1168               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1169               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
1170               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1171               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
1172               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
1173               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1174               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1175               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
1176               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1177               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1178               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
1179               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1180               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1181               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
1182               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
1183               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
1184               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1185               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
1186               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
1187               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
1188               < $(srcdir)/unistd.in.h | \
1189           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1190               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1191               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1192               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1193               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1194               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1195               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1196               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1197               -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
1198               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1199               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1200               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1201               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1202               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1203               -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
1204               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1205               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1206               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1207               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1208               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1209               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1210               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1211               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1212               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1213               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1214               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1215               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1216               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1217               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1218               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1219               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1220               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1221               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1222               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1223               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1224               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
1225               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1226               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1227               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1228               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1229               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1230               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1231               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1232               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1233               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1234               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1235               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1236               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1237               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1238               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1239               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1240               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1241               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1242               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1243               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1244               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1245               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1246         } > $@-t && \
1247         mv $@-t $@
1248 MOSTLYCLEANFILES += unistd.h unistd.h-t
1250 EXTRA_DIST += unistd.in.h
1252 ## end   gnulib module unistd
1254 ## begin gnulib module update-copyright
1257 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1259 ## end   gnulib module update-copyright
1261 ## begin gnulib module useless-if-before-free
1264 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
1266 ## end   gnulib module useless-if-before-free
1268 ## begin gnulib module vasnprintf
1271 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1273 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1275 ## end   gnulib module vasnprintf
1277 ## begin gnulib module vc-list-files
1280 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
1282 ## end   gnulib module vc-list-files
1284 ## begin gnulib module version-etc
1286 libgnu_la_SOURCES += version-etc.h version-etc.c
1288 ## end   gnulib module version-etc
1290 ## begin gnulib module version-etc-fsf
1292 libgnu_la_SOURCES += version-etc-fsf.c
1294 ## end   gnulib module version-etc-fsf
1296 ## begin gnulib module warn-on-use
1298 BUILT_SOURCES += warn-on-use.h
1299 # The warn-on-use.h that gets inserted into generated .h files is the same as
1300 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
1301 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
1302         $(AM_V_GEN)rm -f $@-t $@ && \
1303         sed -n -e '/^.ifndef/,$$p' \
1304           < $(top_srcdir)/build-aux/warn-on-use.h \
1305           > $@-t && \
1306         mv $@-t $@
1307 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1309 WARN_ON_USE_H=warn-on-use.h
1311 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
1313 ## end   gnulib module warn-on-use
1315 ## begin gnulib module wchar
1317 BUILT_SOURCES += wchar.h
1319 # We need the following in order to create <wchar.h> when the system
1320 # version does not work standalone.
1321 wchar.h: wchar.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1322         $(AM_V_GEN)rm -f $@-t $@ && \
1323         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1324           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1325               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1326               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1327               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1328               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
1329               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
1330               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
1331               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
1332               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
1333               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
1334               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
1335               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
1336               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
1337               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
1338               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
1339               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1340               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1341               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1342               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1343               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1344               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1345               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1346               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1347               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1348               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1349               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1350               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1351               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1352               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1353               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1354               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1355               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1356               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1357               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1358               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1359               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1360               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1361               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1362               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1363               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1364               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1365             < $(srcdir)/wchar.in.h; \
1366         } > $@-t && \
1367         mv $@-t $@
1368 MOSTLYCLEANFILES += wchar.h wchar.h-t
1370 EXTRA_DIST += wchar.in.h
1372 ## end   gnulib module wchar
1374 ## begin gnulib module xsize
1376 libgnu_la_SOURCES += xsize.h
1378 ## end   gnulib module xsize
1381 mostlyclean-local: mostlyclean-generic
1382         @for dir in '' $(MOSTLYCLEANDIRS); do \
1383           if test -n "$$dir" && test -d $$dir; then \
1384             echo "rmdir $$dir"; rmdir $$dir; \
1385           fi; \
1386         done; \
1387         :