]> git.cworth.org Git - tar/blob - gnu/Makefile.am
b34cc13297dd27fc9e91345ffb2c9c618493fd7a
[tar] / gnu / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgnu --source-base=gnu --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=lock --no-libtool --macro-prefix=gl alloca argmatch argp argp-version-etc backupfile canonicalize closeout configmake dirname error exclude exitfail fileblocks fnmatch-gnu fseeko ftruncate full-write getdate getline getopt getopt-gnu getpagesize gettext gettime gitlog-to-changelog hash human inttostr inttypes lchown localcharset mkdtemp modechange obstack priv-set progname quote quotearg rpmatch safe-read save-cwd savedir setenv snprintf stat-time stdbool stdint stpcpy strdup-posix strerror strtol strtoul timespec unlinkdir unlocked-io utimens version-etc-fsf xalloc xalloc-die xgetcwd xstrtoumax xvasprintf
13
14 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
15
16 SUBDIRS =
17 noinst_HEADERS =
18 noinst_LIBRARIES =
19 noinst_LTLIBRARIES =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES = core *.stackdump
24 MOSTLYCLEANDIRS =
25 CLEANFILES =
26 DISTCLEANFILES =
27 MAINTAINERCLEANFILES =
28
29 AM_CPPFLAGS =
30 AM_CFLAGS =
31
32 noinst_LIBRARIES += libgnu.a
33
34 libgnu_a_SOURCES =
35 libgnu_a_LIBADD = $(gl_LIBOBJS)
36 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
37 EXTRA_libgnu_a_SOURCES =
38
39 ## begin gnulib module alloca
40
41
42 EXTRA_DIST += alloca.c
43
44 EXTRA_libgnu_a_SOURCES += alloca.c
45
46 libgnu_a_LIBADD += @ALLOCA@
47 libgnu_a_DEPENDENCIES += @ALLOCA@
48 ## end   gnulib module alloca
49
50 ## begin gnulib module alloca-opt
51
52 BUILT_SOURCES += $(ALLOCA_H)
53
54 # We need the following in order to create <alloca.h> when the system
55 # doesn't have one that works with the given compiler.
56 alloca.h: alloca.in.h
57         $(AM_V_GEN)rm -f $@-t $@ && \
58         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
59           cat $(srcdir)/alloca.in.h; \
60         } > $@-t && \
61         mv -f $@-t $@
62 MOSTLYCLEANFILES += alloca.h alloca.h-t
63
64 EXTRA_DIST += alloca.in.h
65
66 ## end   gnulib module alloca-opt
67
68 ## begin gnulib module areadlink-with-size
69
70 libgnu_a_SOURCES += areadlink-with-size.c
71
72 EXTRA_DIST += areadlink.h
73
74 ## end   gnulib module areadlink-with-size
75
76 ## begin gnulib module arg-nonnull
77
78 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
79 # statements but through direct file reference. Therefore this snippet must be
80 # present in all Makefile.am that need it. This is ensured by the applicability
81 # 'all' defined above.
82
83 BUILT_SOURCES += arg-nonnull.h
84 # The arg-nonnull.h that gets inserted into generated .h files is the same as
85 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
86 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
87         $(AM_V_GEN)rm -f $@-t $@ && \
88         sed -n -e '/GL_ARG_NONNULL/,$$p' \
89           < $(top_srcdir)/build-aux/arg-nonnull.h \
90           > $@-t && \
91         mv $@-t $@
92 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
93
94 ARG_NONNULL_H=arg-nonnull.h
95
96 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
97
98 ## end   gnulib module arg-nonnull
99
100 ## begin gnulib module argmatch
101
102
103 EXTRA_DIST += argmatch.c argmatch.h
104
105 EXTRA_libgnu_a_SOURCES += argmatch.c
106
107 ## end   gnulib module argmatch
108
109 ## begin gnulib module argp
110
111 libgnu_a_SOURCES += argp.h argp-ba.c argp-eexst.c \
112            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
113            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
114            argp-xinl.c
115
116 ## end   gnulib module argp
117
118 ## begin gnulib module argp-version-etc
119
120 libgnu_a_SOURCES += argp-version-etc.h argp-version-etc.c
121
122 ## end   gnulib module argp-version-etc
123
124 ## begin gnulib module backupfile
125
126
127 EXTRA_DIST += backupfile.c backupfile.h
128
129 EXTRA_libgnu_a_SOURCES += backupfile.c
130
131 ## end   gnulib module backupfile
132
133 ## begin gnulib module bitrotate
134
135 libgnu_a_SOURCES += bitrotate.h
136
137 ## end   gnulib module bitrotate
138
139 ## begin gnulib module btowc
140
141
142 EXTRA_DIST += btowc.c
143
144 EXTRA_libgnu_a_SOURCES += btowc.c
145
146 ## end   gnulib module btowc
147
148 ## begin gnulib module c++defs
149
150 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
151 # statements but through direct file reference. Therefore this snippet must be
152 # present in all Makefile.am that need it. This is ensured by the applicability
153 # 'all' defined above.
154
155 BUILT_SOURCES += c++defs.h
156 # The c++defs.h that gets inserted into generated .h files is the same as
157 # build-aux/c++defs.h, except that it has the copyright header cut off.
158 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
159         $(AM_V_GEN)rm -f $@-t $@ && \
160         sed -n -e '/_GL_CXXDEFS/,$$p' \
161           < $(top_srcdir)/build-aux/c++defs.h \
162           > $@-t && \
163         mv $@-t $@
164 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
165
166 CXXDEFS_H=c++defs.h
167
168 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
169
170 ## end   gnulib module c++defs
171
172 ## begin gnulib module c-ctype
173
174 libgnu_a_SOURCES += c-ctype.h c-ctype.c
175
176 ## end   gnulib module c-ctype
177
178 ## begin gnulib module canonicalize
179
180
181 EXTRA_DIST += canonicalize.c canonicalize.h
182
183 EXTRA_libgnu_a_SOURCES += canonicalize.c
184
185 ## end   gnulib module canonicalize
186
187 ## begin gnulib module chdir-long
188
189
190 EXTRA_DIST += chdir-long.c chdir-long.h
191
192 EXTRA_libgnu_a_SOURCES += chdir-long.c
193
194 ## end   gnulib module chdir-long
195
196 ## begin gnulib module chown
197
198
199 EXTRA_DIST += chown.c fchown-stub.c
200
201 EXTRA_libgnu_a_SOURCES += chown.c fchown-stub.c
202
203 ## end   gnulib module chown
204
205 ## begin gnulib module close
206
207
208 EXTRA_DIST += close.c
209
210 EXTRA_libgnu_a_SOURCES += close.c
211
212 ## end   gnulib module close
213
214 ## begin gnulib module close-hook
215
216 libgnu_a_SOURCES += close-hook.c
217
218 EXTRA_DIST += close-hook.h
219
220 ## end   gnulib module close-hook
221
222 ## begin gnulib module close-stream
223
224
225 EXTRA_DIST += close-stream.c close-stream.h
226
227 EXTRA_libgnu_a_SOURCES += close-stream.c
228
229 ## end   gnulib module close-stream
230
231 ## begin gnulib module closeout
232
233
234 EXTRA_DIST += closeout.c closeout.h
235
236 EXTRA_libgnu_a_SOURCES += closeout.c
237
238 ## end   gnulib module closeout
239
240 ## begin gnulib module configmake
241
242 # Retrieve values of the variables through 'configure' followed by
243 # 'make', not directly through 'configure', so that a user who
244 # sets some of these variables consistently on the 'make' command
245 # line gets correct results.
246 #
247 # One advantage of this approach, compared to the classical
248 # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
249 # is that it protects against the use of undefined variables.
250 # If, say, $(libdir) is not set in the Makefile, LIBDIR is not
251 # defined by this module, and code using LIBDIR gives a
252 # compilation error.
253 #
254 # Another advantage is that 'make' output is shorter.
255 #
256 # Listed in the same order as the GNU makefile conventions.
257 # The Automake-defined pkg* macros are appended, in the order
258 # listed in the Automake 1.10a+ documentation.
259 configmake.h: Makefile
260         $(AM_V_GEN)rm -f $@-t && \
261         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
262           echo '#define PREFIX "$(prefix)"'; \
263           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
264           echo '#define BINDIR "$(bindir)"'; \
265           echo '#define SBINDIR "$(sbindir)"'; \
266           echo '#define LIBEXECDIR "$(libexecdir)"'; \
267           echo '#define DATAROOTDIR "$(datarootdir)"'; \
268           echo '#define DATADIR "$(datadir)"'; \
269           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
270           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
271           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
272           echo '#define INCLUDEDIR "$(includedir)"'; \
273           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
274           echo '#define DOCDIR "$(docdir)"'; \
275           echo '#define INFODIR "$(infodir)"'; \
276           echo '#define HTMLDIR "$(htmldir)"'; \
277           echo '#define DVIDIR "$(dvidir)"'; \
278           echo '#define PDFDIR "$(pdfdir)"'; \
279           echo '#define PSDIR "$(psdir)"'; \
280           echo '#define LIBDIR "$(libdir)"'; \
281           echo '#define LISPDIR "$(lispdir)"'; \
282           echo '#define LOCALEDIR "$(localedir)"'; \
283           echo '#define MANDIR "$(mandir)"'; \
284           echo '#define MANEXT "$(manext)"'; \
285           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
286           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
287           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
288           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
289         } | sed '/""/d' > $@-t && \
290         if test -f $@ && cmp $@-t $@ > /dev/null; then \
291           rm -f $@-t; \
292         else \
293           rm -f $@; mv $@-t $@; \
294         fi
295
296 BUILT_SOURCES += configmake.h
297 CLEANFILES += configmake.h configmake.h-t
298
299 ## end   gnulib module configmake
300
301 ## begin gnulib module dirent
302
303 BUILT_SOURCES += dirent.h
304
305 # We need the following in order to create <dirent.h> when the system
306 # doesn't have one that works with the given compiler.
307 dirent.h: dirent.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
308         $(AM_V_GEN)rm -f $@-t $@ && \
309         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
310           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
311               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
312               -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
313               -e 's|@''GNULIB_DIRFD''@|$(GNULIB_DIRFD)|g' \
314               -e 's|@''GNULIB_FDOPENDIR''@|$(GNULIB_FDOPENDIR)|g' \
315               -e 's|@''GNULIB_SCANDIR''@|$(GNULIB_SCANDIR)|g' \
316               -e 's|@''GNULIB_ALPHASORT''@|$(GNULIB_ALPHASORT)|g' \
317               -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
318               -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
319               -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
320               -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
321               -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
322               -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
323               -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
324               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
325               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
326               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
327               < $(srcdir)/dirent.in.h; \
328         } > $@-t && \
329         mv $@-t $@
330 MOSTLYCLEANFILES += dirent.h dirent.h-t
331
332 EXTRA_DIST += dirent.in.h
333
334 ## end   gnulib module dirent
335
336 ## begin gnulib module dirent-safer
337
338
339 EXTRA_DIST += dirent--.h dirent-safer.h opendir-safer.c
340
341 EXTRA_libgnu_a_SOURCES += opendir-safer.c
342
343 ## end   gnulib module dirent-safer
344
345 ## begin gnulib module dirfd
346
347
348 EXTRA_DIST += dirfd.c
349
350 EXTRA_libgnu_a_SOURCES += dirfd.c
351
352 ## end   gnulib module dirfd
353
354 ## begin gnulib module dirname
355
356
357 EXTRA_DIST += basename.c dirname.c stripslash.c
358
359 EXTRA_libgnu_a_SOURCES += basename.c dirname.c stripslash.c
360
361 ## end   gnulib module dirname
362
363 ## begin gnulib module dirname-lgpl
364
365
366 EXTRA_DIST += basename-lgpl.c dirname-lgpl.c dirname.h stripslash.c
367
368 EXTRA_libgnu_a_SOURCES += basename-lgpl.c dirname-lgpl.c stripslash.c
369
370 ## end   gnulib module dirname-lgpl
371
372 ## begin gnulib module dup2
373
374
375 EXTRA_DIST += dup2.c
376
377 EXTRA_libgnu_a_SOURCES += dup2.c
378
379 ## end   gnulib module dup2
380
381 ## begin gnulib module errno
382
383 BUILT_SOURCES += $(ERRNO_H)
384
385 # We need the following in order to create <errno.h> when the system
386 # doesn't have one that is POSIX compliant.
387 errno.h: errno.in.h
388         $(AM_V_GEN)rm -f $@-t $@ && \
389         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
390           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
391               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
392               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
393               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
394               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
395               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
396               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
397               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
398               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
399               < $(srcdir)/errno.in.h; \
400         } > $@-t && \
401         mv $@-t $@
402 MOSTLYCLEANFILES += errno.h errno.h-t
403
404 EXTRA_DIST += errno.in.h
405
406 ## end   gnulib module errno
407
408 ## begin gnulib module error
409
410
411 EXTRA_DIST += error.c error.h
412
413 EXTRA_libgnu_a_SOURCES += error.c
414
415 ## end   gnulib module error
416
417 ## begin gnulib module exclude
418
419
420 EXTRA_DIST += exclude.c exclude.h
421
422 EXTRA_libgnu_a_SOURCES += exclude.c
423
424 ## end   gnulib module exclude
425
426 ## begin gnulib module exitfail
427
428 libgnu_a_SOURCES += exitfail.c
429
430 EXTRA_DIST += exitfail.h
431
432 ## end   gnulib module exitfail
433
434 ## begin gnulib module fchdir
435
436
437 EXTRA_DIST += fchdir.c
438
439 EXTRA_libgnu_a_SOURCES += fchdir.c
440
441 ## end   gnulib module fchdir
442
443 ## begin gnulib module fclose
444
445
446 EXTRA_DIST += fclose.c
447
448 EXTRA_libgnu_a_SOURCES += fclose.c
449
450 ## end   gnulib module fclose
451
452 ## begin gnulib module fcntl
453
454
455 EXTRA_DIST += fcntl.c
456
457 EXTRA_libgnu_a_SOURCES += fcntl.c
458
459 ## end   gnulib module fcntl
460
461 ## begin gnulib module fcntl-h
462
463 BUILT_SOURCES += fcntl.h
464
465 # We need the following in order to create <fcntl.h> when the system
466 # doesn't have one that works with the given compiler.
467 fcntl.h: fcntl.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
468         $(AM_V_GEN)rm -f $@-t $@ && \
469         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
470           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
471               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
472               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
473               -e 's|@''GNULIB_FCNTL''@|$(GNULIB_FCNTL)|g' \
474               -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \
475               -e 's|@''GNULIB_OPENAT''@|$(GNULIB_OPENAT)|g' \
476               -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
477               -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
478               -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
479               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
480               -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
481               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
482               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
483               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
484               < $(srcdir)/fcntl.in.h; \
485         } > $@-t && \
486         mv $@-t $@
487 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
488
489 EXTRA_DIST += fcntl.in.h
490
491 ## end   gnulib module fcntl-h
492
493 ## begin gnulib module fdopendir
494
495
496 EXTRA_DIST += fdopendir.c openat-priv.h openat-proc.c
497
498 EXTRA_libgnu_a_SOURCES += fdopendir.c openat-proc.c
499
500 ## end   gnulib module fdopendir
501
502 ## begin gnulib module file-set
503
504 libgnu_a_SOURCES += file-set.c
505
506 EXTRA_DIST += file-set.h
507
508 ## end   gnulib module file-set
509
510 ## begin gnulib module fileblocks
511
512
513 EXTRA_DIST += fileblocks.c
514
515 EXTRA_libgnu_a_SOURCES += fileblocks.c
516
517 ## end   gnulib module fileblocks
518
519 ## begin gnulib module float
520
521 BUILT_SOURCES += $(FLOAT_H)
522
523 # We need the following in order to create <float.h> when the system
524 # doesn't have one that works with the given compiler.
525 float.h: float.in.h
526         $(AM_V_GEN)rm -f $@-t $@ && \
527         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
528           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
529               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
530               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
531               < $(srcdir)/float.in.h; \
532         } > $@-t && \
533         mv $@-t $@
534 MOSTLYCLEANFILES += float.h float.h-t
535
536 EXTRA_DIST += float.in.h
537
538 ## end   gnulib module float
539
540 ## begin gnulib module fnmatch
541
542 BUILT_SOURCES += $(FNMATCH_H)
543
544 # We need the following in order to create <fnmatch.h> when the system
545 # doesn't have one that supports the required API.
546 fnmatch.h: fnmatch.in.h $(ARG_NONNULL_H)
547         $(AM_V_GEN)rm -f $@-t $@ && \
548         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
549           sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
550               < $(srcdir)/fnmatch.in.h; \
551         } > $@-t && \
552         mv -f $@-t $@
553 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
554
555 EXTRA_DIST += fnmatch.c fnmatch.in.h fnmatch_loop.c
556
557 EXTRA_libgnu_a_SOURCES += fnmatch.c fnmatch_loop.c
558
559 ## end   gnulib module fnmatch
560
561 ## begin gnulib module fpending
562
563
564 EXTRA_DIST += fpending.c fpending.h
565
566 EXTRA_libgnu_a_SOURCES += fpending.c
567
568 ## end   gnulib module fpending
569
570 ## begin gnulib module fseeko
571
572
573 EXTRA_DIST += fseeko.c stdio-impl.h
574
575 EXTRA_libgnu_a_SOURCES += fseeko.c
576
577 ## end   gnulib module fseeko
578
579 ## begin gnulib module ftruncate
580
581
582 EXTRA_DIST += ftruncate.c
583
584 EXTRA_libgnu_a_SOURCES += ftruncate.c
585
586 ## end   gnulib module ftruncate
587
588 ## begin gnulib module full-write
589
590 libgnu_a_SOURCES += full-write.h full-write.c
591
592 ## end   gnulib module full-write
593
594 ## begin gnulib module getcwd
595
596
597 EXTRA_DIST += getcwd.c
598
599 EXTRA_libgnu_a_SOURCES += getcwd.c
600
601 ## end   gnulib module getcwd
602
603 ## begin gnulib module getdate
604
605 libgnu_a_SOURCES += getdate.y
606 BUILT_SOURCES += getdate.c
607 MAINTAINERCLEANFILES += getdate.c
608 EXTRA_DIST += getdate.c
609
610 EXTRA_DIST += getdate.h
611
612 ## end   gnulib module getdate
613
614 ## begin gnulib module getdelim
615
616
617 EXTRA_DIST += getdelim.c
618
619 EXTRA_libgnu_a_SOURCES += getdelim.c
620
621 ## end   gnulib module getdelim
622
623 ## begin gnulib module getdtablesize
624
625
626 EXTRA_DIST += getdtablesize.c
627
628 EXTRA_libgnu_a_SOURCES += getdtablesize.c
629
630 ## end   gnulib module getdtablesize
631
632 ## begin gnulib module getline
633
634
635 EXTRA_DIST += getline.c
636
637 EXTRA_libgnu_a_SOURCES += getline.c
638
639 ## end   gnulib module getline
640
641 ## begin gnulib module getopt-posix
642
643 BUILT_SOURCES += $(GETOPT_H)
644
645 # We need the following in order to create <getopt.h> when the system
646 # doesn't have one that works with the given compiler.
647 getopt.h: getopt.in.h $(ARG_NONNULL_H)
648         $(AM_V_GEN)rm -f $@-t $@ && \
649         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
650           sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
651               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
652               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
653               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
654               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
655               < $(srcdir)/getopt.in.h; \
656         } > $@-t && \
657         mv -f $@-t $@
658 MOSTLYCLEANFILES += getopt.h getopt.h-t
659
660 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
661
662 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
663
664 ## end   gnulib module getopt-posix
665
666 ## begin gnulib module getpagesize
667
668
669 EXTRA_DIST += getpagesize.c
670
671 EXTRA_libgnu_a_SOURCES += getpagesize.c
672
673 ## end   gnulib module getpagesize
674
675 ## begin gnulib module gettext
676
677 # This is for those projects which use "gettextize --intl" to put a source-code
678 # copy of libintl into their package. In such projects, every Makefile.am needs
679 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
680 # For the Makefile.ams in other directories it is the maintainer's
681 # responsibility; for the one from gnulib we do it here.
682 # This option has no effect when the user disables NLS (because then the intl
683 # directory contains no libintl.h file) or when the project does not use
684 # "gettextize --intl".
685 #AM_CPPFLAGS += -I$(top_builddir)/intl
686
687 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
688
689 ## end   gnulib module gettext
690
691 ## begin gnulib module gettext-h
692
693 libgnu_a_SOURCES += gettext.h
694
695 ## end   gnulib module gettext-h
696
697 ## begin gnulib module gettime
698
699
700 EXTRA_DIST += gettime.c
701
702 EXTRA_libgnu_a_SOURCES += gettime.c
703
704 ## end   gnulib module gettime
705
706 ## begin gnulib module gettimeofday
707
708
709 EXTRA_DIST += gettimeofday.c
710
711 EXTRA_libgnu_a_SOURCES += gettimeofday.c
712
713 ## end   gnulib module gettimeofday
714
715 ## begin gnulib module gitlog-to-changelog
716
717
718 EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
719
720 ## end   gnulib module gitlog-to-changelog
721
722 ## begin gnulib module hash
723
724
725 EXTRA_DIST += hash.c hash.h
726
727 EXTRA_libgnu_a_SOURCES += hash.c
728
729 ## end   gnulib module hash
730
731 ## begin gnulib module hash-pjw
732
733 libgnu_a_SOURCES += hash-pjw.h hash-pjw.c
734
735 ## end   gnulib module hash-pjw
736
737 ## begin gnulib module hash-triple
738
739 libgnu_a_SOURCES += hash-triple.c
740
741 EXTRA_DIST += hash-triple.h
742
743 ## end   gnulib module hash-triple
744
745 ## begin gnulib module havelib
746
747
748 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
749
750 ## end   gnulib module havelib
751
752 ## begin gnulib module human
753
754
755 EXTRA_DIST += human.c human.h
756
757 EXTRA_libgnu_a_SOURCES += human.c
758
759 ## end   gnulib module human
760
761 ## begin gnulib module intprops
762
763
764 EXTRA_DIST += intprops.h
765
766 ## end   gnulib module intprops
767
768 ## begin gnulib module inttostr
769
770
771 EXTRA_DIST += imaxtostr.c inttostr.c inttostr.h offtostr.c uinttostr.c umaxtostr.c
772
773 EXTRA_libgnu_a_SOURCES += imaxtostr.c inttostr.c offtostr.c uinttostr.c umaxtostr.c
774
775 ## end   gnulib module inttostr
776
777 ## begin gnulib module inttypes
778
779 BUILT_SOURCES += inttypes.h
780
781 # We need the following in order to create <inttypes.h> when the system
782 # doesn't have one that works with the given compiler.
783 inttypes.h: inttypes.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
784         $(AM_V_GEN)rm -f $@-t $@ && \
785         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
786           sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
787               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
788               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
789               -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
790               -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
791               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
792               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
793               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
794               -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
795               -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
796               -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
797               -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
798               -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
799               -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
800               -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
801               -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
802               -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
803               -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
804               -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
805               -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
806               -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
807               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
808               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
809               < $(srcdir)/inttypes.in.h; \
810         } > $@-t && \
811         mv $@-t $@
812 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
813
814 EXTRA_DIST += inttypes.in.h
815
816 ## end   gnulib module inttypes
817
818 ## begin gnulib module langinfo
819
820 BUILT_SOURCES += langinfo.h
821
822 # We need the following in order to create an empty placeholder for
823 # <langinfo.h> when the system doesn't have one.
824 langinfo.h: langinfo.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
825         $(AM_V_GEN)rm -f $@-t $@ && \
826         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
827           sed -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
828               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
829               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
830               -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
831               -e 's|@''GNULIB_NL_LANGINFO''@|$(GNULIB_NL_LANGINFO)|g' \
832               -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
833               -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
834               -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
835               -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
836               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
837               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
838               < $(srcdir)/langinfo.in.h; \
839         } > $@-t && \
840         mv $@-t $@
841 MOSTLYCLEANFILES += langinfo.h langinfo.h-t
842
843 EXTRA_DIST += langinfo.in.h
844
845 ## end   gnulib module langinfo
846
847 ## begin gnulib module lchown
848
849
850 EXTRA_DIST += lchown.c
851
852 EXTRA_libgnu_a_SOURCES += lchown.c
853
854 ## end   gnulib module lchown
855
856 ## begin gnulib module localcharset
857
858 libgnu_a_SOURCES += localcharset.h localcharset.c
859
860 # We need the following in order to install a simple file in $(libdir)
861 # which is shared with other installed packages. We use a list of referencing
862 # packages so that "make uninstall" will remove the file if and only if it
863 # is not used by another installed package.
864 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
865 # avoid installing it.
866
867 all-local: charset.alias ref-add.sed ref-del.sed
868
869 charset_alias = $(DESTDIR)$(libdir)/charset.alias
870 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
871 install-exec-local: install-exec-localcharset
872 install-exec-localcharset: all-local
873         if test $(GLIBC21) = no; then \
874           case '$(host_os)' in \
875             darwin[56]*) \
876               need_charset_alias=true ;; \
877             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
878               need_charset_alias=false ;; \
879             *) \
880               need_charset_alias=true ;; \
881           esac ; \
882         else \
883           need_charset_alias=false ; \
884         fi ; \
885         if $$need_charset_alias; then \
886           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
887         fi ; \
888         if test -f $(charset_alias); then \
889           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
890           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
891           rm -f $(charset_tmp) ; \
892         else \
893           if $$need_charset_alias; then \
894             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
895             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
896             rm -f $(charset_tmp) ; \
897           fi ; \
898         fi
899
900 uninstall-local: uninstall-localcharset
901 uninstall-localcharset: all-local
902         if test -f $(charset_alias); then \
903           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
904           if grep '^# Packages using this file: $$' $(charset_tmp) \
905               > /dev/null; then \
906             rm -f $(charset_alias); \
907           else \
908             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
909           fi; \
910           rm -f $(charset_tmp); \
911         fi
912
913 charset.alias: config.charset
914         $(AM_V_GEN)rm -f t-$@ $@ && \
915         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
916         mv t-$@ $@
917
918 SUFFIXES += .sed .sin
919 .sin.sed:
920         $(AM_V_GEN)rm -f t-$@ $@ && \
921         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
922         mv t-$@ $@
923
924 CLEANFILES += charset.alias ref-add.sed ref-del.sed
925
926 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
927
928 ## end   gnulib module localcharset
929
930 ## begin gnulib module lseek
931
932
933 EXTRA_DIST += lseek.c
934
935 EXTRA_libgnu_a_SOURCES += lseek.c
936
937 ## end   gnulib module lseek
938
939 ## begin gnulib module lstat
940
941
942 EXTRA_DIST += lstat.c
943
944 EXTRA_libgnu_a_SOURCES += lstat.c
945
946 ## end   gnulib module lstat
947
948 ## begin gnulib module malloc
949
950
951 EXTRA_DIST += malloc.c
952
953 EXTRA_libgnu_a_SOURCES += malloc.c
954
955 ## end   gnulib module malloc
956
957 ## begin gnulib module malloc-posix
958
959
960 EXTRA_DIST += malloc.c
961
962 EXTRA_libgnu_a_SOURCES += malloc.c
963
964 ## end   gnulib module malloc-posix
965
966 ## begin gnulib module malloca
967
968 libgnu_a_SOURCES += malloca.c
969
970 EXTRA_DIST += malloca.h malloca.valgrind
971
972 ## end   gnulib module malloca
973
974 ## begin gnulib module mbchar
975
976 libgnu_a_SOURCES += mbchar.c
977
978 EXTRA_DIST += mbchar.h
979
980 ## end   gnulib module mbchar
981
982 ## begin gnulib module mbrtowc
983
984
985 EXTRA_DIST += mbrtowc.c
986
987 EXTRA_libgnu_a_SOURCES += mbrtowc.c
988
989 ## end   gnulib module mbrtowc
990
991 ## begin gnulib module mbscasecmp
992
993 libgnu_a_SOURCES += mbscasecmp.c
994
995 ## end   gnulib module mbscasecmp
996
997 ## begin gnulib module mbsinit
998
999
1000 EXTRA_DIST += mbsinit.c
1001
1002 EXTRA_libgnu_a_SOURCES += mbsinit.c
1003
1004 ## end   gnulib module mbsinit
1005
1006 ## begin gnulib module mbsrtowcs
1007
1008
1009 EXTRA_DIST += mbsrtowcs-state.c mbsrtowcs.c
1010
1011 EXTRA_libgnu_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c
1012
1013 ## end   gnulib module mbsrtowcs
1014
1015 ## begin gnulib module mbuiter
1016
1017 libgnu_a_SOURCES += mbuiter.h
1018
1019 ## end   gnulib module mbuiter
1020
1021 ## begin gnulib module memchr
1022
1023
1024 EXTRA_DIST += memchr.c memchr.valgrind
1025
1026 EXTRA_libgnu_a_SOURCES += memchr.c
1027
1028 ## end   gnulib module memchr
1029
1030 ## begin gnulib module mempcpy
1031
1032
1033 EXTRA_DIST += mempcpy.c
1034
1035 EXTRA_libgnu_a_SOURCES += mempcpy.c
1036
1037 ## end   gnulib module mempcpy
1038
1039 ## begin gnulib module memrchr
1040
1041
1042 EXTRA_DIST += memrchr.c
1043
1044 EXTRA_libgnu_a_SOURCES += memrchr.c
1045
1046 ## end   gnulib module memrchr
1047
1048 ## begin gnulib module mkdir
1049
1050
1051 EXTRA_DIST += mkdir.c
1052
1053 EXTRA_libgnu_a_SOURCES += mkdir.c
1054
1055 ## end   gnulib module mkdir
1056
1057 ## begin gnulib module mkdtemp
1058
1059
1060 EXTRA_DIST += mkdtemp.c
1061
1062 EXTRA_libgnu_a_SOURCES += mkdtemp.c
1063
1064 ## end   gnulib module mkdtemp
1065
1066 ## begin gnulib module mktime
1067
1068
1069 EXTRA_DIST += mktime-internal.h mktime.c
1070
1071 EXTRA_libgnu_a_SOURCES += mktime.c
1072
1073 ## end   gnulib module mktime
1074
1075 ## begin gnulib module modechange
1076
1077
1078 EXTRA_DIST += modechange.c modechange.h
1079
1080 EXTRA_libgnu_a_SOURCES += modechange.c
1081
1082 ## end   gnulib module modechange
1083
1084 ## begin gnulib module nl_langinfo
1085
1086
1087 EXTRA_DIST += nl_langinfo.c
1088
1089 EXTRA_libgnu_a_SOURCES += nl_langinfo.c
1090
1091 ## end   gnulib module nl_langinfo
1092
1093 ## begin gnulib module obstack
1094
1095
1096 EXTRA_DIST += obstack.c obstack.h
1097
1098 EXTRA_libgnu_a_SOURCES += obstack.c
1099
1100 ## end   gnulib module obstack
1101
1102 ## begin gnulib module open
1103
1104
1105 EXTRA_DIST += open.c
1106
1107 EXTRA_libgnu_a_SOURCES += open.c
1108
1109 ## end   gnulib module open
1110
1111 ## begin gnulib module openat
1112
1113
1114 EXTRA_DIST += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-priv.h openat-proc.c openat.c openat.h unlinkat.c
1115
1116 EXTRA_libgnu_a_SOURCES += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-proc.c openat.c unlinkat.c
1117
1118 ## end   gnulib module openat
1119
1120 ## begin gnulib module openat-die
1121
1122 libgnu_a_SOURCES += openat-die.c
1123
1124 ## end   gnulib module openat-die
1125
1126 ## begin gnulib module pathmax
1127
1128
1129 EXTRA_DIST += pathmax.h
1130
1131 ## end   gnulib module pathmax
1132
1133 ## begin gnulib module priv-set
1134
1135 libgnu_a_SOURCES += priv-set.c
1136
1137 EXTRA_DIST += priv-set.h
1138
1139 ## end   gnulib module priv-set
1140
1141 ## begin gnulib module progname
1142
1143 libgnu_a_SOURCES += progname.h progname.c
1144
1145 ## end   gnulib module progname
1146
1147 ## begin gnulib module quote
1148
1149
1150 EXTRA_DIST += quote.c quote.h
1151
1152 EXTRA_libgnu_a_SOURCES += quote.c
1153
1154 ## end   gnulib module quote
1155
1156 ## begin gnulib module quotearg
1157
1158
1159 EXTRA_DIST += quotearg.c quotearg.h
1160
1161 EXTRA_libgnu_a_SOURCES += quotearg.c
1162
1163 ## end   gnulib module quotearg
1164
1165 ## begin gnulib module rawmemchr
1166
1167
1168 EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
1169
1170 EXTRA_libgnu_a_SOURCES += rawmemchr.c
1171
1172 ## end   gnulib module rawmemchr
1173
1174 ## begin gnulib module readlink
1175
1176
1177 EXTRA_DIST += readlink.c
1178
1179 EXTRA_libgnu_a_SOURCES += readlink.c
1180
1181 ## end   gnulib module readlink
1182
1183 ## begin gnulib module realloc-posix
1184
1185
1186 EXTRA_DIST += realloc.c
1187
1188 EXTRA_libgnu_a_SOURCES += realloc.c
1189
1190 ## end   gnulib module realloc-posix
1191
1192 ## begin gnulib module regex
1193
1194
1195 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
1196
1197 EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
1198
1199 ## end   gnulib module regex
1200
1201 ## begin gnulib module rmdir
1202
1203
1204 EXTRA_DIST += rmdir.c
1205
1206 EXTRA_libgnu_a_SOURCES += rmdir.c
1207
1208 ## end   gnulib module rmdir
1209
1210 ## begin gnulib module rpmatch
1211
1212
1213 EXTRA_DIST += rpmatch.c
1214
1215 EXTRA_libgnu_a_SOURCES += rpmatch.c
1216
1217 ## end   gnulib module rpmatch
1218
1219 ## begin gnulib module safe-read
1220
1221
1222 EXTRA_DIST += safe-read.c safe-read.h
1223
1224 EXTRA_libgnu_a_SOURCES += safe-read.c
1225
1226 ## end   gnulib module safe-read
1227
1228 ## begin gnulib module safe-write
1229
1230
1231 EXTRA_DIST += safe-write.c safe-write.h
1232
1233 EXTRA_libgnu_a_SOURCES += safe-write.c
1234
1235 ## end   gnulib module safe-write
1236
1237 ## begin gnulib module same
1238
1239
1240 EXTRA_DIST += same.c same.h
1241
1242 EXTRA_libgnu_a_SOURCES += same.c
1243
1244 ## end   gnulib module same
1245
1246 ## begin gnulib module same-inode
1247
1248
1249 EXTRA_DIST += same-inode.h
1250
1251 ## end   gnulib module same-inode
1252
1253 ## begin gnulib module save-cwd
1254
1255
1256 EXTRA_DIST += save-cwd.c save-cwd.h
1257
1258 EXTRA_libgnu_a_SOURCES += save-cwd.c
1259
1260 ## end   gnulib module save-cwd
1261
1262 ## begin gnulib module savedir
1263
1264
1265 EXTRA_DIST += savedir.c savedir.h
1266
1267 EXTRA_libgnu_a_SOURCES += savedir.c
1268
1269 ## end   gnulib module savedir
1270
1271 ## begin gnulib module setenv
1272
1273
1274 EXTRA_DIST += setenv.c
1275
1276 EXTRA_libgnu_a_SOURCES += setenv.c
1277
1278 ## end   gnulib module setenv
1279
1280 ## begin gnulib module size_max
1281
1282 libgnu_a_SOURCES += size_max.h
1283
1284 ## end   gnulib module size_max
1285
1286 ## begin gnulib module sleep
1287
1288
1289 EXTRA_DIST += sleep.c
1290
1291 EXTRA_libgnu_a_SOURCES += sleep.c
1292
1293 ## end   gnulib module sleep
1294
1295 ## begin gnulib module snprintf
1296
1297
1298 EXTRA_DIST += snprintf.c
1299
1300 EXTRA_libgnu_a_SOURCES += snprintf.c
1301
1302 ## end   gnulib module snprintf
1303
1304 ## begin gnulib module stat
1305
1306
1307 EXTRA_DIST += stat.c
1308
1309 EXTRA_libgnu_a_SOURCES += stat.c
1310
1311 ## end   gnulib module stat
1312
1313 ## begin gnulib module stat-macros
1314
1315
1316 EXTRA_DIST += stat-macros.h
1317
1318 ## end   gnulib module stat-macros
1319
1320 ## begin gnulib module stat-time
1321
1322
1323 EXTRA_DIST += stat-time.h
1324
1325 ## end   gnulib module stat-time
1326
1327 ## begin gnulib module stdarg
1328
1329 BUILT_SOURCES += $(STDARG_H)
1330
1331 # We need the following in order to create <stdarg.h> when the system
1332 # doesn't have one that works with the given compiler.
1333 stdarg.h: stdarg.in.h
1334         $(AM_V_GEN)rm -f $@-t $@ && \
1335         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1336           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1337               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1338               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
1339               < $(srcdir)/stdarg.in.h; \
1340         } > $@-t && \
1341         mv $@-t $@
1342 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
1343
1344 EXTRA_DIST += stdarg.in.h
1345
1346 ## end   gnulib module stdarg
1347
1348 ## begin gnulib module stdbool
1349
1350 BUILT_SOURCES += $(STDBOOL_H)
1351
1352 # We need the following in order to create <stdbool.h> when the system
1353 # doesn't have one that works.
1354 stdbool.h: stdbool.in.h
1355         $(AM_V_GEN)rm -f $@-t $@ && \
1356         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1357           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1358         } > $@-t && \
1359         mv $@-t $@
1360 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1361
1362 EXTRA_DIST += stdbool.in.h
1363
1364 ## end   gnulib module stdbool
1365
1366 ## begin gnulib module stddef
1367
1368 BUILT_SOURCES += $(STDDEF_H)
1369
1370 # We need the following in order to create <stddef.h> when the system
1371 # doesn't have one that works with the given compiler.
1372 stddef.h: stddef.in.h
1373         $(AM_V_GEN)rm -f $@-t $@ && \
1374         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1375           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1376               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1377               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1378               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1379               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1380               < $(srcdir)/stddef.in.h; \
1381         } > $@-t && \
1382         mv $@-t $@
1383 MOSTLYCLEANFILES += stddef.h stddef.h-t
1384
1385 EXTRA_DIST += stddef.in.h
1386
1387 ## end   gnulib module stddef
1388
1389 ## begin gnulib module stdint
1390
1391 BUILT_SOURCES += $(STDINT_H)
1392
1393 # We need the following in order to create <stdint.h> when the system
1394 # doesn't have one that works with the given compiler.
1395 stdint.h: stdint.in.h
1396         $(AM_V_GEN)rm -f $@-t $@ && \
1397         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1398           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1399               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1400               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1401               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1402               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1403               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1404               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1405               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1406               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1407               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1408               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1409               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1410               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1411               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1412               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1413               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1414               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1415               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1416               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1417               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1418               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1419               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1420               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1421               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1422               < $(srcdir)/stdint.in.h; \
1423         } > $@-t && \
1424         mv $@-t $@
1425 MOSTLYCLEANFILES += stdint.h stdint.h-t
1426
1427 EXTRA_DIST += stdint.in.h
1428
1429 ## end   gnulib module stdint
1430
1431 ## begin gnulib module stdio
1432
1433 BUILT_SOURCES += stdio.h
1434
1435 # We need the following in order to create <stdio.h> when the system
1436 # doesn't have one that works with the given compiler.
1437 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1438         $(AM_V_GEN)rm -f $@-t $@ && \
1439         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1440           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1441               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1442               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1443               -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
1444               -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
1445               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
1446               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
1447               -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
1448               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
1449               -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
1450               -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
1451               -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
1452               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
1453               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
1454               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
1455               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
1456               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
1457               -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
1458               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
1459               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
1460               -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
1461               -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
1462               -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
1463               -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
1464               -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
1465               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
1466               -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
1467               -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
1468               -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
1469               -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
1470               -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
1471               -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
1472               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
1473               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
1474               -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
1475               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
1476               -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
1477               -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
1478               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
1479               -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
1480               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
1481               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
1482               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
1483               < $(srcdir)/stdio.in.h | \
1484           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1485               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1486               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1487               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1488               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1489               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1490               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1491               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1492               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1493               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1494               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1495               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1496               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1497               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1498               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1499               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1500               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1501               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1502               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1503               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1504               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1505               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1506               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1507               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1508               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1509               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1510               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1511               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1512               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1513               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1514               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1515               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1516               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1517               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1518               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1519               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1520               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1521               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1522               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1523               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1524               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1525               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1526         } > $@-t && \
1527         mv $@-t $@
1528 MOSTLYCLEANFILES += stdio.h stdio.h-t
1529
1530 EXTRA_DIST += stdio-write.c stdio.in.h
1531
1532 EXTRA_libgnu_a_SOURCES += stdio-write.c
1533
1534 ## end   gnulib module stdio
1535
1536 ## begin gnulib module stdlib
1537
1538 BUILT_SOURCES += stdlib.h
1539
1540 # We need the following in order to create <stdlib.h> when the system
1541 # doesn't have one that works with the given compiler.
1542 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1543         $(AM_V_GEN)rm -f $@-t $@ && \
1544         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1545           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1546               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1547               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1548               -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
1549               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
1550               -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
1551               -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
1552               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
1553               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
1554               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
1555               -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
1556               -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
1557               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
1558               -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
1559               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
1560               -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
1561               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
1562               -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
1563               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
1564               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
1565               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
1566               -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
1567               -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
1568               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
1569               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1570               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
1571               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1572               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1573               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1574               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
1575               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1576               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1577               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1578               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1579               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1580               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1581               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
1582               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1583               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1584               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
1585               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1586               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1587               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1588               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1589               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1590               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
1591               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1592               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1593               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1594               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1595               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1596               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1597               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1598               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1599               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1600               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1601               < $(srcdir)/stdlib.in.h; \
1602         } > $@-t && \
1603         mv $@-t $@
1604 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1605
1606 EXTRA_DIST += stdlib.in.h
1607
1608 ## end   gnulib module stdlib
1609
1610 ## begin gnulib module stpcpy
1611
1612
1613 EXTRA_DIST += stpcpy.c
1614
1615 EXTRA_libgnu_a_SOURCES += stpcpy.c
1616
1617 ## end   gnulib module stpcpy
1618
1619 ## begin gnulib module strcase
1620
1621
1622 EXTRA_DIST += strcasecmp.c strncasecmp.c
1623
1624 EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
1625
1626 ## end   gnulib module strcase
1627
1628 ## begin gnulib module strchrnul
1629
1630
1631 EXTRA_DIST += strchrnul.c strchrnul.valgrind
1632
1633 EXTRA_libgnu_a_SOURCES += strchrnul.c
1634
1635 ## end   gnulib module strchrnul
1636
1637 ## begin gnulib module strdup-posix
1638
1639
1640 EXTRA_DIST += strdup.c
1641
1642 EXTRA_libgnu_a_SOURCES += strdup.c
1643
1644 ## end   gnulib module strdup-posix
1645
1646 ## begin gnulib module streq
1647
1648
1649 EXTRA_DIST += streq.h
1650
1651 ## end   gnulib module streq
1652
1653 ## begin gnulib module strerror
1654
1655
1656 EXTRA_DIST += strerror.c
1657
1658 EXTRA_libgnu_a_SOURCES += strerror.c
1659
1660 ## end   gnulib module strerror
1661
1662 ## begin gnulib module string
1663
1664 BUILT_SOURCES += string.h
1665
1666 # We need the following in order to create <string.h> when the system
1667 # doesn't have one that works with the given compiler.
1668 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1669         $(AM_V_GEN)rm -f $@-t $@ && \
1670         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1671           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1672               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1673               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1674               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
1675               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
1676               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
1677               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
1678               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
1679               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
1680               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
1681               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
1682               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
1683               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
1684               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
1685               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
1686               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
1687               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
1688               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
1689               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
1690               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
1691               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
1692               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
1693               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
1694               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
1695               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
1696               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
1697               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1698               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1699               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1700               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1701               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1702               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1703               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1704               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1705               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1706               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
1707               < $(srcdir)/string.in.h | \
1708           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1709               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1710               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1711               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1712               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1713               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1714               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1715               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1716               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1717               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1718               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1719               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1720               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1721               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1722               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1723               -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
1724               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1725               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1726               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1727               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1728               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1729               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1730               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1731               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1732               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1733               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1734               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1735               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1736               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1737               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1738               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1739               < $(srcdir)/string.in.h; \
1740         } > $@-t && \
1741         mv $@-t $@
1742 MOSTLYCLEANFILES += string.h string.h-t
1743
1744 EXTRA_DIST += string.in.h
1745
1746 ## end   gnulib module string
1747
1748 ## begin gnulib module strings
1749
1750 BUILT_SOURCES += strings.h
1751
1752 # We need the following in order to create <strings.h> when the system
1753 # doesn't have one that works with the given compiler.
1754 strings.h: strings.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1755         $(AM_V_GEN)rm -f $@-t $@ && \
1756         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1757           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1758               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1759               -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
1760               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
1761               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
1762               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1763               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1764               < $(srcdir)/strings.in.h; \
1765         } > $@-t && \
1766         mv $@-t $@
1767 MOSTLYCLEANFILES += strings.h strings.h-t
1768
1769 EXTRA_DIST += strings.in.h
1770
1771 ## end   gnulib module strings
1772
1773 ## begin gnulib module strndup
1774
1775
1776 EXTRA_DIST += strndup.c
1777
1778 EXTRA_libgnu_a_SOURCES += strndup.c
1779
1780 ## end   gnulib module strndup
1781
1782 ## begin gnulib module strnlen
1783
1784
1785 EXTRA_DIST += strnlen.c
1786
1787 EXTRA_libgnu_a_SOURCES += strnlen.c
1788
1789 ## end   gnulib module strnlen
1790
1791 ## begin gnulib module strnlen1
1792
1793 libgnu_a_SOURCES += strnlen1.h strnlen1.c
1794
1795 ## end   gnulib module strnlen1
1796
1797 ## begin gnulib module strtoimax
1798
1799
1800 EXTRA_DIST += strtoimax.c
1801
1802 EXTRA_libgnu_a_SOURCES += strtoimax.c
1803
1804 ## end   gnulib module strtoimax
1805
1806 ## begin gnulib module strtol
1807
1808
1809 EXTRA_DIST += strtol.c
1810
1811 EXTRA_libgnu_a_SOURCES += strtol.c
1812
1813 ## end   gnulib module strtol
1814
1815 ## begin gnulib module strtoll
1816
1817
1818 EXTRA_DIST += strtoll.c
1819
1820 EXTRA_libgnu_a_SOURCES += strtoll.c
1821
1822 ## end   gnulib module strtoll
1823
1824 ## begin gnulib module strtoul
1825
1826
1827 EXTRA_DIST += strtoul.c
1828
1829 EXTRA_libgnu_a_SOURCES += strtoul.c
1830
1831 ## end   gnulib module strtoul
1832
1833 ## begin gnulib module strtoull
1834
1835
1836 EXTRA_DIST += strtoull.c
1837
1838 EXTRA_libgnu_a_SOURCES += strtoull.c
1839
1840 ## end   gnulib module strtoull
1841
1842 ## begin gnulib module strtoumax
1843
1844
1845 EXTRA_DIST += strtoumax.c
1846
1847 EXTRA_libgnu_a_SOURCES += strtoumax.c
1848
1849 ## end   gnulib module strtoumax
1850
1851 ## begin gnulib module sys_stat
1852
1853 BUILT_SOURCES += sys/stat.h
1854
1855 # We need the following in order to create <sys/stat.h> when the system
1856 # has one that is incomplete.
1857 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1858         $(AM_V_at)$(MKDIR_P) sys
1859         $(AM_V_GEN)rm -f $@-t $@ && \
1860         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1861           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1862               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1863               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1864               -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1865               -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1866               -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1867               -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1868               -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1869               -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1870               -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1871               -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1872               -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1873               -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1874               -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1875               -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1876               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1877               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1878               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1879               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1880               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1881               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1882               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1883               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1884               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1885               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1886               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1887               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1888               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1889               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1890               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1891               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1892               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1893               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1894               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1895               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1896               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1897               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1898               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1899               < $(srcdir)/sys_stat.in.h; \
1900         } > $@-t && \
1901         mv $@-t $@
1902 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1903 MOSTLYCLEANDIRS += sys
1904
1905 EXTRA_DIST += sys_stat.in.h
1906
1907 ## end   gnulib module sys_stat
1908
1909 ## begin gnulib module sys_time
1910
1911 BUILT_SOURCES += sys/time.h
1912
1913 # We need the following in order to create <sys/time.h> when the system
1914 # doesn't have one that works with the given compiler.
1915 sys/time.h: sys_time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1916         $(AM_V_at)$(MKDIR_P) sys
1917         $(AM_V_GEN)rm -f $@-t $@ && \
1918         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1919           sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1920               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1921               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1922               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1923               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1924               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1925               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1926               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1927               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1928               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1929               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1930               < $(srcdir)/sys_time.in.h; \
1931         } > $@-t && \
1932         mv $@-t $@
1933 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1934
1935 EXTRA_DIST += sys_time.in.h
1936
1937 ## end   gnulib module sys_time
1938
1939 ## begin gnulib module sysexits
1940
1941 BUILT_SOURCES += $(SYSEXITS_H)
1942
1943 # We need the following in order to create <sysexits.h> when the system
1944 # doesn't have one that works with the given compiler.
1945 sysexits.h: sysexits.in.h
1946         $(AM_V_GEN)rm -f $@-t $@ && \
1947         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1948           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
1949               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1950               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1951               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
1952               < $(srcdir)/sysexits.in.h; \
1953         } > $@-t && \
1954         mv -f $@-t $@
1955 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
1956
1957 EXTRA_DIST += sysexits.in.h
1958
1959 ## end   gnulib module sysexits
1960
1961 ## begin gnulib module tempname
1962
1963
1964 EXTRA_DIST += tempname.c tempname.h
1965
1966 EXTRA_libgnu_a_SOURCES += tempname.c
1967
1968 ## end   gnulib module tempname
1969
1970 ## begin gnulib module time
1971
1972 BUILT_SOURCES += time.h
1973
1974 # We need the following in order to create <time.h> when the system
1975 # doesn't have one that works with the given compiler.
1976 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1977         $(AM_V_GEN)rm -f $@-t $@ && \
1978         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1979           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1980               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1981               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1982               -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
1983               -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
1984               -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
1985               -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
1986               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1987               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1988               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1989               -e 's|@''REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
1990               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1991               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1992               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1993               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1994               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1995               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1996               < $(srcdir)/time.in.h; \
1997         } > $@-t && \
1998         mv $@-t $@
1999 MOSTLYCLEANFILES += time.h time.h-t
2000
2001 EXTRA_DIST += time.in.h
2002
2003 ## end   gnulib module time
2004
2005 ## begin gnulib module time_r
2006
2007
2008 EXTRA_DIST += time_r.c
2009
2010 EXTRA_libgnu_a_SOURCES += time_r.c
2011
2012 ## end   gnulib module time_r
2013
2014 ## begin gnulib module timespec
2015
2016
2017 EXTRA_DIST += timespec.h
2018
2019 ## end   gnulib module timespec
2020
2021 ## begin gnulib module unistd
2022
2023 BUILT_SOURCES += unistd.h
2024
2025 # We need the following in order to create an empty placeholder for
2026 # <unistd.h> when the system doesn't have one.
2027 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2028         $(AM_V_GEN)rm -f $@-t $@ && \
2029         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2030           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2031               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2032               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2033               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2034               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
2035               -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
2036               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
2037               -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
2038               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
2039               -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
2040               -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
2041               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
2042               -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
2043               -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
2044               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
2045               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
2046               -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
2047               -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
2048               -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
2049               -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
2050               -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
2051               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
2052               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
2053               -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
2054               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
2055               -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
2056               -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
2057               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
2058               -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
2059               -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
2060               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
2061               -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
2062               -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
2063               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
2064               -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
2065               -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
2066               -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
2067               -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
2068               -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
2069               -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
2070               -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
2071               -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
2072               < $(srcdir)/unistd.in.h | \
2073           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2074               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
2075               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2076               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2077               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2078               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2079               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2080               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2081               -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
2082               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2083               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2084               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2085               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
2086               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2087               -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
2088               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2089               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2090               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2091               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2092               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2093               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2094               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2095               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2096               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2097               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2098               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2099               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2100               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2101               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2102               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2103               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2104               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2105               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2106               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2107               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2108               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
2109               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2110               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2111               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2112               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2113               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2114               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2115               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2116               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2117               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2118               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2119               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2120               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2121               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2122               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2123               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2124               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2125               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2126               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2127               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2128               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2129               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2130               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2131         } > $@-t && \
2132         mv $@-t $@
2133 MOSTLYCLEANFILES += unistd.h unistd.h-t
2134
2135 EXTRA_DIST += unistd.in.h
2136
2137 ## end   gnulib module unistd
2138
2139 ## begin gnulib module unistd-safer
2140
2141
2142 EXTRA_DIST += dup-safer.c fd-safer.c pipe-safer.c unistd--.h unistd-safer.h
2143
2144 EXTRA_libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
2145
2146 ## end   gnulib module unistd-safer
2147
2148 ## begin gnulib module unitypes
2149
2150
2151 EXTRA_DIST += unitypes.h
2152
2153 ## end   gnulib module unitypes
2154
2155 ## begin gnulib module uniwidth/base
2156
2157
2158 EXTRA_DIST += localcharset.h uniwidth.h
2159
2160 ## end   gnulib module uniwidth/base
2161
2162 ## begin gnulib module uniwidth/width
2163
2164 libgnu_a_SOURCES += uniwidth/width.c
2165
2166 EXTRA_DIST += uniwidth/cjk.h
2167
2168 ## end   gnulib module uniwidth/width
2169
2170 ## begin gnulib module unlink
2171
2172
2173 EXTRA_DIST += unlink.c
2174
2175 EXTRA_libgnu_a_SOURCES += unlink.c
2176
2177 ## end   gnulib module unlink
2178
2179 ## begin gnulib module unlinkdir
2180
2181
2182 EXTRA_DIST += unlinkdir.c unlinkdir.h
2183
2184 EXTRA_libgnu_a_SOURCES += unlinkdir.c
2185
2186 ## end   gnulib module unlinkdir
2187
2188 ## begin gnulib module unlocked-io
2189
2190
2191 EXTRA_DIST += unlocked-io.h
2192
2193 ## end   gnulib module unlocked-io
2194
2195 ## begin gnulib module unsetenv
2196
2197
2198 EXTRA_DIST += unsetenv.c
2199
2200 EXTRA_libgnu_a_SOURCES += unsetenv.c
2201
2202 ## end   gnulib module unsetenv
2203
2204 ## begin gnulib module utimens
2205
2206
2207 EXTRA_DIST += utimens.c utimens.h
2208
2209 EXTRA_libgnu_a_SOURCES += utimens.c
2210
2211 ## end   gnulib module utimens
2212
2213 ## begin gnulib module vasnprintf
2214
2215
2216 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2217
2218 EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2219
2220 ## end   gnulib module vasnprintf
2221
2222 ## begin gnulib module vasprintf
2223
2224
2225 EXTRA_DIST += asprintf.c vasprintf.c
2226
2227 EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c
2228
2229 ## end   gnulib module vasprintf
2230
2231 ## begin gnulib module verify
2232
2233 libgnu_a_SOURCES += verify.h
2234
2235 ## end   gnulib module verify
2236
2237 ## begin gnulib module version-etc
2238
2239 libgnu_a_SOURCES += version-etc.h version-etc.c
2240
2241 ## end   gnulib module version-etc
2242
2243 ## begin gnulib module version-etc-fsf
2244
2245 libgnu_a_SOURCES += version-etc-fsf.c
2246
2247 ## end   gnulib module version-etc-fsf
2248
2249 ## begin gnulib module vsnprintf
2250
2251
2252 EXTRA_DIST += vsnprintf.c
2253
2254 EXTRA_libgnu_a_SOURCES += vsnprintf.c
2255
2256 ## end   gnulib module vsnprintf
2257
2258 ## begin gnulib module warn-on-use
2259
2260 BUILT_SOURCES += warn-on-use.h
2261 # The warn-on-use.h that gets inserted into generated .h files is the same as
2262 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
2263 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
2264         $(AM_V_GEN)rm -f $@-t $@ && \
2265         sed -n -e '/^.ifndef/,$$p' \
2266           < $(top_srcdir)/build-aux/warn-on-use.h \
2267           > $@-t && \
2268         mv $@-t $@
2269 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
2270
2271 WARN_ON_USE_H=warn-on-use.h
2272
2273 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
2274
2275 ## end   gnulib module warn-on-use
2276
2277 ## begin gnulib module wchar
2278
2279 BUILT_SOURCES += wchar.h
2280
2281 # We need the following in order to create <wchar.h> when the system
2282 # version does not work standalone.
2283 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2284         $(AM_V_GEN)rm -f $@-t $@ && \
2285         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2286           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2287               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2288               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2289               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2290               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
2291               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
2292               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
2293               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
2294               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
2295               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
2296               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
2297               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
2298               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
2299               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
2300               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
2301               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2302               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2303               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2304               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2305               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2306               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2307               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2308               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2309               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2310               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2311               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2312               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2313               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2314               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2315               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2316               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2317               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2318               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2319               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2320               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2321               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2322               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2323               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2324               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2325               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2326               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2327               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2328             < $(srcdir)/wchar.in.h; \
2329         } > $@-t && \
2330         mv $@-t $@
2331 MOSTLYCLEANFILES += wchar.h wchar.h-t
2332
2333 EXTRA_DIST += wchar.in.h
2334
2335 ## end   gnulib module wchar
2336
2337 ## begin gnulib module wcrtomb
2338
2339
2340 EXTRA_DIST += wcrtomb.c
2341
2342 EXTRA_libgnu_a_SOURCES += wcrtomb.c
2343
2344 ## end   gnulib module wcrtomb
2345
2346 ## begin gnulib module wctype
2347
2348 BUILT_SOURCES += wctype.h
2349
2350 # We need the following in order to create <wctype.h> when the system
2351 # doesn't have one that works with the given compiler.
2352 wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
2353         $(AM_V_GEN)rm -f $@-t $@ && \
2354         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2355           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
2356               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2357               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2358               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
2359               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
2360               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
2361               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
2362               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2363               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2364               < $(srcdir)/wctype.in.h; \
2365         } > $@-t && \
2366         mv $@-t $@
2367 MOSTLYCLEANFILES += wctype.h wctype.h-t
2368
2369 EXTRA_DIST += wctype.in.h
2370
2371 ## end   gnulib module wctype
2372
2373 ## begin gnulib module wcwidth
2374
2375
2376 EXTRA_DIST += wcwidth.c
2377
2378 EXTRA_libgnu_a_SOURCES += wcwidth.c
2379
2380 ## end   gnulib module wcwidth
2381
2382 ## begin gnulib module write
2383
2384
2385 EXTRA_DIST += write.c
2386
2387 EXTRA_libgnu_a_SOURCES += write.c
2388
2389 ## end   gnulib module write
2390
2391 ## begin gnulib module xalloc
2392
2393
2394 EXTRA_DIST += xalloc.h xmalloc.c
2395
2396 EXTRA_libgnu_a_SOURCES += xmalloc.c
2397
2398 ## end   gnulib module xalloc
2399
2400 ## begin gnulib module xalloc-die
2401
2402 libgnu_a_SOURCES += xalloc-die.c
2403
2404 ## end   gnulib module xalloc-die
2405
2406 ## begin gnulib module xgetcwd
2407
2408
2409 EXTRA_DIST += xgetcwd.c xgetcwd.h
2410
2411 EXTRA_libgnu_a_SOURCES += xgetcwd.c
2412
2413 ## end   gnulib module xgetcwd
2414
2415 ## begin gnulib module xsize
2416
2417 libgnu_a_SOURCES += xsize.h
2418
2419 ## end   gnulib module xsize
2420
2421 ## begin gnulib module xstrndup
2422
2423 libgnu_a_SOURCES += xstrndup.h xstrndup.c
2424
2425 ## end   gnulib module xstrndup
2426
2427 ## begin gnulib module xstrtol
2428
2429
2430 EXTRA_DIST += xstrtol-error.c xstrtol.c xstrtol.h xstrtoul.c
2431
2432 EXTRA_libgnu_a_SOURCES += xstrtol-error.c xstrtol.c xstrtoul.c
2433
2434 ## end   gnulib module xstrtol
2435
2436 ## begin gnulib module xstrtoumax
2437
2438 libgnu_a_SOURCES += xstrtoumax.c
2439
2440 ## end   gnulib module xstrtoumax
2441
2442 ## begin gnulib module xvasprintf
2443
2444 libgnu_a_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
2445
2446 EXTRA_DIST += xalloc.h
2447
2448 ## end   gnulib module xvasprintf
2449
2450
2451 mostlyclean-local: mostlyclean-generic
2452         @for dir in '' $(MOSTLYCLEANDIRS); do \
2453           if test -n "$$dir" && test -d $$dir; then \
2454             echo "rmdir $$dir"; rmdir $$dir; \
2455           fi; \
2456         done; \
2457         :