1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2014 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 --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl accept alloca announce-gen base32 bind c-ctype clock-time close connect crypto/md5 crypto/sha1 fcntl ftello futimens getaddrinfo getopt-gnu getpass-gnu getpeername getsockname git-version-gen gnupload iconv iconv-h ioctl listen maintainer-makefile mbiter mbtowc mkdir mkostemp mkstemp pipe quote quotearg recv regex select send setsockopt sigpipe sigprocmask snprintf socket stdbool strcasestr strerror_r-posix strtok_r tmpdir unlocked-io update-copyright vasprintf vsnprintf write xstrndup
25
26AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects
27
28SUBDIRS =
29noinst_HEADERS =
30noinst_LIBRARIES =
31noinst_LTLIBRARIES =
32EXTRA_DIST =
33BUILT_SOURCES =
34SUFFIXES =
35MOSTLYCLEANFILES = core *.stackdump
36MOSTLYCLEANDIRS =
37CLEANFILES =
38DISTCLEANFILES =
39MAINTAINERCLEANFILES =
40
41AM_CPPFLAGS =
42AM_CFLAGS =
43
44noinst_LIBRARIES += libgnu.a
45
46libgnu_a_SOURCES =
47libgnu_a_LIBADD = $(gl_LIBOBJS)
48libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
49EXTRA_libgnu_a_SOURCES =
50
51## begin gnulib module absolute-header
52
53# Use this preprocessor expression to decide whether #include_next works.
54# Do not rely on a 'configure'-time test for this, since the expression
55# might appear in an installed header, which is used by some other compiler.
56HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
57
58## end   gnulib module absolute-header
59
60## begin gnulib module accept
61
62
63EXTRA_DIST += accept.c w32sock.h
64
65EXTRA_libgnu_a_SOURCES += accept.c
66
67## end   gnulib module accept
68
69## begin gnulib module alloca
70
71
72libgnu_a_LIBADD += @ALLOCA@
73libgnu_a_DEPENDENCIES += @ALLOCA@
74EXTRA_DIST += alloca.c
75
76EXTRA_libgnu_a_SOURCES += alloca.c
77
78## end   gnulib module alloca
79
80## begin gnulib module alloca-opt
81
82BUILT_SOURCES += $(ALLOCA_H)
83
84# We need the following in order to create <alloca.h> when the system
85# doesn't have one that works with the given compiler.
86if GL_GENERATE_ALLOCA_H
87alloca.h: alloca.in.h $(top_builddir)/config.status
88	$(AM_V_GEN)rm -f $@-t $@ && \
89	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
90	  cat $(srcdir)/alloca.in.h; \
91	} > $@-t && \
92	mv -f $@-t $@
93else
94alloca.h: $(top_builddir)/config.status
95	rm -f $@
96endif
97MOSTLYCLEANFILES += alloca.h alloca.h-t
98
99EXTRA_DIST += alloca.in.h
100
101## end   gnulib module alloca-opt
102
103## begin gnulib module announce-gen
104
105
106EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
107
108## end   gnulib module announce-gen
109
110## begin gnulib module arpa_inet
111
112BUILT_SOURCES += arpa/inet.h
113
114# We need the following in order to create <arpa/inet.h> when the system
115# doesn't have one.
116arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
117	$(AM_V_at)$(MKDIR_P) arpa
118	$(AM_V_GEN)rm -f $@-t $@ && \
119	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
120	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
121	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
122	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
123	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
124	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
125	      -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
126	      -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
127	      -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \
128	      -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \
129	      -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
130	      -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
131	      -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
132	      -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \
133	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
134	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
135	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
136	      < $(srcdir)/arpa_inet.in.h; \
137	} > $@-t && \
138	mv $@-t $@
139MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
140MOSTLYCLEANDIRS += arpa
141
142EXTRA_DIST += arpa_inet.in.h
143
144## end   gnulib module arpa_inet
145
146## begin gnulib module base32
147
148libgnu_a_SOURCES += base32.h base32.c
149
150## end   gnulib module base32
151
152## begin gnulib module binary-io
153
154libgnu_a_SOURCES += binary-io.h binary-io.c
155
156## end   gnulib module binary-io
157
158## begin gnulib module bind
159
160
161EXTRA_DIST += bind.c w32sock.h
162
163EXTRA_libgnu_a_SOURCES += bind.c
164
165## end   gnulib module bind
166
167## begin gnulib module btowc
168
169
170EXTRA_DIST += btowc.c
171
172EXTRA_libgnu_a_SOURCES += btowc.c
173
174## end   gnulib module btowc
175
176## begin gnulib module c-ctype
177
178libgnu_a_SOURCES += c-ctype.h c-ctype.c
179
180## end   gnulib module c-ctype
181
182## begin gnulib module c-strcase
183
184libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
185
186## end   gnulib module c-strcase
187
188## begin gnulib module c-strcaseeq
189
190
191EXTRA_DIST += c-strcaseeq.h
192
193## end   gnulib module c-strcaseeq
194
195## begin gnulib module cloexec
196
197libgnu_a_SOURCES += cloexec.c
198
199EXTRA_DIST += cloexec.h
200
201## end   gnulib module cloexec
202
203## begin gnulib module close
204
205
206EXTRA_DIST += close.c
207
208EXTRA_libgnu_a_SOURCES += close.c
209
210## end   gnulib module close
211
212## begin gnulib module configmake
213
214# Listed in the same order as the GNU makefile conventions, and
215# provided by autoconf 2.59c+ or 2.70.
216# The Automake-defined pkg* macros are appended, in the order
217# listed in the Automake 1.10a+ documentation.
218configmake.h: Makefile
219	$(AM_V_GEN)rm -f $@-t && \
220	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
221	  echo '#define PREFIX "$(prefix)"'; \
222	  echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
223	  echo '#define BINDIR "$(bindir)"'; \
224	  echo '#define SBINDIR "$(sbindir)"'; \
225	  echo '#define LIBEXECDIR "$(libexecdir)"'; \
226	  echo '#define DATAROOTDIR "$(datarootdir)"'; \
227	  echo '#define DATADIR "$(datadir)"'; \
228	  echo '#define SYSCONFDIR "$(sysconfdir)"'; \
229	  echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
230	  echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
231	  echo '#define RUNSTATEDIR "$(runstatedir)"'; \
232	  echo '#define INCLUDEDIR "$(includedir)"'; \
233	  echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
234	  echo '#define DOCDIR "$(docdir)"'; \
235	  echo '#define INFODIR "$(infodir)"'; \
236	  echo '#define HTMLDIR "$(htmldir)"'; \
237	  echo '#define DVIDIR "$(dvidir)"'; \
238	  echo '#define PDFDIR "$(pdfdir)"'; \
239	  echo '#define PSDIR "$(psdir)"'; \
240	  echo '#define LIBDIR "$(libdir)"'; \
241	  echo '#define LISPDIR "$(lispdir)"'; \
242	  echo '#define LOCALEDIR "$(localedir)"'; \
243	  echo '#define MANDIR "$(mandir)"'; \
244	  echo '#define MANEXT "$(manext)"'; \
245	  echo '#define PKGDATADIR "$(pkgdatadir)"'; \
246	  echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
247	  echo '#define PKGLIBDIR "$(pkglibdir)"'; \
248	  echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
249	} | sed '/""/d' > $@-t && \
250	mv -f $@-t $@
251
252BUILT_SOURCES += configmake.h
253CLEANFILES += configmake.h configmake.h-t
254
255## end   gnulib module configmake
256
257## begin gnulib module connect
258
259
260EXTRA_DIST += connect.c w32sock.h
261
262EXTRA_libgnu_a_SOURCES += connect.c
263
264## end   gnulib module connect
265
266## begin gnulib module crypto/md5
267
268libgnu_a_SOURCES += md5.c
269
270EXTRA_DIST += gl_openssl.h md5.h
271
272## end   gnulib module crypto/md5
273
274## begin gnulib module crypto/sha1
275
276libgnu_a_SOURCES += sha1.c
277
278EXTRA_DIST += gl_openssl.h sha1.h
279
280## end   gnulib module crypto/sha1
281
282## begin gnulib module dirname-lgpl
283
284libgnu_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
285
286EXTRA_DIST += dirname.h
287
288## end   gnulib module dirname-lgpl
289
290## begin gnulib module dosname
291
292
293EXTRA_DIST += dosname.h
294
295## end   gnulib module dosname
296
297## begin gnulib module dup2
298
299
300EXTRA_DIST += dup2.c
301
302EXTRA_libgnu_a_SOURCES += dup2.c
303
304## end   gnulib module dup2
305
306## begin gnulib module errno
307
308BUILT_SOURCES += $(ERRNO_H)
309
310# We need the following in order to create <errno.h> when the system
311# doesn't have one that is POSIX compliant.
312if GL_GENERATE_ERRNO_H
313errno.h: errno.in.h $(top_builddir)/config.status
314	$(AM_V_GEN)rm -f $@-t $@ && \
315	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
316	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
317	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
318	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
319	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
320	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
321	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
322	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
323	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
324	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
325	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
326	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
327	      < $(srcdir)/errno.in.h; \
328	} > $@-t && \
329	mv $@-t $@
330else
331errno.h: $(top_builddir)/config.status
332	rm -f $@
333endif
334MOSTLYCLEANFILES += errno.h errno.h-t
335
336EXTRA_DIST += errno.in.h
337
338## end   gnulib module errno
339
340## begin gnulib module error
341
342
343EXTRA_DIST += error.c error.h
344
345EXTRA_libgnu_a_SOURCES += error.c
346
347## end   gnulib module error
348
349## begin gnulib module exitfail
350
351libgnu_a_SOURCES += exitfail.c
352
353EXTRA_DIST += exitfail.h
354
355## end   gnulib module exitfail
356
357## begin gnulib module fatal-signal
358
359libgnu_a_SOURCES += fatal-signal.h fatal-signal.c
360
361## end   gnulib module fatal-signal
362
363## begin gnulib module fcntl
364
365
366EXTRA_DIST += fcntl.c
367
368EXTRA_libgnu_a_SOURCES += fcntl.c
369
370## end   gnulib module fcntl
371
372## begin gnulib module fcntl-h
373
374BUILT_SOURCES += fcntl.h
375
376# We need the following in order to create <fcntl.h> when the system
377# doesn't have one that works with the given compiler.
378fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
379	$(AM_V_GEN)rm -f $@-t $@ && \
380	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
381	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
382	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
383	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
384	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
385	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
386	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
387	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
388	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
389	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
390	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
391	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
392	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
393	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
394	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
395	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
396	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
397	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
398	      < $(srcdir)/fcntl.in.h; \
399	} > $@-t && \
400	mv $@-t $@
401MOSTLYCLEANFILES += fcntl.h fcntl.h-t
402
403EXTRA_DIST += fcntl.in.h
404
405## end   gnulib module fcntl-h
406
407## begin gnulib module fd-hook
408
409libgnu_a_SOURCES += fd-hook.c
410
411EXTRA_DIST += fd-hook.h
412
413## end   gnulib module fd-hook
414
415## begin gnulib module fd-safer-flag
416
417libgnu_a_SOURCES += fd-safer-flag.c dup-safer-flag.c
418
419## end   gnulib module fd-safer-flag
420
421## begin gnulib module float
422
423BUILT_SOURCES += $(FLOAT_H)
424
425# We need the following in order to create <float.h> when the system
426# doesn't have one that works with the given compiler.
427if GL_GENERATE_FLOAT_H
428float.h: float.in.h $(top_builddir)/config.status
429	$(AM_V_GEN)rm -f $@-t $@ && \
430	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
431	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
432	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
433	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
434	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
435	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
436	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
437	      < $(srcdir)/float.in.h; \
438	} > $@-t && \
439	mv $@-t $@
440else
441float.h: $(top_builddir)/config.status
442	rm -f $@
443endif
444MOSTLYCLEANFILES += float.h float.h-t
445
446EXTRA_DIST += float.c float.in.h itold.c
447
448EXTRA_libgnu_a_SOURCES += float.c itold.c
449
450## end   gnulib module float
451
452## begin gnulib module fseek
453
454
455EXTRA_DIST += fseek.c
456
457EXTRA_libgnu_a_SOURCES += fseek.c
458
459## end   gnulib module fseek
460
461## begin gnulib module fseeko
462
463
464EXTRA_DIST += fseeko.c stdio-impl.h
465
466EXTRA_libgnu_a_SOURCES += fseeko.c
467
468## end   gnulib module fseeko
469
470## begin gnulib module fstat
471
472
473EXTRA_DIST += fstat.c
474
475EXTRA_libgnu_a_SOURCES += fstat.c
476
477## end   gnulib module fstat
478
479## begin gnulib module ftell
480
481
482EXTRA_DIST += ftell.c
483
484EXTRA_libgnu_a_SOURCES += ftell.c
485
486## end   gnulib module ftell
487
488## begin gnulib module ftello
489
490
491EXTRA_DIST += ftello.c stdio-impl.h
492
493EXTRA_libgnu_a_SOURCES += ftello.c
494
495## end   gnulib module ftello
496
497## begin gnulib module futimens
498
499
500EXTRA_DIST += futimens.c
501
502EXTRA_libgnu_a_SOURCES += futimens.c
503
504## end   gnulib module futimens
505
506## begin gnulib module getaddrinfo
507
508
509EXTRA_DIST += gai_strerror.c getaddrinfo.c
510
511EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c
512
513## end   gnulib module getaddrinfo
514
515## begin gnulib module getdelim
516
517
518EXTRA_DIST += getdelim.c
519
520EXTRA_libgnu_a_SOURCES += getdelim.c
521
522## end   gnulib module getdelim
523
524## begin gnulib module getdtablesize
525
526
527EXTRA_DIST += getdtablesize.c
528
529EXTRA_libgnu_a_SOURCES += getdtablesize.c
530
531## end   gnulib module getdtablesize
532
533## begin gnulib module getline
534
535
536EXTRA_DIST += getline.c
537
538EXTRA_libgnu_a_SOURCES += getline.c
539
540## end   gnulib module getline
541
542## begin gnulib module getopt-posix
543
544BUILT_SOURCES += $(GETOPT_H)
545
546# We need the following in order to create <getopt.h> when the system
547# doesn't have one that works with the given compiler.
548getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
549	$(AM_V_GEN)rm -f $@-t $@ && \
550	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
551	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
552	      -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
553	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
554	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
555	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
556	      -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
557	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
558	      < $(srcdir)/getopt.in.h; \
559	} > $@-t && \
560	mv -f $@-t $@
561MOSTLYCLEANFILES += getopt.h getopt.h-t
562
563EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
564
565EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
566
567## end   gnulib module getopt-posix
568
569## begin gnulib module getpass-gnu
570
571
572EXTRA_DIST += getpass.c getpass.h
573
574EXTRA_libgnu_a_SOURCES += getpass.c
575
576## end   gnulib module getpass-gnu
577
578## begin gnulib module getpeername
579
580
581EXTRA_DIST += getpeername.c w32sock.h
582
583EXTRA_libgnu_a_SOURCES += getpeername.c
584
585## end   gnulib module getpeername
586
587## begin gnulib module getsockname
588
589
590EXTRA_DIST += getsockname.c w32sock.h
591
592EXTRA_libgnu_a_SOURCES += getsockname.c
593
594## end   gnulib module getsockname
595
596## begin gnulib module gettext-h
597
598libgnu_a_SOURCES += gettext.h
599
600## end   gnulib module gettext-h
601
602## begin gnulib module gettime
603
604libgnu_a_SOURCES += gettime.c
605
606## end   gnulib module gettime
607
608## begin gnulib module gettimeofday
609
610
611EXTRA_DIST += gettimeofday.c
612
613EXTRA_libgnu_a_SOURCES += gettimeofday.c
614
615## end   gnulib module gettimeofday
616
617## begin gnulib module git-version-gen
618
619
620EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
621
622## end   gnulib module git-version-gen
623
624## begin gnulib module gnumakefile
625
626distclean-local: clean-GNUmakefile
627clean-GNUmakefile:
628	test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
629
630EXTRA_DIST += $(top_srcdir)/GNUmakefile
631
632## end   gnulib module gnumakefile
633
634## begin gnulib module gnupload
635
636
637EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
638
639## end   gnulib module gnupload
640
641## begin gnulib module havelib
642
643
644EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
645
646## end   gnulib module havelib
647
648## begin gnulib module iconv-h
649
650BUILT_SOURCES += $(ICONV_H)
651
652# We need the following in order to create <iconv.h> when the system
653# doesn't have one that works with the given compiler.
654if GL_GENERATE_ICONV_H
655iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
656	$(AM_V_GEN)rm -f $@-t $@ && \
657	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
658	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
659	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
660	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
661	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
662	      -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
663	      -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \
664	      -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
665	      -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
666	      -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
667	      -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \
668	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
669	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
670	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
671	      < $(srcdir)/iconv.in.h; \
672	} > $@-t && \
673	mv $@-t $@
674else
675iconv.h: $(top_builddir)/config.status
676	rm -f $@
677endif
678MOSTLYCLEANFILES += iconv.h iconv.h-t
679
680EXTRA_DIST += iconv.in.h
681
682## end   gnulib module iconv-h
683
684## begin gnulib module inet_ntop
685
686
687EXTRA_DIST += inet_ntop.c
688
689EXTRA_libgnu_a_SOURCES += inet_ntop.c
690
691## end   gnulib module inet_ntop
692
693## begin gnulib module intprops
694
695
696EXTRA_DIST += intprops.h
697
698## end   gnulib module intprops
699
700## begin gnulib module ioctl
701
702
703EXTRA_DIST += ioctl.c w32sock.h
704
705EXTRA_libgnu_a_SOURCES += ioctl.c
706
707## end   gnulib module ioctl
708
709## begin gnulib module iswblank
710
711
712EXTRA_DIST += iswblank.c
713
714EXTRA_libgnu_a_SOURCES += iswblank.c
715
716## end   gnulib module iswblank
717
718## begin gnulib module langinfo
719
720BUILT_SOURCES += langinfo.h
721
722# We need the following in order to create an empty placeholder for
723# <langinfo.h> when the system doesn't have one.
724langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
725	$(AM_V_GEN)rm -f $@-t $@ && \
726	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
727	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
728	      -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
729	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
730	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
731	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
732	      -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
733	      -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
734	      -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
735	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
736	      -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
737	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
738	      -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
739	      -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
740	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
741	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
742	      < $(srcdir)/langinfo.in.h; \
743	} > $@-t && \
744	mv $@-t $@
745MOSTLYCLEANFILES += langinfo.h langinfo.h-t
746
747EXTRA_DIST += langinfo.in.h
748
749## end   gnulib module langinfo
750
751## begin gnulib module listen
752
753
754EXTRA_DIST += listen.c w32sock.h
755
756EXTRA_libgnu_a_SOURCES += listen.c
757
758## end   gnulib module listen
759
760## begin gnulib module localcharset
761
762libgnu_a_SOURCES += localcharset.h localcharset.c
763
764# We need the following in order to install a simple file in $(libdir)
765# which is shared with other installed packages. We use a list of referencing
766# packages so that "make uninstall" will remove the file if and only if it
767# is not used by another installed package.
768# On systems with glibc-2.1 or newer, the file is redundant, therefore we
769# avoid installing it.
770
771all-local: charset.alias ref-add.sed ref-del.sed
772
773charset_alias = $(DESTDIR)$(libdir)/charset.alias
774charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
775install-exec-local: install-exec-localcharset
776install-exec-localcharset: all-local
777	if test $(GLIBC21) = no; then \
778	  case '$(host_os)' in \
779	    darwin[56]*) \
780	      need_charset_alias=true ;; \
781	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
782	      need_charset_alias=false ;; \
783	    *) \
784	      need_charset_alias=true ;; \
785	  esac ; \
786	else \
787	  need_charset_alias=false ; \
788	fi ; \
789	if $$need_charset_alias; then \
790	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
791	fi ; \
792	if test -f $(charset_alias); then \
793	  sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
794	  $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
795	  rm -f $(charset_tmp) ; \
796	else \
797	  if $$need_charset_alias; then \
798	    sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
799	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
800	    rm -f $(charset_tmp) ; \
801	  fi ; \
802	fi
803
804uninstall-local: uninstall-localcharset
805uninstall-localcharset: all-local
806	if test -f $(charset_alias); then \
807	  sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
808	  if grep '^# Packages using this file: $$' $(charset_tmp) \
809	      > /dev/null; then \
810	    rm -f $(charset_alias); \
811	  else \
812	    $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
813	  fi; \
814	  rm -f $(charset_tmp); \
815	fi
816
817charset.alias: config.charset
818	$(AM_V_GEN)rm -f t-$@ $@ && \
819	$(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
820	mv t-$@ $@
821
822SUFFIXES += .sed .sin
823.sin.sed:
824	$(AM_V_GEN)rm -f t-$@ $@ && \
825	sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
826	mv t-$@ $@
827
828CLEANFILES += charset.alias ref-add.sed ref-del.sed
829
830EXTRA_DIST += config.charset ref-add.sin ref-del.sin
831
832## end   gnulib module localcharset
833
834## begin gnulib module locale
835
836BUILT_SOURCES += locale.h
837
838# We need the following in order to create <locale.h> when the system
839# doesn't have one that provides all definitions.
840locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
841	$(AM_V_GEN)rm -f $@-t $@ && \
842	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
843	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
844	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
845	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
846	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
847	      -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
848	      -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
849	      -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
850	      -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
851	      -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
852	      -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
853	      -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
854	      -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
855	      -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
856	      -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
857	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
858	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
859	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
860	      < $(srcdir)/locale.in.h; \
861	} > $@-t && \
862	mv $@-t $@
863MOSTLYCLEANFILES += locale.h locale.h-t
864
865EXTRA_DIST += locale.in.h
866
867## end   gnulib module locale
868
869## begin gnulib module localeconv
870
871
872EXTRA_DIST += localeconv.c
873
874EXTRA_libgnu_a_SOURCES += localeconv.c
875
876## end   gnulib module localeconv
877
878## begin gnulib module lock
879
880libgnu_a_SOURCES += glthread/lock.h glthread/lock.c
881
882## end   gnulib module lock
883
884## begin gnulib module lseek
885
886
887EXTRA_DIST += lseek.c
888
889EXTRA_libgnu_a_SOURCES += lseek.c
890
891## end   gnulib module lseek
892
893## begin gnulib module lstat
894
895
896EXTRA_DIST += lstat.c
897
898EXTRA_libgnu_a_SOURCES += lstat.c
899
900## end   gnulib module lstat
901
902## begin gnulib module maintainer-makefile
903
904EXTRA_DIST += $(top_srcdir)/maint.mk
905
906## end   gnulib module maintainer-makefile
907
908## begin gnulib module malloc-posix
909
910
911EXTRA_DIST += malloc.c
912
913EXTRA_libgnu_a_SOURCES += malloc.c
914
915## end   gnulib module malloc-posix
916
917## begin gnulib module mbchar
918
919libgnu_a_SOURCES += mbchar.c
920
921EXTRA_DIST += mbchar.h
922
923## end   gnulib module mbchar
924
925## begin gnulib module mbiter
926
927libgnu_a_SOURCES += mbiter.h mbiter.c
928
929## end   gnulib module mbiter
930
931## begin gnulib module mbrtowc
932
933
934EXTRA_DIST += mbrtowc.c
935
936EXTRA_libgnu_a_SOURCES += mbrtowc.c
937
938## end   gnulib module mbrtowc
939
940## begin gnulib module mbsinit
941
942
943EXTRA_DIST += mbsinit.c
944
945EXTRA_libgnu_a_SOURCES += mbsinit.c
946
947## end   gnulib module mbsinit
948
949## begin gnulib module mbtowc
950
951
952EXTRA_DIST += mbtowc-impl.h mbtowc.c
953
954EXTRA_libgnu_a_SOURCES += mbtowc.c
955
956## end   gnulib module mbtowc
957
958## begin gnulib module memchr
959
960
961EXTRA_DIST += memchr.c memchr.valgrind
962
963EXTRA_libgnu_a_SOURCES += memchr.c
964
965## end   gnulib module memchr
966
967## begin gnulib module mkdir
968
969
970EXTRA_DIST += mkdir.c
971
972EXTRA_libgnu_a_SOURCES += mkdir.c
973
974## end   gnulib module mkdir
975
976## begin gnulib module mkostemp
977
978
979EXTRA_DIST += mkostemp.c
980
981EXTRA_libgnu_a_SOURCES += mkostemp.c
982
983## end   gnulib module mkostemp
984
985## begin gnulib module mkstemp
986
987
988EXTRA_DIST += mkstemp.c
989
990EXTRA_libgnu_a_SOURCES += mkstemp.c
991
992## end   gnulib module mkstemp
993
994## begin gnulib module msvc-inval
995
996
997EXTRA_DIST += msvc-inval.c msvc-inval.h
998
999EXTRA_libgnu_a_SOURCES += msvc-inval.c
1000
1001## end   gnulib module msvc-inval
1002
1003## begin gnulib module msvc-nothrow
1004
1005
1006EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1007
1008EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
1009
1010## end   gnulib module msvc-nothrow
1011
1012## begin gnulib module netdb
1013
1014BUILT_SOURCES += netdb.h
1015
1016# We need the following in order to create <netdb.h> when the system
1017# doesn't have one that works with the given compiler.
1018netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1019	$(AM_V_GEN)rm -f $@-t $@ && \
1020	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1021	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1022	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1023	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1024	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1025	      -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
1026	      -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
1027	      -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \
1028	      -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
1029	      -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
1030	      -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
1031	      -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
1032	      -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
1033	      -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \
1034	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1035	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1036	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1037	      < $(srcdir)/netdb.in.h; \
1038	} > $@-t && \
1039	mv $@-t $@
1040MOSTLYCLEANFILES += netdb.h netdb.h-t
1041
1042EXTRA_DIST += netdb.in.h
1043
1044## end   gnulib module netdb
1045
1046## begin gnulib module netinet_in
1047
1048BUILT_SOURCES += $(NETINET_IN_H)
1049
1050# We need the following in order to create <netinet/in.h> when the system
1051# doesn't have one.
1052if GL_GENERATE_NETINET_IN_H
1053netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
1054	$(AM_V_at)$(MKDIR_P) netinet
1055	$(AM_V_GEN)rm -f $@-t $@ && \
1056	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1057	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1058	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1059	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1060	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1061	      -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
1062	      -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
1063	      < $(srcdir)/netinet_in.in.h; \
1064	} > $@-t && \
1065	mv $@-t $@
1066else
1067netinet/in.h: $(top_builddir)/config.status
1068	rm -f $@
1069endif
1070MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
1071MOSTLYCLEANDIRS += netinet
1072
1073EXTRA_DIST += netinet_in.in.h
1074
1075## end   gnulib module netinet_in
1076
1077## begin gnulib module nl_langinfo
1078
1079
1080EXTRA_DIST += nl_langinfo.c
1081
1082EXTRA_libgnu_a_SOURCES += nl_langinfo.c
1083
1084## end   gnulib module nl_langinfo
1085
1086## begin gnulib module open
1087
1088
1089EXTRA_DIST += open.c
1090
1091EXTRA_libgnu_a_SOURCES += open.c
1092
1093## end   gnulib module open
1094
1095## begin gnulib module pathmax
1096
1097
1098EXTRA_DIST += pathmax.h
1099
1100## end   gnulib module pathmax
1101
1102## begin gnulib module pipe
1103
1104
1105EXTRA_DIST += pipe.h
1106
1107## end   gnulib module pipe
1108
1109## begin gnulib module pipe2
1110
1111libgnu_a_SOURCES += pipe2.c
1112
1113## end   gnulib module pipe2
1114
1115## begin gnulib module pipe2-safer
1116
1117libgnu_a_SOURCES += pipe2-safer.c
1118
1119## end   gnulib module pipe2-safer
1120
1121## begin gnulib module posix_spawn-internal
1122
1123
1124EXTRA_DIST += spawn_int.h spawni.c
1125
1126EXTRA_libgnu_a_SOURCES += spawni.c
1127
1128## end   gnulib module posix_spawn-internal
1129
1130## begin gnulib module posix_spawn_file_actions_addclose
1131
1132
1133EXTRA_DIST += spawn_faction_addclose.c spawn_int.h
1134
1135EXTRA_libgnu_a_SOURCES += spawn_faction_addclose.c
1136
1137## end   gnulib module posix_spawn_file_actions_addclose
1138
1139## begin gnulib module posix_spawn_file_actions_adddup2
1140
1141
1142EXTRA_DIST += spawn_faction_adddup2.c spawn_int.h
1143
1144EXTRA_libgnu_a_SOURCES += spawn_faction_adddup2.c
1145
1146## end   gnulib module posix_spawn_file_actions_adddup2
1147
1148## begin gnulib module posix_spawn_file_actions_addopen
1149
1150
1151EXTRA_DIST += spawn_faction_addopen.c spawn_int.h
1152
1153EXTRA_libgnu_a_SOURCES += spawn_faction_addopen.c
1154
1155## end   gnulib module posix_spawn_file_actions_addopen
1156
1157## begin gnulib module posix_spawn_file_actions_destroy
1158
1159
1160EXTRA_DIST += spawn_faction_destroy.c
1161
1162EXTRA_libgnu_a_SOURCES += spawn_faction_destroy.c
1163
1164## end   gnulib module posix_spawn_file_actions_destroy
1165
1166## begin gnulib module posix_spawn_file_actions_init
1167
1168
1169EXTRA_DIST += spawn_faction_init.c spawn_int.h
1170
1171EXTRA_libgnu_a_SOURCES += spawn_faction_init.c
1172
1173## end   gnulib module posix_spawn_file_actions_init
1174
1175## begin gnulib module posix_spawnattr_destroy
1176
1177
1178EXTRA_DIST += spawnattr_destroy.c
1179
1180EXTRA_libgnu_a_SOURCES += spawnattr_destroy.c
1181
1182## end   gnulib module posix_spawnattr_destroy
1183
1184## begin gnulib module posix_spawnattr_init
1185
1186
1187EXTRA_DIST += spawnattr_init.c
1188
1189EXTRA_libgnu_a_SOURCES += spawnattr_init.c
1190
1191## end   gnulib module posix_spawnattr_init
1192
1193## begin gnulib module posix_spawnattr_setflags
1194
1195
1196EXTRA_DIST += spawnattr_setflags.c
1197
1198EXTRA_libgnu_a_SOURCES += spawnattr_setflags.c
1199
1200## end   gnulib module posix_spawnattr_setflags
1201
1202## begin gnulib module posix_spawnattr_setsigmask
1203
1204
1205EXTRA_DIST += spawnattr_setsigmask.c
1206
1207EXTRA_libgnu_a_SOURCES += spawnattr_setsigmask.c
1208
1209## end   gnulib module posix_spawnattr_setsigmask
1210
1211## begin gnulib module posix_spawnp
1212
1213
1214EXTRA_DIST += spawnp.c
1215
1216EXTRA_libgnu_a_SOURCES += spawnp.c
1217
1218## end   gnulib module posix_spawnp
1219
1220## begin gnulib module quote
1221
1222
1223EXTRA_DIST += quote.h
1224
1225## end   gnulib module quote
1226
1227## begin gnulib module quotearg
1228
1229libgnu_a_SOURCES += quotearg.c
1230
1231EXTRA_DIST += quote.h quotearg.h
1232
1233## end   gnulib module quotearg
1234
1235## begin gnulib module raise
1236
1237
1238EXTRA_DIST += raise.c
1239
1240EXTRA_libgnu_a_SOURCES += raise.c
1241
1242## end   gnulib module raise
1243
1244## begin gnulib module rawmemchr
1245
1246
1247EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
1248
1249EXTRA_libgnu_a_SOURCES += rawmemchr.c
1250
1251## end   gnulib module rawmemchr
1252
1253## begin gnulib module realloc-posix
1254
1255
1256EXTRA_DIST += realloc.c
1257
1258EXTRA_libgnu_a_SOURCES += realloc.c
1259
1260## end   gnulib module realloc-posix
1261
1262## begin gnulib module recv
1263
1264
1265EXTRA_DIST += recv.c w32sock.h
1266
1267EXTRA_libgnu_a_SOURCES += recv.c
1268
1269## end   gnulib module recv
1270
1271## begin gnulib module regex
1272
1273
1274EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
1275
1276EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
1277
1278## end   gnulib module regex
1279
1280## begin gnulib module sched
1281
1282BUILT_SOURCES += $(SCHED_H)
1283
1284# We need the following in order to create a replacement for <sched.h> when
1285# the system doesn't have one.
1286if GL_GENERATE_SCHED_H
1287sched.h: sched.in.h $(top_builddir)/config.status
1288	$(AM_V_GEN)rm -f $@-t $@ && \
1289	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1290	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1291	      -e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \
1292	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1293	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1294	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1295	      -e 's|@''NEXT_SCHED_H''@|$(NEXT_SCHED_H)|g' \
1296	      -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|$(HAVE_STRUCT_SCHED_PARAM)|g' \
1297	      < $(srcdir)/sched.in.h; \
1298	} > $@-t && \
1299	mv $@-t $@
1300else
1301sched.h: $(top_builddir)/config.status
1302	rm -f $@
1303endif
1304MOSTLYCLEANFILES += sched.h sched.h-t
1305
1306EXTRA_DIST += sched.in.h
1307
1308## end   gnulib module sched
1309
1310## begin gnulib module secure_getenv
1311
1312
1313EXTRA_DIST += secure_getenv.c
1314
1315EXTRA_libgnu_a_SOURCES += secure_getenv.c
1316
1317## end   gnulib module secure_getenv
1318
1319## begin gnulib module select
1320
1321
1322EXTRA_DIST += select.c
1323
1324EXTRA_libgnu_a_SOURCES += select.c
1325
1326## end   gnulib module select
1327
1328## begin gnulib module send
1329
1330
1331EXTRA_DIST += send.c w32sock.h
1332
1333EXTRA_libgnu_a_SOURCES += send.c
1334
1335## end   gnulib module send
1336
1337## begin gnulib module setsockopt
1338
1339
1340EXTRA_DIST += setsockopt.c w32sock.h
1341
1342EXTRA_libgnu_a_SOURCES += setsockopt.c
1343
1344## end   gnulib module setsockopt
1345
1346## begin gnulib module sigaction
1347
1348libgnu_a_SOURCES += sig-handler.c
1349
1350EXTRA_DIST += sig-handler.h sigaction.c
1351
1352EXTRA_libgnu_a_SOURCES += sigaction.c
1353
1354## end   gnulib module sigaction
1355
1356## begin gnulib module signal-h
1357
1358BUILT_SOURCES += signal.h
1359
1360# We need the following in order to create <signal.h> when the system
1361# doesn't have a complete one.
1362signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1363	$(AM_V_GEN)rm -f $@-t $@ && \
1364	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1365	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1366	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1367	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1368	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1369	      -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
1370	      -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
1371	      -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
1372	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
1373	      -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
1374	      -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
1375	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
1376	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
1377	      -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
1378	      -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
1379	      -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
1380	      -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
1381	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
1382	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
1383	      -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
1384	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
1385	      -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
1386	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1387	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1388	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1389	      < $(srcdir)/signal.in.h; \
1390	} > $@-t && \
1391	mv $@-t $@
1392MOSTLYCLEANFILES += signal.h signal.h-t
1393
1394EXTRA_DIST += signal.in.h
1395
1396## end   gnulib module signal-h
1397
1398## begin gnulib module sigpipe
1399
1400
1401EXTRA_DIST += stdio-write.c
1402
1403EXTRA_libgnu_a_SOURCES += stdio-write.c
1404
1405## end   gnulib module sigpipe
1406
1407## begin gnulib module sigprocmask
1408
1409
1410EXTRA_DIST += sigprocmask.c
1411
1412EXTRA_libgnu_a_SOURCES += sigprocmask.c
1413
1414## end   gnulib module sigprocmask
1415
1416## begin gnulib module size_max
1417
1418libgnu_a_SOURCES += size_max.h
1419
1420## end   gnulib module size_max
1421
1422## begin gnulib module snippet/_Noreturn
1423
1424# Because this Makefile snippet defines a variable used by other
1425# gnulib Makefile snippets, it must be present in all Makefile.am that
1426# need it. This is ensured by the applicability 'all' defined above.
1427
1428_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
1429
1430EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
1431
1432## end   gnulib module snippet/_Noreturn
1433
1434## begin gnulib module snippet/arg-nonnull
1435
1436# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1437# statements but through direct file reference. Therefore this snippet must be
1438# present in all Makefile.am that need it. This is ensured by the applicability
1439# 'all' defined above.
1440
1441BUILT_SOURCES += arg-nonnull.h
1442# The arg-nonnull.h that gets inserted into generated .h files is the same as
1443# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1444# off.
1445arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1446	$(AM_V_GEN)rm -f $@-t $@ && \
1447	sed -n -e '/GL_ARG_NONNULL/,$$p' \
1448	  < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1449	  > $@-t && \
1450	mv $@-t $@
1451MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
1452
1453ARG_NONNULL_H=arg-nonnull.h
1454
1455EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1456
1457## end   gnulib module snippet/arg-nonnull
1458
1459## begin gnulib module snippet/c++defs
1460
1461# The BUILT_SOURCES created by this Makefile snippet are not used via #include
1462# statements but through direct file reference. Therefore this snippet must be
1463# present in all Makefile.am that need it. This is ensured by the applicability
1464# 'all' defined above.
1465
1466BUILT_SOURCES += c++defs.h
1467# The c++defs.h that gets inserted into generated .h files is the same as
1468# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
1469c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
1470	$(AM_V_GEN)rm -f $@-t $@ && \
1471	sed -n -e '/_GL_CXXDEFS/,$$p' \
1472	  < $(top_srcdir)/build-aux/snippet/c++defs.h \
1473	  > $@-t && \
1474	mv $@-t $@
1475MOSTLYCLEANFILES += c++defs.h c++defs.h-t
1476
1477CXXDEFS_H=c++defs.h
1478
1479EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
1480
1481## end   gnulib module snippet/c++defs
1482
1483## begin gnulib module snippet/warn-on-use
1484
1485BUILT_SOURCES += warn-on-use.h
1486# The warn-on-use.h that gets inserted into generated .h files is the same as
1487# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1488# off.
1489warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
1490	$(AM_V_GEN)rm -f $@-t $@ && \
1491	sed -n -e '/^.ifndef/,$$p' \
1492	  < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
1493	  > $@-t && \
1494	mv $@-t $@
1495MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1496
1497WARN_ON_USE_H=warn-on-use.h
1498
1499EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
1500
1501## end   gnulib module snippet/warn-on-use
1502
1503## begin gnulib module snprintf
1504
1505
1506EXTRA_DIST += snprintf.c
1507
1508EXTRA_libgnu_a_SOURCES += snprintf.c
1509
1510## end   gnulib module snprintf
1511
1512## begin gnulib module socket
1513
1514
1515EXTRA_DIST += socket.c w32sock.h
1516
1517EXTRA_libgnu_a_SOURCES += socket.c
1518
1519## end   gnulib module socket
1520
1521## begin gnulib module sockets
1522
1523libgnu_a_SOURCES += sockets.h sockets.c
1524
1525EXTRA_DIST += w32sock.h
1526
1527## end   gnulib module sockets
1528
1529## begin gnulib module spawn
1530
1531BUILT_SOURCES += spawn.h
1532
1533# We need the following in order to create a replacement for <spawn.h> when
1534# the system doesn't have one.
1535spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1536	$(AM_V_GEN)rm -f $@-t $@ && \
1537	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1538	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1539	      -e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
1540	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1541	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1542	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1543	      -e 's|@''NEXT_SPAWN_H''@|$(NEXT_SPAWN_H)|g' \
1544	      -e 's/@''GNULIB_POSIX_SPAWN''@/$(GNULIB_POSIX_SPAWN)/g' \
1545	      -e 's/@''GNULIB_POSIX_SPAWNP''@/$(GNULIB_POSIX_SPAWNP)/g' \
1546	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT)/g' \
1547	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE)/g' \
1548	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2)/g' \
1549	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN)/g' \
1550	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/$(GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY)/g' \
1551	      -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/$(GNULIB_POSIX_SPAWNATTR_INIT)/g' \
1552	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/$(GNULIB_POSIX_SPAWNATTR_GETFLAGS)/g' \
1553	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/$(GNULIB_POSIX_SPAWNATTR_SETFLAGS)/g' \
1554	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/$(GNULIB_POSIX_SPAWNATTR_GETPGROUP)/g' \
1555	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/$(GNULIB_POSIX_SPAWNATTR_SETPGROUP)/g' \
1556	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/$(GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM)/g' \
1557	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/$(GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM)/g' \
1558	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/$(GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY)/g' \
1559	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/$(GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY)/g' \
1560	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/$(GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT)/g' \
1561	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/$(GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT)/g' \
1562	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/$(GNULIB_POSIX_SPAWNATTR_GETSIGMASK)/g' \
1563	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/$(GNULIB_POSIX_SPAWNATTR_SETSIGMASK)/g' \
1564	      -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/$(GNULIB_POSIX_SPAWNATTR_DESTROY)/g' \
1565	      -e 's|@''HAVE_POSIX_SPAWN''@|$(HAVE_POSIX_SPAWN)|g' \
1566	      -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|$(HAVE_POSIX_SPAWNATTR_T)|g' \
1567	      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|$(HAVE_POSIX_SPAWN_FILE_ACTIONS_T)|g' \
1568	      -e 's|@''REPLACE_POSIX_SPAWN''@|$(REPLACE_POSIX_SPAWN)|g' \
1569	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE)|g' \
1570	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2)|g' \
1571	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|$(REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN)|g' \
1572	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1573	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1574	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1575	      < $(srcdir)/spawn.in.h; \
1576	} > $@-t && \
1577	mv $@-t $@
1578MOSTLYCLEANFILES += spawn.h spawn.h-t
1579
1580EXTRA_DIST += spawn.in.h
1581
1582## end   gnulib module spawn
1583
1584## begin gnulib module spawn-pipe
1585
1586libgnu_a_SOURCES += spawn-pipe.h spawn-pipe.c w32spawn.h
1587
1588## end   gnulib module spawn-pipe
1589
1590## begin gnulib module stat
1591
1592
1593EXTRA_DIST += stat.c
1594
1595EXTRA_libgnu_a_SOURCES += stat.c
1596
1597## end   gnulib module stat
1598
1599## begin gnulib module stat-time
1600
1601libgnu_a_SOURCES += stat-time.c
1602
1603EXTRA_DIST += stat-time.h
1604
1605## end   gnulib module stat-time
1606
1607## begin gnulib module stdalign
1608
1609BUILT_SOURCES += $(STDALIGN_H)
1610
1611# We need the following in order to create <stdalign.h> when the system
1612# doesn't have one that works.
1613if GL_GENERATE_STDALIGN_H
1614stdalign.h: stdalign.in.h $(top_builddir)/config.status
1615	$(AM_V_GEN)rm -f $@-t $@ && \
1616	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1617	  cat $(srcdir)/stdalign.in.h; \
1618	} > $@-t && \
1619	mv $@-t $@
1620else
1621stdalign.h: $(top_builddir)/config.status
1622	rm -f $@
1623endif
1624MOSTLYCLEANFILES += stdalign.h stdalign.h-t
1625
1626EXTRA_DIST += stdalign.in.h
1627
1628## end   gnulib module stdalign
1629
1630## begin gnulib module stdbool
1631
1632BUILT_SOURCES += $(STDBOOL_H)
1633
1634# We need the following in order to create <stdbool.h> when the system
1635# doesn't have one that works.
1636if GL_GENERATE_STDBOOL_H
1637stdbool.h: stdbool.in.h $(top_builddir)/config.status
1638	$(AM_V_GEN)rm -f $@-t $@ && \
1639	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1640	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1641	} > $@-t && \
1642	mv $@-t $@
1643else
1644stdbool.h: $(top_builddir)/config.status
1645	rm -f $@
1646endif
1647MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1648
1649EXTRA_DIST += stdbool.in.h
1650
1651## end   gnulib module stdbool
1652
1653## begin gnulib module stddef
1654
1655BUILT_SOURCES += $(STDDEF_H)
1656
1657# We need the following in order to create <stddef.h> when the system
1658# doesn't have one that works with the given compiler.
1659if GL_GENERATE_STDDEF_H
1660stddef.h: stddef.in.h $(top_builddir)/config.status
1661	$(AM_V_GEN)rm -f $@-t $@ && \
1662	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1663	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1664	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1665	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1666	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1667	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1668	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1669	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1670	      < $(srcdir)/stddef.in.h; \
1671	} > $@-t && \
1672	mv $@-t $@
1673else
1674stddef.h: $(top_builddir)/config.status
1675	rm -f $@
1676endif
1677MOSTLYCLEANFILES += stddef.h stddef.h-t
1678
1679EXTRA_DIST += stddef.in.h
1680
1681## end   gnulib module stddef
1682
1683## begin gnulib module stdint
1684
1685BUILT_SOURCES += $(STDINT_H)
1686
1687# We need the following in order to create <stdint.h> when the system
1688# doesn't have one that works with the given compiler.
1689if GL_GENERATE_STDINT_H
1690stdint.h: stdint.in.h $(top_builddir)/config.status
1691	$(AM_V_GEN)rm -f $@-t $@ && \
1692	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1693	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1694	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1695	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1696	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1697	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1698	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1699	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1700	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1701	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1702	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1703	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1704	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1705	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1706	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1707	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1708	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1709	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1710	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1711	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1712	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1713	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1714	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1715	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1716	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1717	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1718	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1719	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1720	      < $(srcdir)/stdint.in.h; \
1721	} > $@-t && \
1722	mv $@-t $@
1723else
1724stdint.h: $(top_builddir)/config.status
1725	rm -f $@
1726endif
1727MOSTLYCLEANFILES += stdint.h stdint.h-t
1728
1729EXTRA_DIST += stdint.in.h
1730
1731## end   gnulib module stdint
1732
1733## begin gnulib module stdio
1734
1735BUILT_SOURCES += stdio.h
1736
1737# We need the following in order to create <stdio.h> when the system
1738# doesn't have one that works with the given compiler.
1739stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1740	$(AM_V_GEN)rm -f $@-t $@ && \
1741	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1742	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1743	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1744	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1745	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1746	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1747	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1748	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1749	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1750	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1751	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1752	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1753	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1754	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1755	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1756	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1757	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1758	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1759	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1760	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1761	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1762	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1763	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1764	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1765	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1766	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1767	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1768	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1769	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1770	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1771	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1772	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1773	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1774	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1775	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1776	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1777	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1778	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1779	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1780	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1781	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1782	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1783	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1784	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1785	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1786	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1787	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1788	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1789	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1790	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1791	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1792	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1793	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1794	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1795	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1796	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1797	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1798	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1799	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1800	      < $(srcdir)/stdio.in.h | \
1801	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1802	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1803	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1804	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1805	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1806	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1807	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1808	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1809	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1810	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1811	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1812	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1813	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1814	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1815	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1816	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1817	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1818	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1819	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1820	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1821	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1822	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1823	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1824	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1825	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1826	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1827	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1828	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1829	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1830	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1831	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1832	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1833	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1834	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1835	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1836	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1837	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1838	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1839	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1840	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1841	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1842	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1843	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1844	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1845	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1846	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1847	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1848	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1849	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1850	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1851	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1852	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1853	} > $@-t && \
1854	mv $@-t $@
1855MOSTLYCLEANFILES += stdio.h stdio.h-t
1856
1857EXTRA_DIST += stdio.in.h
1858
1859## end   gnulib module stdio
1860
1861## begin gnulib module stdlib
1862
1863BUILT_SOURCES += stdlib.h
1864
1865# We need the following in order to create <stdlib.h> when the system
1866# doesn't have one that works with the given compiler.
1867stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1868  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1869	$(AM_V_GEN)rm -f $@-t $@ && \
1870	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1871	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1872	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1873	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1874	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1875	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1876	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1877	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1878	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1879	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1880	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1881	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1882	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1883	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1884	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1885	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1886	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1887	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1888	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1889	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1890	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1891	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1892	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1893	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1894	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1895	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1896	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1897	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1898	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1899	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1900	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1901	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1902	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1903	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1904	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1905	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1906	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1907	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1908	      < $(srcdir)/stdlib.in.h | \
1909	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1910	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1911	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1912	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1913	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1914	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1915	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1916	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1917	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1918	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1919	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1920	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1921	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1922	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1923	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1924	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1925	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1926	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1927	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1928	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1929	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1930	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1931	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1932	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1933	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1934	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1935	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1936	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1937	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1938	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1939	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1940	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1941	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1942	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1943	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1944	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1945	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1946	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1947	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1948	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1949	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1950	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1951	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1952	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1953	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1954	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1955	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1956	} > $@-t && \
1957	mv $@-t $@
1958MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1959
1960EXTRA_DIST += stdlib.in.h
1961
1962## end   gnulib module stdlib
1963
1964## begin gnulib module strcase
1965
1966
1967EXTRA_DIST += strcasecmp.c strncasecmp.c
1968
1969EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
1970
1971## end   gnulib module strcase
1972
1973## begin gnulib module strcasestr-simple
1974
1975
1976EXTRA_DIST += str-two-way.h strcasestr.c
1977
1978EXTRA_libgnu_a_SOURCES += strcasestr.c
1979
1980## end   gnulib module strcasestr-simple
1981
1982## begin gnulib module strchrnul
1983
1984
1985EXTRA_DIST += strchrnul.c strchrnul.valgrind
1986
1987EXTRA_libgnu_a_SOURCES += strchrnul.c
1988
1989## end   gnulib module strchrnul
1990
1991## begin gnulib module streq
1992
1993
1994EXTRA_DIST += streq.h
1995
1996## end   gnulib module streq
1997
1998## begin gnulib module strerror
1999
2000
2001EXTRA_DIST += strerror.c
2002
2003EXTRA_libgnu_a_SOURCES += strerror.c
2004
2005## end   gnulib module strerror
2006
2007## begin gnulib module strerror-override
2008
2009
2010EXTRA_DIST += strerror-override.c strerror-override.h
2011
2012EXTRA_libgnu_a_SOURCES += strerror-override.c
2013
2014## end   gnulib module strerror-override
2015
2016## begin gnulib module strerror_r-posix
2017
2018
2019EXTRA_DIST += strerror_r.c
2020
2021EXTRA_libgnu_a_SOURCES += strerror_r.c
2022
2023## end   gnulib module strerror_r-posix
2024
2025## begin gnulib module string
2026
2027BUILT_SOURCES += string.h
2028
2029# We need the following in order to create <string.h> when the system
2030# doesn't have one that works with the given compiler.
2031string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2032	$(AM_V_GEN)rm -f $@-t $@ && \
2033	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2034	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2035	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2036	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2037	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2038	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2039	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2040	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2041	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2042	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2043	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2044	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2045	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2046	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2047	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2048	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2049	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2050	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2051	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2052	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2053	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2054	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2055	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2056	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2057	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2058	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2059	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2060	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2061	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2062	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2063	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2064	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2065	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2066	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2067	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2068	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2069	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2070	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2071	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2072	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2073	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2074	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2075	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2076	      < $(srcdir)/string.in.h | \
2077	  sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2078	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2079	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2080	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
2081	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2082	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2083	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2084	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2085	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2086	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2087	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2088	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2089	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2090	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2091	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2092	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2093	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2094	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2095	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2096	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2097	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2098	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2099	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2100	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2101	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2102	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2103	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2104	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2105	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2106	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2107	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2108	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2109	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2110	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2111	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2112	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2113	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2114	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2115	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2116	      < $(srcdir)/string.in.h; \
2117	} > $@-t && \
2118	mv $@-t $@
2119MOSTLYCLEANFILES += string.h string.h-t
2120
2121EXTRA_DIST += string.in.h
2122
2123## end   gnulib module string
2124
2125## begin gnulib module strings
2126
2127BUILT_SOURCES += strings.h
2128
2129# We need the following in order to create <strings.h> when the system
2130# doesn't have one that works with the given compiler.
2131strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2132	$(AM_V_GEN)rm -f $@-t $@ && \
2133	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2134	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2135	      -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
2136	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2137	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2138	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2139	      -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
2140	      -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
2141	      -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
2142	      -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
2143	      -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
2144	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2145	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2146	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2147	      < $(srcdir)/strings.in.h; \
2148	} > $@-t && \
2149	mv $@-t $@
2150MOSTLYCLEANFILES += strings.h strings.h-t
2151
2152EXTRA_DIST += strings.in.h
2153
2154## end   gnulib module strings
2155
2156## begin gnulib module strndup
2157
2158
2159EXTRA_DIST += strndup.c
2160
2161EXTRA_libgnu_a_SOURCES += strndup.c
2162
2163## end   gnulib module strndup
2164
2165## begin gnulib module strnlen
2166
2167
2168EXTRA_DIST += strnlen.c
2169
2170EXTRA_libgnu_a_SOURCES += strnlen.c
2171
2172## end   gnulib module strnlen
2173
2174## begin gnulib module strtok_r
2175
2176
2177EXTRA_DIST += strtok_r.c
2178
2179EXTRA_libgnu_a_SOURCES += strtok_r.c
2180
2181## end   gnulib module strtok_r
2182
2183## begin gnulib module sys_ioctl
2184
2185BUILT_SOURCES += sys/ioctl.h
2186
2187# We need the following in order to create <sys/ioctl.h> when the system
2188# does not have a complete one.
2189sys/ioctl.h: sys_ioctl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2190	$(AM_V_at)$(MKDIR_P) sys
2191	$(AM_V_GEN)rm -f $@-t $@ && \
2192	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2193	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2194	      -e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \
2195	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2196	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2197	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2198	      -e 's|@''NEXT_SYS_IOCTL_H''@|$(NEXT_SYS_IOCTL_H)|g' \
2199	      -e 's/@''GNULIB_IOCTL''@/$(GNULIB_IOCTL)/g' \
2200	      -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H)|g' \
2201	      -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2202	      -e 's|@''REPLACE_IOCTL''@|$(REPLACE_IOCTL)|g' \
2203	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2204	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2205	      < $(srcdir)/sys_ioctl.in.h; \
2206	} > $@-t && \
2207	mv $@-t $@
2208MOSTLYCLEANFILES += sys/ioctl.h sys/ioctl.h-t
2209MOSTLYCLEANDIRS += sys
2210
2211EXTRA_DIST += sys_ioctl.in.h
2212
2213## end   gnulib module sys_ioctl
2214
2215## begin gnulib module sys_select
2216
2217BUILT_SOURCES += sys/select.h
2218
2219# We need the following in order to create <sys/select.h> when the system
2220# doesn't have one that works with the given compiler.
2221sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2222	$(AM_V_at)$(MKDIR_P) sys
2223	$(AM_V_GEN)rm -f $@-t $@ && \
2224	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2225	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2226	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2227	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2228	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2229	      -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
2230	      -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
2231	      -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
2232	      -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
2233	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2234	      -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
2235	      -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
2236	      -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
2237	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2238	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2239	      < $(srcdir)/sys_select.in.h; \
2240	} > $@-t && \
2241	mv $@-t $@
2242MOSTLYCLEANFILES += sys/select.h sys/select.h-t
2243MOSTLYCLEANDIRS += sys
2244
2245EXTRA_DIST += sys_select.in.h
2246
2247## end   gnulib module sys_select
2248
2249## begin gnulib module sys_socket
2250
2251BUILT_SOURCES += sys/socket.h
2252libgnu_a_SOURCES += sys_socket.c
2253
2254# We need the following in order to create <sys/socket.h> when the system
2255# doesn't have one that works with the given compiler.
2256sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2257	$(AM_V_at)$(MKDIR_P) sys
2258	$(AM_V_GEN)rm -f $@-t $@ && \
2259	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2260	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2261	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2262	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2263	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2264	      -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
2265	      -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
2266	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2267	      -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
2268	      -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
2269	      -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
2270	      -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
2271	      -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
2272	      -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
2273	      -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
2274	      -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
2275	      -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
2276	      -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
2277	      -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
2278	      -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
2279	      -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
2280	      -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
2281	      -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
2282	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2283	      -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
2284	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
2285	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
2286	      -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
2287	      -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
2288	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2289	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2290	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2291	      < $(srcdir)/sys_socket.in.h; \
2292	} > $@-t && \
2293	mv -f $@-t $@
2294MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
2295MOSTLYCLEANDIRS += sys
2296
2297EXTRA_DIST += sys_socket.in.h
2298
2299## end   gnulib module sys_socket
2300
2301## begin gnulib module sys_stat
2302
2303BUILT_SOURCES += sys/stat.h
2304
2305# We need the following in order to create <sys/stat.h> when the system
2306# has one that is incomplete.
2307sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2308	$(AM_V_at)$(MKDIR_P) sys
2309	$(AM_V_GEN)rm -f $@-t $@ && \
2310	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2311	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2312	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2313	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2314	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2315	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2316	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2317	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2318	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2319	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2320	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2321	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2322	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2323	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2324	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2325	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2326	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2327	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2328	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2329	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2330	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2331	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2332	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2333	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2334	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2335	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2336	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2337	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2338	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2339	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2340	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2341	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2342	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2343	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2344	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2345	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2346	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2347	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2348	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2349	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2350	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2351	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2352	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2353	      < $(srcdir)/sys_stat.in.h; \
2354	} > $@-t && \
2355	mv $@-t $@
2356MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
2357MOSTLYCLEANDIRS += sys
2358
2359EXTRA_DIST += sys_stat.in.h
2360
2361## end   gnulib module sys_stat
2362
2363## begin gnulib module sys_time
2364
2365BUILT_SOURCES += sys/time.h
2366
2367# We need the following in order to create <sys/time.h> when the system
2368# doesn't have one that works with the given compiler.
2369sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2370	$(AM_V_at)$(MKDIR_P) sys
2371	$(AM_V_GEN)rm -f $@-t $@ && \
2372	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2373	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2374	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
2375	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2376	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2377	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2378	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
2379	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2380	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2381	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
2382	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
2383	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
2384	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
2385	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2386	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2387	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2388	      < $(srcdir)/sys_time.in.h; \
2389	} > $@-t && \
2390	mv $@-t $@
2391MOSTLYCLEANFILES += sys/time.h sys/time.h-t
2392
2393EXTRA_DIST += sys_time.in.h
2394
2395## end   gnulib module sys_time
2396
2397## begin gnulib module sys_types
2398
2399BUILT_SOURCES += sys/types.h
2400
2401# We need the following in order to create <sys/types.h> when the system
2402# doesn't have one that works with the given compiler.
2403sys/types.h: sys_types.in.h $(top_builddir)/config.status
2404	$(AM_V_at)$(MKDIR_P) sys
2405	$(AM_V_GEN)rm -f $@-t $@ && \
2406	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2407	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2408	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2409	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2410	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2411	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2412	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2413	      < $(srcdir)/sys_types.in.h; \
2414	} > $@-t && \
2415	mv $@-t $@
2416MOSTLYCLEANFILES += sys/types.h sys/types.h-t
2417
2418EXTRA_DIST += sys_types.in.h
2419
2420## end   gnulib module sys_types
2421
2422## begin gnulib module sys_uio
2423
2424BUILT_SOURCES += sys/uio.h
2425
2426# We need the following in order to create <sys/uio.h> when the system
2427# doesn't have one that works with the given compiler.
2428sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
2429	$(AM_V_at)$(MKDIR_P) sys
2430	$(AM_V_GEN)rm -f $@-t $@ && \
2431	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2432	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2433	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2434	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2435	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2436	      -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
2437	      -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
2438	      < $(srcdir)/sys_uio.in.h; \
2439	} > $@-t && \
2440	mv -f $@-t $@
2441MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
2442MOSTLYCLEANDIRS += sys
2443
2444EXTRA_DIST += sys_uio.in.h
2445
2446## end   gnulib module sys_uio
2447
2448## begin gnulib module sys_wait
2449
2450BUILT_SOURCES += sys/wait.h
2451
2452# We need the following in order to create <sys/wait.h> when the system
2453# has one that is incomplete.
2454sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2455	$(AM_V_at)$(MKDIR_P) sys
2456	$(AM_V_GEN)rm -f $@-t $@ && \
2457	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2458	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2459	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2460	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2461	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2462	      -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \
2463	      -e 's/@''GNULIB_WAITPID''@/$(GNULIB_WAITPID)/g' \
2464	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2465	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2466	      < $(srcdir)/sys_wait.in.h; \
2467	} > $@-t && \
2468	mv $@-t $@
2469MOSTLYCLEANFILES += sys/wait.h sys/wait.h-t
2470MOSTLYCLEANDIRS += sys
2471
2472EXTRA_DIST += sys_wait.in.h
2473
2474## end   gnulib module sys_wait
2475
2476## begin gnulib module tempname
2477
2478libgnu_a_SOURCES += tempname.c
2479
2480EXTRA_DIST += tempname.h
2481
2482## end   gnulib module tempname
2483
2484## begin gnulib module threadlib
2485
2486libgnu_a_SOURCES += glthread/threadlib.c
2487
2488EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
2489
2490## end   gnulib module threadlib
2491
2492## begin gnulib module time
2493
2494BUILT_SOURCES += time.h
2495
2496# We need the following in order to create <time.h> when the system
2497# doesn't have one that works with the given compiler.
2498time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2499	$(AM_V_GEN)rm -f $@-t $@ && \
2500	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2501	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2502	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2503	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2504	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2505	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2506	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2507	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2508	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2509	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2510	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2511	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2512	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2513	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2514	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2515	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2516	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2517	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2518	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2519	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2520	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2521	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2522	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2523	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2524	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2525	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2526	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2527	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2528	      < $(srcdir)/time.in.h; \
2529	} > $@-t && \
2530	mv $@-t $@
2531MOSTLYCLEANFILES += time.h time.h-t
2532
2533EXTRA_DIST += time.in.h
2534
2535## end   gnulib module time
2536
2537## begin gnulib module timespec
2538
2539libgnu_a_SOURCES += timespec.c
2540
2541EXTRA_DIST += timespec.h
2542
2543## end   gnulib module timespec
2544
2545## begin gnulib module tmpdir
2546
2547libgnu_a_SOURCES += tmpdir.h tmpdir.c
2548
2549## end   gnulib module tmpdir
2550
2551## begin gnulib module unistd
2552
2553BUILT_SOURCES += unistd.h
2554libgnu_a_SOURCES += unistd.c
2555
2556# We need the following in order to create an empty placeholder for
2557# <unistd.h> when the system doesn't have one.
2558unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2559	$(AM_V_GEN)rm -f $@-t $@ && \
2560	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2561	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2562	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2563	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2564	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2565	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2566	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2567	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2568	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2569	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2570	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2571	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2572	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2573	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2574	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2575	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2576	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2577	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2578	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2579	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2580	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2581	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2582	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2583	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2584	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2585	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2586	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2587	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2588	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2589	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2590	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2591	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2592	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2593	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2594	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2595	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2596	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2597	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2598	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2599	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2600	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2601	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2602	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2603	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2604	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2605	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2606	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2607	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2608	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2609	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2610	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2611	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2612	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2613	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2614	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2615	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2616	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2617	      < $(srcdir)/unistd.in.h | \
2618	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2619	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
2620	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2621	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2622	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2623	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2624	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2625	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2626	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2627	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2628	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2629	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2630	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2631	      -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
2632	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2633	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2634	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2635	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2636	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2637	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2638	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2639	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2640	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2641	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2642	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2643	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2644	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2645	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2646	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2647	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2648	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2649	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2650	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2651	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2652	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2653	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2654	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2655	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2656	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2657	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2658	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2659	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2660	  | \
2661	  sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2662	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2663	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2664	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2665	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2666	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2667	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2668	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2669	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2670	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2671	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2672	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2673	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2674	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2675	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2676	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2677	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2678	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2679	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2680	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2681	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2682	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2683	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2684	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2685	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2686	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2687	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2688	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2689	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2690	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2691	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2692	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2693	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2694	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2695	} > $@-t && \
2696	mv $@-t $@
2697MOSTLYCLEANFILES += unistd.h unistd.h-t
2698
2699EXTRA_DIST += unistd.in.h
2700
2701## end   gnulib module unistd
2702
2703## begin gnulib module unistd-safer
2704
2705libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
2706
2707EXTRA_DIST += unistd--.h unistd-safer.h
2708
2709## end   gnulib module unistd-safer
2710
2711## begin gnulib module unitypes
2712
2713BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
2714
2715unitypes.h: unitypes.in.h
2716	$(AM_V_GEN)rm -f $@-t $@ && \
2717	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2718	  cat $(srcdir)/unitypes.in.h; \
2719	} > $@-t && \
2720	mv -f $@-t $@
2721MOSTLYCLEANFILES += unitypes.h unitypes.h-t
2722
2723EXTRA_DIST += unitypes.in.h
2724
2725## end   gnulib module unitypes
2726
2727## begin gnulib module uniwidth/base
2728
2729BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
2730
2731uniwidth.h: uniwidth.in.h
2732	$(AM_V_GEN)rm -f $@-t $@ && \
2733	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2734	  cat $(srcdir)/uniwidth.in.h; \
2735	} > $@-t && \
2736	mv -f $@-t $@
2737MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t
2738
2739EXTRA_DIST += localcharset.h uniwidth.in.h
2740
2741## end   gnulib module uniwidth/base
2742
2743## begin gnulib module uniwidth/width
2744
2745if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH
2746libgnu_a_SOURCES += uniwidth/width.c
2747endif
2748
2749EXTRA_DIST += uniwidth/cjk.h
2750
2751## end   gnulib module uniwidth/width
2752
2753## begin gnulib module unlocked-io
2754
2755
2756EXTRA_DIST += unlocked-io.h
2757
2758## end   gnulib module unlocked-io
2759
2760## begin gnulib module update-copyright
2761
2762
2763EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
2764
2765## end   gnulib module update-copyright
2766
2767## begin gnulib module useless-if-before-free
2768
2769
2770EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
2771
2772## end   gnulib module useless-if-before-free
2773
2774## begin gnulib module utimens
2775
2776libgnu_a_SOURCES += utimens.c
2777
2778EXTRA_DIST += utimens.h
2779
2780## end   gnulib module utimens
2781
2782## begin gnulib module vasnprintf
2783
2784
2785EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2786
2787EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2788
2789## end   gnulib module vasnprintf
2790
2791## begin gnulib module vasprintf
2792
2793
2794EXTRA_DIST += asprintf.c vasprintf.c
2795
2796EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c
2797
2798## end   gnulib module vasprintf
2799
2800## begin gnulib module vc-list-files
2801
2802
2803EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
2804
2805## end   gnulib module vc-list-files
2806
2807## begin gnulib module verify
2808
2809
2810EXTRA_DIST += verify.h
2811
2812## end   gnulib module verify
2813
2814## begin gnulib module vsnprintf
2815
2816
2817EXTRA_DIST += vsnprintf.c
2818
2819EXTRA_libgnu_a_SOURCES += vsnprintf.c
2820
2821## end   gnulib module vsnprintf
2822
2823## begin gnulib module wait-process
2824
2825libgnu_a_SOURCES += wait-process.h wait-process.c
2826
2827## end   gnulib module wait-process
2828
2829## begin gnulib module waitpid
2830
2831
2832EXTRA_DIST += waitpid.c
2833
2834EXTRA_libgnu_a_SOURCES += waitpid.c
2835
2836## end   gnulib module waitpid
2837
2838## begin gnulib module wchar
2839
2840BUILT_SOURCES += wchar.h
2841
2842# We need the following in order to create <wchar.h> when the system
2843# version does not work standalone.
2844wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2845	$(AM_V_GEN)rm -f $@-t $@ && \
2846	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2847	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2848	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2849	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2850	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2851	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2852	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2853	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2854	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2855	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2856	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2857	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2858	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2859	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2860	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2861	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2862	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2863	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2864	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2865	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2866	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2867	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2868	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2869	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2870	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2871	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2872	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2873	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2874	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2875	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2876	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2877	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2878	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2879	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2880	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2881	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2882	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2883	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2884	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2885	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2886	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2887	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2888	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2889	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2890	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2891	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2892	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2893	      < $(srcdir)/wchar.in.h | \
2894	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2895	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2896	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2897	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2898	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2899	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2900	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2901	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2902	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2903	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2904	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2905	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2906	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2907	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2908	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2909	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2910	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2911	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2912	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2913	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2914	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2915	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2916	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2917	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2918	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2919	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2920	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2921	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2922	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2923	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2924	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2925	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2926	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2927	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2928	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2929	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2930	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2931	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2932	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2933	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2934	  | \
2935	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2936	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2937	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2938	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2939	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2940	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2941	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2942	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2943	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2944	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2945	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2946	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2947	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2948	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2949	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2950	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2951	} > $@-t && \
2952	mv $@-t $@
2953MOSTLYCLEANFILES += wchar.h wchar.h-t
2954
2955EXTRA_DIST += wchar.in.h
2956
2957## end   gnulib module wchar
2958
2959## begin gnulib module wcrtomb
2960
2961
2962EXTRA_DIST += wcrtomb.c
2963
2964EXTRA_libgnu_a_SOURCES += wcrtomb.c
2965
2966## end   gnulib module wcrtomb
2967
2968## begin gnulib module wctype-h
2969
2970BUILT_SOURCES += wctype.h
2971libgnu_a_SOURCES += wctype-h.c
2972
2973# We need the following in order to create <wctype.h> when the system
2974# doesn't have one that works with the given compiler.
2975wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2976	$(AM_V_GEN)rm -f $@-t $@ && \
2977	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2978	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2979	      -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
2980	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2981	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2982	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2983	      -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
2984	      -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
2985	      -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
2986	      -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
2987	      -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
2988	      -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
2989	      -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
2990	      -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
2991	      -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
2992	      -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
2993	      -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
2994	      -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
2995	      -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
2996	      -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
2997	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2998	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2999	      < $(srcdir)/wctype.in.h; \
3000	} > $@-t && \
3001	mv $@-t $@
3002MOSTLYCLEANFILES += wctype.h wctype.h-t
3003
3004EXTRA_DIST += wctype.in.h
3005
3006## end   gnulib module wctype-h
3007
3008## begin gnulib module wcwidth
3009
3010
3011EXTRA_DIST += wcwidth.c
3012
3013EXTRA_libgnu_a_SOURCES += wcwidth.c
3014
3015## end   gnulib module wcwidth
3016
3017## begin gnulib module write
3018
3019
3020EXTRA_DIST += write.c
3021
3022EXTRA_libgnu_a_SOURCES += write.c
3023
3024## end   gnulib module write
3025
3026## begin gnulib module xalloc
3027
3028libgnu_a_SOURCES += xmalloc.c
3029
3030EXTRA_DIST += xalloc.h
3031
3032## end   gnulib module xalloc
3033
3034## begin gnulib module xalloc-die
3035
3036libgnu_a_SOURCES += xalloc-die.c
3037
3038## end   gnulib module xalloc-die
3039
3040## begin gnulib module xalloc-oversized
3041
3042
3043EXTRA_DIST += xalloc-oversized.h
3044
3045## end   gnulib module xalloc-oversized
3046
3047## begin gnulib module xsize
3048
3049libgnu_a_SOURCES += xsize.h xsize.c
3050
3051## end   gnulib module xsize
3052
3053## begin gnulib module xstrndup
3054
3055libgnu_a_SOURCES += xstrndup.h xstrndup.c
3056
3057## end   gnulib module xstrndup
3058
3059
3060mostlyclean-local: mostlyclean-generic
3061	@for dir in '' $(MOSTLYCLEANDIRS); do \
3062	  if test -n "$$dir" && test -d $$dir; then \
3063	    echo "rmdir $$dir"; rmdir $$dir; \
3064	  fi; \
3065	done; \
3066	:
3067