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