Tizen 2.0 Release
[external/libgnutls26.git] / gl / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
17 #
18 # As a special exception to the GNU General Public License,
19 # this file may be distributed as part of a program that
20 # contains a configuration script generated by Autoconf, under
21 # the same distribution terms as the rest of that program.
22 #
23 # Generated by gnulib-tool.
24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --with-tests --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files accept arpa_inet autobuild bind close connect error fdl-1.3 gendocs getaddrinfo getline getpass-gnu gettime gnupload gpl-3.0 inet_ntop inet_pton lgpl-2.1 listen maintainer-makefile manywarnings minmax perror pmccabe2html progname read-file readline recv select send setsockopt shutdown socket sockets sys_stat update-copyright valgrind-tests version-etc-fsf warnings
25
26 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
27
28 SUBDIRS =
29 noinst_HEADERS =
30 noinst_LIBRARIES =
31 noinst_LTLIBRARIES =
32 EXTRA_DIST =
33 BUILT_SOURCES =
34 SUFFIXES =
35 MOSTLYCLEANFILES = core *.stackdump
36 MOSTLYCLEANDIRS =
37 CLEANFILES =
38 DISTCLEANFILES =
39 MAINTAINERCLEANFILES =
40 SUBDIRS += tests
41 EXTRA_DIST += m4/gnulib-cache.m4
42
43 AM_CPPFLAGS =
44 AM_CFLAGS =
45
46 noinst_LTLIBRARIES += libgnu.la
47
48 libgnu_la_SOURCES =
49 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
50 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
51 EXTRA_libgnu_la_SOURCES =
52 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
53 libgnu_la_LDFLAGS += -no-undefined
54 libgnu_la_LDFLAGS += $(GETADDRINFO_LIB)
55 libgnu_la_LDFLAGS += $(HOSTENT_LIB)
56 libgnu_la_LDFLAGS += $(INET_NTOP_LIB)
57 libgnu_la_LDFLAGS += $(INET_PTON_LIB)
58 libgnu_la_LDFLAGS += $(LIBSOCKET)
59 libgnu_la_LDFLAGS += $(LIB_CLOCK_GETTIME)
60 libgnu_la_LDFLAGS += $(LIB_SELECT)
61 libgnu_la_LDFLAGS += $(LTLIBINTL)
62 libgnu_la_LDFLAGS += $(LTLIBREADLINE)
63 libgnu_la_LDFLAGS += $(LTLIBTHREAD)
64 libgnu_la_LDFLAGS += $(SERVENT_LIB)
65
66 ## begin gnulib module accept
67
68
69 EXTRA_DIST += accept.c w32sock.h
70
71 EXTRA_libgnu_la_SOURCES += accept.c
72
73 ## end   gnulib module accept
74
75 ## begin gnulib module alloca
76
77
78 libgnu_la_LIBADD += @LTALLOCA@
79 libgnu_la_DEPENDENCIES += @LTALLOCA@
80 EXTRA_DIST += alloca.c
81
82 EXTRA_libgnu_la_SOURCES += alloca.c
83
84 ## end   gnulib module alloca
85
86 ## begin gnulib module alloca-opt
87
88 BUILT_SOURCES += $(ALLOCA_H)
89
90 # We need the following in order to create <alloca.h> when the system
91 # doesn't have one that works with the given compiler.
92 if GL_GENERATE_ALLOCA_H
93 alloca.h: alloca.in.h $(top_builddir)/config.status
94         $(AM_V_GEN)rm -f $@-t $@ && \
95         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
96           cat $(srcdir)/alloca.in.h; \
97         } > $@-t && \
98         mv -f $@-t $@
99 else
100 alloca.h: $(top_builddir)/config.status
101         rm -f $@
102 endif
103 MOSTLYCLEANFILES += alloca.h alloca.h-t
104
105 EXTRA_DIST += alloca.in.h
106
107 ## end   gnulib module alloca-opt
108
109 ## begin gnulib module arpa_inet
110
111 BUILT_SOURCES += arpa/inet.h
112
113 # We need the following in order to create <arpa/inet.h> when the system
114 # doesn't have one.
115 arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
116         $(AM_V_at)$(MKDIR_P) arpa
117         $(AM_V_GEN)rm -f $@-t $@ && \
118         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
119           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
120               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
121               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
122               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
123               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
124               -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
125               -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
126               -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \
127               -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \
128               -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
129               -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
130               -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
131               -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \
132               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
133               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
134               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
135               < $(srcdir)/arpa_inet.in.h; \
136         } > $@-t && \
137         mv $@-t $@
138 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
139 MOSTLYCLEANDIRS += arpa
140
141 EXTRA_DIST += arpa_inet.in.h
142
143 ## end   gnulib module arpa_inet
144
145 ## begin gnulib module bind
146
147
148 EXTRA_DIST += bind.c w32sock.h
149
150 EXTRA_libgnu_la_SOURCES += bind.c
151
152 ## end   gnulib module bind
153
154 ## begin gnulib module c-ctype
155
156 libgnu_la_SOURCES += c-ctype.h c-ctype.c
157
158 ## end   gnulib module c-ctype
159
160 ## begin gnulib module close
161
162
163 EXTRA_DIST += close.c
164
165 EXTRA_libgnu_la_SOURCES += close.c
166
167 ## end   gnulib module close
168
169 ## begin gnulib module connect
170
171
172 EXTRA_DIST += connect.c w32sock.h
173
174 EXTRA_libgnu_la_SOURCES += connect.c
175
176 ## end   gnulib module connect
177
178 ## begin gnulib module errno
179
180 BUILT_SOURCES += $(ERRNO_H)
181
182 # We need the following in order to create <errno.h> when the system
183 # doesn't have one that is POSIX compliant.
184 if GL_GENERATE_ERRNO_H
185 errno.h: errno.in.h $(top_builddir)/config.status
186         $(AM_V_GEN)rm -f $@-t $@ && \
187         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
188           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
189               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
190               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
191               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
192               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
193               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
194               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
195               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
196               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
197               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
198               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
199               < $(srcdir)/errno.in.h; \
200         } > $@-t && \
201         mv $@-t $@
202 else
203 errno.h: $(top_builddir)/config.status
204         rm -f $@
205 endif
206 MOSTLYCLEANFILES += errno.h errno.h-t
207
208 EXTRA_DIST += errno.in.h
209
210 ## end   gnulib module errno
211
212 ## begin gnulib module error
213
214
215 EXTRA_DIST += error.c error.h
216
217 EXTRA_libgnu_la_SOURCES += error.c
218
219 ## end   gnulib module error
220
221 ## begin gnulib module fd-hook
222
223 libgnu_la_SOURCES += fd-hook.c
224
225 EXTRA_DIST += fd-hook.h
226
227 ## end   gnulib module fd-hook
228
229 ## begin gnulib module float
230
231 BUILT_SOURCES += $(FLOAT_H)
232
233 # We need the following in order to create <float.h> when the system
234 # doesn't have one that works with the given compiler.
235 if GL_GENERATE_FLOAT_H
236 float.h: float.in.h $(top_builddir)/config.status
237         $(AM_V_GEN)rm -f $@-t $@ && \
238         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
239           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
240               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
241               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
242               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
243               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
244               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
245               < $(srcdir)/float.in.h; \
246         } > $@-t && \
247         mv $@-t $@
248 else
249 float.h: $(top_builddir)/config.status
250         rm -f $@
251 endif
252 MOSTLYCLEANFILES += float.h float.h-t
253
254 EXTRA_DIST += float.c float.in.h itold.c
255
256 EXTRA_libgnu_la_SOURCES += float.c itold.c
257
258 ## end   gnulib module float
259
260 ## begin gnulib module fseek
261
262
263 EXTRA_DIST += fseek.c
264
265 EXTRA_libgnu_la_SOURCES += fseek.c
266
267 ## end   gnulib module fseek
268
269 ## begin gnulib module fseeko
270
271
272 EXTRA_DIST += fseeko.c stdio-impl.h
273
274 EXTRA_libgnu_la_SOURCES += fseeko.c
275
276 ## end   gnulib module fseeko
277
278 ## begin gnulib module fstat
279
280
281 EXTRA_DIST += fstat.c
282
283 EXTRA_libgnu_la_SOURCES += fstat.c
284
285 ## end   gnulib module fstat
286
287 ## begin gnulib module ftell
288
289
290 EXTRA_DIST += ftell.c
291
292 EXTRA_libgnu_la_SOURCES += ftell.c
293
294 ## end   gnulib module ftell
295
296 ## begin gnulib module ftello
297
298
299 EXTRA_DIST += ftello.c stdio-impl.h
300
301 EXTRA_libgnu_la_SOURCES += ftello.c
302
303 ## end   gnulib module ftello
304
305 ## begin gnulib module gendocs
306
307
308 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
309
310 ## end   gnulib module gendocs
311
312 ## begin gnulib module getaddrinfo
313
314
315 EXTRA_DIST += gai_strerror.c getaddrinfo.c
316
317 EXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c
318
319 ## end   gnulib module getaddrinfo
320
321 ## begin gnulib module getdelim
322
323
324 EXTRA_DIST += getdelim.c
325
326 EXTRA_libgnu_la_SOURCES += getdelim.c
327
328 ## end   gnulib module getdelim
329
330 ## begin gnulib module getline
331
332
333 EXTRA_DIST += getline.c
334
335 EXTRA_libgnu_la_SOURCES += getline.c
336
337 ## end   gnulib module getline
338
339 ## begin gnulib module getpass-gnu
340
341
342 EXTRA_DIST += getpass.c getpass.h
343
344 EXTRA_libgnu_la_SOURCES += getpass.c
345
346 ## end   gnulib module getpass-gnu
347
348 ## begin gnulib module gettext-h
349
350 libgnu_la_SOURCES += gettext.h
351
352 ## end   gnulib module gettext-h
353
354 ## begin gnulib module gettime
355
356 libgnu_la_SOURCES += gettime.c
357
358 ## end   gnulib module gettime
359
360 ## begin gnulib module gettimeofday
361
362
363 EXTRA_DIST += gettimeofday.c
364
365 EXTRA_libgnu_la_SOURCES += gettimeofday.c
366
367 ## end   gnulib module gettimeofday
368
369 ## begin gnulib module gnumakefile
370
371 distclean-local: clean-GNUmakefile
372 clean-GNUmakefile:
373         test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
374
375 EXTRA_DIST += $(top_srcdir)/GNUmakefile
376
377 ## end   gnulib module gnumakefile
378
379 ## begin gnulib module gnupload
380
381
382 EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
383
384 ## end   gnulib module gnupload
385
386 ## begin gnulib module havelib
387
388
389 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
390
391 ## end   gnulib module havelib
392
393 ## begin gnulib module inet_ntop
394
395
396 EXTRA_DIST += inet_ntop.c
397
398 EXTRA_libgnu_la_SOURCES += inet_ntop.c
399
400 ## end   gnulib module inet_ntop
401
402 ## begin gnulib module inet_pton
403
404
405 EXTRA_DIST += inet_pton.c
406
407 EXTRA_libgnu_la_SOURCES += inet_pton.c
408
409 ## end   gnulib module inet_pton
410
411 ## begin gnulib module intprops
412
413
414 EXTRA_DIST += intprops.h
415
416 ## end   gnulib module intprops
417
418 ## begin gnulib module listen
419
420
421 EXTRA_DIST += listen.c w32sock.h
422
423 EXTRA_libgnu_la_SOURCES += listen.c
424
425 ## end   gnulib module listen
426
427 ## begin gnulib module lock
428
429 libgnu_la_SOURCES += glthread/lock.h glthread/lock.c
430
431 ## end   gnulib module lock
432
433 ## begin gnulib module lseek
434
435
436 EXTRA_DIST += lseek.c
437
438 EXTRA_libgnu_la_SOURCES += lseek.c
439
440 ## end   gnulib module lseek
441
442 ## begin gnulib module maintainer-makefile
443
444 EXTRA_DIST += $(top_srcdir)/maint.mk
445
446 ## end   gnulib module maintainer-makefile
447
448 ## begin gnulib module malloc-posix
449
450
451 EXTRA_DIST += malloc.c
452
453 EXTRA_libgnu_la_SOURCES += malloc.c
454
455 ## end   gnulib module malloc-posix
456
457 ## begin gnulib module memchr
458
459
460 EXTRA_DIST += memchr.c memchr.valgrind
461
462 EXTRA_libgnu_la_SOURCES += memchr.c
463
464 ## end   gnulib module memchr
465
466 ## begin gnulib module minmax
467
468 libgnu_la_SOURCES += minmax.h
469
470 ## end   gnulib module minmax
471
472 ## begin gnulib module msvc-inval
473
474
475 EXTRA_DIST += msvc-inval.c msvc-inval.h
476
477 EXTRA_libgnu_la_SOURCES += msvc-inval.c
478
479 ## end   gnulib module msvc-inval
480
481 ## begin gnulib module msvc-nothrow
482
483
484 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
485
486 EXTRA_libgnu_la_SOURCES += msvc-nothrow.c
487
488 ## end   gnulib module msvc-nothrow
489
490 ## begin gnulib module netdb
491
492 BUILT_SOURCES += netdb.h
493
494 # We need the following in order to create <netdb.h> when the system
495 # doesn't have one that works with the given compiler.
496 netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
497         $(AM_V_GEN)rm -f $@-t $@ && \
498         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
499           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
500               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
501               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
502               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
503               -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
504               -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
505               -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \
506               -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
507               -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
508               -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
509               -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
510               -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
511               -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \
512               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
513               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
514               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
515               < $(srcdir)/netdb.in.h; \
516         } > $@-t && \
517         mv $@-t $@
518 MOSTLYCLEANFILES += netdb.h netdb.h-t
519
520 EXTRA_DIST += netdb.in.h
521
522 ## end   gnulib module netdb
523
524 ## begin gnulib module netinet_in
525
526 BUILT_SOURCES += $(NETINET_IN_H)
527
528 # We need the following in order to create <netinet/in.h> when the system
529 # doesn't have one.
530 if GL_GENERATE_NETINET_IN_H
531 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
532         $(AM_V_at)$(MKDIR_P) netinet
533         $(AM_V_GEN)rm -f $@-t $@ && \
534         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
535           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
536               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
537               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
538               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
539               -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
540               -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
541               < $(srcdir)/netinet_in.in.h; \
542         } > $@-t && \
543         mv $@-t $@
544 else
545 netinet/in.h: $(top_builddir)/config.status
546         rm -f $@
547 endif
548 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
549 MOSTLYCLEANDIRS += netinet
550
551 EXTRA_DIST += netinet_in.in.h
552
553 ## end   gnulib module netinet_in
554
555 ## begin gnulib module perror
556
557
558 EXTRA_DIST += perror.c
559
560 EXTRA_libgnu_la_SOURCES += perror.c
561
562 ## end   gnulib module perror
563
564 ## begin gnulib module pmccabe2html
565
566
567 EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css
568
569 ## end   gnulib module pmccabe2html
570
571 ## begin gnulib module progname
572
573 libgnu_la_SOURCES += progname.h progname.c
574
575 ## end   gnulib module progname
576
577 ## begin gnulib module read-file
578
579 libgnu_la_SOURCES += read-file.c
580
581 EXTRA_DIST += read-file.h
582
583 ## end   gnulib module read-file
584
585 ## begin gnulib module readline
586
587
588 EXTRA_DIST += readline.c readline.h
589
590 EXTRA_libgnu_la_SOURCES += readline.c
591
592 ## end   gnulib module readline
593
594 ## begin gnulib module realloc-posix
595
596
597 EXTRA_DIST += realloc.c
598
599 EXTRA_libgnu_la_SOURCES += realloc.c
600
601 ## end   gnulib module realloc-posix
602
603 ## begin gnulib module recv
604
605
606 EXTRA_DIST += recv.c w32sock.h
607
608 EXTRA_libgnu_la_SOURCES += recv.c
609
610 ## end   gnulib module recv
611
612 ## begin gnulib module select
613
614
615 EXTRA_DIST += select.c
616
617 EXTRA_libgnu_la_SOURCES += select.c
618
619 ## end   gnulib module select
620
621 ## begin gnulib module send
622
623
624 EXTRA_DIST += send.c w32sock.h
625
626 EXTRA_libgnu_la_SOURCES += send.c
627
628 ## end   gnulib module send
629
630 ## begin gnulib module setsockopt
631
632
633 EXTRA_DIST += setsockopt.c w32sock.h
634
635 EXTRA_libgnu_la_SOURCES += setsockopt.c
636
637 ## end   gnulib module setsockopt
638
639 ## begin gnulib module shutdown
640
641
642 EXTRA_DIST += shutdown.c w32sock.h
643
644 EXTRA_libgnu_la_SOURCES += shutdown.c
645
646 ## end   gnulib module shutdown
647
648 ## begin gnulib module signal-h
649
650 BUILT_SOURCES += signal.h
651
652 # We need the following in order to create <signal.h> when the system
653 # doesn't have a complete one.
654 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
655         $(AM_V_GEN)rm -f $@-t $@ && \
656         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
657           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
658               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
659               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
660               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
661               -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
662               -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
663               -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
664               -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
665               -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
666               -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
667               -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
668               -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
669               -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
670               -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
671               -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
672               -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
673               -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
674               -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
675               -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
676               -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
677               -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
678               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
679               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
680               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
681               < $(srcdir)/signal.in.h; \
682         } > $@-t && \
683         mv $@-t $@
684 MOSTLYCLEANFILES += signal.h signal.h-t
685
686 EXTRA_DIST += signal.in.h
687
688 ## end   gnulib module signal-h
689
690 ## begin gnulib module size_max
691
692 libgnu_la_SOURCES += size_max.h
693
694 ## end   gnulib module size_max
695
696 ## begin gnulib module snippet/_Noreturn
697
698 # Because this Makefile snippet defines a variable used by other
699 # gnulib Makefile snippets, it must be present in all Makefile.am that
700 # need it. This is ensured by the applicability 'all' defined above.
701
702 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
703
704 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
705
706 ## end   gnulib module snippet/_Noreturn
707
708 ## begin gnulib module snippet/arg-nonnull
709
710 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
711 # statements but through direct file reference. Therefore this snippet must be
712 # present in all Makefile.am that need it. This is ensured by the applicability
713 # 'all' defined above.
714
715 BUILT_SOURCES += arg-nonnull.h
716 # The arg-nonnull.h that gets inserted into generated .h files is the same as
717 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
718 # off.
719 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
720         $(AM_V_GEN)rm -f $@-t $@ && \
721         sed -n -e '/GL_ARG_NONNULL/,$$p' \
722           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
723           > $@-t && \
724         mv $@-t $@
725 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
726
727 ARG_NONNULL_H=arg-nonnull.h
728
729 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
730
731 ## end   gnulib module snippet/arg-nonnull
732
733 ## begin gnulib module snippet/c++defs
734
735 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
736 # statements but through direct file reference. Therefore this snippet must be
737 # present in all Makefile.am that need it. This is ensured by the applicability
738 # 'all' defined above.
739
740 BUILT_SOURCES += c++defs.h
741 # The c++defs.h that gets inserted into generated .h files is the same as
742 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
743 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
744         $(AM_V_GEN)rm -f $@-t $@ && \
745         sed -n -e '/_GL_CXXDEFS/,$$p' \
746           < $(top_srcdir)/build-aux/snippet/c++defs.h \
747           > $@-t && \
748         mv $@-t $@
749 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
750
751 CXXDEFS_H=c++defs.h
752
753 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
754
755 ## end   gnulib module snippet/c++defs
756
757 ## begin gnulib module snippet/warn-on-use
758
759 BUILT_SOURCES += warn-on-use.h
760 # The warn-on-use.h that gets inserted into generated .h files is the same as
761 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
762 # off.
763 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
764         $(AM_V_GEN)rm -f $@-t $@ && \
765         sed -n -e '/^.ifndef/,$$p' \
766           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
767           > $@-t && \
768         mv $@-t $@
769 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
770
771 WARN_ON_USE_H=warn-on-use.h
772
773 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
774
775 ## end   gnulib module snippet/warn-on-use
776
777 ## begin gnulib module snprintf
778
779
780 EXTRA_DIST += snprintf.c
781
782 EXTRA_libgnu_la_SOURCES += snprintf.c
783
784 ## end   gnulib module snprintf
785
786 ## begin gnulib module socket
787
788
789 EXTRA_DIST += socket.c w32sock.h
790
791 EXTRA_libgnu_la_SOURCES += socket.c
792
793 ## end   gnulib module socket
794
795 ## begin gnulib module sockets
796
797 libgnu_la_SOURCES += sockets.h sockets.c
798
799 EXTRA_DIST += w32sock.h
800
801 ## end   gnulib module sockets
802
803 ## begin gnulib module stdalign
804
805 BUILT_SOURCES += $(STDALIGN_H)
806
807 # We need the following in order to create <stdalign.h> when the system
808 # doesn't have one that works.
809 if GL_GENERATE_STDALIGN_H
810 stdalign.h: stdalign.in.h $(top_builddir)/config.status
811         $(AM_V_GEN)rm -f $@-t $@ && \
812         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
813           cat $(srcdir)/stdalign.in.h; \
814         } > $@-t && \
815         mv $@-t $@
816 else
817 stdalign.h: $(top_builddir)/config.status
818         rm -f $@
819 endif
820 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
821
822 EXTRA_DIST += stdalign.in.h
823
824 ## end   gnulib module stdalign
825
826 ## begin gnulib module stdarg
827
828 BUILT_SOURCES += $(STDARG_H)
829
830 # We need the following in order to create <stdarg.h> when the system
831 # doesn't have one that works with the given compiler.
832 if GL_GENERATE_STDARG_H
833 stdarg.h: stdarg.in.h $(top_builddir)/config.status
834         $(AM_V_GEN)rm -f $@-t $@ && \
835         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
836           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
837               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
838               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
839               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
840               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
841               < $(srcdir)/stdarg.in.h; \
842         } > $@-t && \
843         mv $@-t $@
844 else
845 stdarg.h: $(top_builddir)/config.status
846         rm -f $@
847 endif
848 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
849
850 EXTRA_DIST += stdarg.in.h
851
852 ## end   gnulib module stdarg
853
854 ## begin gnulib module stdbool
855
856 BUILT_SOURCES += $(STDBOOL_H)
857
858 # We need the following in order to create <stdbool.h> when the system
859 # doesn't have one that works.
860 if GL_GENERATE_STDBOOL_H
861 stdbool.h: stdbool.in.h $(top_builddir)/config.status
862         $(AM_V_GEN)rm -f $@-t $@ && \
863         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
864           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
865         } > $@-t && \
866         mv $@-t $@
867 else
868 stdbool.h: $(top_builddir)/config.status
869         rm -f $@
870 endif
871 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
872
873 EXTRA_DIST += stdbool.in.h
874
875 ## end   gnulib module stdbool
876
877 ## begin gnulib module stddef
878
879 BUILT_SOURCES += $(STDDEF_H)
880
881 # We need the following in order to create <stddef.h> when the system
882 # doesn't have one that works with the given compiler.
883 if GL_GENERATE_STDDEF_H
884 stddef.h: stddef.in.h $(top_builddir)/config.status
885         $(AM_V_GEN)rm -f $@-t $@ && \
886         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
887           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
888               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
889               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
890               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
891               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
892               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
893               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
894               < $(srcdir)/stddef.in.h; \
895         } > $@-t && \
896         mv $@-t $@
897 else
898 stddef.h: $(top_builddir)/config.status
899         rm -f $@
900 endif
901 MOSTLYCLEANFILES += stddef.h stddef.h-t
902
903 EXTRA_DIST += stddef.in.h
904
905 ## end   gnulib module stddef
906
907 ## begin gnulib module stdint
908
909 BUILT_SOURCES += $(STDINT_H)
910
911 # We need the following in order to create <stdint.h> when the system
912 # doesn't have one that works with the given compiler.
913 if GL_GENERATE_STDINT_H
914 stdint.h: stdint.in.h $(top_builddir)/config.status
915         $(AM_V_GEN)rm -f $@-t $@ && \
916         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
917           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
918               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
919               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
920               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
921               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
922               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
923               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
924               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
925               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
926               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
927               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
928               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
929               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
930               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
931               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
932               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
933               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
934               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
935               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
936               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
937               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
938               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
939               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
940               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
941               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
942               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
943               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
944               < $(srcdir)/stdint.in.h; \
945         } > $@-t && \
946         mv $@-t $@
947 else
948 stdint.h: $(top_builddir)/config.status
949         rm -f $@
950 endif
951 MOSTLYCLEANFILES += stdint.h stdint.h-t
952
953 EXTRA_DIST += stdint.in.h
954
955 ## end   gnulib module stdint
956
957 ## begin gnulib module stdio
958
959 BUILT_SOURCES += stdio.h
960
961 # We need the following in order to create <stdio.h> when the system
962 # doesn't have one that works with the given compiler.
963 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
964         $(AM_V_GEN)rm -f $@-t $@ && \
965         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
966           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
967               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
968               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
969               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
970               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
971               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
972               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
973               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
974               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
975               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
976               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
977               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
978               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
979               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
980               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
981               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
982               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
983               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
984               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
985               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
986               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
987               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
988               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
989               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
990               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
991               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
992               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
993               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
994               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
995               -e 's/@''GNULIB_GETS''@/$(GNULIB_GETS)/g' \
996               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
997               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
998               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
999               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1000               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1001               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1002               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1003               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1004               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1005               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1006               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1007               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1008               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1009               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1010               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1011               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1012               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1013               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1014               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1015               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1016               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1017               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1018               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1019               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1020               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1021               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1022               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1023               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1024               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1025               < $(srcdir)/stdio.in.h | \
1026           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1027               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1028               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1029               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1030               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1031               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1032               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1033               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1034               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1035               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1036               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1037               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1038               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1039               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1040               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1041               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1042               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1043               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1044               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1045               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1046               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1047               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1048               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1049               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1050               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1051               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1052               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1053               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1054               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1055               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1056               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1057               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1058               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1059               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1060               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1061               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1062               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1063               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1064               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1065               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1066               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1067               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1068               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1069               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1070               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1071               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1072               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1073               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1074               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1075               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1076               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1077               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1078         } > $@-t && \
1079         mv $@-t $@
1080 MOSTLYCLEANFILES += stdio.h stdio.h-t
1081
1082 EXTRA_DIST += stdio.in.h
1083
1084 ## end   gnulib module stdio
1085
1086 ## begin gnulib module stdlib
1087
1088 BUILT_SOURCES += stdlib.h
1089
1090 # We need the following in order to create <stdlib.h> when the system
1091 # doesn't have one that works with the given compiler.
1092 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1093   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1094         $(AM_V_GEN)rm -f $@-t $@ && \
1095         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1096           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1097               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1098               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1099               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1100               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1101               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1102               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1103               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1104               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1105               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1106               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1107               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1108               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1109               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1110               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1111               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1112               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1113               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1114               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1115               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1116               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1117               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1118               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1119               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1120               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1121               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1122               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1123               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1124               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1125               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1126               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1127               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1128               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1129               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1130               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1131               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1132               < $(srcdir)/stdlib.in.h | \
1133           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1134               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1135               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1136               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1137               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1138               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1139               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1140               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1141               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1142               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1143               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1144               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1145               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1146               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1147               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1148               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1149               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1150               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1151               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1152               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1153               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1154               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1155               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1156               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1157               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1158               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1159               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1160               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1161               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1162               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1163               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1164               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1165               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1166               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1167               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1168               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1169               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1170               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1171               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1172               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1173               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1174               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1175               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1176               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1177               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1178         } > $@-t && \
1179         mv $@-t $@
1180 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1181
1182 EXTRA_DIST += stdlib.in.h
1183
1184 ## end   gnulib module stdlib
1185
1186 ## begin gnulib module strerror
1187
1188
1189 EXTRA_DIST += strerror.c
1190
1191 EXTRA_libgnu_la_SOURCES += strerror.c
1192
1193 ## end   gnulib module strerror
1194
1195 ## begin gnulib module strerror-override
1196
1197
1198 EXTRA_DIST += strerror-override.c strerror-override.h
1199
1200 EXTRA_libgnu_la_SOURCES += strerror-override.c
1201
1202 ## end   gnulib module strerror-override
1203
1204 ## begin gnulib module strerror_r-posix
1205
1206
1207 EXTRA_DIST += strerror_r.c
1208
1209 EXTRA_libgnu_la_SOURCES += strerror_r.c
1210
1211 ## end   gnulib module strerror_r-posix
1212
1213 ## begin gnulib module string
1214
1215 BUILT_SOURCES += string.h
1216
1217 # We need the following in order to create <string.h> when the system
1218 # doesn't have one that works with the given compiler.
1219 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1220         $(AM_V_GEN)rm -f $@-t $@ && \
1221         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1222           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1223               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1224               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1225               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1226               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1227               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1228               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1229               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1230               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1231               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1232               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1233               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1234               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1235               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1236               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1237               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1238               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1239               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1240               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1241               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1242               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1243               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1244               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1245               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1246               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1247               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1248               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1249               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1250               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1251               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1252               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1253               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1254               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1255               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1256               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1257               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1258               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1259               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1260               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1261               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1262               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1263               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1264               < $(srcdir)/string.in.h | \
1265           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1266               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1267               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1268               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1269               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1270               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1271               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1272               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1273               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1274               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1275               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1276               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1277               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1278               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1279               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1280               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1281               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1282               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1283               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1284               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1285               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1286               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1287               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1288               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1289               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1290               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1291               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1292               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1293               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1294               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1295               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1296               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1297               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1298               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1299               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1300               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1301               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1302               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1303               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1304               < $(srcdir)/string.in.h; \
1305         } > $@-t && \
1306         mv $@-t $@
1307 MOSTLYCLEANFILES += string.h string.h-t
1308
1309 EXTRA_DIST += string.in.h
1310
1311 ## end   gnulib module string
1312
1313 ## begin gnulib module sys_select
1314
1315 BUILT_SOURCES += sys/select.h
1316
1317 # We need the following in order to create <sys/select.h> when the system
1318 # doesn't have one that works with the given compiler.
1319 sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1320         $(AM_V_at)$(MKDIR_P) sys
1321         $(AM_V_GEN)rm -f $@-t $@ && \
1322         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1323           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1324               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1325               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1326               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1327               -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
1328               -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
1329               -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
1330               -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
1331               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1332               -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
1333               -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
1334               -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
1335               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1336               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1337               < $(srcdir)/sys_select.in.h; \
1338         } > $@-t && \
1339         mv $@-t $@
1340 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
1341 MOSTLYCLEANDIRS += sys
1342
1343 EXTRA_DIST += sys_select.in.h
1344
1345 ## end   gnulib module sys_select
1346
1347 ## begin gnulib module sys_socket
1348
1349 BUILT_SOURCES += sys/socket.h
1350
1351 # We need the following in order to create <sys/socket.h> when the system
1352 # doesn't have one that works with the given compiler.
1353 sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1354         $(AM_V_at)$(MKDIR_P) sys
1355         $(AM_V_GEN)rm -f $@-t $@ && \
1356         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1357           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1358               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1359               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1360               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1361               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1362               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1363               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1364               -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
1365               -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
1366               -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
1367               -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
1368               -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
1369               -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
1370               -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
1371               -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
1372               -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
1373               -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
1374               -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
1375               -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
1376               -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
1377               -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
1378               -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
1379               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1380               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1381               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1382               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
1383               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1384               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1385               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1386               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1387               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1388               < $(srcdir)/sys_socket.in.h; \
1389         } > $@-t && \
1390         mv -f $@-t $@
1391 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1392 MOSTLYCLEANDIRS += sys
1393
1394 EXTRA_DIST += sys_socket.in.h
1395
1396 ## end   gnulib module sys_socket
1397
1398 ## begin gnulib module sys_stat
1399
1400 BUILT_SOURCES += sys/stat.h
1401
1402 # We need the following in order to create <sys/stat.h> when the system
1403 # has one that is incomplete.
1404 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1405         $(AM_V_at)$(MKDIR_P) sys
1406         $(AM_V_GEN)rm -f $@-t $@ && \
1407         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1408           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1409               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1410               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1411               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1412               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1413               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1414               -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1415               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1416               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1417               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1418               -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1419               -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1420               -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1421               -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1422               -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1423               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1424               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1425               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1426               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1427               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1428               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1429               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1430               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1431               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1432               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1433               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1434               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1435               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1436               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1437               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1438               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1439               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1440               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1441               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1442               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1443               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1444               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1445               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1446               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1447               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1448               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1449               < $(srcdir)/sys_stat.in.h; \
1450         } > $@-t && \
1451         mv $@-t $@
1452 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1453 MOSTLYCLEANDIRS += sys
1454
1455 EXTRA_DIST += sys_stat.in.h
1456
1457 ## end   gnulib module sys_stat
1458
1459 ## begin gnulib module sys_time
1460
1461 BUILT_SOURCES += sys/time.h
1462
1463 # We need the following in order to create <sys/time.h> when the system
1464 # doesn't have one that works with the given compiler.
1465 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1466         $(AM_V_at)$(MKDIR_P) sys
1467         $(AM_V_GEN)rm -f $@-t $@ && \
1468         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1469           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1470               -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1471               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1472               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1473               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1474               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1475               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1476               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1477               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1478               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1479               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1480               -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1481               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1482               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1483               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1484               < $(srcdir)/sys_time.in.h; \
1485         } > $@-t && \
1486         mv $@-t $@
1487 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1488
1489 EXTRA_DIST += sys_time.in.h
1490
1491 ## end   gnulib module sys_time
1492
1493 ## begin gnulib module sys_types
1494
1495 BUILT_SOURCES += sys/types.h
1496
1497 # We need the following in order to create <sys/types.h> when the system
1498 # doesn't have one that works with the given compiler.
1499 sys/types.h: sys_types.in.h $(top_builddir)/config.status
1500         $(AM_V_at)$(MKDIR_P) sys
1501         $(AM_V_GEN)rm -f $@-t $@ && \
1502         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1503           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1504               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1505               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1506               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1507               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1508               < $(srcdir)/sys_types.in.h; \
1509         } > $@-t && \
1510         mv $@-t $@
1511 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1512
1513 EXTRA_DIST += sys_types.in.h
1514
1515 ## end   gnulib module sys_types
1516
1517 ## begin gnulib module sys_uio
1518
1519 BUILT_SOURCES += sys/uio.h
1520
1521 # We need the following in order to create <sys/uio.h> when the system
1522 # doesn't have one that works with the given compiler.
1523 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
1524         $(AM_V_at)$(MKDIR_P) sys
1525         $(AM_V_GEN)rm -f $@-t $@ && \
1526         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1527           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1528               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1529               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1530               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1531               -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
1532               -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
1533               < $(srcdir)/sys_uio.in.h; \
1534         } > $@-t && \
1535         mv -f $@-t $@
1536 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
1537 MOSTLYCLEANDIRS += sys
1538
1539 EXTRA_DIST += sys_uio.in.h
1540
1541 ## end   gnulib module sys_uio
1542
1543 ## begin gnulib module threadlib
1544
1545 libgnu_la_SOURCES += glthread/threadlib.c
1546
1547 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
1548
1549 ## end   gnulib module threadlib
1550
1551 ## begin gnulib module time
1552
1553 BUILT_SOURCES += time.h
1554
1555 # We need the following in order to create <time.h> when the system
1556 # doesn't have one that works with the given compiler.
1557 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1558         $(AM_V_GEN)rm -f $@-t $@ && \
1559         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1560           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1561               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1562               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1563               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1564               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1565               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1566               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1567               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1568               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1569               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1570               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1571               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1572               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1573               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1574               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1575               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1576               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1577               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1578               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1579               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1580               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1581               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1582               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1583               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1584               < $(srcdir)/time.in.h; \
1585         } > $@-t && \
1586         mv $@-t $@
1587 MOSTLYCLEANFILES += time.h time.h-t
1588
1589 EXTRA_DIST += time.in.h
1590
1591 ## end   gnulib module time
1592
1593 ## begin gnulib module timespec
1594
1595
1596 EXTRA_DIST += timespec.h
1597
1598 ## end   gnulib module timespec
1599
1600 ## begin gnulib module unistd
1601
1602 BUILT_SOURCES += unistd.h
1603
1604 # We need the following in order to create an empty placeholder for
1605 # <unistd.h> when the system doesn't have one.
1606 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1607         $(AM_V_GEN)rm -f $@-t $@ && \
1608         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1609           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1610               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1611               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1612               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1613               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1614               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1615               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1616               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1617               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1618               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1619               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1620               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1621               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1622               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1623               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1624               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1625               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1626               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1627               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1628               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1629               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1630               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1631               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1632               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1633               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1634               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1635               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1636               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1637               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1638               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1639               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1640               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1641               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1642               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1643               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1644               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1645               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1646               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1647               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1648               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1649               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1650               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1651               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1652               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1653               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1654               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1655               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1656               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1657               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1658               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1659               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1660               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1661               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1662               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1663               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1664               < $(srcdir)/unistd.in.h | \
1665           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1666               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1667               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1668               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1669               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1670               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1671               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1672               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1673               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1674               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1675               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1676               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1677               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1678               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1679               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1680               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1681               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1682               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1683               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1684               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1685               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1686               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1687               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1688               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1689               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1690               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1691               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1692               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1693               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1694               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1695               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1696               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1697               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1698               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1699               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1700               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1701               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1702               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1703               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1704               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1705               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1706               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1707           | \
1708           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1709               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1710               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1711               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1712               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1713               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1714               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1715               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1716               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1717               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1718               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1719               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1720               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1721               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1722               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1723               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1724               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1725               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1726               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1727               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1728               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1729               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1730               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1731               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1732               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1733               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1734               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1735               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1736               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1737               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1738               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1739               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1740         } > $@-t && \
1741         mv $@-t $@
1742 MOSTLYCLEANFILES += unistd.h unistd.h-t
1743
1744 EXTRA_DIST += unistd.in.h
1745
1746 ## end   gnulib module unistd
1747
1748 ## begin gnulib module update-copyright
1749
1750
1751 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1752
1753 ## end   gnulib module update-copyright
1754
1755 ## begin gnulib module useless-if-before-free
1756
1757
1758 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
1759
1760 ## end   gnulib module useless-if-before-free
1761
1762 ## begin gnulib module vasnprintf
1763
1764
1765 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1766
1767 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1768
1769 ## end   gnulib module vasnprintf
1770
1771 ## begin gnulib module vc-list-files
1772
1773
1774 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
1775
1776 ## end   gnulib module vc-list-files
1777
1778 ## begin gnulib module verify
1779
1780
1781 EXTRA_DIST += verify.h
1782
1783 ## end   gnulib module verify
1784
1785 ## begin gnulib module version-etc
1786
1787 libgnu_la_SOURCES += version-etc.h version-etc.c
1788
1789 ## end   gnulib module version-etc
1790
1791 ## begin gnulib module version-etc-fsf
1792
1793 libgnu_la_SOURCES += version-etc-fsf.c
1794
1795 ## end   gnulib module version-etc-fsf
1796
1797 ## begin gnulib module wchar
1798
1799 BUILT_SOURCES += wchar.h
1800
1801 # We need the following in order to create <wchar.h> when the system
1802 # version does not work standalone.
1803 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1804         $(AM_V_GEN)rm -f $@-t $@ && \
1805         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1806           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1807               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1808               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1809               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1810               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
1811               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1812               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
1813               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
1814               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
1815               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
1816               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
1817               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
1818               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
1819               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
1820               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
1821               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
1822               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
1823               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
1824               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
1825               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
1826               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
1827               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
1828               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
1829               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
1830               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
1831               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
1832               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
1833               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
1834               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
1835               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
1836               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
1837               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
1838               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
1839               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
1840               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
1841               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
1842               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
1843               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
1844               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
1845               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
1846               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
1847               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
1848               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
1849               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
1850               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
1851               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
1852               < $(srcdir)/wchar.in.h | \
1853           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
1854               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
1855               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
1856               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
1857               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
1858               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
1859               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
1860               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
1861               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
1862               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
1863               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
1864               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
1865               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
1866               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
1867               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
1868               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
1869               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
1870               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
1871               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
1872               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
1873               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
1874               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
1875               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
1876               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
1877               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
1878               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
1879               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
1880               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
1881               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
1882               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
1883               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
1884               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
1885               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
1886               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
1887               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
1888               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
1889               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
1890               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
1891               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
1892               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1893           | \
1894           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
1895               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
1896               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
1897               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
1898               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
1899               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
1900               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
1901               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
1902               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
1903               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
1904               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
1905               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1906               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
1907               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1908               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1909               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1910         } > $@-t && \
1911         mv $@-t $@
1912 MOSTLYCLEANFILES += wchar.h wchar.h-t
1913
1914 EXTRA_DIST += wchar.in.h
1915
1916 ## end   gnulib module wchar
1917
1918 ## begin gnulib module xsize
1919
1920 libgnu_la_SOURCES += xsize.h
1921
1922 ## end   gnulib module xsize
1923
1924
1925 mostlyclean-local: mostlyclean-generic
1926         @for dir in '' $(MOSTLYCLEANDIRS); do \
1927           if test -n "$$dir" && test -d $$dir; then \
1928             echo "rmdir $$dir"; rmdir $$dir; \
1929           fi; \
1930         done; \
1931         :