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