Code

Sync with the latest Gnulib code (177f525)
[nagiosplug.git] / gl / Makefile.am
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.
4 #
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.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl base64 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex timegm vasprintf vsnprintf
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 EXTRA_DIST += m4/gnulib-cache.m4
30 AM_CPPFLAGS =
31 AM_CFLAGS =
33 noinst_LIBRARIES += libgnu.a
35 libgnu_a_SOURCES =
36 libgnu_a_LIBADD = $(gl_LIBOBJS)
37 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
38 EXTRA_libgnu_a_SOURCES =
40 ## begin gnulib module alignof
43 EXTRA_DIST += alignof.h
45 ## end   gnulib module alignof
47 ## begin gnulib module alloca
50 EXTRA_DIST += alloca.c
52 EXTRA_libgnu_a_SOURCES += alloca.c
54 libgnu_a_LIBADD += @ALLOCA@
55 libgnu_a_DEPENDENCIES += @ALLOCA@
56 ## end   gnulib module alloca
58 ## begin gnulib module alloca-opt
60 BUILT_SOURCES += $(ALLOCA_H)
62 # We need the following in order to create <alloca.h> when the system
63 # doesn't have one that works with the given compiler.
64 alloca.h: alloca.in.h
65         $(AM_V_GEN)rm -f $@-t $@ && \
66         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
67           cat $(srcdir)/alloca.in.h; \
68         } > $@-t && \
69         mv -f $@-t $@
70 MOSTLYCLEANFILES += alloca.h alloca.h-t
72 EXTRA_DIST += alloca.in.h
74 ## end   gnulib module alloca-opt
76 ## begin gnulib module arg-nonnull
78 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
79 # statements but through direct file reference. Therefore this snippet must be
80 # present in all Makefile.am that need it. This is ensured by the applicability
81 # 'all' defined above.
83 BUILT_SOURCES += arg-nonnull.h
84 # The arg-nonnull.h that gets inserted into generated .h files is the same as
85 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
86 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
87         $(AM_V_GEN)rm -f $@-t $@ && \
88         sed -n -e '/GL_ARG_NONNULL/,$$p' \
89           < $(top_srcdir)/build-aux/arg-nonnull.h \
90           > $@-t && \
91         mv $@-t $@
92 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
94 ARG_NONNULL_H=arg-nonnull.h
96 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
98 ## end   gnulib module arg-nonnull
100 ## begin gnulib module arpa_inet
102 BUILT_SOURCES += arpa/inet.h
104 # We need the following in order to create <arpa/inet.h> when the system
105 # doesn't have one.
106 arpa/inet.h: arpa_inet.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
107         $(AM_V_at)$(MKDIR_P) arpa
108         $(AM_V_GEN)rm -f $@-t $@ && \
109         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
110           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
111               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
112               -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
113               -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
114               -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \
115               -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
116               -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
117               -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
118               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
119               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
120               < $(srcdir)/arpa_inet.in.h; \
121         } > $@-t && \
122         mv $@-t $@
123 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
124 MOSTLYCLEANDIRS += arpa
126 EXTRA_DIST += arpa_inet.in.h
128 ## end   gnulib module arpa_inet
130 ## begin gnulib module base64
132 libgnu_a_SOURCES += base64.h base64.c
134 ## end   gnulib module base64
136 ## begin gnulib module btowc
139 EXTRA_DIST += btowc.c
141 EXTRA_libgnu_a_SOURCES += btowc.c
143 ## end   gnulib module btowc
145 ## begin gnulib module c++defs
147 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
148 # statements but through direct file reference. Therefore this snippet must be
149 # present in all Makefile.am that need it. This is ensured by the applicability
150 # 'all' defined above.
152 BUILT_SOURCES += c++defs.h
153 # The c++defs.h that gets inserted into generated .h files is the same as
154 # build-aux/c++defs.h, except that it has the copyright header cut off.
155 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
156         $(AM_V_GEN)rm -f $@-t $@ && \
157         sed -n -e '/_GL_CXXDEFS/,$$p' \
158           < $(top_srcdir)/build-aux/c++defs.h \
159           > $@-t && \
160         mv $@-t $@
161 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
163 CXXDEFS_H=c++defs.h
165 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
167 ## end   gnulib module c++defs
169 ## begin gnulib module c-strtod
172 EXTRA_DIST += c-strtod.c c-strtod.h
174 EXTRA_libgnu_a_SOURCES += c-strtod.c
176 ## end   gnulib module c-strtod
178 ## begin gnulib module cloexec
181 EXTRA_DIST += cloexec.c cloexec.h
183 EXTRA_libgnu_a_SOURCES += cloexec.c
185 ## end   gnulib module cloexec
187 ## begin gnulib module close-hook
189 libgnu_a_SOURCES += close-hook.c
191 EXTRA_DIST += close-hook.h
193 ## end   gnulib module close-hook
195 ## begin gnulib module configmake
197 # Retrieve values of the variables through 'configure' followed by
198 # 'make', not directly through 'configure', so that a user who
199 # sets some of these variables consistently on the 'make' command
200 # line gets correct results.
202 # One advantage of this approach, compared to the classical
203 # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
204 # is that it protects against the use of undefined variables.
205 # If, say, $(libdir) is not set in the Makefile, LIBDIR is not
206 # defined by this module, and code using LIBDIR gives a
207 # compilation error.
209 # Another advantage is that 'make' output is shorter.
211 # Listed in the same order as the GNU makefile conventions.
212 # The Automake-defined pkg* macros are appended, in the order
213 # listed in the Automake 1.10a+ documentation.
214 configmake.h: Makefile
215         $(AM_V_GEN)rm -f $@-t && \
216         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
217           echo '#define PREFIX "$(prefix)"'; \
218           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
219           echo '#define BINDIR "$(bindir)"'; \
220           echo '#define SBINDIR "$(sbindir)"'; \
221           echo '#define LIBEXECDIR "$(libexecdir)"'; \
222           echo '#define DATAROOTDIR "$(datarootdir)"'; \
223           echo '#define DATADIR "$(datadir)"'; \
224           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
225           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
226           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
227           echo '#define INCLUDEDIR "$(includedir)"'; \
228           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
229           echo '#define DOCDIR "$(docdir)"'; \
230           echo '#define INFODIR "$(infodir)"'; \
231           echo '#define HTMLDIR "$(htmldir)"'; \
232           echo '#define DVIDIR "$(dvidir)"'; \
233           echo '#define PDFDIR "$(pdfdir)"'; \
234           echo '#define PSDIR "$(psdir)"'; \
235           echo '#define LIBDIR "$(libdir)"'; \
236           echo '#define LISPDIR "$(lispdir)"'; \
237           echo '#define LOCALEDIR "$(localedir)"'; \
238           echo '#define MANDIR "$(mandir)"'; \
239           echo '#define MANEXT "$(manext)"'; \
240           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
241           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
242           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
243           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
244         } | sed '/""/d' > $@-t && \
245         if test -f $@ && cmp $@-t $@ > /dev/null; then \
246           rm -f $@-t; \
247         else \
248           rm -f $@; mv $@-t $@; \
249         fi
251 BUILT_SOURCES += configmake.h
252 CLEANFILES += configmake.h configmake.h-t
254 ## end   gnulib module configmake
256 ## begin gnulib module dirname
259 EXTRA_DIST += basename.c dirname.c stripslash.c
261 EXTRA_libgnu_a_SOURCES += basename.c dirname.c stripslash.c
263 ## end   gnulib module dirname
265 ## begin gnulib module dirname-lgpl
268 EXTRA_DIST += basename-lgpl.c dirname-lgpl.c dirname.h stripslash.c
270 EXTRA_libgnu_a_SOURCES += basename-lgpl.c dirname-lgpl.c stripslash.c
272 ## end   gnulib module dirname-lgpl
274 ## begin gnulib module dup2
277 EXTRA_DIST += dup2.c
279 EXTRA_libgnu_a_SOURCES += dup2.c
281 ## end   gnulib module dup2
283 ## begin gnulib module errno
285 BUILT_SOURCES += $(ERRNO_H)
287 # We need the following in order to create <errno.h> when the system
288 # doesn't have one that is POSIX compliant.
289 errno.h: errno.in.h
290         $(AM_V_GEN)rm -f $@-t $@ && \
291         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
292           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
293               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
294               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
295               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
296               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
297               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
298               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
299               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
300               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
301               < $(srcdir)/errno.in.h; \
302         } > $@-t && \
303         mv $@-t $@
304 MOSTLYCLEANFILES += errno.h errno.h-t
306 EXTRA_DIST += errno.in.h
308 ## end   gnulib module errno
310 ## begin gnulib module error
313 EXTRA_DIST += error.c error.h
315 EXTRA_libgnu_a_SOURCES += error.c
317 ## end   gnulib module error
319 ## begin gnulib module exitfail
321 libgnu_a_SOURCES += exitfail.c
323 EXTRA_DIST += exitfail.h
325 ## end   gnulib module exitfail
327 ## begin gnulib module fcntl
330 EXTRA_DIST += fcntl.c
332 EXTRA_libgnu_a_SOURCES += fcntl.c
334 ## end   gnulib module fcntl
336 ## begin gnulib module fcntl-h
338 BUILT_SOURCES += fcntl.h
340 # We need the following in order to create <fcntl.h> when the system
341 # doesn't have one that works with the given compiler.
342 fcntl.h: fcntl.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
343         $(AM_V_GEN)rm -f $@-t $@ && \
344         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
345           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
346               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
347               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
348               -e 's|@''GNULIB_FCNTL''@|$(GNULIB_FCNTL)|g' \
349               -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \
350               -e 's|@''GNULIB_OPENAT''@|$(GNULIB_OPENAT)|g' \
351               -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
352               -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
353               -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
354               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
355               -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
356               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
357               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
358               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
359               < $(srcdir)/fcntl.in.h; \
360         } > $@-t && \
361         mv $@-t $@
362 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
364 EXTRA_DIST += fcntl.in.h
366 ## end   gnulib module fcntl-h
368 ## begin gnulib module fcntl-safer
371 EXTRA_DIST += creat-safer.c fcntl--.h fcntl-safer.h open-safer.c
373 EXTRA_libgnu_a_SOURCES += creat-safer.c open-safer.c
375 ## end   gnulib module fcntl-safer
377 ## begin gnulib module float
379 BUILT_SOURCES += $(FLOAT_H)
381 # We need the following in order to create <float.h> when the system
382 # doesn't have one that works with the given compiler.
383 float.h: float.in.h
384         $(AM_V_GEN)rm -f $@-t $@ && \
385         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
386           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
387               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
388               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
389               < $(srcdir)/float.in.h; \
390         } > $@-t && \
391         mv $@-t $@
392 MOSTLYCLEANFILES += float.h float.h-t
394 EXTRA_DIST += float.in.h
396 ## end   gnulib module float
398 ## begin gnulib module floorf
401 EXTRA_DIST += floor.c floorf.c
403 EXTRA_libgnu_a_SOURCES += floor.c floorf.c
405 ## end   gnulib module floorf
407 ## begin gnulib module fsusage
410 EXTRA_DIST += fsusage.c fsusage.h
412 EXTRA_libgnu_a_SOURCES += fsusage.c
414 ## end   gnulib module fsusage
416 ## begin gnulib module full-read
418 libgnu_a_SOURCES += full-read.h full-read.c
420 ## end   gnulib module full-read
422 ## begin gnulib module full-write
424 libgnu_a_SOURCES += full-write.h full-write.c
426 ## end   gnulib module full-write
428 ## begin gnulib module getaddrinfo
431 EXTRA_DIST += gai_strerror.c getaddrinfo.c
433 EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c
435 ## end   gnulib module getaddrinfo
437 ## begin gnulib module getdtablesize
440 EXTRA_DIST += getdtablesize.c
442 EXTRA_libgnu_a_SOURCES += getdtablesize.c
444 ## end   gnulib module getdtablesize
446 ## begin gnulib module gethostname
449 EXTRA_DIST += gethostname.c w32sock.h
451 EXTRA_libgnu_a_SOURCES += gethostname.c
453 ## end   gnulib module gethostname
455 ## begin gnulib module getloadavg
458 EXTRA_DIST += getloadavg.c
460 EXTRA_libgnu_a_SOURCES += getloadavg.c
462 ## end   gnulib module getloadavg
464 ## begin gnulib module getopt-posix
466 BUILT_SOURCES += $(GETOPT_H)
468 # We need the following in order to create <getopt.h> when the system
469 # doesn't have one that works with the given compiler.
470 getopt.h: getopt.in.h $(ARG_NONNULL_H)
471         $(AM_V_GEN)rm -f $@-t $@ && \
472         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
473           sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
474               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
475               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
476               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
477               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
478               < $(srcdir)/getopt.in.h; \
479         } > $@-t && \
480         mv -f $@-t $@
481 MOSTLYCLEANFILES += getopt.h getopt.h-t
483 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
485 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
487 ## end   gnulib module getopt-posix
489 ## begin gnulib module gettext
491 # This is for those projects which use "gettextize --intl" to put a source-code
492 # copy of libintl into their package. In such projects, every Makefile.am needs
493 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
494 # For the Makefile.ams in other directories it is the maintainer's
495 # responsibility; for the one from gnulib we do it here.
496 # This option has no effect when the user disables NLS (because then the intl
497 # directory contains no libintl.h file) or when the project does not use
498 # "gettextize --intl".
499 AM_CPPFLAGS += -I$(top_builddir)/intl
501 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
503 ## end   gnulib module gettext
505 ## begin gnulib module gettext-h
507 libgnu_a_SOURCES += gettext.h
509 ## end   gnulib module gettext-h
511 ## begin gnulib module havelib
514 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
516 ## end   gnulib module havelib
518 ## begin gnulib module inet_ntop
521 EXTRA_DIST += inet_ntop.c
523 EXTRA_libgnu_a_SOURCES += inet_ntop.c
525 ## end   gnulib module inet_ntop
527 ## begin gnulib module intprops
530 EXTRA_DIST += intprops.h
532 ## end   gnulib module intprops
534 ## begin gnulib module langinfo
536 BUILT_SOURCES += langinfo.h
538 # We need the following in order to create an empty placeholder for
539 # <langinfo.h> when the system doesn't have one.
540 langinfo.h: langinfo.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
541         $(AM_V_GEN)rm -f $@-t $@ && \
542         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
543           sed -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
544               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
545               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
546               -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
547               -e 's|@''GNULIB_NL_LANGINFO''@|$(GNULIB_NL_LANGINFO)|g' \
548               -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
549               -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
550               -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
551               -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
552               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
553               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
554               < $(srcdir)/langinfo.in.h; \
555         } > $@-t && \
556         mv $@-t $@
557 MOSTLYCLEANFILES += langinfo.h langinfo.h-t
559 EXTRA_DIST += langinfo.in.h
561 ## end   gnulib module langinfo
563 ## begin gnulib module localcharset
565 libgnu_a_SOURCES += localcharset.h localcharset.c
567 # We need the following in order to install a simple file in $(libdir)
568 # which is shared with other installed packages. We use a list of referencing
569 # packages so that "make uninstall" will remove the file if and only if it
570 # is not used by another installed package.
571 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
572 # avoid installing it.
574 all-local: charset.alias ref-add.sed ref-del.sed
576 charset_alias = $(DESTDIR)$(libdir)/charset.alias
577 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
578 install-exec-local: install-exec-localcharset
579 install-exec-localcharset: all-local
580         if test $(GLIBC21) = no; then \
581           case '$(host_os)' in \
582             darwin[56]*) \
583               need_charset_alias=true ;; \
584             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
585               need_charset_alias=false ;; \
586             *) \
587               need_charset_alias=true ;; \
588           esac ; \
589         else \
590           need_charset_alias=false ; \
591         fi ; \
592         if $$need_charset_alias; then \
593           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
594         fi ; \
595         if test -f $(charset_alias); then \
596           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
597           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
598           rm -f $(charset_tmp) ; \
599         else \
600           if $$need_charset_alias; then \
601             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
602             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
603             rm -f $(charset_tmp) ; \
604           fi ; \
605         fi
607 uninstall-local: uninstall-localcharset
608 uninstall-localcharset: all-local
609         if test -f $(charset_alias); then \
610           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
611           if grep '^# Packages using this file: $$' $(charset_tmp) \
612               > /dev/null; then \
613             rm -f $(charset_alias); \
614           else \
615             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
616           fi; \
617           rm -f $(charset_tmp); \
618         fi
620 charset.alias: config.charset
621         $(AM_V_GEN)rm -f t-$@ $@ && \
622         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
623         mv t-$@ $@
625 SUFFIXES += .sed .sin
626 .sin.sed:
627         $(AM_V_GEN)rm -f t-$@ $@ && \
628         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
629         mv t-$@ $@
631 CLEANFILES += charset.alias ref-add.sed ref-del.sed
633 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
635 ## end   gnulib module localcharset
637 ## begin gnulib module locale
639 BUILT_SOURCES += locale.h
641 # We need the following in order to create <locale.h> when the system
642 # doesn't have one that provides all definitions.
643 locale.h: locale.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
644         $(AM_V_GEN)rm -f $@-t $@ && \
645         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
646           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
647               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
648               -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
649               -e 's|@''GNULIB_DUPLOCALE''@|$(GNULIB_DUPLOCALE)|g' \
650               -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
651               -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
652               -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
653               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
654               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
655               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
656               < $(srcdir)/locale.in.h; \
657         } > $@-t && \
658         mv $@-t $@
659 MOSTLYCLEANFILES += locale.h locale.h-t
661 EXTRA_DIST += locale.in.h
663 ## end   gnulib module locale
665 ## begin gnulib module malloc
668 EXTRA_DIST += malloc.c
670 EXTRA_libgnu_a_SOURCES += malloc.c
672 ## end   gnulib module malloc
674 ## begin gnulib module malloc-posix
677 EXTRA_DIST += malloc.c
679 EXTRA_libgnu_a_SOURCES += malloc.c
681 ## end   gnulib module malloc-posix
683 ## begin gnulib module math
685 BUILT_SOURCES += math.h
687 # We need the following in order to create <math.h> when the system
688 # doesn't have one that works with the given compiler.
689 math.h: math.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
690         $(AM_V_GEN)rm -f $@-t $@ && \
691         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
692           sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
693               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
694               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
695               -e 's|@''GNULIB_ACOSL''@|$(GNULIB_ACOSL)|g' \
696               -e 's|@''GNULIB_ASINL''@|$(GNULIB_ASINL)|g' \
697               -e 's|@''GNULIB_ATANL''@|$(GNULIB_ATANL)|g' \
698               -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \
699               -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \
700               -e 's|@''GNULIB_COSL''@|$(GNULIB_COSL)|g' \
701               -e 's|@''GNULIB_EXPL''@|$(GNULIB_EXPL)|g' \
702               -e 's|@''GNULIB_FLOORF''@|$(GNULIB_FLOORF)|g' \
703               -e 's|@''GNULIB_FLOORL''@|$(GNULIB_FLOORL)|g' \
704               -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \
705               -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \
706               -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \
707               -e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \
708               -e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \
709               -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \
710               -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \
711               -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \
712               -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \
713               -e 's|@''GNULIB_LOGB''@|$(GNULIB_LOGB)|g' \
714               -e 's|@''GNULIB_LOGL''@|$(GNULIB_LOGL)|g' \
715               -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \
716               -e 's|@''GNULIB_ROUNDF''@|$(GNULIB_ROUNDF)|g' \
717               -e 's|@''GNULIB_ROUNDL''@|$(GNULIB_ROUNDL)|g' \
718               -e 's|@''GNULIB_SIGNBIT''@|$(GNULIB_SIGNBIT)|g' \
719               -e 's|@''GNULIB_SINL''@|$(GNULIB_SINL)|g' \
720               -e 's|@''GNULIB_SQRTL''@|$(GNULIB_SQRTL)|g' \
721               -e 's|@''GNULIB_TANL''@|$(GNULIB_TANL)|g' \
722               -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \
723               -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \
724               -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \
725               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
726               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
727               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
728               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
729               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
730               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
731               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
732               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
733               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
734               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
735               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
736               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
737               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
738               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
739               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
740               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
741               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
742               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
743               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
744               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
745               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
746               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
747               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
748               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
749               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
750               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
751               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
752               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
753               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
754               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
755               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
756               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
757               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
758               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
759               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
760               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
761               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
762               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
763               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
764               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
765               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
766               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
767               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
768               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
769               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
770               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
771               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
772               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
773               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
774               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
775               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
776               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
777               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
778               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
779               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
780               < $(srcdir)/math.in.h; \
781         } > $@-t && \
782         mv $@-t $@
783 MOSTLYCLEANFILES += math.h math.h-t
785 EXTRA_DIST += math.in.h
787 ## end   gnulib module math
789 ## begin gnulib module mbrtowc
792 EXTRA_DIST += mbrtowc.c
794 EXTRA_libgnu_a_SOURCES += mbrtowc.c
796 ## end   gnulib module mbrtowc
798 ## begin gnulib module mbsinit
801 EXTRA_DIST += mbsinit.c
803 EXTRA_libgnu_a_SOURCES += mbsinit.c
805 ## end   gnulib module mbsinit
807 ## begin gnulib module memchr
810 EXTRA_DIST += memchr.c memchr.valgrind
812 EXTRA_libgnu_a_SOURCES += memchr.c
814 ## end   gnulib module memchr
816 ## begin gnulib module mktime
819 EXTRA_DIST += mktime-internal.h mktime.c
821 EXTRA_libgnu_a_SOURCES += mktime.c
823 ## end   gnulib module mktime
825 ## begin gnulib module mountlist
828 EXTRA_DIST += mountlist.c mountlist.h
830 EXTRA_libgnu_a_SOURCES += mountlist.c
832 ## end   gnulib module mountlist
834 ## begin gnulib module netdb
836 BUILT_SOURCES += $(NETDB_H)
838 # We need the following in order to create <netdb.h> when the system
839 # doesn't have one that works with the given compiler.
840 netdb.h: netdb.in.h $(ARG_NONNULL_H)
841         $(AM_V_GEN)rm -f $@-t $@ && \
842         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
843           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
844               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
845               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
846               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
847               -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
848               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
849               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
850               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
851               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
852               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
853               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
854               < $(srcdir)/netdb.in.h; \
855         } > $@-t && \
856         mv $@-t $@
857 MOSTLYCLEANFILES += netdb.h netdb.h-t
859 EXTRA_DIST += netdb.in.h
861 ## end   gnulib module netdb
863 ## begin gnulib module netinet_in
865 BUILT_SOURCES += $(NETINET_IN_H)
867 # We need the following in order to create <netinet/in.h> when the system
868 # doesn't have one.
869 netinet/in.h: netinet_in.in.h
870         $(AM_V_at)$(MKDIR_P) netinet
871         $(AM_V_GEN)rm -f $@-t $@ && \
872         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
873           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
874               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
875               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
876               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
877               < $(srcdir)/netinet_in.in.h; \
878         } > $@-t && \
879         mv $@-t $@
880 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
881 MOSTLYCLEANDIRS += netinet
883 EXTRA_DIST += netinet_in.in.h
885 ## end   gnulib module netinet_in
887 ## begin gnulib module nl_langinfo
890 EXTRA_DIST += nl_langinfo.c
892 EXTRA_libgnu_a_SOURCES += nl_langinfo.c
894 ## end   gnulib module nl_langinfo
896 ## begin gnulib module open
899 EXTRA_DIST += open.c
901 EXTRA_libgnu_a_SOURCES += open.c
903 ## end   gnulib module open
905 ## begin gnulib module regex
908 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
910 EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
912 ## end   gnulib module regex
914 ## begin gnulib module safe-read
917 EXTRA_DIST += safe-read.c safe-read.h
919 EXTRA_libgnu_a_SOURCES += safe-read.c
921 ## end   gnulib module safe-read
923 ## begin gnulib module safe-write
926 EXTRA_DIST += safe-write.c safe-write.h
928 EXTRA_libgnu_a_SOURCES += safe-write.c
930 ## end   gnulib module safe-write
932 ## begin gnulib module size_max
934 libgnu_a_SOURCES += size_max.h
936 ## end   gnulib module size_max
938 ## begin gnulib module snprintf
941 EXTRA_DIST += snprintf.c
943 EXTRA_libgnu_a_SOURCES += snprintf.c
945 ## end   gnulib module snprintf
947 ## begin gnulib module sockets
949 libgnu_a_SOURCES += sockets.h sockets.c
951 EXTRA_DIST += w32sock.h
953 ## end   gnulib module sockets
955 ## begin gnulib module stat
958 EXTRA_DIST += stat.c
960 EXTRA_libgnu_a_SOURCES += stat.c
962 ## end   gnulib module stat
964 ## begin gnulib module stdbool
966 BUILT_SOURCES += $(STDBOOL_H)
968 # We need the following in order to create <stdbool.h> when the system
969 # doesn't have one that works.
970 stdbool.h: stdbool.in.h
971         $(AM_V_GEN)rm -f $@-t $@ && \
972         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
973           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
974         } > $@-t && \
975         mv $@-t $@
976 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
978 EXTRA_DIST += stdbool.in.h
980 ## end   gnulib module stdbool
982 ## begin gnulib module stddef
984 BUILT_SOURCES += $(STDDEF_H)
986 # We need the following in order to create <stddef.h> when the system
987 # doesn't have one that works with the given compiler.
988 stddef.h: stddef.in.h
989         $(AM_V_GEN)rm -f $@-t $@ && \
990         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
991           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
992               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
993               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
994               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
995               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
996               < $(srcdir)/stddef.in.h; \
997         } > $@-t && \
998         mv $@-t $@
999 MOSTLYCLEANFILES += stddef.h stddef.h-t
1001 EXTRA_DIST += stddef.in.h
1003 ## end   gnulib module stddef
1005 ## begin gnulib module stdint
1007 BUILT_SOURCES += $(STDINT_H)
1009 # We need the following in order to create <stdint.h> when the system
1010 # doesn't have one that works with the given compiler.
1011 stdint.h: stdint.in.h
1012         $(AM_V_GEN)rm -f $@-t $@ && \
1013         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1014           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1015               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1016               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1017               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1018               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1019               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1020               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1021               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1022               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1023               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1024               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1025               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1026               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1027               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1028               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1029               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1030               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1031               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1032               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1033               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1034               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1035               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1036               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1037               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1038               < $(srcdir)/stdint.in.h; \
1039         } > $@-t && \
1040         mv $@-t $@
1041 MOSTLYCLEANFILES += stdint.h stdint.h-t
1043 EXTRA_DIST += stdint.in.h
1045 ## end   gnulib module stdint
1047 ## begin gnulib module stdio
1049 BUILT_SOURCES += stdio.h
1051 # We need the following in order to create <stdio.h> when the system
1052 # doesn't have one that works with the given compiler.
1053 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1054         $(AM_V_GEN)rm -f $@-t $@ && \
1055         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1056           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1057               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1058               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1059               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
1060               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
1061               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
1062               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
1063               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
1064               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
1065               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
1066               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
1067               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
1068               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
1069               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
1070               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
1071               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
1072               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
1073               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
1074               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
1075               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
1076               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
1077               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
1078               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
1079               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
1080               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
1081               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
1082               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
1083               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
1084               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
1085               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
1086               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
1087               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
1088               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
1089               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
1090               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
1091               -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
1092               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
1093               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
1094               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
1095               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
1096               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
1097               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
1098               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
1099               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
1100               < $(srcdir)/stdio.in.h | \
1101           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1102               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1103               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1104               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1105               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1106               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1107               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1108               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1109               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1110               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1111               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1112               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1113               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1114               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1115               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1116               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1117               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1118               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1119               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1120               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1121               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1122               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1123               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1124               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1125               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1126               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1127               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1128               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1129               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1130               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1131               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1132               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1133               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1134               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1135               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1136               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1137               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1138               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1139               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1140               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1141               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1142               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1143               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1144               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1145               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1146         } > $@-t && \
1147         mv $@-t $@
1148 MOSTLYCLEANFILES += stdio.h stdio.h-t
1150 EXTRA_DIST += stdio-write.c stdio.in.h
1152 EXTRA_libgnu_a_SOURCES += stdio-write.c
1154 ## end   gnulib module stdio
1156 ## begin gnulib module stdlib
1158 BUILT_SOURCES += stdlib.h
1160 # We need the following in order to create <stdlib.h> when the system
1161 # doesn't have one that works with the given compiler.
1162 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1163         $(AM_V_GEN)rm -f $@-t $@ && \
1164         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1165           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1166               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1167               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1168               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
1169               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
1170               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
1171               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
1172               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
1173               -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
1174               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
1175               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
1176               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
1177               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
1178               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
1179               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
1180               -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
1181               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
1182               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
1183               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
1184               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
1185               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
1186               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
1187               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
1188               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
1189               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
1190               -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
1191               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
1192               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1193               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
1194               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1195               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1196               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1197               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1198               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
1199               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1200               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1201               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1202               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1203               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1204               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1205               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1206               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1207               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
1208               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1209               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1210               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
1211               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1212               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1213               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1214               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1215               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1216               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1217               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
1218               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1219               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1220               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1221               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1222               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1223               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1224               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1225               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1226               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1227               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1228               < $(srcdir)/stdlib.in.h; \
1229         } > $@-t && \
1230         mv $@-t $@
1231 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1233 EXTRA_DIST += stdlib.in.h
1235 ## end   gnulib module stdlib
1237 ## begin gnulib module strdup-posix
1240 EXTRA_DIST += strdup.c
1242 EXTRA_libgnu_a_SOURCES += strdup.c
1244 ## end   gnulib module strdup-posix
1246 ## begin gnulib module streq
1249 EXTRA_DIST += streq.h
1251 ## end   gnulib module streq
1253 ## begin gnulib module strerror
1256 EXTRA_DIST += strerror.c
1258 EXTRA_libgnu_a_SOURCES += strerror.c
1260 ## end   gnulib module strerror
1262 ## begin gnulib module string
1264 BUILT_SOURCES += string.h
1266 # We need the following in order to create <string.h> when the system
1267 # doesn't have one that works with the given compiler.
1268 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1269         $(AM_V_GEN)rm -f $@-t $@ && \
1270         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1271           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1272               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1273               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1274               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
1275               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
1276               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
1277               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
1278               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
1279               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
1280               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
1281               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
1282               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
1283               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
1284               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
1285               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
1286               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
1287               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
1288               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
1289               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
1290               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
1291               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
1292               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
1293               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
1294               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
1295               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
1296               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
1297               -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
1298               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1299               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1300               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1301               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1302               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1303               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1304               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1305               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1306               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1307               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
1308               < $(srcdir)/string.in.h | \
1309           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1310               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1311               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1312               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1313               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1314               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1315               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1316               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1317               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1318               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1319               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1320               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1321               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1322               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1323               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1324               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1325               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1326               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1327               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1328               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1329               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1330               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1331               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1332               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1333               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1334               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1335               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1336               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1337               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1338               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1339               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1340               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1341               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1342               < $(srcdir)/string.in.h; \
1343         } > $@-t && \
1344         mv $@-t $@
1345 MOSTLYCLEANFILES += string.h string.h-t
1347 EXTRA_DIST += string.in.h
1349 ## end   gnulib module string
1351 ## begin gnulib module strndup
1354 EXTRA_DIST += strndup.c
1356 EXTRA_libgnu_a_SOURCES += strndup.c
1358 ## end   gnulib module strndup
1360 ## begin gnulib module strnlen
1363 EXTRA_DIST += strnlen.c
1365 EXTRA_libgnu_a_SOURCES += strnlen.c
1367 ## end   gnulib module strnlen
1369 ## begin gnulib module strstr-simple
1372 EXTRA_DIST += str-two-way.h strstr.c
1374 EXTRA_libgnu_a_SOURCES += strstr.c
1376 ## end   gnulib module strstr-simple
1378 ## begin gnulib module sys_socket
1380 BUILT_SOURCES += sys/socket.h
1382 # We need the following in order to create <sys/socket.h> when the system
1383 # doesn't have one that works with the given compiler.
1384 sys/socket.h: sys_socket.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1385         $(AM_V_at)$(MKDIR_P) sys
1386         $(AM_V_GEN)rm -f $@-t $@ && \
1387         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1388           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1389               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1390               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1391               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1392               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1393               -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
1394               -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
1395               -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
1396               -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
1397               -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
1398               -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
1399               -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
1400               -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
1401               -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
1402               -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
1403               -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
1404               -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
1405               -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
1406               -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
1407               -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \
1408               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1409               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1410               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1411               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1412               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1413               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1414               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1415               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1416               < $(srcdir)/sys_socket.in.h; \
1417         } > $@-t && \
1418         mv -f $@-t $@
1419 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1420 MOSTLYCLEANDIRS += sys
1422 EXTRA_DIST += sys_socket.in.h
1424 ## end   gnulib module sys_socket
1426 ## begin gnulib module sys_stat
1428 BUILT_SOURCES += sys/stat.h
1430 # We need the following in order to create <sys/stat.h> when the system
1431 # has one that is incomplete.
1432 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1433         $(AM_V_at)$(MKDIR_P) sys
1434         $(AM_V_GEN)rm -f $@-t $@ && \
1435         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1436           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1437               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1438               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1439               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1440               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1441               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1442               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1443               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1444               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1445               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1446               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1447               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1448               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1449               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1450               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1451               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1452               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1453               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1454               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1455               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1456               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1457               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1458               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1459               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1460               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1461               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1462               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1463               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1464               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1465               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1466               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1467               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1468               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1469               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1470               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1471               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1472               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1473               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1474               < $(srcdir)/sys_stat.in.h; \
1475         } > $@-t && \
1476         mv $@-t $@
1477 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1478 MOSTLYCLEANDIRS += sys
1480 EXTRA_DIST += sys_stat.in.h
1482 ## end   gnulib module sys_stat
1484 ## begin gnulib module time
1486 BUILT_SOURCES += time.h
1488 # We need the following in order to create <time.h> when the system
1489 # doesn't have one that works with the given compiler.
1490 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1491         $(AM_V_GEN)rm -f $@-t $@ && \
1492         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1493           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1494               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1495               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1496               -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
1497               -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
1498               -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
1499               -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
1500               -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
1501               -e 's|@''HAVE_LOCALTIME_R''@|$(HAVE_LOCALTIME_R)|g' \
1502               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1503               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1504               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1505               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1506               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1507               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1508               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1509               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1510               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1511               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1512               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1513               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1514               < $(srcdir)/time.in.h; \
1515         } > $@-t && \
1516         mv $@-t $@
1517 MOSTLYCLEANFILES += time.h time.h-t
1519 EXTRA_DIST += time.in.h
1521 ## end   gnulib module time
1523 ## begin gnulib module time_r
1526 EXTRA_DIST += time_r.c
1528 EXTRA_libgnu_a_SOURCES += time_r.c
1530 ## end   gnulib module time_r
1532 ## begin gnulib module timegm
1535 EXTRA_DIST += mktime-internal.h timegm.c
1537 EXTRA_libgnu_a_SOURCES += timegm.c
1539 ## end   gnulib module timegm
1541 ## begin gnulib module unistd
1543 BUILT_SOURCES += unistd.h
1545 # We need the following in order to create an empty placeholder for
1546 # <unistd.h> when the system doesn't have one.
1547 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1548         $(AM_V_GEN)rm -f $@-t $@ && \
1549         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1550           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1551               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1552               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1553               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1554               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1555               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1556               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1557               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
1558               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1559               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
1560               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
1561               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1562               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
1563               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
1564               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1565               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1566               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
1567               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
1568               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
1569               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
1570               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
1571               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1572               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1573               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
1574               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1575               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
1576               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
1577               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1578               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1579               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
1580               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1581               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1582               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
1583               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1584               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1585               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
1586               -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
1587               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
1588               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
1589               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1590               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
1591               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
1592               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
1593               < $(srcdir)/unistd.in.h | \
1594           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1595               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1596               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1597               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1598               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1599               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1600               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1601               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1602               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1603               -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
1604               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1605               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1606               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1607               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1608               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1609               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1610               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1611               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1612               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1613               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1614               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1615               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1616               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1617               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1618               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1619               -e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \
1620               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1621               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1622               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1623               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1624               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1625               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1626               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1627               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1628               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1629               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1630               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1631               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1632               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1633               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1634               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1635               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1636               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1637               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1638               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1639               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1640               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1641               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1642               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1643               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1644               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1645               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1646               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1647               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1648               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1649               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1650               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1651               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1652               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1653               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1654         } > $@-t && \
1655         mv $@-t $@
1656 MOSTLYCLEANFILES += unistd.h unistd.h-t
1658 EXTRA_DIST += unistd.in.h
1660 ## end   gnulib module unistd
1662 ## begin gnulib module unistd-safer
1665 EXTRA_DIST += dup-safer.c fd-safer.c pipe-safer.c unistd--.h unistd-safer.h
1667 EXTRA_libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
1669 ## end   gnulib module unistd-safer
1671 ## begin gnulib module vasnprintf
1674 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1676 EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1678 ## end   gnulib module vasnprintf
1680 ## begin gnulib module vasprintf
1683 EXTRA_DIST += asprintf.c vasprintf.c
1685 EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c
1687 ## end   gnulib module vasprintf
1689 ## begin gnulib module verify
1691 libgnu_a_SOURCES += verify.h
1693 ## end   gnulib module verify
1695 ## begin gnulib module vsnprintf
1698 EXTRA_DIST += vsnprintf.c
1700 EXTRA_libgnu_a_SOURCES += vsnprintf.c
1702 ## end   gnulib module vsnprintf
1704 ## begin gnulib module warn-on-use
1706 BUILT_SOURCES += warn-on-use.h
1707 # The warn-on-use.h that gets inserted into generated .h files is the same as
1708 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
1709 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
1710         $(AM_V_GEN)rm -f $@-t $@ && \
1711         sed -n -e '/^.ifndef/,$$p' \
1712           < $(top_srcdir)/build-aux/warn-on-use.h \
1713           > $@-t && \
1714         mv $@-t $@
1715 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1717 WARN_ON_USE_H=warn-on-use.h
1719 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
1721 ## end   gnulib module warn-on-use
1723 ## begin gnulib module wchar
1725 BUILT_SOURCES += wchar.h
1727 # We need the following in order to create <wchar.h> when the system
1728 # version does not work standalone.
1729 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1730         $(AM_V_GEN)rm -f $@-t $@ && \
1731         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1732           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1733               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1734               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1735               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1736               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
1737               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
1738               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
1739               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
1740               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
1741               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
1742               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
1743               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
1744               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
1745               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
1746               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
1747               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1748               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1749               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1750               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1751               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1752               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1753               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1754               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1755               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1756               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1757               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1758               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1759               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1760               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1761               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1762               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1763               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1764               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1765               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1766               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1767               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1768               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1769               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1770               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1771               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1772               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1773               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1774             < $(srcdir)/wchar.in.h; \
1775         } > $@-t && \
1776         mv $@-t $@
1777 MOSTLYCLEANFILES += wchar.h wchar.h-t
1779 EXTRA_DIST += wchar.in.h
1781 ## end   gnulib module wchar
1783 ## begin gnulib module wcrtomb
1786 EXTRA_DIST += wcrtomb.c
1788 EXTRA_libgnu_a_SOURCES += wcrtomb.c
1790 ## end   gnulib module wcrtomb
1792 ## begin gnulib module wctype
1794 BUILT_SOURCES += wctype.h
1796 # We need the following in order to create <wctype.h> when the system
1797 # doesn't have one that works with the given compiler.
1798 wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
1799         $(AM_V_GEN)rm -f $@-t $@ && \
1800         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1801           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1802               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1803               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1804               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1805               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
1806               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1807               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1808               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
1809               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1810               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1811               < $(srcdir)/wctype.in.h; \
1812         } > $@-t && \
1813         mv $@-t $@
1814 MOSTLYCLEANFILES += wctype.h wctype.h-t
1816 EXTRA_DIST += wctype.in.h
1818 ## end   gnulib module wctype
1820 ## begin gnulib module write
1823 EXTRA_DIST += write.c
1825 EXTRA_libgnu_a_SOURCES += write.c
1827 ## end   gnulib module write
1829 ## begin gnulib module xalloc
1832 EXTRA_DIST += xalloc.h xmalloc.c
1834 EXTRA_libgnu_a_SOURCES += xmalloc.c
1836 ## end   gnulib module xalloc
1838 ## begin gnulib module xalloc-die
1840 libgnu_a_SOURCES += xalloc-die.c
1842 ## end   gnulib module xalloc-die
1844 ## begin gnulib module xsize
1846 libgnu_a_SOURCES += xsize.h
1848 ## end   gnulib module xsize
1850 ## begin gnulib module xstrndup
1852 libgnu_a_SOURCES += xstrndup.h xstrndup.c
1854 ## end   gnulib module xstrndup
1857 mostlyclean-local: mostlyclean-generic
1858         @for dir in '' $(MOSTLYCLEANDIRS); do \
1859           if test -n "$$dir" && test -d $$dir; then \
1860             echo "rmdir $$dir"; rmdir $$dir; \
1861           fi; \
1862         done; \
1863         :