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