NEWS: Mention "contrib" removal
[monitoring-plugins.git] / gl / Makefile.am
blobc2e8e5a635c30f33c6179f0a9ed081e56f16b3e9
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
18 # As a special exception to the GNU General Public License,
19 # this file may be distributed as part of a program that
20 # contains a configuration script generated by Autoconf, under
21 # the same distribution terms as the rest of that program.
23 # Generated by gnulib-tool.
24 # 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-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf
26 AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects
28 SUBDIRS =
29 noinst_HEADERS =
30 noinst_LIBRARIES =
31 noinst_LTLIBRARIES =
32 EXTRA_DIST =
33 BUILT_SOURCES =
34 SUFFIXES =
35 MOSTLYCLEANFILES = core *.stackdump
36 MOSTLYCLEANDIRS =
37 CLEANFILES =
38 DISTCLEANFILES =
39 MAINTAINERCLEANFILES =
40 EXTRA_DIST += m4/gnulib-cache.m4
42 AM_CPPFLAGS =
43 AM_CFLAGS =
45 noinst_LIBRARIES += libgnu.a
47 libgnu_a_SOURCES =
48 libgnu_a_LIBADD = $(gl_LIBOBJS)
49 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
50 EXTRA_libgnu_a_SOURCES =
52 ## begin gnulib module alloca-opt
54 BUILT_SOURCES += $(ALLOCA_H)
56 # We need the following in order to create <alloca.h> when the system
57 # doesn't have one that works with the given compiler.
58 if GL_GENERATE_ALLOCA_H
59 alloca.h: alloca.in.h $(top_builddir)/config.status
60         $(AM_V_GEN)rm -f $@-t $@ && \
61         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
62           cat $(srcdir)/alloca.in.h; \
63         } > $@-t && \
64         mv -f $@-t $@
65 else
66 alloca.h: $(top_builddir)/config.status
67         rm -f $@
68 endif
69 MOSTLYCLEANFILES += alloca.h alloca.h-t
71 EXTRA_DIST += alloca.in.h
73 ## end   gnulib module alloca-opt
75 ## begin gnulib module arpa_inet
77 BUILT_SOURCES += arpa/inet.h
79 # We need the following in order to create <arpa/inet.h> when the system
80 # doesn't have one.
81 arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
82         $(AM_V_at)$(MKDIR_P) arpa
83         $(AM_V_GEN)rm -f $@-t $@ && \
84         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
85           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
86               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
87               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
88               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
89               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
90               -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
91               -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
92               -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \
93               -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \
94               -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
95               -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
96               -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
97               -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \
98               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
99               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
100               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
101               < $(srcdir)/arpa_inet.in.h; \
102         } > $@-t && \
103         mv $@-t $@
104 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
105 MOSTLYCLEANDIRS += arpa
107 EXTRA_DIST += arpa_inet.in.h
109 ## end   gnulib module arpa_inet
111 ## begin gnulib module base64
113 libgnu_a_SOURCES += base64.h base64.c
115 ## end   gnulib module base64
117 ## begin gnulib module btowc
120 EXTRA_DIST += btowc.c
122 EXTRA_libgnu_a_SOURCES += btowc.c
124 ## end   gnulib module btowc
126 ## begin gnulib module configmake
128 # Listed in the same order as the GNU makefile conventions, and
129 # provided by autoconf 2.59c+.
130 # The Automake-defined pkg* macros are appended, in the order
131 # listed in the Automake 1.10a+ documentation.
132 configmake.h: Makefile
133         $(AM_V_GEN)rm -f $@-t && \
134         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
135           echo '#define PREFIX "$(prefix)"'; \
136           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
137           echo '#define BINDIR "$(bindir)"'; \
138           echo '#define SBINDIR "$(sbindir)"'; \
139           echo '#define LIBEXECDIR "$(libexecdir)"'; \
140           echo '#define DATAROOTDIR "$(datarootdir)"'; \
141           echo '#define DATADIR "$(datadir)"'; \
142           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
143           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
144           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
145           echo '#define INCLUDEDIR "$(includedir)"'; \
146           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
147           echo '#define DOCDIR "$(docdir)"'; \
148           echo '#define INFODIR "$(infodir)"'; \
149           echo '#define HTMLDIR "$(htmldir)"'; \
150           echo '#define DVIDIR "$(dvidir)"'; \
151           echo '#define PDFDIR "$(pdfdir)"'; \
152           echo '#define PSDIR "$(psdir)"'; \
153           echo '#define LIBDIR "$(libdir)"'; \
154           echo '#define LISPDIR "$(lispdir)"'; \
155           echo '#define LOCALEDIR "$(localedir)"'; \
156           echo '#define MANDIR "$(mandir)"'; \
157           echo '#define MANEXT "$(manext)"'; \
158           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
159           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
160           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
161           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
162         } | sed '/""/d' > $@-t && \
163         mv -f $@-t $@
165 BUILT_SOURCES += configmake.h
166 CLEANFILES += configmake.h configmake.h-t
168 ## end   gnulib module configmake
170 ## begin gnulib module crypto/sha1
172 libgnu_a_SOURCES += sha1.c
174 EXTRA_DIST += sha1.h
176 ## end   gnulib module crypto/sha1
178 ## begin gnulib module dirname
180 libgnu_a_SOURCES += dirname.c basename.c
182 EXTRA_DIST += stripslash.c
184 EXTRA_libgnu_a_SOURCES += stripslash.c
186 ## end   gnulib module dirname
188 ## begin gnulib module dirname-lgpl
190 libgnu_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
192 EXTRA_DIST += dirname.h
194 ## end   gnulib module dirname-lgpl
196 ## begin gnulib module dosname
199 EXTRA_DIST += dosname.h
201 ## end   gnulib module dosname
203 ## begin gnulib module errno
205 BUILT_SOURCES += $(ERRNO_H)
207 # We need the following in order to create <errno.h> when the system
208 # doesn't have one that is POSIX compliant.
209 if GL_GENERATE_ERRNO_H
210 errno.h: errno.in.h $(top_builddir)/config.status
211         $(AM_V_GEN)rm -f $@-t $@ && \
212         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
213           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
214               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
215               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
216               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
217               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
218               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
219               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
220               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
221               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
222               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
223               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
224               < $(srcdir)/errno.in.h; \
225         } > $@-t && \
226         mv $@-t $@
227 else
228 errno.h: $(top_builddir)/config.status
229         rm -f $@
230 endif
231 MOSTLYCLEANFILES += errno.h errno.h-t
233 EXTRA_DIST += errno.in.h
235 ## end   gnulib module errno
237 ## begin gnulib module error
240 EXTRA_DIST += error.c error.h
242 EXTRA_libgnu_a_SOURCES += error.c
244 ## end   gnulib module error
246 ## begin gnulib module exitfail
248 libgnu_a_SOURCES += exitfail.c
250 EXTRA_DIST += exitfail.h
252 ## end   gnulib module exitfail
254 ## begin gnulib module fd-hook
256 libgnu_a_SOURCES += fd-hook.c
258 EXTRA_DIST += fd-hook.h
260 ## end   gnulib module fd-hook
262 ## begin gnulib module float
264 BUILT_SOURCES += $(FLOAT_H)
266 # We need the following in order to create <float.h> when the system
267 # doesn't have one that works with the given compiler.
268 if GL_GENERATE_FLOAT_H
269 float.h: float.in.h $(top_builddir)/config.status
270         $(AM_V_GEN)rm -f $@-t $@ && \
271         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
272           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
273               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
274               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
275               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
276               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
277               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
278               < $(srcdir)/float.in.h; \
279         } > $@-t && \
280         mv $@-t $@
281 else
282 float.h: $(top_builddir)/config.status
283         rm -f $@
284 endif
285 MOSTLYCLEANFILES += float.h float.h-t
287 EXTRA_DIST += float.c float.in.h itold.c
289 EXTRA_libgnu_a_SOURCES += float.c itold.c
291 ## end   gnulib module float
293 ## begin gnulib module floorf
296 EXTRA_DIST += floor.c floorf.c
298 EXTRA_libgnu_a_SOURCES += floor.c floorf.c
300 ## end   gnulib module floorf
302 ## begin gnulib module fsusage
305 EXTRA_DIST += fsusage.c fsusage.h
307 EXTRA_libgnu_a_SOURCES += fsusage.c
309 ## end   gnulib module fsusage
311 ## begin gnulib module full-read
313 libgnu_a_SOURCES += full-read.h full-read.c
315 EXTRA_DIST += full-write.c
317 EXTRA_libgnu_a_SOURCES += full-write.c
319 ## end   gnulib module full-read
321 ## begin gnulib module getaddrinfo
324 EXTRA_DIST += gai_strerror.c getaddrinfo.c
326 EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c
328 ## end   gnulib module getaddrinfo
330 ## begin gnulib module gethostname
333 EXTRA_DIST += gethostname.c w32sock.h
335 EXTRA_libgnu_a_SOURCES += gethostname.c
337 ## end   gnulib module gethostname
339 ## begin gnulib module getloadavg
342 EXTRA_DIST += getloadavg.c
344 EXTRA_libgnu_a_SOURCES += getloadavg.c
346 ## end   gnulib module getloadavg
348 ## begin gnulib module getopt-posix
350 BUILT_SOURCES += $(GETOPT_H)
352 # We need the following in order to create <getopt.h> when the system
353 # doesn't have one that works with the given compiler.
354 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
355         $(AM_V_GEN)rm -f $@-t $@ && \
356         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
357           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
358               -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
359               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
360               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
361               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
362               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
363               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
364               < $(srcdir)/getopt.in.h; \
365         } > $@-t && \
366         mv -f $@-t $@
367 MOSTLYCLEANFILES += getopt.h getopt.h-t
369 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
371 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
373 ## end   gnulib module getopt-posix
375 ## begin gnulib module gettext
377 # If your project uses "gettextize --intl" to put a source-code
378 # copy of libintl into the package, every Makefile.am needs
379 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
380 # Here's one way to do this:
381 #AM_CPPFLAGS += -I$(top_builddir)/intl
382 # This option has no effect when the user disables NLS (because then
383 # the intl directory contains no libintl.h file).  This option is not
384 # enabled by default because the intl directory might not exist if
385 # your project does not use "gettext --intl", and some compilers
386 # complain about -I options applied to nonexistent directories.
388 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
390 ## end   gnulib module gettext
392 ## begin gnulib module gettext-h
394 libgnu_a_SOURCES += gettext.h
396 ## end   gnulib module gettext-h
398 ## begin gnulib module havelib
401 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
403 ## end   gnulib module havelib
405 ## begin gnulib module inet_ntop
408 EXTRA_DIST += inet_ntop.c
410 EXTRA_libgnu_a_SOURCES += inet_ntop.c
412 ## end   gnulib module inet_ntop
414 ## begin gnulib module intprops
417 EXTRA_DIST += intprops.h
419 ## end   gnulib module intprops
421 ## begin gnulib module langinfo
423 BUILT_SOURCES += langinfo.h
425 # We need the following in order to create an empty placeholder for
426 # <langinfo.h> when the system doesn't have one.
427 langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
428         $(AM_V_GEN)rm -f $@-t $@ && \
429         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
430           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
431               -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
432               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
433               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
434               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
435               -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
436               -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
437               -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
438               -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
439               -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
440               -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
441               -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
442               -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
443               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
444               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
445               < $(srcdir)/langinfo.in.h; \
446         } > $@-t && \
447         mv $@-t $@
448 MOSTLYCLEANFILES += langinfo.h langinfo.h-t
450 EXTRA_DIST += langinfo.in.h
452 ## end   gnulib module langinfo
454 ## begin gnulib module localcharset
456 libgnu_a_SOURCES += localcharset.h localcharset.c
458 # We need the following in order to install a simple file in $(libdir)
459 # which is shared with other installed packages. We use a list of referencing
460 # packages so that "make uninstall" will remove the file if and only if it
461 # is not used by another installed package.
462 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
463 # avoid installing it.
465 all-local: charset.alias ref-add.sed ref-del.sed
467 charset_alias = $(DESTDIR)$(libdir)/charset.alias
468 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
469 install-exec-local: install-exec-localcharset
470 install-exec-localcharset: all-local
471         if test $(GLIBC21) = no; then \
472           case '$(host_os)' in \
473             darwin[56]*) \
474               need_charset_alias=true ;; \
475             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
476               need_charset_alias=false ;; \
477             *) \
478               need_charset_alias=true ;; \
479           esac ; \
480         else \
481           need_charset_alias=false ; \
482         fi ; \
483         if $$need_charset_alias; then \
484           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
485         fi ; \
486         if test -f $(charset_alias); then \
487           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
488           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
489           rm -f $(charset_tmp) ; \
490         else \
491           if $$need_charset_alias; then \
492             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
493             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
494             rm -f $(charset_tmp) ; \
495           fi ; \
496         fi
498 uninstall-local: uninstall-localcharset
499 uninstall-localcharset: all-local
500         if test -f $(charset_alias); then \
501           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
502           if grep '^# Packages using this file: $$' $(charset_tmp) \
503               > /dev/null; then \
504             rm -f $(charset_alias); \
505           else \
506             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
507           fi; \
508           rm -f $(charset_tmp); \
509         fi
511 charset.alias: config.charset
512         $(AM_V_GEN)rm -f t-$@ $@ && \
513         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
514         mv t-$@ $@
516 SUFFIXES += .sed .sin
517 .sin.sed:
518         $(AM_V_GEN)rm -f t-$@ $@ && \
519         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
520         mv t-$@ $@
522 CLEANFILES += charset.alias ref-add.sed ref-del.sed
524 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
526 ## end   gnulib module localcharset
528 ## begin gnulib module locale
530 BUILT_SOURCES += locale.h
532 # We need the following in order to create <locale.h> when the system
533 # doesn't have one that provides all definitions.
534 locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
535         $(AM_V_GEN)rm -f $@-t $@ && \
536         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
537           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
538               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
539               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
540               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
541               -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
542               -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
543               -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
544               -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
545               -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
546               -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
547               -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
548               -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
549               -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
550               -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
551               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
552               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
553               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
554               < $(srcdir)/locale.in.h; \
555         } > $@-t && \
556         mv $@-t $@
557 MOSTLYCLEANFILES += locale.h locale.h-t
559 EXTRA_DIST += locale.in.h
561 ## end   gnulib module locale
563 ## begin gnulib module localeconv
566 EXTRA_DIST += localeconv.c
568 EXTRA_libgnu_a_SOURCES += localeconv.c
570 ## end   gnulib module localeconv
572 ## begin gnulib module lock
574 libgnu_a_SOURCES += glthread/lock.h glthread/lock.c
576 ## end   gnulib module lock
578 ## begin gnulib module malloc-gnu
581 EXTRA_DIST += malloc.c
583 EXTRA_libgnu_a_SOURCES += malloc.c
585 ## end   gnulib module malloc-gnu
587 ## begin gnulib module malloc-posix
590 EXTRA_DIST += malloc.c
592 EXTRA_libgnu_a_SOURCES += malloc.c
594 ## end   gnulib module malloc-posix
596 ## begin gnulib module malloca
598 libgnu_a_SOURCES += malloca.c
600 EXTRA_DIST += malloca.h malloca.valgrind
602 ## end   gnulib module malloca
604 ## begin gnulib module math
606 BUILT_SOURCES += math.h
607 libgnu_a_SOURCES += math.c
609 # We need the following in order to create <math.h> when the system
610 # doesn't have one that works with the given compiler.
611 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
612         $(AM_V_GEN)rm -f $@-t $@ && \
613         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
614           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
615               -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
616               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
617               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
618               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
619               -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
620               -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
621               -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
622               -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
623               -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
624               -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
625               -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
626               -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
627               -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
628               -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
629               -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
630               -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
631               -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
632               -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
633               -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
634               -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
635               -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
636               -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
637               -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
638               -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
639               -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
640               -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
641               -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
642               -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
643               -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
644               -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
645               -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
646               -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
647               -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
648               -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
649               -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
650               -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
651               -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
652               -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
653               -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
654               -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
655               -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
656               -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
657               -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
658               -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
659               -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
660               -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
661               -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
662               -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
663               < $(srcdir)/math.in.h | \
664           sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
665               -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
666               -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
667               -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
668               -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
669               -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
670               -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
671               -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
672               -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
673               -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
674               -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
675               -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
676               -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
677               -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
678               -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
679               -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
680               -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
681               -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
682               -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
683               -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
684               -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
685               -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
686               -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
687               -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
688               -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
689               -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
690               -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
691               -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
692               -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
693               -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
694               -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
695               -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
696               -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
697               -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
698               -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
699               -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
700               -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
701               -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
702               -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
703               -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
704               -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
705               -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
706               -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
707               -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
708               -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
709               -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
710               -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
711               -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
712               -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
713               -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
714               -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
715           | \
716           sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
717               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
718               -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
719               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
720               -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
721               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
722               -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
723               -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
724               -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
725               -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
726               -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
727               -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
728               -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
729               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
730               -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
731               -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
732               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
733               -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
734               -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
735               -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
736               -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
737               -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
738               -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
739               -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
740               -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
741               -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
742               -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
743               -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
744               -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
745               -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
746               -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
747               -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
748               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
749               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
750               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
751               -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
752               -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
753               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
754               -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
755               -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
756               -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
757               -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
758               -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
759               -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
760               -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
761               -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
762               -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
763               -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
764               -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
765               -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
766               -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
767               -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
768               -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
769               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
770               -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
771               -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
772               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
773               -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
774               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
775               -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
776               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
777               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
778               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
779               -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
780               -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
781               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
782               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
783               -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
784               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
785               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
786               -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
787               -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
788               -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
789               -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
790               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
791               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
792               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
793               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
794               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
795               -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
796               -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
797               -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
798               -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
799               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
800               -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
801               -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
802               -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
803               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
804               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
805               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
806               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
807               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
808               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
809               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
810               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
811               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
812           | \
813           sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
814               -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
815               -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
816               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
817               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
818               -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
819               -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
820               -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
821               -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
822               -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
823               -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
824               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
825               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
826               -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
827               -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
828               -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
829               -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
830               -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
831               -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
832               -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
833               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
834               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
835               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
836               -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
837               -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
838               -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
839               -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
840               -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
841               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
842               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
843               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
844               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
845               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
846               -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
847               -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
848               -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
849               -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
850               -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
851               -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
852               -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
853               -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
854               -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
855               -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
856               -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
857               -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
858               -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
859               -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
860               -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
861               -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
862               -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
863               -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
864               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
865               -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
866               -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
867               -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
868               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
869               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
870               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
871               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
872               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
873               -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
874               -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
875               -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
876               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
877               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
878               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
879               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
880         } > $@-t && \
881         mv $@-t $@
882 MOSTLYCLEANFILES += math.h math.h-t
884 EXTRA_DIST += math.in.h
886 ## end   gnulib module math
888 ## begin gnulib module mbrtowc
891 EXTRA_DIST += mbrtowc.c
893 EXTRA_libgnu_a_SOURCES += mbrtowc.c
895 ## end   gnulib module mbrtowc
897 ## begin gnulib module mbsinit
900 EXTRA_DIST += mbsinit.c
902 EXTRA_libgnu_a_SOURCES += mbsinit.c
904 ## end   gnulib module mbsinit
906 ## begin gnulib module mbtowc
909 EXTRA_DIST += mbtowc-impl.h mbtowc.c
911 EXTRA_libgnu_a_SOURCES += mbtowc.c
913 ## end   gnulib module mbtowc
915 ## begin gnulib module memchr
918 EXTRA_DIST += memchr.c memchr.valgrind
920 EXTRA_libgnu_a_SOURCES += memchr.c
922 ## end   gnulib module memchr
924 ## begin gnulib module mktime
927 EXTRA_DIST += mktime-internal.h mktime.c
929 EXTRA_libgnu_a_SOURCES += mktime.c
931 ## end   gnulib module mktime
933 ## begin gnulib module mktime-internal
936 EXTRA_DIST += mktime-internal.h mktime.c
938 EXTRA_libgnu_a_SOURCES += mktime.c
940 ## end   gnulib module mktime-internal
942 ## begin gnulib module mountlist
945 EXTRA_DIST += mountlist.c mountlist.h
947 EXTRA_libgnu_a_SOURCES += mountlist.c
949 ## end   gnulib module mountlist
951 ## begin gnulib module msvc-inval
954 EXTRA_DIST += msvc-inval.c msvc-inval.h
956 EXTRA_libgnu_a_SOURCES += msvc-inval.c
958 ## end   gnulib module msvc-inval
960 ## begin gnulib module msvc-nothrow
963 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
965 EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
967 ## end   gnulib module msvc-nothrow
969 ## begin gnulib module netdb
971 BUILT_SOURCES += netdb.h
973 # We need the following in order to create <netdb.h> when the system
974 # doesn't have one that works with the given compiler.
975 netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
976         $(AM_V_GEN)rm -f $@-t $@ && \
977         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
978           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
979               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
980               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
981               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
982               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
983               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
984               -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \
985               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
986               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
987               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
988               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
989               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
990               -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \
991               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
992               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
993               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
994               < $(srcdir)/netdb.in.h; \
995         } > $@-t && \
996         mv $@-t $@
997 MOSTLYCLEANFILES += netdb.h netdb.h-t
999 EXTRA_DIST += netdb.in.h
1001 ## end   gnulib module netdb
1003 ## begin gnulib module netinet_in
1005 BUILT_SOURCES += $(NETINET_IN_H)
1007 # We need the following in order to create <netinet/in.h> when the system
1008 # doesn't have one.
1009 if GL_GENERATE_NETINET_IN_H
1010 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
1011         $(AM_V_at)$(MKDIR_P) netinet
1012         $(AM_V_GEN)rm -f $@-t $@ && \
1013         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1014           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1015               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1016               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1017               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1018               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
1019               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
1020               < $(srcdir)/netinet_in.in.h; \
1021         } > $@-t && \
1022         mv $@-t $@
1023 else
1024 netinet/in.h: $(top_builddir)/config.status
1025         rm -f $@
1026 endif
1027 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
1028 MOSTLYCLEANDIRS += netinet
1030 EXTRA_DIST += netinet_in.in.h
1032 ## end   gnulib module netinet_in
1034 ## begin gnulib module nl_langinfo
1037 EXTRA_DIST += nl_langinfo.c
1039 EXTRA_libgnu_a_SOURCES += nl_langinfo.c
1041 ## end   gnulib module nl_langinfo
1043 ## begin gnulib module read
1046 EXTRA_DIST += read.c
1048 EXTRA_libgnu_a_SOURCES += read.c
1050 ## end   gnulib module read
1052 ## begin gnulib module regex
1055 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
1057 EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
1059 ## end   gnulib module regex
1061 ## begin gnulib module safe-read
1063 libgnu_a_SOURCES += safe-read.c
1065 EXTRA_DIST += safe-read.h
1067 ## end   gnulib module safe-read
1069 ## begin gnulib module setenv
1072 EXTRA_DIST += setenv.c
1074 EXTRA_libgnu_a_SOURCES += setenv.c
1076 ## end   gnulib module setenv
1078 ## begin gnulib module size_max
1080 libgnu_a_SOURCES += size_max.h
1082 ## end   gnulib module size_max
1084 ## begin gnulib module snippet/_Noreturn
1086 # Because this Makefile snippet defines a variable used by other
1087 # gnulib Makefile snippets, it must be present in all Makefile.am that
1088 # need it. This is ensured by the applicability 'all' defined above.
1090 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
1092 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
1094 ## end   gnulib module snippet/_Noreturn
1096 ## begin gnulib module snippet/arg-nonnull
1098 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1099 # statements but through direct file reference. Therefore this snippet must be
1100 # present in all Makefile.am that need it. This is ensured by the applicability
1101 # 'all' defined above.
1103 BUILT_SOURCES += arg-nonnull.h
1104 # The arg-nonnull.h that gets inserted into generated .h files is the same as
1105 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1106 # off.
1107 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1108         $(AM_V_GEN)rm -f $@-t $@ && \
1109         sed -n -e '/GL_ARG_NONNULL/,$$p' \
1110           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1111           > $@-t && \
1112         mv $@-t $@
1113 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
1115 ARG_NONNULL_H=arg-nonnull.h
1117 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1119 ## end   gnulib module snippet/arg-nonnull
1121 ## begin gnulib module snippet/c++defs
1123 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1124 # statements but through direct file reference. Therefore this snippet must be
1125 # present in all Makefile.am that need it. This is ensured by the applicability
1126 # 'all' defined above.
1128 BUILT_SOURCES += c++defs.h
1129 # The c++defs.h that gets inserted into generated .h files is the same as
1130 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
1131 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
1132         $(AM_V_GEN)rm -f $@-t $@ && \
1133         sed -n -e '/_GL_CXXDEFS/,$$p' \
1134           < $(top_srcdir)/build-aux/snippet/c++defs.h \
1135           > $@-t && \
1136         mv $@-t $@
1137 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
1139 CXXDEFS_H=c++defs.h
1141 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
1143 ## end   gnulib module snippet/c++defs
1145 ## begin gnulib module snippet/warn-on-use
1147 BUILT_SOURCES += warn-on-use.h
1148 # The warn-on-use.h that gets inserted into generated .h files is the same as
1149 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1150 # off.
1151 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
1152         $(AM_V_GEN)rm -f $@-t $@ && \
1153         sed -n -e '/^.ifndef/,$$p' \
1154           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
1155           > $@-t && \
1156         mv $@-t $@
1157 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1159 WARN_ON_USE_H=warn-on-use.h
1161 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
1163 ## end   gnulib module snippet/warn-on-use
1165 ## begin gnulib module snprintf
1168 EXTRA_DIST += snprintf.c
1170 EXTRA_libgnu_a_SOURCES += snprintf.c
1172 ## end   gnulib module snprintf
1174 ## begin gnulib module sockets
1176 libgnu_a_SOURCES += sockets.h sockets.c
1178 EXTRA_DIST += w32sock.h
1180 ## end   gnulib module sockets
1182 ## begin gnulib module stdalign
1184 BUILT_SOURCES += $(STDALIGN_H)
1186 # We need the following in order to create <stdalign.h> when the system
1187 # doesn't have one that works.
1188 if GL_GENERATE_STDALIGN_H
1189 stdalign.h: stdalign.in.h $(top_builddir)/config.status
1190         $(AM_V_GEN)rm -f $@-t $@ && \
1191         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1192           cat $(srcdir)/stdalign.in.h; \
1193         } > $@-t && \
1194         mv $@-t $@
1195 else
1196 stdalign.h: $(top_builddir)/config.status
1197         rm -f $@
1198 endif
1199 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
1201 EXTRA_DIST += stdalign.in.h
1203 ## end   gnulib module stdalign
1205 ## begin gnulib module stdbool
1207 BUILT_SOURCES += $(STDBOOL_H)
1209 # We need the following in order to create <stdbool.h> when the system
1210 # doesn't have one that works.
1211 if GL_GENERATE_STDBOOL_H
1212 stdbool.h: stdbool.in.h $(top_builddir)/config.status
1213         $(AM_V_GEN)rm -f $@-t $@ && \
1214         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1215           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1216         } > $@-t && \
1217         mv $@-t $@
1218 else
1219 stdbool.h: $(top_builddir)/config.status
1220         rm -f $@
1221 endif
1222 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1224 EXTRA_DIST += stdbool.in.h
1226 ## end   gnulib module stdbool
1228 ## begin gnulib module stddef
1230 BUILT_SOURCES += $(STDDEF_H)
1232 # We need the following in order to create <stddef.h> when the system
1233 # doesn't have one that works with the given compiler.
1234 if GL_GENERATE_STDDEF_H
1235 stddef.h: stddef.in.h $(top_builddir)/config.status
1236         $(AM_V_GEN)rm -f $@-t $@ && \
1237         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1238           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1239               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1240               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1241               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1242               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1243               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1244               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1245               < $(srcdir)/stddef.in.h; \
1246         } > $@-t && \
1247         mv $@-t $@
1248 else
1249 stddef.h: $(top_builddir)/config.status
1250         rm -f $@
1251 endif
1252 MOSTLYCLEANFILES += stddef.h stddef.h-t
1254 EXTRA_DIST += stddef.in.h
1256 ## end   gnulib module stddef
1258 ## begin gnulib module stdint
1260 BUILT_SOURCES += $(STDINT_H)
1262 # We need the following in order to create <stdint.h> when the system
1263 # doesn't have one that works with the given compiler.
1264 if GL_GENERATE_STDINT_H
1265 stdint.h: stdint.in.h $(top_builddir)/config.status
1266         $(AM_V_GEN)rm -f $@-t $@ && \
1267         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1268           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1269               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1270               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1271               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1272               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1273               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1274               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1275               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1276               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1277               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1278               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1279               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1280               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1281               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1282               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1283               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1284               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1285               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1286               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1287               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1288               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1289               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1290               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1291               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1292               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1293               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1294               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1295               < $(srcdir)/stdint.in.h; \
1296         } > $@-t && \
1297         mv $@-t $@
1298 else
1299 stdint.h: $(top_builddir)/config.status
1300         rm -f $@
1301 endif
1302 MOSTLYCLEANFILES += stdint.h stdint.h-t
1304 EXTRA_DIST += stdint.in.h
1306 ## end   gnulib module stdint
1308 ## begin gnulib module stdio
1310 BUILT_SOURCES += stdio.h
1312 # We need the following in order to create <stdio.h> when the system
1313 # doesn't have one that works with the given compiler.
1314 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1315         $(AM_V_GEN)rm -f $@-t $@ && \
1316         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1317           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1318               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1319               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1320               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1321               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1322               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1323               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1324               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1325               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1326               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1327               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1328               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1329               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1330               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1331               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1332               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1333               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1334               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1335               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1336               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1337               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1338               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1339               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1340               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1341               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1342               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1343               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1344               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1345               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1346               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1347               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1348               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1349               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1350               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1351               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1352               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1353               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1354               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1355               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1356               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1357               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1358               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1359               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1360               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1361               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1362               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1363               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1364               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1365               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1366               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1367               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1368               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1369               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1370               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1371               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1372               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1373               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1374               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1375               < $(srcdir)/stdio.in.h | \
1376           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1377               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1378               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1379               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1380               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1381               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1382               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1383               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1384               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1385               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1386               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1387               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1388               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1389               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1390               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1391               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1392               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1393               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1394               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1395               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1396               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1397               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1398               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1399               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1400               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1401               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1402               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1403               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1404               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1405               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1406               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1407               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1408               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1409               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1410               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1411               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1412               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1413               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1414               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1415               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1416               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1417               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1418               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1419               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1420               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1421               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1422               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1423               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1424               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1425               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1426               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1427               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1428         } > $@-t && \
1429         mv $@-t $@
1430 MOSTLYCLEANFILES += stdio.h stdio.h-t
1432 EXTRA_DIST += stdio.in.h
1434 ## end   gnulib module stdio
1436 ## begin gnulib module stdlib
1438 BUILT_SOURCES += stdlib.h
1440 # We need the following in order to create <stdlib.h> when the system
1441 # doesn't have one that works with the given compiler.
1442 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1443   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1444         $(AM_V_GEN)rm -f $@-t $@ && \
1445         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1446           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1447               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1448               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1449               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1450               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1451               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1452               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1453               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1454               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1455               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1456               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1457               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1458               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1459               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1460               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1461               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1462               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1463               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1464               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1465               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1466               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1467               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1468               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1469               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1470               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1471               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1472               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1473               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1474               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1475               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1476               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1477               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1478               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1479               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1480               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1481               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1482               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1483               < $(srcdir)/stdlib.in.h | \
1484           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1485               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1486               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1487               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1488               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1489               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1490               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1491               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1492               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1493               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1494               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1495               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1496               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1497               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1498               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1499               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1500               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1501               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1502               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1503               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1504               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1505               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1506               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1507               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1508               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1509               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1510               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1511               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1512               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1513               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1514               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1515               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1516               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1517               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1518               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1519               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1520               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1521               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1522               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1523               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1524               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1525               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1526               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1527               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1528               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1529               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1530               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1531         } > $@-t && \
1532         mv $@-t $@
1533 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1535 EXTRA_DIST += stdlib.in.h
1537 ## end   gnulib module stdlib
1539 ## begin gnulib module streq
1542 EXTRA_DIST += streq.h
1544 ## end   gnulib module streq
1546 ## begin gnulib module strerror
1549 EXTRA_DIST += strerror.c
1551 EXTRA_libgnu_a_SOURCES += strerror.c
1553 ## end   gnulib module strerror
1555 ## begin gnulib module strerror-override
1558 EXTRA_DIST += strerror-override.c strerror-override.h
1560 EXTRA_libgnu_a_SOURCES += strerror-override.c
1562 ## end   gnulib module strerror-override
1564 ## begin gnulib module string
1566 BUILT_SOURCES += string.h
1568 # We need the following in order to create <string.h> when the system
1569 # doesn't have one that works with the given compiler.
1570 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1571         $(AM_V_GEN)rm -f $@-t $@ && \
1572         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1573           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1574               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1575               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1576               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1577               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1578               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1579               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1580               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1581               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1582               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1583               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1584               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1585               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1586               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1587               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1588               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1589               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1590               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1591               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1592               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1593               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1594               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1595               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1596               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1597               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1598               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1599               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1600               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1601               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1602               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1603               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1604               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1605               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1606               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1607               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1608               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1609               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1610               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1611               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1612               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1613               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1614               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1615               < $(srcdir)/string.in.h | \
1616           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1617               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1618               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1619               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1620               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1621               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1622               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1623               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1624               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1625               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1626               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1627               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1628               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1629               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1630               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1631               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1632               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1633               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1634               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1635               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1636               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1637               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1638               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1639               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1640               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1641               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1642               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1643               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1644               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1645               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1646               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1647               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1648               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1649               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1650               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1651               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1652               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1653               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1654               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1655               < $(srcdir)/string.in.h; \
1656         } > $@-t && \
1657         mv $@-t $@
1658 MOSTLYCLEANFILES += string.h string.h-t
1660 EXTRA_DIST += string.in.h
1662 ## end   gnulib module string
1664 ## begin gnulib module strndup
1667 EXTRA_DIST += strndup.c
1669 EXTRA_libgnu_a_SOURCES += strndup.c
1671 ## end   gnulib module strndup
1673 ## begin gnulib module strnlen
1676 EXTRA_DIST += strnlen.c
1678 EXTRA_libgnu_a_SOURCES += strnlen.c
1680 ## end   gnulib module strnlen
1682 ## begin gnulib module strsep
1685 EXTRA_DIST += strsep.c
1687 EXTRA_libgnu_a_SOURCES += strsep.c
1689 ## end   gnulib module strsep
1691 ## begin gnulib module strstr-simple
1694 EXTRA_DIST += str-two-way.h strstr.c
1696 EXTRA_libgnu_a_SOURCES += strstr.c
1698 ## end   gnulib module strstr-simple
1700 ## begin gnulib module sys_socket
1702 BUILT_SOURCES += sys/socket.h
1703 libgnu_a_SOURCES += sys_socket.c
1705 # We need the following in order to create <sys/socket.h> when the system
1706 # doesn't have one that works with the given compiler.
1707 sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1708         $(AM_V_at)$(MKDIR_P) sys
1709         $(AM_V_GEN)rm -f $@-t $@ && \
1710         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1711           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1712               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1713               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1714               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1715               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1716               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1717               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1718               -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
1719               -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
1720               -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
1721               -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
1722               -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
1723               -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
1724               -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
1725               -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
1726               -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
1727               -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
1728               -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
1729               -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
1730               -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
1731               -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
1732               -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
1733               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1734               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1735               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1736               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
1737               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1738               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1739               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1740               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1741               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1742               < $(srcdir)/sys_socket.in.h; \
1743         } > $@-t && \
1744         mv -f $@-t $@
1745 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1746 MOSTLYCLEANDIRS += sys
1748 EXTRA_DIST += sys_socket.in.h
1750 ## end   gnulib module sys_socket
1752 ## begin gnulib module sys_types
1754 BUILT_SOURCES += sys/types.h
1756 # We need the following in order to create <sys/types.h> when the system
1757 # doesn't have one that works with the given compiler.
1758 sys/types.h: sys_types.in.h $(top_builddir)/config.status
1759         $(AM_V_at)$(MKDIR_P) sys
1760         $(AM_V_GEN)rm -f $@-t $@ && \
1761         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1762           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1763               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1764               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1765               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1766               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1767               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1768               < $(srcdir)/sys_types.in.h; \
1769         } > $@-t && \
1770         mv $@-t $@
1771 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1773 EXTRA_DIST += sys_types.in.h
1775 ## end   gnulib module sys_types
1777 ## begin gnulib module sys_uio
1779 BUILT_SOURCES += sys/uio.h
1781 # We need the following in order to create <sys/uio.h> when the system
1782 # doesn't have one that works with the given compiler.
1783 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
1784         $(AM_V_at)$(MKDIR_P) sys
1785         $(AM_V_GEN)rm -f $@-t $@ && \
1786         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1787           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1788               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1789               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1790               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1791               -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
1792               -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
1793               < $(srcdir)/sys_uio.in.h; \
1794         } > $@-t && \
1795         mv -f $@-t $@
1796 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
1797 MOSTLYCLEANDIRS += sys
1799 EXTRA_DIST += sys_uio.in.h
1801 ## end   gnulib module sys_uio
1803 ## begin gnulib module threadlib
1805 libgnu_a_SOURCES += glthread/threadlib.c
1807 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
1809 ## end   gnulib module threadlib
1811 ## begin gnulib module time
1813 BUILT_SOURCES += time.h
1815 # We need the following in order to create <time.h> when the system
1816 # doesn't have one that works with the given compiler.
1817 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1818         $(AM_V_GEN)rm -f $@-t $@ && \
1819         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1820           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1821               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1822               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1823               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1824               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1825               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1826               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1827               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1828               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1829               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1830               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1831               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1832               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1833               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1834               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1835               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1836               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1837               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1838               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1839               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1840               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1841               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1842               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1843               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1844               < $(srcdir)/time.in.h; \
1845         } > $@-t && \
1846         mv $@-t $@
1847 MOSTLYCLEANFILES += time.h time.h-t
1849 EXTRA_DIST += time.in.h
1851 ## end   gnulib module time
1853 ## begin gnulib module time_r
1856 EXTRA_DIST += time_r.c
1858 EXTRA_libgnu_a_SOURCES += time_r.c
1860 ## end   gnulib module time_r
1862 ## begin gnulib module timegm
1865 EXTRA_DIST += mktime-internal.h timegm.c
1867 EXTRA_libgnu_a_SOURCES += timegm.c
1869 ## end   gnulib module timegm
1871 ## begin gnulib module unistd
1873 BUILT_SOURCES += unistd.h
1874 libgnu_a_SOURCES += unistd.c
1876 # We need the following in order to create an empty placeholder for
1877 # <unistd.h> when the system doesn't have one.
1878 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1879         $(AM_V_GEN)rm -f $@-t $@ && \
1880         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1881           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1882               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1883               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1884               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1885               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1886               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1887               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1888               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1889               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1890               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1891               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1892               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1893               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1894               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1895               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1896               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1897               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1898               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1899               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1900               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1901               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1902               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1903               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1904               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1905               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1906               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1907               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1908               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1909               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1910               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1911               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1912               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1913               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1914               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1915               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1916               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1917               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1918               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1919               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1920               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1921               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1922               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1923               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1924               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1925               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1926               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1927               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1928               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1929               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1930               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1931               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1932               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1933               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1934               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1935               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1936               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1937               < $(srcdir)/unistd.in.h | \
1938           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1939               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1940               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1941               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1942               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1943               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1944               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1945               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1946               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1947               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1948               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1949               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1950               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1951               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1952               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1953               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1954               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1955               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1956               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1957               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1958               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1959               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1960               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1961               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1962               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1963               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1964               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1965               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1966               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1967               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1968               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1969               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1970               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1971               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1972               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1973               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1974               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1975               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1976               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1977               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1978               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1979               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1980           | \
1981           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1982               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1983               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1984               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1985               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1986               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1987               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1988               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1989               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1990               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1991               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1992               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1993               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1994               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1995               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1996               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1997               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1998               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1999               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2000               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2001               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2002               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2003               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2004               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2005               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2006               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2007               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2008               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2009               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2010               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2011               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2012               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2013               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2014         } > $@-t && \
2015         mv $@-t $@
2016 MOSTLYCLEANFILES += unistd.h unistd.h-t
2018 EXTRA_DIST += unistd.in.h
2020 ## end   gnulib module unistd
2022 ## begin gnulib module unsetenv
2025 EXTRA_DIST += unsetenv.c
2027 EXTRA_libgnu_a_SOURCES += unsetenv.c
2029 ## end   gnulib module unsetenv
2031 ## begin gnulib module vasnprintf
2034 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2036 EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2038 ## end   gnulib module vasnprintf
2040 ## begin gnulib module vasprintf
2043 EXTRA_DIST += asprintf.c vasprintf.c
2045 EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c
2047 ## end   gnulib module vasprintf
2049 ## begin gnulib module verify
2052 EXTRA_DIST += verify.h
2054 ## end   gnulib module verify
2056 ## begin gnulib module vsnprintf
2059 EXTRA_DIST += vsnprintf.c
2061 EXTRA_libgnu_a_SOURCES += vsnprintf.c
2063 ## end   gnulib module vsnprintf
2065 ## begin gnulib module wchar
2067 BUILT_SOURCES += wchar.h
2069 # We need the following in order to create <wchar.h> when the system
2070 # version does not work standalone.
2071 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2072         $(AM_V_GEN)rm -f $@-t $@ && \
2073         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2074           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2075               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2076               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2077               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2078               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2079               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2080               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2081               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2082               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2083               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2084               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2085               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2086               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2087               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2088               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2089               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2090               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2091               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2092               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2093               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2094               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2095               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2096               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2097               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2098               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2099               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2100               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2101               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2102               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2103               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2104               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2105               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2106               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2107               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2108               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2109               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2110               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2111               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2112               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2113               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2114               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2115               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2116               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2117               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2118               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2119               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2120               < $(srcdir)/wchar.in.h | \
2121           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2122               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2123               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2124               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2125               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2126               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2127               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2128               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2129               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2130               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2131               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2132               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2133               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2134               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2135               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2136               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2137               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2138               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2139               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2140               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2141               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2142               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2143               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2144               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2145               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2146               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2147               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2148               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2149               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2150               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2151               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2152               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2153               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2154               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2155               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2156               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2157               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2158               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2159               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2160               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2161           | \
2162           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2163               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2164               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2165               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2166               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2167               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2168               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2169               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2170               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2171               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2172               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2173               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2174               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2175               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2176               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2177               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2178         } > $@-t && \
2179         mv $@-t $@
2180 MOSTLYCLEANFILES += wchar.h wchar.h-t
2182 EXTRA_DIST += wchar.in.h
2184 ## end   gnulib module wchar
2186 ## begin gnulib module wcrtomb
2189 EXTRA_DIST += wcrtomb.c
2191 EXTRA_libgnu_a_SOURCES += wcrtomb.c
2193 ## end   gnulib module wcrtomb
2195 ## begin gnulib module wctype-h
2197 BUILT_SOURCES += wctype.h
2198 libgnu_a_SOURCES += wctype-h.c
2200 # We need the following in order to create <wctype.h> when the system
2201 # doesn't have one that works with the given compiler.
2202 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2203         $(AM_V_GEN)rm -f $@-t $@ && \
2204         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2205           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2206               -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
2207               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2208               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2209               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2210               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
2211               -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
2212               -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
2213               -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
2214               -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
2215               -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
2216               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
2217               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
2218               -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
2219               -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
2220               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
2221               -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
2222               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
2223               -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
2224               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2225               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2226               < $(srcdir)/wctype.in.h; \
2227         } > $@-t && \
2228         mv $@-t $@
2229 MOSTLYCLEANFILES += wctype.h wctype.h-t
2231 EXTRA_DIST += wctype.in.h
2233 ## end   gnulib module wctype-h
2235 ## begin gnulib module xalloc
2237 libgnu_a_SOURCES += xmalloc.c
2239 EXTRA_DIST += xalloc.h
2241 ## end   gnulib module xalloc
2243 ## begin gnulib module xalloc-die
2245 libgnu_a_SOURCES += xalloc-die.c
2247 ## end   gnulib module xalloc-die
2249 ## begin gnulib module xalloc-oversized
2252 EXTRA_DIST += xalloc-oversized.h
2254 ## end   gnulib module xalloc-oversized
2256 ## begin gnulib module xsize
2258 libgnu_a_SOURCES += xsize.h xsize.c
2260 ## end   gnulib module xsize
2262 ## begin gnulib module xstrndup
2264 libgnu_a_SOURCES += xstrndup.h xstrndup.c
2266 ## end   gnulib module xstrndup
2269 mostlyclean-local: mostlyclean-generic
2270         @for dir in '' $(MOSTLYCLEANDIRS); do \
2271           if test -n "$$dir" && test -d $$dir; then \
2272             echo "rmdir $$dir"; rmdir $$dir; \
2273           fi; \
2274         done; \
2275         :