Imported Upstream version 3.2.0
[debian/amanda] / gnulib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=config/gnulib --doc-base=doc --tests-base=tests --aux-dir=config --libtool --macro-prefix=gl base64 environ fseeko fsusage ftello ftruncate full-read full-write getaddrinfo getopt-gnu inet_pton lock lseek mkdtemp physmem regex
13
14 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
15
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
29 AM_CPPFLAGS =
30 if GCC_COMPILER
31   AM_CFLAGS = -Wno-error -Wno-sign-compare
32 endif
33 AM_CFLAGS =
34
35 noinst_LTLIBRARIES += libgnu.la
36
37 libgnu_la_SOURCES =
38 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
39 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
40 EXTRA_libgnu_la_SOURCES =
41 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
42
43 ## begin gnulib module alignof
44
45
46 EXTRA_DIST += alignof.h
47
48 ## end   gnulib module alignof
49
50 ## begin gnulib module alloca-opt
51
52 BUILT_SOURCES += $(ALLOCA_H)
53
54 # We need the following in order to create <alloca.h> when the system
55 # doesn't have one that works with the given compiler.
56 alloca.h: alloca.in.h
57         $(AM_V_GEN)rm -f $@-t $@ && \
58         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
59           cat $(srcdir)/alloca.in.h; \
60         } > $@-t && \
61         mv -f $@-t $@
62 MOSTLYCLEANFILES += alloca.h alloca.h-t
63
64 EXTRA_DIST += alloca.in.h
65
66 ## end   gnulib module alloca-opt
67
68 ## begin gnulib module arg-nonnull
69
70 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
71 # statements but through direct file reference. Therefore this snippet must be
72 # present in all Makefile.am that need it. This is ensured by the applicability
73 # 'all' defined above.
74
75 BUILT_SOURCES += arg-nonnull.h
76 # The arg-nonnull.h that gets inserted into generated .h files is the same as
77 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
78 arg-nonnull.h: $(top_srcdir)/config/arg-nonnull.h
79         $(AM_V_GEN)rm -f $@-t $@ && \
80         sed -n -e '/GL_ARG_NONNULL/,$$p' \
81           < $(top_srcdir)/config/arg-nonnull.h \
82           > $@-t && \
83         mv $@-t $@
84 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
85
86 ARG_NONNULL_H=arg-nonnull.h
87
88 EXTRA_DIST += $(top_srcdir)/config/arg-nonnull.h
89
90 ## end   gnulib module arg-nonnull
91
92 ## begin gnulib module arpa_inet
93
94 BUILT_SOURCES += arpa/inet.h
95
96 # We need the following in order to create <arpa/inet.h> when the system
97 # doesn't have one.
98 arpa/inet.h: arpa_inet.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
99         $(AM_V_at)$(MKDIR_P) arpa
100         $(AM_V_GEN)rm -f $@-t $@ && \
101         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
102           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
103               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
104               -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
105               -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
106               -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \
107               -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
108               -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
109               -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
110               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
111               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
112               < $(srcdir)/arpa_inet.in.h; \
113         } > $@-t && \
114         mv $@-t $@
115 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
116 MOSTLYCLEANDIRS += arpa
117
118 EXTRA_DIST += arpa_inet.in.h
119
120 ## end   gnulib module arpa_inet
121
122 ## begin gnulib module base64
123
124 libgnu_la_SOURCES += base64.h base64.c
125
126 ## end   gnulib module base64
127
128 ## begin gnulib module btowc
129
130
131 EXTRA_DIST += btowc.c
132
133 EXTRA_libgnu_la_SOURCES += btowc.c
134
135 ## end   gnulib module btowc
136
137 ## begin gnulib module c++defs
138
139 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
140 # statements but through direct file reference. Therefore this snippet must be
141 # present in all Makefile.am that need it. This is ensured by the applicability
142 # 'all' defined above.
143
144 BUILT_SOURCES += c++defs.h
145 # The c++defs.h that gets inserted into generated .h files is the same as
146 # build-aux/c++defs.h, except that it has the copyright header cut off.
147 c++defs.h: $(top_srcdir)/config/c++defs.h
148         $(AM_V_GEN)rm -f $@-t $@ && \
149         sed -n -e '/_GL_CXXDEFS/,$$p' \
150           < $(top_srcdir)/config/c++defs.h \
151           > $@-t && \
152         mv $@-t $@
153 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
154
155 CXXDEFS_H=c++defs.h
156
157 EXTRA_DIST += $(top_srcdir)/config/c++defs.h
158
159 ## end   gnulib module c++defs
160
161 ## begin gnulib module c-ctype
162
163 libgnu_la_SOURCES += c-ctype.h c-ctype.c
164
165 ## end   gnulib module c-ctype
166
167 ## begin gnulib module configmake
168
169 # Retrieve values of the variables through 'configure' followed by
170 # 'make', not directly through 'configure', so that a user who
171 # sets some of these variables consistently on the 'make' command
172 # line gets correct results.
173 #
174 # One advantage of this approach, compared to the classical
175 # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
176 # is that it protects against the use of undefined variables.
177 # If, say, $(libdir) is not set in the Makefile, LIBDIR is not
178 # defined by this module, and code using LIBDIR gives a
179 # compilation error.
180 #
181 # Another advantage is that 'make' output is shorter.
182 #
183 # Listed in the same order as the GNU makefile conventions.
184 # The Automake-defined pkg* macros are appended, in the order
185 # listed in the Automake 1.10a+ documentation.
186 configmake.h: Makefile
187         $(AM_V_GEN)rm -f $@-t && \
188         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
189           echo '#define PREFIX "$(prefix)"'; \
190           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
191           echo '#define BINDIR "$(bindir)"'; \
192           echo '#define SBINDIR "$(sbindir)"'; \
193           echo '#define LIBEXECDIR "$(libexecdir)"'; \
194           echo '#define DATAROOTDIR "$(datarootdir)"'; \
195           echo '#define DATADIR "$(datadir)"'; \
196           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
197           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
198           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
199           echo '#define INCLUDEDIR "$(includedir)"'; \
200           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
201           echo '#define DOCDIR "$(docdir)"'; \
202           echo '#define INFODIR "$(infodir)"'; \
203           echo '#define HTMLDIR "$(htmldir)"'; \
204           echo '#define DVIDIR "$(dvidir)"'; \
205           echo '#define PDFDIR "$(pdfdir)"'; \
206           echo '#define PSDIR "$(psdir)"'; \
207           echo '#define LIBDIR "$(libdir)"'; \
208           echo '#define LISPDIR "$(lispdir)"'; \
209           echo '#define LOCALEDIR "$(localedir)"'; \
210           echo '#define MANDIR "$(mandir)"'; \
211           echo '#define MANEXT "$(manext)"'; \
212           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
213           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
214           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
215           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
216         } | sed '/""/d' > $@-t && \
217         if test -f $@ && cmp $@-t $@ > /dev/null; then \
218           rm -f $@-t; \
219         else \
220           rm -f $@; mv $@-t $@; \
221         fi
222
223 BUILT_SOURCES += configmake.h
224 CLEANFILES += configmake.h configmake.h-t
225
226 ## end   gnulib module configmake
227
228 ## begin gnulib module errno
229
230 BUILT_SOURCES += $(ERRNO_H)
231
232 # We need the following in order to create <errno.h> when the system
233 # doesn't have one that is POSIX compliant.
234 errno.h: errno.in.h
235         $(AM_V_GEN)rm -f $@-t $@ && \
236         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
237           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
238               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
239               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
240               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
241               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
242               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
243               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
244               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
245               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
246               < $(srcdir)/errno.in.h; \
247         } > $@-t && \
248         mv $@-t $@
249 MOSTLYCLEANFILES += errno.h errno.h-t
250
251 EXTRA_DIST += errno.in.h
252
253 ## end   gnulib module errno
254
255 ## begin gnulib module float
256
257 BUILT_SOURCES += $(FLOAT_H)
258
259 # We need the following in order to create <float.h> when the system
260 # doesn't have one that works with the given compiler.
261 float.h: float.in.h
262         $(AM_V_GEN)rm -f $@-t $@ && \
263         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
264           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
265               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
266               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
267               < $(srcdir)/float.in.h; \
268         } > $@-t && \
269         mv $@-t $@
270 MOSTLYCLEANFILES += float.h float.h-t
271
272 EXTRA_DIST += float.in.h
273
274 ## end   gnulib module float
275
276 ## begin gnulib module fseeko
277
278
279 EXTRA_DIST += fseeko.c stdio-impl.h
280
281 EXTRA_libgnu_la_SOURCES += fseeko.c
282
283 ## end   gnulib module fseeko
284
285 ## begin gnulib module fsusage
286
287
288 EXTRA_DIST += fsusage.c fsusage.h
289
290 EXTRA_libgnu_la_SOURCES += fsusage.c
291
292 ## end   gnulib module fsusage
293
294 ## begin gnulib module ftello
295
296
297 EXTRA_DIST += ftello.c stdio-impl.h
298
299 EXTRA_libgnu_la_SOURCES += ftello.c
300
301 ## end   gnulib module ftello
302
303 ## begin gnulib module ftruncate
304
305
306 EXTRA_DIST += ftruncate.c
307
308 EXTRA_libgnu_la_SOURCES += ftruncate.c
309
310 ## end   gnulib module ftruncate
311
312 ## begin gnulib module full-read
313
314 libgnu_la_SOURCES += full-read.h full-read.c
315
316 ## end   gnulib module full-read
317
318 ## begin gnulib module full-write
319
320 libgnu_la_SOURCES += full-write.h full-write.c
321
322 ## end   gnulib module full-write
323
324 ## begin gnulib module getaddrinfo
325
326
327 EXTRA_DIST += gai_strerror.c getaddrinfo.c
328
329 EXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c
330
331 ## end   gnulib module getaddrinfo
332
333 ## begin gnulib module getopt-posix
334
335 BUILT_SOURCES += $(GETOPT_H)
336
337 # We need the following in order to create <getopt.h> when the system
338 # doesn't have one that works with the given compiler.
339 getopt.h: getopt.in.h $(ARG_NONNULL_H)
340         $(AM_V_GEN)rm -f $@-t $@ && \
341         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
342           sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
343               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
344               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
345               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
346               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
347               < $(srcdir)/getopt.in.h; \
348         } > $@-t && \
349         mv -f $@-t $@
350 MOSTLYCLEANFILES += getopt.h getopt.h-t
351
352 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
353
354 EXTRA_libgnu_la_SOURCES += getopt.c getopt1.c
355
356 ## end   gnulib module getopt-posix
357
358 ## begin gnulib module gettext-h
359
360 libgnu_la_SOURCES += gettext.h
361
362 ## end   gnulib module gettext-h
363
364 ## begin gnulib module gettimeofday
365
366
367 EXTRA_DIST += gettimeofday.c
368
369 EXTRA_libgnu_la_SOURCES += gettimeofday.c
370
371 ## end   gnulib module gettimeofday
372
373 ## begin gnulib module havelib
374
375
376 EXTRA_DIST += $(top_srcdir)/config/config.rpath
377
378 ## end   gnulib module havelib
379
380 ## begin gnulib module inet_ntop
381
382
383 EXTRA_DIST += inet_ntop.c
384
385 EXTRA_libgnu_la_SOURCES += inet_ntop.c
386
387 ## end   gnulib module inet_ntop
388
389 ## begin gnulib module inet_pton
390
391
392 EXTRA_DIST += inet_pton.c
393
394 EXTRA_libgnu_la_SOURCES += inet_pton.c
395
396 ## end   gnulib module inet_pton
397
398 ## begin gnulib module langinfo
399
400 BUILT_SOURCES += langinfo.h
401
402 # We need the following in order to create an empty placeholder for
403 # <langinfo.h> when the system doesn't have one.
404 langinfo.h: langinfo.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
405         $(AM_V_GEN)rm -f $@-t $@ && \
406         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
407           sed -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
408               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
409               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
410               -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
411               -e 's|@''GNULIB_NL_LANGINFO''@|$(GNULIB_NL_LANGINFO)|g' \
412               -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
413               -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
414               -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
415               -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
416               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
417               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
418               < $(srcdir)/langinfo.in.h; \
419         } > $@-t && \
420         mv $@-t $@
421 MOSTLYCLEANFILES += langinfo.h langinfo.h-t
422
423 EXTRA_DIST += langinfo.in.h
424
425 ## end   gnulib module langinfo
426
427 ## begin gnulib module localcharset
428
429 libgnu_la_SOURCES += localcharset.h localcharset.c
430
431 # We need the following in order to install a simple file in $(libdir)
432 # which is shared with other installed packages. We use a list of referencing
433 # packages so that "make uninstall" will remove the file if and only if it
434 # is not used by another installed package.
435 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
436 # avoid installing it.
437
438 all-local: charset.alias ref-add.sed ref-del.sed
439
440 charset_alias = $(DESTDIR)$(libdir)/charset.alias
441 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
442 install-exec-local: install-exec-localcharset
443 install-exec-localcharset: all-local
444         if test $(GLIBC21) = no; then \
445           case '$(host_os)' in \
446             darwin[56]*) \
447               need_charset_alias=true ;; \
448             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
449               need_charset_alias=false ;; \
450             *) \
451               need_charset_alias=true ;; \
452           esac ; \
453         else \
454           need_charset_alias=false ; \
455         fi ; \
456         if $$need_charset_alias; then \
457           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
458         fi ; \
459         if test -f $(charset_alias); then \
460           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
461           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
462           rm -f $(charset_tmp) ; \
463         else \
464           if $$need_charset_alias; then \
465             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
466             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
467             rm -f $(charset_tmp) ; \
468           fi ; \
469         fi
470
471 uninstall-local: uninstall-localcharset
472 uninstall-localcharset: all-local
473         if test -f $(charset_alias); then \
474           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
475           if grep '^# Packages using this file: $$' $(charset_tmp) \
476               > /dev/null; then \
477             rm -f $(charset_alias); \
478           else \
479             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
480           fi; \
481           rm -f $(charset_tmp); \
482         fi
483
484 charset.alias: config.charset
485         $(AM_V_GEN)rm -f t-$@ $@ && \
486         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
487         mv t-$@ $@
488
489 SUFFIXES += .sed .sin
490 .sin.sed:
491         $(AM_V_GEN)rm -f t-$@ $@ && \
492         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
493         mv t-$@ $@
494
495 CLEANFILES += charset.alias ref-add.sed ref-del.sed
496
497 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
498
499 ## end   gnulib module localcharset
500
501 ## begin gnulib module lock
502
503 libgnu_la_SOURCES += glthread/lock.h glthread/lock.c
504
505 ## end   gnulib module lock
506
507 ## begin gnulib module lseek
508
509
510 EXTRA_DIST += lseek.c
511
512 EXTRA_libgnu_la_SOURCES += lseek.c
513
514 ## end   gnulib module lseek
515
516 ## begin gnulib module lstat
517
518
519 EXTRA_DIST += lstat.c
520
521 EXTRA_libgnu_la_SOURCES += lstat.c
522
523 ## end   gnulib module lstat
524
525 ## begin gnulib module malloc-gnu
526
527
528 EXTRA_DIST += malloc.c
529
530 EXTRA_libgnu_la_SOURCES += malloc.c
531
532 ## end   gnulib module malloc-gnu
533
534 ## begin gnulib module malloc-posix
535
536
537 EXTRA_DIST += malloc.c
538
539 EXTRA_libgnu_la_SOURCES += malloc.c
540
541 ## end   gnulib module malloc-posix
542
543 ## begin gnulib module mbrtowc
544
545
546 EXTRA_DIST += mbrtowc.c
547
548 EXTRA_libgnu_la_SOURCES += mbrtowc.c
549
550 ## end   gnulib module mbrtowc
551
552 ## begin gnulib module mbsinit
553
554
555 EXTRA_DIST += mbsinit.c
556
557 EXTRA_libgnu_la_SOURCES += mbsinit.c
558
559 ## end   gnulib module mbsinit
560
561 ## begin gnulib module memchr
562
563
564 EXTRA_DIST += memchr.c memchr.valgrind
565
566 EXTRA_libgnu_la_SOURCES += memchr.c
567
568 ## end   gnulib module memchr
569
570 ## begin gnulib module mkdtemp
571
572
573 EXTRA_DIST += mkdtemp.c
574
575 EXTRA_libgnu_la_SOURCES += mkdtemp.c
576
577 ## end   gnulib module mkdtemp
578
579 ## begin gnulib module netdb
580
581 BUILT_SOURCES += netdb.h
582
583 # We need the following in order to create <netdb.h> when the system
584 # doesn't have one that works with the given compiler.
585 netdb.h: netdb.in.h $(ARG_NONNULL_H) $(WARN_ON_USE_H)
586         $(AM_V_GEN)rm -f $@-t $@ && \
587         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
588           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
589               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
590               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
591               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
592               -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
593               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
594               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
595               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
596               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
597               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
598               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
599               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
600               < $(srcdir)/netdb.in.h; \
601         } > $@-t && \
602         mv $@-t $@
603 MOSTLYCLEANFILES += netdb.h netdb.h-t
604
605 EXTRA_DIST += netdb.in.h
606
607 ## end   gnulib module netdb
608
609 ## begin gnulib module netinet_in
610
611 BUILT_SOURCES += $(NETINET_IN_H)
612
613 # We need the following in order to create <netinet/in.h> when the system
614 # doesn't have one.
615 netinet/in.h: netinet_in.in.h
616         $(AM_V_at)$(MKDIR_P) netinet
617         $(AM_V_GEN)rm -f $@-t $@ && \
618         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
619           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
620               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
621               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
622               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
623               < $(srcdir)/netinet_in.in.h; \
624         } > $@-t && \
625         mv $@-t $@
626 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
627 MOSTLYCLEANDIRS += netinet
628
629 EXTRA_DIST += netinet_in.in.h
630
631 ## end   gnulib module netinet_in
632
633 ## begin gnulib module nl_langinfo
634
635
636 EXTRA_DIST += nl_langinfo.c
637
638 EXTRA_libgnu_la_SOURCES += nl_langinfo.c
639
640 ## end   gnulib module nl_langinfo
641
642 ## begin gnulib module physmem
643
644
645 EXTRA_DIST += physmem.c physmem.h
646
647 EXTRA_libgnu_la_SOURCES += physmem.c
648
649 ## end   gnulib module physmem
650
651 ## begin gnulib module regex
652
653
654 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
655
656 EXTRA_libgnu_la_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
657
658 ## end   gnulib module regex
659
660 ## begin gnulib module safe-read
661
662
663 EXTRA_DIST += safe-read.c safe-read.h
664
665 EXTRA_libgnu_la_SOURCES += safe-read.c
666
667 ## end   gnulib module safe-read
668
669 ## begin gnulib module safe-write
670
671
672 EXTRA_DIST += safe-write.c safe-write.h
673
674 EXTRA_libgnu_la_SOURCES += safe-write.c
675
676 ## end   gnulib module safe-write
677
678 ## begin gnulib module size_max
679
680 libgnu_la_SOURCES += size_max.h
681
682 ## end   gnulib module size_max
683
684 ## begin gnulib module snprintf
685
686
687 EXTRA_DIST += snprintf.c
688
689 EXTRA_libgnu_la_SOURCES += snprintf.c
690
691 ## end   gnulib module snprintf
692
693 ## begin gnulib module stat
694
695
696 EXTRA_DIST += stat.c
697
698 EXTRA_libgnu_la_SOURCES += stat.c
699
700 ## end   gnulib module stat
701
702 ## begin gnulib module stdbool
703
704 BUILT_SOURCES += $(STDBOOL_H)
705
706 # We need the following in order to create <stdbool.h> when the system
707 # doesn't have one that works.
708 stdbool.h: stdbool.in.h
709         $(AM_V_GEN)rm -f $@-t $@ && \
710         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
711           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
712         } > $@-t && \
713         mv $@-t $@
714 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
715
716 EXTRA_DIST += stdbool.in.h
717
718 ## end   gnulib module stdbool
719
720 ## begin gnulib module stddef
721
722 BUILT_SOURCES += $(STDDEF_H)
723
724 # We need the following in order to create <stddef.h> when the system
725 # doesn't have one that works with the given compiler.
726 stddef.h: stddef.in.h
727         $(AM_V_GEN)rm -f $@-t $@ && \
728         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
729           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
730               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
731               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
732               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
733               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
734               < $(srcdir)/stddef.in.h; \
735         } > $@-t && \
736         mv $@-t $@
737 MOSTLYCLEANFILES += stddef.h stddef.h-t
738
739 EXTRA_DIST += stddef.in.h
740
741 ## end   gnulib module stddef
742
743 ## begin gnulib module stdint
744
745 BUILT_SOURCES += $(STDINT_H)
746
747 # We need the following in order to create <stdint.h> when the system
748 # doesn't have one that works with the given compiler.
749 stdint.h: stdint.in.h
750         $(AM_V_GEN)rm -f $@-t $@ && \
751         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
752           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
753               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
754               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
755               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
756               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
757               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
758               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
759               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
760               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
761               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
762               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
763               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
764               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
765               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
766               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
767               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
768               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
769               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
770               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
771               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
772               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
773               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
774               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
775               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
776               < $(srcdir)/stdint.in.h; \
777         } > $@-t && \
778         mv $@-t $@
779 MOSTLYCLEANFILES += stdint.h stdint.h-t
780
781 EXTRA_DIST += stdint.in.h
782
783 ## end   gnulib module stdint
784
785 ## begin gnulib module stdio
786
787 BUILT_SOURCES += stdio.h
788
789 # We need the following in order to create <stdio.h> when the system
790 # doesn't have one that works with the given compiler.
791 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
792         $(AM_V_GEN)rm -f $@-t $@ && \
793         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
794           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
795               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
796               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
797               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
798               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
799               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
800               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
801               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
802               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
803               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
804               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
805               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
806               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
807               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
808               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
809               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
810               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
811               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
812               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
813               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
814               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
815               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
816               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
817               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
818               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
819               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
820               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
821               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
822               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
823               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
824               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
825               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
826               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
827               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
828               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
829               -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
830               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
831               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
832               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
833               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
834               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
835               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
836               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
837               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
838               < $(srcdir)/stdio.in.h | \
839           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
840               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
841               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
842               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
843               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
844               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
845               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
846               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
847               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
848               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
849               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
850               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
851               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
852               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
853               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
854               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
855               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
856               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
857               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
858               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
859               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
860               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
861               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
862               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
863               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
864               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
865               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
866               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
867               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
868               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
869               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
870               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
871               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
872               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
873               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
874               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
875               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
876               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
877               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
878               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
879               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
880               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
881               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
882               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
883               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
884               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
885         } > $@-t && \
886         mv $@-t $@
887 MOSTLYCLEANFILES += stdio.h stdio.h-t
888
889 EXTRA_DIST += stdio-write.c stdio.in.h
890
891 EXTRA_libgnu_la_SOURCES += stdio-write.c
892
893 ## end   gnulib module stdio
894
895 ## begin gnulib module stdlib
896
897 BUILT_SOURCES += stdlib.h
898
899 # We need the following in order to create <stdlib.h> when the system
900 # doesn't have one that works with the given compiler.
901 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
902         $(AM_V_GEN)rm -f $@-t $@ && \
903         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
904           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
905               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
906               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
907               -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
908               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
909               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
910               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
911               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
912               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
913               -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
914               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
915               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
916               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
917               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
918               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
919               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
920               -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
921               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
922               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
923               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
924               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
925               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
926               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
927               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
928               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
929               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
930               -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
931               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
932               -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
933               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
934               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
935               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
936               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
937               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
938               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
939               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
940               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
941               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
942               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
943               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
944               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
945               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
946               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
947               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
948               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
949               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
950               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
951               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
952               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
953               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
954               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
955               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
956               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
957               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
958               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
959               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
960               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
961               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
962               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
963               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
964               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
965               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
966               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
967               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
968               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
969               < $(srcdir)/stdlib.in.h; \
970         } > $@-t && \
971         mv $@-t $@
972 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
973
974 EXTRA_DIST += stdlib.in.h
975
976 ## end   gnulib module stdlib
977
978 ## begin gnulib module streq
979
980
981 EXTRA_DIST += streq.h
982
983 ## end   gnulib module streq
984
985 ## begin gnulib module string
986
987 BUILT_SOURCES += string.h
988
989 # We need the following in order to create <string.h> when the system
990 # doesn't have one that works with the given compiler.
991 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
992         $(AM_V_GEN)rm -f $@-t $@ && \
993         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
994           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
995               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
996               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
997               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
998               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
999               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
1000               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
1001               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
1002               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
1003               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
1004               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
1005               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
1006               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
1007               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
1008               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
1009               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
1010               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
1011               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
1012               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
1013               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
1014               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
1015               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
1016               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
1017               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
1018               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
1019               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
1020               -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
1021               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1022               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1023               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1024               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1025               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1026               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1027               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1028               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1029               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1030               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
1031               < $(srcdir)/string.in.h | \
1032           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1033               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1034               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1035               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1036               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1037               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1038               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1039               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1040               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1041               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1042               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1043               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1044               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1045               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1046               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1047               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1048               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1049               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1050               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1051               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1052               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1053               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1054               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1055               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1056               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1057               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1058               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1059               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1060               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1061               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1062               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|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               < $(srcdir)/string.in.h; \
1067         } > $@-t && \
1068         mv $@-t $@
1069 MOSTLYCLEANFILES += string.h string.h-t
1070
1071 EXTRA_DIST += string.in.h
1072
1073 ## end   gnulib module string
1074
1075 ## begin gnulib module sys_socket
1076
1077 BUILT_SOURCES += sys/socket.h
1078
1079 # We need the following in order to create <sys/socket.h> when the system
1080 # doesn't have one that works with the given compiler.
1081 sys/socket.h: sys_socket.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1082         $(AM_V_at)$(MKDIR_P) sys
1083         $(AM_V_GEN)rm -f $@-t $@ && \
1084         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1085           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1086               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1087               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1088               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1089               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1090               -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
1091               -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
1092               -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
1093               -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
1094               -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
1095               -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
1096               -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
1097               -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
1098               -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
1099               -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
1100               -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
1101               -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
1102               -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
1103               -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
1104               -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \
1105               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1106               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1107               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1108               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1109               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1110               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1111               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1112               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1113               < $(srcdir)/sys_socket.in.h; \
1114         } > $@-t && \
1115         mv -f $@-t $@
1116 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1117 MOSTLYCLEANDIRS += sys
1118
1119 EXTRA_DIST += sys_socket.in.h
1120
1121 ## end   gnulib module sys_socket
1122
1123 ## begin gnulib module sys_stat
1124
1125 BUILT_SOURCES += sys/stat.h
1126
1127 # We need the following in order to create <sys/stat.h> when the system
1128 # has one that is incomplete.
1129 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1130         $(AM_V_at)$(MKDIR_P) sys
1131         $(AM_V_GEN)rm -f $@-t $@ && \
1132         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1133           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1134               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1135               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1136               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1137               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1138               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1139               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1140               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1141               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1142               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1143               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1144               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1145               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1146               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1147               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1148               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1149               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1150               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1151               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1152               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1153               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1154               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1155               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1156               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1157               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1158               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1159               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1160               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1161               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1162               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1163               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1164               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1165               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1166               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1167               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1168               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1169               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1170               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1171               < $(srcdir)/sys_stat.in.h; \
1172         } > $@-t && \
1173         mv $@-t $@
1174 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1175 MOSTLYCLEANDIRS += sys
1176
1177 EXTRA_DIST += sys_stat.in.h
1178
1179 ## end   gnulib module sys_stat
1180
1181 ## begin gnulib module sys_time
1182
1183 BUILT_SOURCES += sys/time.h
1184
1185 # We need the following in order to create <sys/time.h> when the system
1186 # doesn't have one that works with the given compiler.
1187 sys/time.h: sys_time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1188         $(AM_V_at)$(MKDIR_P) sys
1189         $(AM_V_GEN)rm -f $@-t $@ && \
1190         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1191           sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1192               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1193               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1194               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1195               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1196               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1197               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1198               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1199               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1200               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1201               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1202               < $(srcdir)/sys_time.in.h; \
1203         } > $@-t && \
1204         mv $@-t $@
1205 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1206
1207 EXTRA_DIST += sys_time.in.h
1208
1209 ## end   gnulib module sys_time
1210
1211 ## begin gnulib module tempname
1212
1213
1214 EXTRA_DIST += tempname.c tempname.h
1215
1216 EXTRA_libgnu_la_SOURCES += tempname.c
1217
1218 ## end   gnulib module tempname
1219
1220 ## begin gnulib module threadlib
1221
1222 libgnu_la_SOURCES += glthread/threadlib.c
1223
1224 EXTRA_DIST += $(top_srcdir)/config/config.rpath
1225
1226 ## end   gnulib module threadlib
1227
1228 ## begin gnulib module time
1229
1230 BUILT_SOURCES += time.h
1231
1232 # We need the following in order to create <time.h> when the system
1233 # doesn't have one that works with the given compiler.
1234 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1235         $(AM_V_GEN)rm -f $@-t $@ && \
1236         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1237           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1238               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1239               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1240               -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
1241               -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
1242               -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
1243               -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
1244               -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
1245               -e 's|@''HAVE_LOCALTIME_R''@|$(HAVE_LOCALTIME_R)|g' \
1246               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1247               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1248               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1249               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1250               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1251               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1252               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1253               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1254               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1255               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1256               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1257               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1258               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1259               < $(srcdir)/time.in.h; \
1260         } > $@-t && \
1261         mv $@-t $@
1262 MOSTLYCLEANFILES += time.h time.h-t
1263
1264 EXTRA_DIST += time.in.h
1265
1266 ## end   gnulib module time
1267
1268 ## begin gnulib module unistd
1269
1270 BUILT_SOURCES += unistd.h
1271
1272 # We need the following in order to create an empty placeholder for
1273 # <unistd.h> when the system doesn't have one.
1274 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1275         $(AM_V_GEN)rm -f $@-t $@ && \
1276         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1277           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1278               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1279               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1280               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1281               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1282               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1283               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1284               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
1285               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1286               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
1287               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
1288               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1289               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
1290               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
1291               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1292               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1293               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
1294               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
1295               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
1296               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
1297               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
1298               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1299               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1300               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
1301               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1302               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
1303               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
1304               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1305               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1306               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
1307               -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
1308               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1309               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1310               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
1311               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1312               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1313               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
1314               -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
1315               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
1316               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
1317               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1318               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
1319               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
1320               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
1321               < $(srcdir)/unistd.in.h | \
1322           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1323               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1324               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1325               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1326               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1327               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1328               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1329               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1330               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1331               -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
1332               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1333               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1334               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1335               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1336               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1337               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1338               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1339               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1340               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1341               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1342               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1343               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1344               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1345               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1346               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1347               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1348               -e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \
1349               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1350               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1351               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1352               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1353               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1354               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1355               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1356               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1357               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1358               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1359               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1360               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1361               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1362               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1363               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1364               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1365               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1366               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1367               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1368               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1369               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1370               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1371               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1372               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1373               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1374               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1375               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1376               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1377               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1378               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1379               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1380               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1381               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1382               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1383               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1384               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1385         } > $@-t && \
1386         mv $@-t $@
1387 MOSTLYCLEANFILES += unistd.h unistd.h-t
1388
1389 EXTRA_DIST += unistd.in.h
1390
1391 ## end   gnulib module unistd
1392
1393 ## begin gnulib module vasnprintf
1394
1395
1396 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1397
1398 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1399
1400 ## end   gnulib module vasnprintf
1401
1402 ## begin gnulib module verify
1403
1404 libgnu_la_SOURCES += verify.h
1405
1406 ## end   gnulib module verify
1407
1408 ## begin gnulib module warn-on-use
1409
1410 BUILT_SOURCES += warn-on-use.h
1411 # The warn-on-use.h that gets inserted into generated .h files is the same as
1412 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
1413 warn-on-use.h: $(top_srcdir)/config/warn-on-use.h
1414         $(AM_V_GEN)rm -f $@-t $@ && \
1415         sed -n -e '/^.ifndef/,$$p' \
1416           < $(top_srcdir)/config/warn-on-use.h \
1417           > $@-t && \
1418         mv $@-t $@
1419 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1420
1421 WARN_ON_USE_H=warn-on-use.h
1422
1423 EXTRA_DIST += $(top_srcdir)/config/warn-on-use.h
1424
1425 ## end   gnulib module warn-on-use
1426
1427 ## begin gnulib module wchar
1428
1429 BUILT_SOURCES += wchar.h
1430
1431 # We need the following in order to create <wchar.h> when the system
1432 # version does not work standalone.
1433 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1434         $(AM_V_GEN)rm -f $@-t $@ && \
1435         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1436           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1437               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1438               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1439               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1440               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
1441               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
1442               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
1443               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
1444               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
1445               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
1446               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
1447               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
1448               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
1449               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
1450               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
1451               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1452               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1453               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1454               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1455               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1456               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1457               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1458               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1459               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1460               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1461               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1462               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1463               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1464               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1465               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1466               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1467               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1468               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1469               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1470               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1471               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1472               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1473               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1474               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1475               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1476               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1477               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1478             < $(srcdir)/wchar.in.h; \
1479         } > $@-t && \
1480         mv $@-t $@
1481 MOSTLYCLEANFILES += wchar.h wchar.h-t
1482
1483 EXTRA_DIST += wchar.in.h
1484
1485 ## end   gnulib module wchar
1486
1487 ## begin gnulib module wcrtomb
1488
1489
1490 EXTRA_DIST += wcrtomb.c
1491
1492 EXTRA_libgnu_la_SOURCES += wcrtomb.c
1493
1494 ## end   gnulib module wcrtomb
1495
1496 ## begin gnulib module wctype
1497
1498 BUILT_SOURCES += wctype.h
1499
1500 # We need the following in order to create <wctype.h> when the system
1501 # doesn't have one that works with the given compiler.
1502 wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
1503         $(AM_V_GEN)rm -f $@-t $@ && \
1504         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1505           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1506               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1507               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1508               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1509               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
1510               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1511               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1512               -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
1513               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
1514               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1515               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1516               < $(srcdir)/wctype.in.h; \
1517         } > $@-t && \
1518         mv $@-t $@
1519 MOSTLYCLEANFILES += wctype.h wctype.h-t
1520
1521 EXTRA_DIST += wctype.in.h
1522
1523 ## end   gnulib module wctype
1524
1525 ## begin gnulib module write
1526
1527
1528 EXTRA_DIST += write.c
1529
1530 EXTRA_libgnu_la_SOURCES += write.c
1531
1532 ## end   gnulib module write
1533
1534 ## begin gnulib module xsize
1535
1536 libgnu_la_SOURCES += xsize.h
1537
1538 ## end   gnulib module xsize
1539
1540
1541 mostlyclean-local: mostlyclean-generic
1542         @for dir in '' $(MOSTLYCLEANDIRS); do \
1543           if test -n "$$dir" && test -d $$dir; then \
1544             echo "rmdir $$dir"; rmdir $$dir; \
1545           fi; \
1546         done; \
1547         :
1548
1549 # Make sure regenerate/* are in the distribution tarball
1550 EXTRA_DIST += regenerate/no-error.patch regenerate/regenerate