Corrected initialization of key when generating request. Reported by Petr Pisar.
[gnutls.git] / lib / gl / Makefile.am
blob037f3c601fdae964702853bf59c45ddc5e74ebea
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2011 Free Software Foundation, Inc.
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=liblgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --with-tests --avoid=alignof-tests --avoid=lseek-tests --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files byteswap c-ctype fseeko func gettext lib-msvc-compat lib-symbol-versions memmem-simple minmax netdb read-file snprintf sockets socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf vsnprintf
14 AUTOMAKE_OPTIONS = 1.5 gnits
16 SUBDIRS =
17 noinst_HEADERS =
18 noinst_LIBRARIES =
19 noinst_LTLIBRARIES =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES = core *.stackdump
24 MOSTLYCLEANDIRS =
25 CLEANFILES =
26 DISTCLEANFILES =
27 MAINTAINERCLEANFILES =
28 SUBDIRS += tests
29 EXTRA_DIST += m4/gnulib-cache.m4
31 AM_CPPFLAGS =
32 AM_CFLAGS =
34 noinst_LTLIBRARIES += liblgnu.la
36 liblgnu_la_SOURCES =
37 liblgnu_la_LIBADD = $(lgl_LTLIBOBJS)
38 liblgnu_la_DEPENDENCIES = $(lgl_LTLIBOBJS)
39 EXTRA_liblgnu_la_SOURCES =
40 liblgnu_la_LDFLAGS = $(AM_LDFLAGS)
41 liblgnu_la_LDFLAGS += -no-undefined
42 liblgnu_la_LDFLAGS += $(LIBSOCKET)
43 liblgnu_la_LDFLAGS += $(LTLIBINTL)
45 ## begin gnulib module alignof
48 EXTRA_DIST += alignof.h
50 ## end   gnulib module alignof
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 alloca.h: alloca.in.h
59         $(AM_V_GEN)rm -f $@-t $@ && \
60         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
61           cat $(srcdir)/alloca.in.h; \
62         } > $@-t && \
63         mv -f $@-t $@
64 MOSTLYCLEANFILES += alloca.h alloca.h-t
66 EXTRA_DIST += alloca.in.h
68 ## end   gnulib module alloca-opt
70 ## begin gnulib module arg-nonnull
72 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
73 # statements but through direct file reference. Therefore this snippet must be
74 # present in all Makefile.am that need it. This is ensured by the applicability
75 # 'all' defined above.
77 BUILT_SOURCES += arg-nonnull.h
78 # The arg-nonnull.h that gets inserted into generated .h files is the same as
79 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
80 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
81         $(AM_V_GEN)rm -f $@-t $@ && \
82         sed -n -e '/GL_ARG_NONNULL/,$$p' \
83           < $(top_srcdir)/build-aux/arg-nonnull.h \
84           > $@-t && \
85         mv $@-t $@
86 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
88 ARG_NONNULL_H=arg-nonnull.h
90 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
92 ## end   gnulib module arg-nonnull
94 ## begin gnulib module byteswap
96 BUILT_SOURCES += $(BYTESWAP_H)
98 # We need the following in order to create <byteswap.h> when the system
99 # doesn't have one.
100 byteswap.h: byteswap.in.h
101         $(AM_V_GEN)rm -f $@-t $@ && \
102         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
103           cat $(srcdir)/byteswap.in.h; \
104         } > $@-t && \
105         mv -f $@-t $@
106 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
108 EXTRA_DIST += byteswap.in.h
110 ## end   gnulib module byteswap
112 ## begin gnulib module c++defs
114 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
115 # statements but through direct file reference. Therefore this snippet must be
116 # present in all Makefile.am that need it. This is ensured by the applicability
117 # 'all' defined above.
119 BUILT_SOURCES += c++defs.h
120 # The c++defs.h that gets inserted into generated .h files is the same as
121 # build-aux/c++defs.h, except that it has the copyright header cut off.
122 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
123         $(AM_V_GEN)rm -f $@-t $@ && \
124         sed -n -e '/_GL_CXXDEFS/,$$p' \
125           < $(top_srcdir)/build-aux/c++defs.h \
126           > $@-t && \
127         mv $@-t $@
128 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
130 CXXDEFS_H=c++defs.h
132 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
134 ## end   gnulib module c++defs
136 ## begin gnulib module c-ctype
138 liblgnu_la_SOURCES += c-ctype.h c-ctype.c
140 ## end   gnulib module c-ctype
142 ## begin gnulib module close-hook
144 liblgnu_la_SOURCES += close-hook.c
146 EXTRA_DIST += close-hook.h
148 ## end   gnulib module close-hook
150 ## begin gnulib module errno
152 BUILT_SOURCES += $(ERRNO_H)
154 # We need the following in order to create <errno.h> when the system
155 # doesn't have one that is POSIX compliant.
156 errno.h: errno.in.h
157         $(AM_V_GEN)rm -f $@-t $@ && \
158         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
159           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
160               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
161               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
162               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
163               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
164               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
165               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
166               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
167               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
168               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
169               < $(srcdir)/errno.in.h; \
170         } > $@-t && \
171         mv $@-t $@
172 MOSTLYCLEANFILES += errno.h errno.h-t
174 EXTRA_DIST += errno.in.h
176 ## end   gnulib module errno
178 ## begin gnulib module float
180 BUILT_SOURCES += $(FLOAT_H)
182 # We need the following in order to create <float.h> when the system
183 # doesn't have one that works with the given compiler.
184 float.h: float.in.h
185         $(AM_V_GEN)rm -f $@-t $@ && \
186         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
187           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
188               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
189               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
190               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
191               < $(srcdir)/float.in.h; \
192         } > $@-t && \
193         mv $@-t $@
194 MOSTLYCLEANFILES += float.h float.h-t
196 EXTRA_DIST += float.in.h
198 ## end   gnulib module float
200 ## begin gnulib module fseeko
203 EXTRA_DIST += fseeko.c stdio-impl.h
205 EXTRA_liblgnu_la_SOURCES += fseeko.c
207 ## end   gnulib module fseeko
209 ## begin gnulib module ftello
212 EXTRA_DIST += ftello.c stdio-impl.h
214 EXTRA_liblgnu_la_SOURCES += ftello.c
216 ## end   gnulib module ftello
218 ## begin gnulib module gettext
220 # This is for those projects which use "gettextize --intl" to put a source-code
221 # copy of libintl into their package. In such projects, every Makefile.am needs
222 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
223 # For the Makefile.ams in other directories it is the maintainer's
224 # responsibility; for the one from gnulib we do it here.
225 # This option has no effect when the user disables NLS (because then the intl
226 # directory contains no libintl.h file) or when the project does not use
227 # "gettextize --intl".
228 AM_CPPFLAGS += -I$(top_builddir)/intl
230 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
232 ## end   gnulib module gettext
234 ## begin gnulib module gettext-h
236 liblgnu_la_SOURCES += gettext.h
238 ## end   gnulib module gettext-h
240 ## begin gnulib module havelib
243 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
245 ## end   gnulib module havelib
247 ## begin gnulib module lseek
250 EXTRA_DIST += lseek.c
252 EXTRA_liblgnu_la_SOURCES += lseek.c
254 ## end   gnulib module lseek
256 ## begin gnulib module malloc-posix
259 EXTRA_DIST += malloc.c
261 EXTRA_liblgnu_la_SOURCES += malloc.c
263 ## end   gnulib module malloc-posix
265 ## begin gnulib module memchr
268 EXTRA_DIST += memchr.c memchr.valgrind
270 EXTRA_liblgnu_la_SOURCES += memchr.c
272 ## end   gnulib module memchr
274 ## begin gnulib module memmem-simple
277 EXTRA_DIST += memmem.c str-two-way.h
279 EXTRA_liblgnu_la_SOURCES += memmem.c
281 ## end   gnulib module memmem-simple
283 ## begin gnulib module minmax
285 liblgnu_la_SOURCES += minmax.h
287 ## end   gnulib module minmax
289 ## begin gnulib module netdb
291 BUILT_SOURCES += netdb.h
293 # We need the following in order to create <netdb.h> when the system
294 # doesn't have one that works with the given compiler.
295 netdb.h: netdb.in.h $(ARG_NONNULL_H) $(WARN_ON_USE_H)
296         $(AM_V_GEN)rm -f $@-t $@ && \
297         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
298           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
299               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
300               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
301               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
302               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
303               -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
304               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
305               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
306               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
307               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
308               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
309               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
310               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
311               < $(srcdir)/netdb.in.h; \
312         } > $@-t && \
313         mv $@-t $@
314 MOSTLYCLEANFILES += netdb.h netdb.h-t
316 EXTRA_DIST += netdb.in.h
318 ## end   gnulib module netdb
320 ## begin gnulib module read-file
323 EXTRA_DIST += read-file.c read-file.h
325 EXTRA_liblgnu_la_SOURCES += read-file.c
327 ## end   gnulib module read-file
329 ## begin gnulib module realloc-posix
332 EXTRA_DIST += realloc.c
334 EXTRA_liblgnu_la_SOURCES += realloc.c
336 ## end   gnulib module realloc-posix
338 ## begin gnulib module size_max
340 liblgnu_la_SOURCES += size_max.h
342 ## end   gnulib module size_max
344 ## begin gnulib module snprintf
347 EXTRA_DIST += snprintf.c
349 EXTRA_liblgnu_la_SOURCES += snprintf.c
351 ## end   gnulib module snprintf
353 ## begin gnulib module sockets
355 liblgnu_la_SOURCES += sockets.h sockets.c
357 EXTRA_DIST += w32sock.h
359 ## end   gnulib module sockets
361 ## begin gnulib module stdbool
363 BUILT_SOURCES += $(STDBOOL_H)
365 # We need the following in order to create <stdbool.h> when the system
366 # doesn't have one that works.
367 stdbool.h: stdbool.in.h
368         $(AM_V_GEN)rm -f $@-t $@ && \
369         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
370           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
371         } > $@-t && \
372         mv $@-t $@
373 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
375 EXTRA_DIST += stdbool.in.h
377 ## end   gnulib module stdbool
379 ## begin gnulib module stddef
381 BUILT_SOURCES += $(STDDEF_H)
383 # We need the following in order to create <stddef.h> when the system
384 # doesn't have one that works with the given compiler.
385 stddef.h: stddef.in.h
386         $(AM_V_GEN)rm -f $@-t $@ && \
387         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
388           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
389               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
390               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
391               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
392               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
393               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
394               < $(srcdir)/stddef.in.h; \
395         } > $@-t && \
396         mv $@-t $@
397 MOSTLYCLEANFILES += stddef.h stddef.h-t
399 EXTRA_DIST += stddef.in.h
401 ## end   gnulib module stddef
403 ## begin gnulib module stdint
405 BUILT_SOURCES += $(STDINT_H)
407 # We need the following in order to create <stdint.h> when the system
408 # doesn't have one that works with the given compiler.
409 stdint.h: stdint.in.h
410         $(AM_V_GEN)rm -f $@-t $@ && \
411         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
412           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
413               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
414               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
415               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
416               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
417               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
418               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
419               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
420               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
421               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
422               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
423               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
424               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
425               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
426               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
427               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
428               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
429               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
430               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
431               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
432               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
433               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
434               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
435               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
436               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
437               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
438               < $(srcdir)/stdint.in.h; \
439         } > $@-t && \
440         mv $@-t $@
441 MOSTLYCLEANFILES += stdint.h stdint.h-t
443 EXTRA_DIST += stdint.in.h
445 ## end   gnulib module stdint
447 ## begin gnulib module stdio
449 BUILT_SOURCES += stdio.h
451 # We need the following in order to create <stdio.h> when the system
452 # doesn't have one that works with the given compiler.
453 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
454         $(AM_V_GEN)rm -f $@-t $@ && \
455         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
456           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
457               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
458               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
459               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
460               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
461               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
462               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
463               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
464               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
465               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
466               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
467               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
468               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
469               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
470               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
471               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
472               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
473               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
474               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
475               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
476               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
477               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
478               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
479               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
480               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
481               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
482               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
483               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
484               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
485               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
486               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
487               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
488               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
489               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
490               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
491               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
492               -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
493               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
494               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
495               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
496               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
497               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
498               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
499               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
500               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
501               < $(srcdir)/stdio.in.h | \
502           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
503               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
504               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
505               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
506               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
507               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
508               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
509               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
510               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
511               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
512               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
513               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
514               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
515               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
516               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
517               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
518               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
519               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
520               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
521               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
522               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
523               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
524               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
525               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
526               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
527               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
528               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
529               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
530               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
531               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
532               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
533               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
534               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
535               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
536               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
537               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
538               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
539               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
540               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
541               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
542               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
543               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
544               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
545               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
546               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
547               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
548               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
549               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
550         } > $@-t && \
551         mv $@-t $@
552 MOSTLYCLEANFILES += stdio.h stdio.h-t
554 EXTRA_DIST += stdio-write.c stdio.in.h
556 EXTRA_liblgnu_la_SOURCES += stdio-write.c
558 ## end   gnulib module stdio
560 ## begin gnulib module stdlib
562 BUILT_SOURCES += stdlib.h
564 # We need the following in order to create <stdlib.h> when the system
565 # doesn't have one that works with the given compiler.
566 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
567         $(AM_V_GEN)rm -f $@-t $@ && \
568         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
569           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
570               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
571               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
572               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
573               -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
574               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
575               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
576               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
577               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
578               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
579               -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
580               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
581               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
582               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
583               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
584               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
585               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
586               -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
587               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
588               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
589               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
590               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
591               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
592               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
593               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
594               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
595               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
596               -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \
597               -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
598               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
599               < $(srcdir)/stdlib.in.h | \
600           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
601               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
602               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
603               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
604               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
605               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
606               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
607               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
608               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
609               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
610               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
611               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
612               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
613               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
614               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
615               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
616               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
617               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
618               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
619               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
620               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
621               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
622               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
623               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
624               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
625               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
626               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
627               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
628               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
629               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
630               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
631               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
632               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
633               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
634               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
635               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
636               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
637         } > $@-t && \
638         mv $@-t $@
639 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
641 EXTRA_DIST += stdlib.in.h
643 ## end   gnulib module stdlib
645 ## begin gnulib module strcase
648 EXTRA_DIST += strcasecmp.c strncasecmp.c
650 EXTRA_liblgnu_la_SOURCES += strcasecmp.c strncasecmp.c
652 ## end   gnulib module strcase
654 ## begin gnulib module string
656 BUILT_SOURCES += string.h
658 # We need the following in order to create <string.h> when the system
659 # doesn't have one that works with the given compiler.
660 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
661         $(AM_V_GEN)rm -f $@-t $@ && \
662         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
663           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
664               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
665               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
666               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
667               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
668               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
669               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
670               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
671               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
672               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
673               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
674               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
675               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
676               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
677               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
678               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
679               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
680               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
681               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
682               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
683               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
684               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
685               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
686               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
687               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
688               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
689               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
690               -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
691               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
692               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
693               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
694               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
695               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
696               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
697               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
698               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
699               -e 's|@''GNULIB_STRERROR_R''@|$(GNULIB_STRERROR_R)|g' \
700               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
701               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
702               < $(srcdir)/string.in.h | \
703           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
704               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
705               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
706               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
707               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
708               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
709               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
710               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
711               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
712               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
713               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
714               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
715               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
716               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
717               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
718               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
719               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
720               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
721               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
722               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
723               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
724               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
725               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
726               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
727               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
728               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
729               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
730               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
731               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
732               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
733               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
734               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
735               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
736               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
737               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
738               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
739               < $(srcdir)/string.in.h; \
740         } > $@-t && \
741         mv $@-t $@
742 MOSTLYCLEANFILES += string.h string.h-t
744 EXTRA_DIST += string.in.h
746 ## end   gnulib module string
748 ## begin gnulib module strings
750 BUILT_SOURCES += strings.h
752 # We need the following in order to create <strings.h> when the system
753 # doesn't have one that works with the given compiler.
754 strings.h: strings.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
755         $(AM_V_GEN)rm -f $@-t $@ && \
756         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
757           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
758               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
759               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
760               -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
761               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
762               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
763               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
764               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
765               < $(srcdir)/strings.in.h; \
766         } > $@-t && \
767         mv $@-t $@
768 MOSTLYCLEANFILES += strings.h strings.h-t
770 EXTRA_DIST += strings.in.h
772 ## end   gnulib module strings
774 ## begin gnulib module strverscmp
777 EXTRA_DIST += strverscmp.c
779 EXTRA_liblgnu_la_SOURCES += strverscmp.c
781 ## end   gnulib module strverscmp
783 ## begin gnulib module sys_socket
785 BUILT_SOURCES += sys/socket.h
787 # We need the following in order to create <sys/socket.h> when the system
788 # doesn't have one that works with the given compiler.
789 sys/socket.h: sys_socket.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
790         $(AM_V_at)$(MKDIR_P) sys
791         $(AM_V_GEN)rm -f $@-t $@ && \
792         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
793           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
794               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
795               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
796               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
797               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
798               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
799               -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
800               -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
801               -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
802               -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
803               -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
804               -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
805               -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
806               -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
807               -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
808               -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
809               -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
810               -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
811               -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
812               -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
813               -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \
814               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
815               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
816               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
817               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
818               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
819               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
820               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
821               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
822               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
823               < $(srcdir)/sys_socket.in.h; \
824         } > $@-t && \
825         mv -f $@-t $@
826 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
827 MOSTLYCLEANDIRS += sys
829 EXTRA_DIST += sys_socket.in.h
831 ## end   gnulib module sys_socket
833 ## begin gnulib module sys_stat
835 BUILT_SOURCES += sys/stat.h
837 # We need the following in order to create <sys/stat.h> when the system
838 # has one that is incomplete.
839 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
840         $(AM_V_at)$(MKDIR_P) sys
841         $(AM_V_GEN)rm -f $@-t $@ && \
842         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
843           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
844               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
845               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
846               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
847               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
848               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
849               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
850               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
851               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
852               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
853               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
854               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
855               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
856               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
857               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
858               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
859               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
860               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
861               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
862               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
863               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
864               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
865               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
866               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
867               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
868               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
869               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
870               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
871               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
872               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
873               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
874               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
875               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
876               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
877               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
878               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
879               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
880               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
881               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
882               < $(srcdir)/sys_stat.in.h; \
883         } > $@-t && \
884         mv $@-t $@
885 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
886 MOSTLYCLEANDIRS += sys
888 EXTRA_DIST += sys_stat.in.h
890 ## end   gnulib module sys_stat
892 ## begin gnulib module time
894 BUILT_SOURCES += time.h
896 # We need the following in order to create <time.h> when the system
897 # doesn't have one that works with the given compiler.
898 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
899         $(AM_V_GEN)rm -f $@-t $@ && \
900         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
901           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
902               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
903               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
904               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
905               -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
906               -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
907               -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
908               -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
909               -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
910               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
911               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
912               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
913               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
914               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
915               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
916               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
917               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
918               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
919               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
920               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
921               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
922               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
923               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
924               < $(srcdir)/time.in.h; \
925         } > $@-t && \
926         mv $@-t $@
927 MOSTLYCLEANFILES += time.h time.h-t
929 EXTRA_DIST += time.in.h
931 ## end   gnulib module time
933 ## begin gnulib module time_r
936 EXTRA_DIST += time_r.c
938 EXTRA_liblgnu_la_SOURCES += time_r.c
940 ## end   gnulib module time_r
942 ## begin gnulib module unistd
944 BUILT_SOURCES += unistd.h
946 # We need the following in order to create an empty placeholder for
947 # <unistd.h> when the system doesn't have one.
948 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
949         $(AM_V_GEN)rm -f $@-t $@ && \
950         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
951           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
952               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
953               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
954               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
955               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
956               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
957               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
958               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
959               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
960               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
961               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
962               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
963               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
964               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
965               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
966               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
967               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
968               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
969               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
970               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
971               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
972               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
973               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
974               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
975               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
976               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
977               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
978               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
979               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
980               -e 's|@''GNULIB_PIPE''@|$(GNULIB_PIPE)|g' \
981               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
982               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
983               -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
984               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
985               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
986               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
987               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
988               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
989               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
990               -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
991               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
992               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
993               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
994               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
995               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
996               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
997               < $(srcdir)/unistd.in.h | \
998           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
999               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1000               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1001               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1002               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1003               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1004               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1005               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1006               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1007               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1008               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1009               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1010               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1011               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1012               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1013               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1014               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1015               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1016               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1017               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1018               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1019               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1020               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1021               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1022               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1023               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1024               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1025               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1026               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1027               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1028               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1029               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1030               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1031               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1032               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1033               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1034               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1035           | \
1036           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1037               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1038               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1039               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1040               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1041               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1042               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1043               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1044               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1045               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1046               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1047               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1048               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1049               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1050               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1051               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1052               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1053               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1054               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1055               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1056               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1057               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1058               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1059               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1060               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1061               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1062               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1063               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1064               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1065               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1066         } > $@-t && \
1067         mv $@-t $@
1068 MOSTLYCLEANFILES += unistd.h unistd.h-t
1070 EXTRA_DIST += unistd.in.h
1072 ## end   gnulib module unistd
1074 ## begin gnulib module vasnprintf
1077 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1079 EXTRA_liblgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1081 ## end   gnulib module vasnprintf
1083 ## begin gnulib module vasprintf
1086 EXTRA_DIST += asprintf.c vasprintf.c
1088 EXTRA_liblgnu_la_SOURCES += asprintf.c vasprintf.c
1090 ## end   gnulib module vasprintf
1092 ## begin gnulib module verify
1094 liblgnu_la_SOURCES += verify.h
1096 ## end   gnulib module verify
1098 ## begin gnulib module vsnprintf
1101 EXTRA_DIST += vsnprintf.c
1103 EXTRA_liblgnu_la_SOURCES += vsnprintf.c
1105 ## end   gnulib module vsnprintf
1107 ## begin gnulib module warn-on-use
1109 BUILT_SOURCES += warn-on-use.h
1110 # The warn-on-use.h that gets inserted into generated .h files is the same as
1111 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
1112 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
1113         $(AM_V_GEN)rm -f $@-t $@ && \
1114         sed -n -e '/^.ifndef/,$$p' \
1115           < $(top_srcdir)/build-aux/warn-on-use.h \
1116           > $@-t && \
1117         mv $@-t $@
1118 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1120 WARN_ON_USE_H=warn-on-use.h
1122 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
1124 ## end   gnulib module warn-on-use
1126 ## begin gnulib module xsize
1128 liblgnu_la_SOURCES += xsize.h
1130 ## end   gnulib module xsize
1133 mostlyclean-local: mostlyclean-generic
1134         @for dir in '' $(MOSTLYCLEANDIRS); do \
1135           if test -n "$$dir" && test -d $$dir; then \
1136             echo "rmdir $$dir"; rmdir $$dir; \
1137           fi; \
1138         done; \
1139         :