Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / gl / lib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
17 #
18 # As a special exception to the GNU General Public License,
19 # this file may be distributed as part of a program that
20 # contains a configuration script generated by Autoconf, under
21 # the same distribution terms as the rest of that program.
22 #
23 # Generated by gnulib-tool.
24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gnulib-local --lib=libgnulib --source-base=gl/lib --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-conditional-dependencies --no-libtool --macro-prefix=gl alloca areadlinkat argmatch assert byteswap c-strcasestr c-strstr canonicalize cloexec closein closeout ctype d-ino 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 manywarnings math mbrtowc mbscasestr mbsstr mktime modechange modf mountlist open parse-datetime pathmax perror progname quotearg readlink realloc regex rpmatch safe-read save-cwd savedir selinux-at snprintf stat stat-macros stat-size stat-time stdarg stdbool stddef stdint stdio stdlib stpcpy strcasestr strdup-posix strftime string strndup strtol strtoul strtoull strtoumax sys_stat sys_time sys_wait timespec uname unlinkat update-copyright verify version-etc version-etc-fsf warnings wchar wcwidth xalloc xalloc-die xgetcwd xstrtod xstrtol xstrtoumax yesno
25
26 AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects
27
28 SUBDIRS =
29 noinst_HEADERS =
30 noinst_LIBRARIES =
31 noinst_LTLIBRARIES =
32 EXTRA_DIST =
33 BUILT_SOURCES =
34 SUFFIXES =
35 MOSTLYCLEANFILES = core *.stackdump
36 MOSTLYCLEANDIRS =
37 CLEANFILES =
38 DISTCLEANFILES =
39 MAINTAINERCLEANFILES =
40
41 AM_CPPFLAGS =
42 AM_CFLAGS =
43
44 noinst_LIBRARIES += libgnulib.a
45
46 libgnulib_a_SOURCES =
47 libgnulib_a_LIBADD = $(gl_LIBOBJS)
48 libgnulib_a_DEPENDENCIES = $(gl_LIBOBJS)
49 EXTRA_libgnulib_a_SOURCES =
50
51 ## begin gnulib module absolute-header
52
53 # Use this preprocessor expression to decide whether #include_next works.
54 # Do not rely on a 'configure'-time test for this, since the expression
55 # might appear in an installed header, which is used by some other compiler.
56 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
57
58 ## end   gnulib module absolute-header
59
60 ## begin gnulib module alloca
61
62
63 libgnulib_a_LIBADD += @ALLOCA@
64 libgnulib_a_DEPENDENCIES += @ALLOCA@
65 EXTRA_DIST += alloca.c
66
67 EXTRA_libgnulib_a_SOURCES += alloca.c
68
69 ## end   gnulib module alloca
70
71 ## begin gnulib module alloca-opt
72
73 BUILT_SOURCES += $(ALLOCA_H)
74
75 # We need the following in order to create <alloca.h> when the system
76 # doesn't have one that works with the given compiler.
77 if GL_GENERATE_ALLOCA_H
78 alloca.h: alloca.in.h $(top_builddir)/config.status
79         $(AM_V_GEN)rm -f $@-t $@ && \
80         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
81           cat $(srcdir)/alloca.in.h; \
82         } > $@-t && \
83         mv -f $@-t $@
84 else
85 alloca.h: $(top_builddir)/config.status
86         rm -f $@
87 endif
88 MOSTLYCLEANFILES += alloca.h alloca.h-t
89
90 EXTRA_DIST += alloca.in.h
91
92 ## end   gnulib module alloca-opt
93
94 ## begin gnulib module allocator
95
96 libgnulib_a_SOURCES += allocator.c
97
98 EXTRA_DIST += allocator.h
99
100 ## end   gnulib module allocator
101
102 ## begin gnulib module areadlink
103
104 libgnulib_a_SOURCES += areadlink.c
105
106 EXTRA_DIST += areadlink.h
107
108 ## end   gnulib module areadlink
109
110 ## begin gnulib module areadlink-with-size
111
112 libgnulib_a_SOURCES += areadlink-with-size.c
113
114 EXTRA_DIST += areadlink.h
115
116 ## end   gnulib module areadlink-with-size
117
118 ## begin gnulib module areadlinkat
119
120 libgnulib_a_SOURCES += areadlinkat.c
121
122 EXTRA_DIST += areadlink.h at-func.c
123
124 EXTRA_libgnulib_a_SOURCES += at-func.c
125
126 ## end   gnulib module areadlinkat
127
128 ## begin gnulib module argmatch
129
130 libgnulib_a_SOURCES += argmatch.c
131
132 EXTRA_DIST += argmatch.h
133
134 ## end   gnulib module argmatch
135
136 ## begin gnulib module at-internal
137
138
139 EXTRA_DIST += openat-priv.h openat-proc.c
140
141 EXTRA_libgnulib_a_SOURCES += openat-proc.c
142
143 ## end   gnulib module at-internal
144
145 ## begin gnulib module bitrotate
146
147 libgnulib_a_SOURCES += bitrotate.h bitrotate.c
148
149 ## end   gnulib module bitrotate
150
151 ## begin gnulib module btowc
152
153
154 EXTRA_DIST += btowc.c
155
156 EXTRA_libgnulib_a_SOURCES += btowc.c
157
158 ## end   gnulib module btowc
159
160 ## begin gnulib module byteswap
161
162 BUILT_SOURCES += $(BYTESWAP_H)
163
164 # We need the following in order to create <byteswap.h> when the system
165 # doesn't have one.
166 if GL_GENERATE_BYTESWAP_H
167 byteswap.h: byteswap.in.h $(top_builddir)/config.status
168         $(AM_V_GEN)rm -f $@-t $@ && \
169         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
170           cat $(srcdir)/byteswap.in.h; \
171         } > $@-t && \
172         mv -f $@-t $@
173 else
174 byteswap.h: $(top_builddir)/config.status
175         rm -f $@
176 endif
177 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
178
179 EXTRA_DIST += byteswap.in.h
180
181 ## end   gnulib module byteswap
182
183 ## begin gnulib module c-ctype
184
185 libgnulib_a_SOURCES += c-ctype.h c-ctype.c
186
187 ## end   gnulib module c-ctype
188
189 ## begin gnulib module c-strcase
190
191 libgnulib_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
192
193 ## end   gnulib module c-strcase
194
195 ## begin gnulib module c-strcaseeq
196
197
198 EXTRA_DIST += c-strcaseeq.h
199
200 ## end   gnulib module c-strcaseeq
201
202 ## begin gnulib module c-strcasestr
203
204 libgnulib_a_SOURCES += c-strcasestr.h c-strcasestr.c
205
206 EXTRA_DIST += str-two-way.h
207
208 ## end   gnulib module c-strcasestr
209
210 ## begin gnulib module c-strstr
211
212 libgnulib_a_SOURCES += c-strstr.h c-strstr.c
213
214 ## end   gnulib module c-strstr
215
216 ## begin gnulib module canonicalize
217
218 libgnulib_a_SOURCES += canonicalize.c
219
220 EXTRA_DIST += canonicalize.h
221
222 ## end   gnulib module canonicalize
223
224 ## begin gnulib module careadlinkat
225
226 libgnulib_a_SOURCES += careadlinkat.c
227
228 EXTRA_DIST += careadlinkat.h
229
230 ## end   gnulib module careadlinkat
231
232 ## begin gnulib module chdir-long
233
234
235 EXTRA_DIST += chdir-long.c chdir-long.h
236
237 EXTRA_libgnulib_a_SOURCES += chdir-long.c
238
239 ## end   gnulib module chdir-long
240
241 ## begin gnulib module cloexec
242
243 libgnulib_a_SOURCES += cloexec.c
244
245 EXTRA_DIST += cloexec.h
246
247 ## end   gnulib module cloexec
248
249 ## begin gnulib module close
250
251
252 EXTRA_DIST += close.c
253
254 EXTRA_libgnulib_a_SOURCES += close.c
255
256 ## end   gnulib module close
257
258 ## begin gnulib module close-stream
259
260 libgnulib_a_SOURCES += close-stream.c
261
262 EXTRA_DIST += close-stream.h
263
264 ## end   gnulib module close-stream
265
266 ## begin gnulib module closedir
267
268
269 EXTRA_DIST += closedir.c dirent-private.h
270
271 EXTRA_libgnulib_a_SOURCES += closedir.c
272
273 ## end   gnulib module closedir
274
275 ## begin gnulib module closein
276
277 libgnulib_a_SOURCES += closein.c
278
279 EXTRA_DIST += closein.h
280
281 ## end   gnulib module closein
282
283 ## begin gnulib module closeout
284
285 libgnulib_a_SOURCES += closeout.c
286
287 EXTRA_DIST += closeout.h
288
289 ## end   gnulib module closeout
290
291 ## begin gnulib module configmake
292
293 # Listed in the same order as the GNU makefile conventions, and
294 # provided by autoconf 2.59c+ or 2.70.
295 # The Automake-defined pkg* macros are appended, in the order
296 # listed in the Automake 1.10a+ documentation.
297 configmake.h: Makefile
298         $(AM_V_GEN)rm -f $@-t && \
299         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
300           echo '#define PREFIX "$(prefix)"'; \
301           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
302           echo '#define BINDIR "$(bindir)"'; \
303           echo '#define SBINDIR "$(sbindir)"'; \
304           echo '#define LIBEXECDIR "$(libexecdir)"'; \
305           echo '#define DATAROOTDIR "$(datarootdir)"'; \
306           echo '#define DATADIR "$(datadir)"'; \
307           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
308           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
309           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
310           echo '#define RUNSTATEDIR "$(runstatedir)"'; \
311           echo '#define INCLUDEDIR "$(includedir)"'; \
312           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
313           echo '#define DOCDIR "$(docdir)"'; \
314           echo '#define INFODIR "$(infodir)"'; \
315           echo '#define HTMLDIR "$(htmldir)"'; \
316           echo '#define DVIDIR "$(dvidir)"'; \
317           echo '#define PDFDIR "$(pdfdir)"'; \
318           echo '#define PSDIR "$(psdir)"'; \
319           echo '#define LIBDIR "$(libdir)"'; \
320           echo '#define LISPDIR "$(lispdir)"'; \
321           echo '#define LOCALEDIR "$(localedir)"'; \
322           echo '#define MANDIR "$(mandir)"'; \
323           echo '#define MANEXT "$(manext)"'; \
324           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
325           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
326           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
327           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
328         } | sed '/""/d' > $@-t && \
329         mv -f $@-t $@
330
331 BUILT_SOURCES += configmake.h
332 CLEANFILES += configmake.h configmake.h-t
333
334 ## end   gnulib module configmake
335
336 ## begin gnulib module ctype
337
338 BUILT_SOURCES += ctype.h
339
340 # We need the following in order to create <ctype.h> when the system
341 # doesn't have one that works with the given compiler.
342 ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
343         $(AM_V_GEN)rm -f $@-t $@ && \
344         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
345           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
346               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
347               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
348               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
349               -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
350               -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
351               -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
352               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
353               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
354               < $(srcdir)/ctype.in.h; \
355         } > $@-t && \
356         mv $@-t $@
357 MOSTLYCLEANFILES += ctype.h ctype.h-t
358
359 EXTRA_DIST += ctype.in.h
360
361 ## end   gnulib module ctype
362
363 ## begin gnulib module cycle-check
364
365 libgnulib_a_SOURCES += cycle-check.c
366
367 EXTRA_DIST += cycle-check.h
368
369 ## end   gnulib module cycle-check
370
371 ## begin gnulib module dev-ino
372
373
374 EXTRA_DIST += dev-ino.h
375
376 ## end   gnulib module dev-ino
377
378 ## begin gnulib module dirent
379
380 BUILT_SOURCES += dirent.h
381
382 # We need the following in order to create <dirent.h> when the system
383 # doesn't have one that works with the given compiler.
384 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
385         $(AM_V_GEN)rm -f $@-t $@ && \
386         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
387           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
388               -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
389               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
390               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
391               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
392               -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
393               -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
394               -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
395               -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
396               -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
397               -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
398               -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
399               -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
400               -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
401               -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
402               -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
403               -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
404               -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
405               -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
406               -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
407               -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
408               -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
409               -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
410               -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
411               -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
412               -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
413               -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
414               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
415               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
416               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
417               < $(srcdir)/dirent.in.h; \
418         } > $@-t && \
419         mv $@-t $@
420 MOSTLYCLEANFILES += dirent.h dirent.h-t
421
422 EXTRA_DIST += dirent.in.h
423
424 ## end   gnulib module dirent
425
426 ## begin gnulib module dirent-safer
427
428 libgnulib_a_SOURCES += opendir-safer.c
429
430 EXTRA_DIST += dirent--.h dirent-safer.h
431
432 ## end   gnulib module dirent-safer
433
434 ## begin gnulib module dirfd
435
436
437 EXTRA_DIST += dirfd.c
438
439 EXTRA_libgnulib_a_SOURCES += dirfd.c
440
441 ## end   gnulib module dirfd
442
443 ## begin gnulib module dirname
444
445 libgnulib_a_SOURCES += dirname.c basename.c
446
447 EXTRA_DIST += stripslash.c
448
449 EXTRA_libgnulib_a_SOURCES += stripslash.c
450
451 ## end   gnulib module dirname
452
453 ## begin gnulib module dirname-lgpl
454
455 libgnulib_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
456
457 EXTRA_DIST += dirname.h
458
459 ## end   gnulib module dirname-lgpl
460
461 ## begin gnulib module dosname
462
463
464 EXTRA_DIST += dosname.h
465
466 ## end   gnulib module dosname
467
468 ## begin gnulib module dup
469
470
471 EXTRA_DIST += dup.c
472
473 EXTRA_libgnulib_a_SOURCES += dup.c
474
475 ## end   gnulib module dup
476
477 ## begin gnulib module dup2
478
479
480 EXTRA_DIST += dup2.c
481
482 EXTRA_libgnulib_a_SOURCES += dup2.c
483
484 ## end   gnulib module dup2
485
486 ## begin gnulib module errno
487
488 BUILT_SOURCES += $(ERRNO_H)
489
490 # We need the following in order to create <errno.h> when the system
491 # doesn't have one that is POSIX compliant.
492 if GL_GENERATE_ERRNO_H
493 errno.h: errno.in.h $(top_builddir)/config.status
494         $(AM_V_GEN)rm -f $@-t $@ && \
495         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
496           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
497               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
498               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
499               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
500               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
501               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
502               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
503               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
504               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
505               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
506               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
507               < $(srcdir)/errno.in.h; \
508         } > $@-t && \
509         mv $@-t $@
510 else
511 errno.h: $(top_builddir)/config.status
512         rm -f $@
513 endif
514 MOSTLYCLEANFILES += errno.h errno.h-t
515
516 EXTRA_DIST += errno.in.h
517
518 ## end   gnulib module errno
519
520 ## begin gnulib module error
521
522
523 EXTRA_DIST += error.c error.h
524
525 EXTRA_libgnulib_a_SOURCES += error.c
526
527 ## end   gnulib module error
528
529 ## begin gnulib module euidaccess
530
531
532 EXTRA_DIST += euidaccess.c
533
534 EXTRA_libgnulib_a_SOURCES += euidaccess.c
535
536 ## end   gnulib module euidaccess
537
538 ## begin gnulib module exitfail
539
540 libgnulib_a_SOURCES += exitfail.c
541
542 EXTRA_DIST += exitfail.h
543
544 ## end   gnulib module exitfail
545
546 ## begin gnulib module faccessat
547
548
549 EXTRA_DIST += at-func.c faccessat.c
550
551 EXTRA_libgnulib_a_SOURCES += at-func.c faccessat.c
552
553 ## end   gnulib module faccessat
554
555 ## begin gnulib module fchdir
556
557
558 EXTRA_DIST += fchdir.c
559
560 EXTRA_libgnulib_a_SOURCES += fchdir.c
561
562 ## end   gnulib module fchdir
563
564 ## begin gnulib module fcntl
565
566
567 EXTRA_DIST += fcntl.c
568
569 EXTRA_libgnulib_a_SOURCES += fcntl.c
570
571 ## end   gnulib module fcntl
572
573 ## begin gnulib module fcntl-h
574
575 BUILT_SOURCES += fcntl.h
576
577 # We need the following in order to create <fcntl.h> when the system
578 # doesn't have one that works with the given compiler.
579 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
580         $(AM_V_GEN)rm -f $@-t $@ && \
581         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
582           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
583               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
584               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
585               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
586               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
587               -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
588               -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
589               -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
590               -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
591               -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
592               -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
593               -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
594               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
595               -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
596               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
597               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
598               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
599               < $(srcdir)/fcntl.in.h; \
600         } > $@-t && \
601         mv $@-t $@
602 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
603
604 EXTRA_DIST += fcntl.in.h
605
606 ## end   gnulib module fcntl-h
607
608 ## begin gnulib module fcntl-safer
609
610 libgnulib_a_SOURCES += creat-safer.c open-safer.c
611
612 EXTRA_DIST += fcntl--.h fcntl-safer.h
613
614 ## end   gnulib module fcntl-safer
615
616 ## begin gnulib module fd-hook
617
618 libgnulib_a_SOURCES += fd-hook.c
619
620 EXTRA_DIST += fd-hook.h
621
622 ## end   gnulib module fd-hook
623
624 ## begin gnulib module fdopendir
625
626
627 EXTRA_DIST += fdopendir.c
628
629 EXTRA_libgnulib_a_SOURCES += fdopendir.c
630
631 ## end   gnulib module fdopendir
632
633 ## begin gnulib module fflush
634
635
636 EXTRA_DIST += fflush.c stdio-impl.h
637
638 EXTRA_libgnulib_a_SOURCES += fflush.c
639
640 ## end   gnulib module fflush
641
642 ## begin gnulib module file-set
643
644 libgnulib_a_SOURCES += file-set.c
645
646 EXTRA_DIST += file-set.h
647
648 ## end   gnulib module file-set
649
650 ## begin gnulib module fileblocks
651
652
653 EXTRA_DIST += fileblocks.c
654
655 EXTRA_libgnulib_a_SOURCES += fileblocks.c
656
657 ## end   gnulib module fileblocks
658
659 ## begin gnulib module filemode
660
661 libgnulib_a_SOURCES += filemode.c
662
663 EXTRA_DIST += filemode.h
664
665 ## end   gnulib module filemode
666
667 ## begin gnulib module filename
668
669
670 EXTRA_DIST += filename.h
671
672 ## end   gnulib module filename
673
674 ## begin gnulib module filenamecat-lgpl
675
676 libgnulib_a_SOURCES += filenamecat-lgpl.c
677
678 EXTRA_DIST += filenamecat.h
679
680 ## end   gnulib module filenamecat-lgpl
681
682 ## begin gnulib module float
683
684 BUILT_SOURCES += $(FLOAT_H)
685
686 # We need the following in order to create <float.h> when the system
687 # doesn't have one that works with the given compiler.
688 if GL_GENERATE_FLOAT_H
689 float.h: float.in.h $(top_builddir)/config.status
690         $(AM_V_GEN)rm -f $@-t $@ && \
691         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
692           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
693               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
694               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
695               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
696               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
697               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
698               < $(srcdir)/float.in.h; \
699         } > $@-t && \
700         mv $@-t $@
701 else
702 float.h: $(top_builddir)/config.status
703         rm -f $@
704 endif
705 MOSTLYCLEANFILES += float.h float.h-t
706
707 EXTRA_DIST += float.c float.in.h itold.c
708
709 EXTRA_libgnulib_a_SOURCES += float.c itold.c
710
711 ## end   gnulib module float
712
713 ## begin gnulib module fnmatch
714
715 BUILT_SOURCES += $(FNMATCH_H)
716
717 # We need the following in order to create <fnmatch.h> when the system
718 # doesn't have one that supports the required API.
719 if GL_GENERATE_FNMATCH_H
720 fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
721         $(AM_V_GEN)rm -f $@-t $@ && \
722         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
723           sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
724               < $(srcdir)/fnmatch.in.h; \
725         } > $@-t && \
726         mv -f $@-t $@
727 else
728 fnmatch.h: $(top_builddir)/config.status
729         rm -f $@
730 endif
731 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
732
733 EXTRA_DIST += fnmatch.c fnmatch.in.h fnmatch_loop.c
734
735 EXTRA_libgnulib_a_SOURCES += fnmatch.c fnmatch_loop.c
736
737 ## end   gnulib module fnmatch
738
739 ## begin gnulib module fopen
740
741
742 EXTRA_DIST += fopen.c
743
744 EXTRA_libgnulib_a_SOURCES += fopen.c
745
746 ## end   gnulib module fopen
747
748 ## begin gnulib module fopen-safer
749
750 libgnulib_a_SOURCES += fopen-safer.c
751
752 EXTRA_DIST += stdio--.h stdio-safer.h
753
754 ## end   gnulib module fopen-safer
755
756 ## begin gnulib module fpending
757
758
759 EXTRA_DIST += fpending.c fpending.h
760
761 EXTRA_libgnulib_a_SOURCES += fpending.c
762
763 ## end   gnulib module fpending
764
765 ## begin gnulib module fpurge
766
767
768 EXTRA_DIST += fpurge.c stdio-impl.h
769
770 EXTRA_libgnulib_a_SOURCES += fpurge.c
771
772 ## end   gnulib module fpurge
773
774 ## begin gnulib module freadahead
775
776
777 EXTRA_DIST += freadahead.c freadahead.h stdio-impl.h
778
779 EXTRA_libgnulib_a_SOURCES += freadahead.c
780
781 ## end   gnulib module freadahead
782
783 ## begin gnulib module freading
784
785 libgnulib_a_SOURCES += freading.c
786
787 EXTRA_DIST += freading.h stdio-impl.h
788
789 ## end   gnulib module freading
790
791 ## begin gnulib module fseek
792
793
794 EXTRA_DIST += fseek.c
795
796 EXTRA_libgnulib_a_SOURCES += fseek.c
797
798 ## end   gnulib module fseek
799
800 ## begin gnulib module fseeko
801
802
803 EXTRA_DIST += fseeko.c stdio-impl.h
804
805 EXTRA_libgnulib_a_SOURCES += fseeko.c
806
807 ## end   gnulib module fseeko
808
809 ## begin gnulib module fstat
810
811
812 EXTRA_DIST += fstat.c
813
814 EXTRA_libgnulib_a_SOURCES += fstat.c
815
816 ## end   gnulib module fstat
817
818 ## begin gnulib module fstatat
819
820
821 EXTRA_DIST += at-func.c fstatat.c
822
823 EXTRA_libgnulib_a_SOURCES += at-func.c fstatat.c
824
825 ## end   gnulib module fstatat
826
827 ## begin gnulib module ftell
828
829
830 EXTRA_DIST += ftell.c
831
832 EXTRA_libgnulib_a_SOURCES += ftell.c
833
834 ## end   gnulib module ftell
835
836 ## begin gnulib module ftello
837
838
839 EXTRA_DIST += ftello.c stdio-impl.h
840
841 EXTRA_libgnulib_a_SOURCES += ftello.c
842
843 ## end   gnulib module ftello
844
845 ## begin gnulib module fts
846
847
848 EXTRA_DIST += fts-cycle.c fts.c fts_.h
849
850 EXTRA_libgnulib_a_SOURCES += fts-cycle.c fts.c
851
852 ## end   gnulib module fts
853
854 ## begin gnulib module getcwd
855
856
857 EXTRA_DIST += getcwd.c
858
859 EXTRA_libgnulib_a_SOURCES += getcwd.c
860
861 ## end   gnulib module getcwd
862
863 ## begin gnulib module getcwd-lgpl
864
865
866 EXTRA_DIST += getcwd-lgpl.c
867
868 EXTRA_libgnulib_a_SOURCES += getcwd-lgpl.c
869
870 ## end   gnulib module getcwd-lgpl
871
872 ## begin gnulib module getdelim
873
874
875 EXTRA_DIST += getdelim.c
876
877 EXTRA_libgnulib_a_SOURCES += getdelim.c
878
879 ## end   gnulib module getdelim
880
881 ## begin gnulib module getdtablesize
882
883
884 EXTRA_DIST += getdtablesize.c
885
886 EXTRA_libgnulib_a_SOURCES += getdtablesize.c
887
888 ## end   gnulib module getdtablesize
889
890 ## begin gnulib module getgroups
891
892
893 EXTRA_DIST += getgroups.c
894
895 EXTRA_libgnulib_a_SOURCES += getgroups.c
896
897 ## end   gnulib module getgroups
898
899 ## begin gnulib module gethostname
900
901
902 EXTRA_DIST += gethostname.c w32sock.h
903
904 EXTRA_libgnulib_a_SOURCES += gethostname.c
905
906 ## end   gnulib module gethostname
907
908 ## begin gnulib module getline
909
910
911 EXTRA_DIST += getline.c
912
913 EXTRA_libgnulib_a_SOURCES += getline.c
914
915 ## end   gnulib module getline
916
917 ## begin gnulib module getopt-posix
918
919 BUILT_SOURCES += $(GETOPT_H)
920
921 # We need the following in order to create <getopt.h> when the system
922 # doesn't have one that works with the given compiler.
923 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
924         $(AM_V_GEN)rm -f $@-t $@ && \
925         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
926           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
927               -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
928               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
929               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
930               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
931               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
932               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
933               < $(srcdir)/getopt.in.h; \
934         } > $@-t && \
935         mv -f $@-t $@
936 MOSTLYCLEANFILES += getopt.h getopt.h-t
937
938 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
939
940 EXTRA_libgnulib_a_SOURCES += getopt.c getopt1.c
941
942 ## end   gnulib module getopt-posix
943
944 ## begin gnulib module gettext
945
946 # If your project uses "gettextize --intl" to put a source-code
947 # copy of libintl into the package, every Makefile.am needs
948 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
949 # Here's one way to do this:
950 #AM_CPPFLAGS += -I$(top_builddir)/intl
951 # This option has no effect when the user disables NLS (because then
952 # the intl directory contains no libintl.h file).  This option is not
953 # enabled by default because the intl directory might not exist if
954 # your project does not use "gettext --intl", and some compilers
955 # complain about -I options applied to nonexistent directories.
956
957 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
958
959 ## end   gnulib module gettext
960
961 ## begin gnulib module gettext-h
962
963 libgnulib_a_SOURCES += gettext.h
964
965 ## end   gnulib module gettext-h
966
967 ## begin gnulib module gettime
968
969 libgnulib_a_SOURCES += gettime.c
970
971 ## end   gnulib module gettime
972
973 ## begin gnulib module gettimeofday
974
975
976 EXTRA_DIST += gettimeofday.c
977
978 EXTRA_libgnulib_a_SOURCES += gettimeofday.c
979
980 ## end   gnulib module gettimeofday
981
982 ## begin gnulib module gnumakefile
983
984 distclean-local: clean-GNUmakefile
985 clean-GNUmakefile:
986         test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
987
988 EXTRA_DIST += $(top_srcdir)/GNUmakefile
989
990 ## end   gnulib module gnumakefile
991
992 ## begin gnulib module group-member
993
994
995 EXTRA_DIST += group-member.c
996
997 EXTRA_libgnulib_a_SOURCES += group-member.c
998
999 ## end   gnulib module group-member
1000
1001 ## begin gnulib module hash
1002
1003 libgnulib_a_SOURCES += hash.c
1004
1005 EXTRA_DIST += hash.h
1006
1007 ## end   gnulib module hash
1008
1009 ## begin gnulib module hash-pjw
1010
1011 libgnulib_a_SOURCES += hash-pjw.h hash-pjw.c
1012
1013 ## end   gnulib module hash-pjw
1014
1015 ## begin gnulib module hash-triple
1016
1017 libgnulib_a_SOURCES += hash-triple.c
1018
1019 EXTRA_DIST += hash-triple.h
1020
1021 ## end   gnulib module hash-triple
1022
1023 ## begin gnulib module havelib
1024
1025
1026 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
1027
1028 ## end   gnulib module havelib
1029
1030 ## begin gnulib module human
1031
1032 libgnulib_a_SOURCES += human.c
1033
1034 EXTRA_DIST += human.h
1035
1036 ## end   gnulib module human
1037
1038 ## begin gnulib module i-ring
1039
1040 libgnulib_a_SOURCES += i-ring.c
1041
1042 EXTRA_DIST += i-ring.h
1043
1044 ## end   gnulib module i-ring
1045
1046 ## begin gnulib module idcache
1047
1048 libgnulib_a_SOURCES += idcache.c
1049
1050 EXTRA_DIST += idcache.h
1051
1052 ## end   gnulib module idcache
1053
1054 ## begin gnulib module intprops
1055
1056
1057 EXTRA_DIST += intprops.h
1058
1059 ## end   gnulib module intprops
1060
1061 ## begin gnulib module inttypes-incomplete
1062
1063 BUILT_SOURCES += inttypes.h
1064
1065 # We need the following in order to create <inttypes.h> when the system
1066 # doesn't have one that works with the given compiler.
1067 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1068         $(AM_V_GEN)rm -f $@-t $@ && \
1069         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1070           sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1071               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1072               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1073               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1074               -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
1075               -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
1076               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1077               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1078               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1079               -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
1080               -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
1081               -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
1082               -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
1083               -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
1084               -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
1085               -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
1086               -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
1087               -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
1088               -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
1089               -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
1090               -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
1091               -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
1092               -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
1093               -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
1094               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1095               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1096               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1097               < $(srcdir)/inttypes.in.h; \
1098         } > $@-t && \
1099         mv $@-t $@
1100 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
1101
1102 EXTRA_DIST += inttypes.in.h
1103
1104 ## end   gnulib module inttypes-incomplete
1105
1106 ## begin gnulib module isblank
1107
1108
1109 EXTRA_DIST += isblank.c
1110
1111 EXTRA_libgnulib_a_SOURCES += isblank.c
1112
1113 ## end   gnulib module isblank
1114
1115 ## begin gnulib module isfinite
1116
1117
1118 EXTRA_DIST += isfinite.c
1119
1120 EXTRA_libgnulib_a_SOURCES += isfinite.c
1121
1122 ## end   gnulib module isfinite
1123
1124 ## begin gnulib module isinf
1125
1126
1127 EXTRA_DIST += isinf.c
1128
1129 EXTRA_libgnulib_a_SOURCES += isinf.c
1130
1131 ## end   gnulib module isinf
1132
1133 ## begin gnulib module isnand-nolibm
1134
1135
1136 EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
1137
1138 EXTRA_libgnulib_a_SOURCES += isnan.c isnand.c
1139
1140 ## end   gnulib module isnand-nolibm
1141
1142 ## begin gnulib module isnanf-nolibm
1143
1144
1145 EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
1146
1147 EXTRA_libgnulib_a_SOURCES += isnan.c isnanf.c
1148
1149 ## end   gnulib module isnanf-nolibm
1150
1151 ## begin gnulib module isnanl-nolibm
1152
1153
1154 EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
1155
1156 EXTRA_libgnulib_a_SOURCES += isnan.c isnanl.c
1157
1158 ## end   gnulib module isnanl-nolibm
1159
1160 ## begin gnulib module iswblank
1161
1162
1163 EXTRA_DIST += iswblank.c
1164
1165 EXTRA_libgnulib_a_SOURCES += iswblank.c
1166
1167 ## end   gnulib module iswblank
1168
1169 ## begin gnulib module langinfo
1170
1171 BUILT_SOURCES += langinfo.h
1172
1173 # We need the following in order to create an empty placeholder for
1174 # <langinfo.h> when the system doesn't have one.
1175 langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1176         $(AM_V_GEN)rm -f $@-t $@ && \
1177         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1178           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1179               -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
1180               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1181               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1182               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1183               -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
1184               -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
1185               -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
1186               -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
1187               -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
1188               -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
1189               -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
1190               -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
1191               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1192               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1193               < $(srcdir)/langinfo.in.h; \
1194         } > $@-t && \
1195         mv $@-t $@
1196 MOSTLYCLEANFILES += langinfo.h langinfo.h-t
1197
1198 EXTRA_DIST += langinfo.in.h
1199
1200 ## end   gnulib module langinfo
1201
1202 ## begin gnulib module localcharset
1203
1204 libgnulib_a_SOURCES += localcharset.h localcharset.c
1205
1206 # We need the following in order to install a simple file in $(libdir)
1207 # which is shared with other installed packages. We use a list of referencing
1208 # packages so that "make uninstall" will remove the file if and only if it
1209 # is not used by another installed package.
1210 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
1211 # avoid installing it.
1212
1213 all-local: charset.alias ref-add.sed ref-del.sed
1214
1215 charset_alias = $(DESTDIR)$(libdir)/charset.alias
1216 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
1217 install-exec-local: install-exec-localcharset
1218 install-exec-localcharset: all-local
1219         if test $(GLIBC21) = no; then \
1220           case '$(host_os)' in \
1221             darwin[56]*) \
1222               need_charset_alias=true ;; \
1223             darwin* | cygwin* | mingw* | pw32* | cegcc*) \
1224               need_charset_alias=false ;; \
1225             *) \
1226               need_charset_alias=true ;; \
1227           esac ; \
1228         else \
1229           need_charset_alias=false ; \
1230         fi ; \
1231         if $$need_charset_alias; then \
1232           $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
1233         fi ; \
1234         if test -f $(charset_alias); then \
1235           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
1236           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
1237           rm -f $(charset_tmp) ; \
1238         else \
1239           if $$need_charset_alias; then \
1240             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
1241             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
1242             rm -f $(charset_tmp) ; \
1243           fi ; \
1244         fi
1245
1246 uninstall-local: uninstall-localcharset
1247 uninstall-localcharset: all-local
1248         if test -f $(charset_alias); then \
1249           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
1250           if grep '^# Packages using this file: $$' $(charset_tmp) \
1251               > /dev/null; then \
1252             rm -f $(charset_alias); \
1253           else \
1254             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
1255           fi; \
1256           rm -f $(charset_tmp); \
1257         fi
1258
1259 charset.alias: config.charset
1260         $(AM_V_GEN)rm -f t-$@ $@ && \
1261         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
1262         mv t-$@ $@
1263
1264 SUFFIXES += .sed .sin
1265 .sin.sed:
1266         $(AM_V_GEN)rm -f t-$@ $@ && \
1267         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
1268         mv t-$@ $@
1269
1270 CLEANFILES += charset.alias ref-add.sed ref-del.sed
1271
1272 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
1273
1274 ## end   gnulib module localcharset
1275
1276 ## begin gnulib module locale
1277
1278 BUILT_SOURCES += locale.h
1279
1280 # We need the following in order to create <locale.h> when the system
1281 # doesn't have one that provides all definitions.
1282 locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1283         $(AM_V_GEN)rm -f $@-t $@ && \
1284         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1285           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1286               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1287               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1288               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1289               -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
1290               -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
1291               -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
1292               -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
1293               -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
1294               -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
1295               -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
1296               -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
1297               -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
1298               -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
1299               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1300               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1301               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1302               < $(srcdir)/locale.in.h; \
1303         } > $@-t && \
1304         mv $@-t $@
1305 MOSTLYCLEANFILES += locale.h locale.h-t
1306
1307 EXTRA_DIST += locale.in.h
1308
1309 ## end   gnulib module locale
1310
1311 ## begin gnulib module localeconv
1312
1313
1314 EXTRA_DIST += localeconv.c
1315
1316 EXTRA_libgnulib_a_SOURCES += localeconv.c
1317
1318 ## end   gnulib module localeconv
1319
1320 ## begin gnulib module lock
1321
1322 libgnulib_a_SOURCES += glthread/lock.h glthread/lock.c
1323
1324 ## end   gnulib module lock
1325
1326 ## begin gnulib module lseek
1327
1328
1329 EXTRA_DIST += lseek.c
1330
1331 EXTRA_libgnulib_a_SOURCES += lseek.c
1332
1333 ## end   gnulib module lseek
1334
1335 ## begin gnulib module lstat
1336
1337
1338 EXTRA_DIST += lstat.c
1339
1340 EXTRA_libgnulib_a_SOURCES += lstat.c
1341
1342 ## end   gnulib module lstat
1343
1344 ## begin gnulib module maintainer-makefile
1345
1346 EXTRA_DIST += $(top_srcdir)/maint.mk
1347
1348 ## end   gnulib module maintainer-makefile
1349
1350 ## begin gnulib module malloc-gnu
1351
1352
1353 EXTRA_DIST += malloc.c
1354
1355 EXTRA_libgnulib_a_SOURCES += malloc.c
1356
1357 ## end   gnulib module malloc-gnu
1358
1359 ## begin gnulib module malloc-posix
1360
1361
1362 EXTRA_DIST += malloc.c
1363
1364 EXTRA_libgnulib_a_SOURCES += malloc.c
1365
1366 ## end   gnulib module malloc-posix
1367
1368 ## begin gnulib module malloca
1369
1370 libgnulib_a_SOURCES += malloca.c
1371
1372 EXTRA_DIST += malloca.h malloca.valgrind
1373
1374 ## end   gnulib module malloca
1375
1376 ## begin gnulib module math
1377
1378 BUILT_SOURCES += math.h
1379 libgnulib_a_SOURCES += math.c
1380
1381 # We need the following in order to create <math.h> when the system
1382 # doesn't have one that works with the given compiler.
1383 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1384         $(AM_V_GEN)rm -f $@-t $@ && \
1385         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1386           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1387               -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
1388               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1389               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1390               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
1391               -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
1392               -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
1393               -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
1394               -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
1395               -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
1396               -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
1397               -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
1398               -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
1399               -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
1400               -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
1401               -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
1402               -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
1403               -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
1404               -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
1405               -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
1406               -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
1407               -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
1408               -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
1409               -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
1410               -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
1411               -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
1412               -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
1413               -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
1414               -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
1415               -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
1416               -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
1417               -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
1418               -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
1419               -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
1420               -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
1421               -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
1422               -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
1423               -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
1424               -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
1425               -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
1426               -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
1427               -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
1428               -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
1429               -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
1430               -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
1431               -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
1432               -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
1433               -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
1434               -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
1435               < $(srcdir)/math.in.h | \
1436           sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
1437               -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
1438               -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
1439               -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
1440               -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
1441               -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
1442               -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
1443               -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
1444               -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
1445               -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
1446               -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
1447               -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
1448               -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
1449               -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
1450               -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
1451               -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
1452               -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
1453               -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
1454               -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
1455               -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
1456               -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
1457               -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
1458               -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
1459               -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
1460               -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
1461               -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
1462               -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
1463               -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
1464               -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
1465               -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
1466               -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
1467               -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
1468               -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
1469               -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
1470               -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
1471               -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
1472               -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
1473               -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
1474               -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
1475               -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
1476               -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
1477               -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
1478               -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
1479               -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
1480               -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
1481               -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
1482               -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
1483               -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
1484               -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
1485               -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
1486               -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
1487           | \
1488           sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
1489               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
1490               -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
1491               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
1492               -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
1493               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
1494               -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
1495               -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
1496               -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
1497               -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
1498               -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
1499               -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
1500               -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
1501               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
1502               -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
1503               -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
1504               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
1505               -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
1506               -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
1507               -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
1508               -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
1509               -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
1510               -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
1511               -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
1512               -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
1513               -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
1514               -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
1515               -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
1516               -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
1517               -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
1518               -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
1519               -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
1520               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
1521               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
1522               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
1523               -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
1524               -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
1525               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
1526               -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
1527               -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
1528               -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
1529               -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
1530               -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
1531               -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
1532               -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
1533               -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
1534               -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
1535               -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
1536               -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
1537               -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
1538               -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
1539               -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
1540               -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
1541               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
1542               -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
1543               -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
1544               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
1545               -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
1546               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
1547               -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
1548               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
1549               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
1550               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
1551               -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
1552               -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
1553               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
1554               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
1555               -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
1556               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
1557               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
1558               -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
1559               -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
1560               -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
1561               -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
1562               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
1563               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
1564               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
1565               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
1566               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
1567               -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
1568               -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
1569               -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
1570               -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
1571               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
1572               -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
1573               -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
1574               -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
1575               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
1576               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
1577               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
1578               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
1579               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
1580               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
1581               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
1582               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
1583               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
1584           | \
1585           sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
1586               -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
1587               -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
1588               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
1589               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
1590               -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
1591               -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
1592               -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
1593               -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
1594               -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
1595               -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
1596               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
1597               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
1598               -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
1599               -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
1600               -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
1601               -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
1602               -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
1603               -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
1604               -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
1605               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
1606               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
1607               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
1608               -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
1609               -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
1610               -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
1611               -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
1612               -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
1613               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
1614               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
1615               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
1616               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
1617               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
1618               -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
1619               -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
1620               -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
1621               -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
1622               -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
1623               -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
1624               -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
1625               -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
1626               -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
1627               -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
1628               -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
1629               -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
1630               -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
1631               -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
1632               -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
1633               -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
1634               -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
1635               -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
1636               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
1637               -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
1638               -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
1639               -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
1640               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
1641               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
1642               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
1643               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
1644               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
1645               -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
1646               -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
1647               -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
1648               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
1649               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1650               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1651               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1652         } > $@-t && \
1653         mv $@-t $@
1654 MOSTLYCLEANFILES += math.h math.h-t
1655
1656 EXTRA_DIST += math.in.h
1657
1658 ## end   gnulib module math
1659
1660 ## begin gnulib module mbchar
1661
1662 libgnulib_a_SOURCES += mbchar.c
1663
1664 EXTRA_DIST += mbchar.h
1665
1666 ## end   gnulib module mbchar
1667
1668 ## begin gnulib module mbrtowc
1669
1670
1671 EXTRA_DIST += mbrtowc.c
1672
1673 EXTRA_libgnulib_a_SOURCES += mbrtowc.c
1674
1675 ## end   gnulib module mbrtowc
1676
1677 ## begin gnulib module mbscasestr
1678
1679 libgnulib_a_SOURCES += mbscasestr.c
1680
1681 EXTRA_DIST += str-kmp.h
1682
1683 ## end   gnulib module mbscasestr
1684
1685 ## begin gnulib module mbsinit
1686
1687
1688 EXTRA_DIST += mbsinit.c
1689
1690 EXTRA_libgnulib_a_SOURCES += mbsinit.c
1691
1692 ## end   gnulib module mbsinit
1693
1694 ## begin gnulib module mbslen
1695
1696 libgnulib_a_SOURCES += mbslen.c
1697
1698 ## end   gnulib module mbslen
1699
1700 ## begin gnulib module mbsrtowcs
1701
1702
1703 EXTRA_DIST += mbsrtowcs-impl.h mbsrtowcs-state.c mbsrtowcs.c
1704
1705 EXTRA_libgnulib_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c
1706
1707 ## end   gnulib module mbsrtowcs
1708
1709 ## begin gnulib module mbsstr
1710
1711 libgnulib_a_SOURCES += mbsstr.c
1712
1713 EXTRA_DIST += str-kmp.h
1714
1715 ## end   gnulib module mbsstr
1716
1717 ## begin gnulib module mbtowc
1718
1719
1720 EXTRA_DIST += mbtowc-impl.h mbtowc.c
1721
1722 EXTRA_libgnulib_a_SOURCES += mbtowc.c
1723
1724 ## end   gnulib module mbtowc
1725
1726 ## begin gnulib module mbuiter
1727
1728 libgnulib_a_SOURCES += mbuiter.h mbuiter.c
1729
1730 ## end   gnulib module mbuiter
1731
1732 ## begin gnulib module memchr
1733
1734
1735 EXTRA_DIST += memchr.c memchr.valgrind
1736
1737 EXTRA_libgnulib_a_SOURCES += memchr.c
1738
1739 ## end   gnulib module memchr
1740
1741 ## begin gnulib module mempcpy
1742
1743
1744 EXTRA_DIST += mempcpy.c
1745
1746 EXTRA_libgnulib_a_SOURCES += mempcpy.c
1747
1748 ## end   gnulib module mempcpy
1749
1750 ## begin gnulib module memrchr
1751
1752
1753 EXTRA_DIST += memrchr.c
1754
1755 EXTRA_libgnulib_a_SOURCES += memrchr.c
1756
1757 ## end   gnulib module memrchr
1758
1759 ## begin gnulib module mktime
1760
1761
1762 EXTRA_DIST += mktime-internal.h mktime.c
1763
1764 EXTRA_libgnulib_a_SOURCES += mktime.c
1765
1766 ## end   gnulib module mktime
1767
1768 ## begin gnulib module modechange
1769
1770 libgnulib_a_SOURCES += modechange.c
1771
1772 EXTRA_DIST += modechange.h
1773
1774 ## end   gnulib module modechange
1775
1776 ## begin gnulib module modf
1777
1778
1779 EXTRA_DIST += modf.c
1780
1781 EXTRA_libgnulib_a_SOURCES += modf.c
1782
1783 ## end   gnulib module modf
1784
1785 ## begin gnulib module mountlist
1786
1787
1788 EXTRA_DIST += mountlist.c mountlist.h
1789
1790 EXTRA_libgnulib_a_SOURCES += mountlist.c
1791
1792 ## end   gnulib module mountlist
1793
1794 ## begin gnulib module msvc-inval
1795
1796
1797 EXTRA_DIST += msvc-inval.c msvc-inval.h
1798
1799 EXTRA_libgnulib_a_SOURCES += msvc-inval.c
1800
1801 ## end   gnulib module msvc-inval
1802
1803 ## begin gnulib module msvc-nothrow
1804
1805
1806 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1807
1808 EXTRA_libgnulib_a_SOURCES += msvc-nothrow.c
1809
1810 ## end   gnulib module msvc-nothrow
1811
1812 ## begin gnulib module nl_langinfo
1813
1814
1815 EXTRA_DIST += nl_langinfo.c
1816
1817 EXTRA_libgnulib_a_SOURCES += nl_langinfo.c
1818
1819 ## end   gnulib module nl_langinfo
1820
1821 ## begin gnulib module open
1822
1823
1824 EXTRA_DIST += open.c
1825
1826 EXTRA_libgnulib_a_SOURCES += open.c
1827
1828 ## end   gnulib module open
1829
1830 ## begin gnulib module openat
1831
1832
1833 EXTRA_DIST += openat.c
1834
1835 EXTRA_libgnulib_a_SOURCES += openat.c
1836
1837 ## end   gnulib module openat
1838
1839 ## begin gnulib module openat-die
1840
1841 libgnulib_a_SOURCES += openat-die.c
1842
1843 ## end   gnulib module openat-die
1844
1845 ## begin gnulib module openat-h
1846
1847
1848 EXTRA_DIST += openat.h
1849
1850 ## end   gnulib module openat-h
1851
1852 ## begin gnulib module openat-safer
1853
1854 libgnulib_a_SOURCES += openat-safer.c
1855
1856 EXTRA_DIST += fcntl--.h fcntl-safer.h
1857
1858 ## end   gnulib module openat-safer
1859
1860 ## begin gnulib module opendir
1861
1862
1863 EXTRA_DIST += dirent-private.h opendir.c
1864
1865 EXTRA_libgnulib_a_SOURCES += opendir.c
1866
1867 ## end   gnulib module opendir
1868
1869 ## begin gnulib module parse-datetime
1870
1871 # This rule overrides the Automake generated .y.c rule, to ensure that the
1872 # parse-datetime.c file gets generated in the source directory, not in the
1873 # build directory.
1874 parse-datetime.c: parse-datetime.y
1875         $(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/parse-datetime.y \
1876                                       y.tab.c parse-datetime.c \
1877                                       y.tab.h parse-datetime.h \
1878                                       y.output parse-datetime.output \
1879                                       -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \
1880         mv parse-datetime.c parse-datetime.c-t && \
1881         mv parse-datetime.c-t $(srcdir)/parse-datetime.c
1882 libgnulib_a_SOURCES += parse-datetime.y
1883 BUILT_SOURCES += parse-datetime.c
1884 MOSTLYCLEANFILES += parse-datetime.c-t
1885 MAINTAINERCLEANFILES += parse-datetime.c
1886 EXTRA_DIST += parse-datetime.c
1887
1888 EXTRA_DIST += parse-datetime.h
1889
1890 ## end   gnulib module parse-datetime
1891
1892 ## begin gnulib module pathmax
1893
1894
1895 EXTRA_DIST += pathmax.h
1896
1897 ## end   gnulib module pathmax
1898
1899 ## begin gnulib module perror
1900
1901
1902 EXTRA_DIST += perror.c
1903
1904 EXTRA_libgnulib_a_SOURCES += perror.c
1905
1906 ## end   gnulib module perror
1907
1908 ## begin gnulib module progname
1909
1910 libgnulib_a_SOURCES += progname.h progname.c
1911
1912 ## end   gnulib module progname
1913
1914 ## begin gnulib module quote
1915
1916
1917 EXTRA_DIST += quote.h
1918
1919 ## end   gnulib module quote
1920
1921 ## begin gnulib module quotearg
1922
1923 libgnulib_a_SOURCES += quotearg.c
1924
1925 EXTRA_DIST += quote.h quotearg.h
1926
1927 ## end   gnulib module quotearg
1928
1929 ## begin gnulib module read
1930
1931
1932 EXTRA_DIST += read.c
1933
1934 EXTRA_libgnulib_a_SOURCES += read.c
1935
1936 ## end   gnulib module read
1937
1938 ## begin gnulib module readdir
1939
1940
1941 EXTRA_DIST += dirent-private.h readdir.c
1942
1943 EXTRA_libgnulib_a_SOURCES += readdir.c
1944
1945 ## end   gnulib module readdir
1946
1947 ## begin gnulib module readlink
1948
1949
1950 EXTRA_DIST += readlink.c
1951
1952 EXTRA_libgnulib_a_SOURCES += readlink.c
1953
1954 ## end   gnulib module readlink
1955
1956 ## begin gnulib module readlinkat
1957
1958
1959 EXTRA_DIST += at-func.c readlinkat.c
1960
1961 EXTRA_libgnulib_a_SOURCES += at-func.c readlinkat.c
1962
1963 ## end   gnulib module readlinkat
1964
1965 ## begin gnulib module realloc-gnu
1966
1967
1968 EXTRA_DIST += realloc.c
1969
1970 EXTRA_libgnulib_a_SOURCES += realloc.c
1971
1972 ## end   gnulib module realloc-gnu
1973
1974 ## begin gnulib module realloc-posix
1975
1976
1977 EXTRA_DIST += realloc.c
1978
1979 EXTRA_libgnulib_a_SOURCES += realloc.c
1980
1981 ## end   gnulib module realloc-posix
1982
1983 ## begin gnulib module regex
1984
1985
1986 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
1987
1988 EXTRA_libgnulib_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
1989
1990 ## end   gnulib module regex
1991
1992 ## begin gnulib module rewinddir
1993
1994
1995 EXTRA_DIST += dirent-private.h rewinddir.c
1996
1997 EXTRA_libgnulib_a_SOURCES += rewinddir.c
1998
1999 ## end   gnulib module rewinddir
2000
2001 ## begin gnulib module rmdir
2002
2003
2004 EXTRA_DIST += rmdir.c
2005
2006 EXTRA_libgnulib_a_SOURCES += rmdir.c
2007
2008 ## end   gnulib module rmdir
2009
2010 ## begin gnulib module root-uid
2011
2012
2013 EXTRA_DIST += root-uid.h
2014
2015 ## end   gnulib module root-uid
2016
2017 ## begin gnulib module rpmatch
2018
2019
2020 EXTRA_DIST += rpmatch.c
2021
2022 EXTRA_libgnulib_a_SOURCES += rpmatch.c
2023
2024 ## end   gnulib module rpmatch
2025
2026 ## begin gnulib module safe-read
2027
2028 libgnulib_a_SOURCES += safe-read.c
2029
2030 EXTRA_DIST += safe-read.h
2031
2032 ## end   gnulib module safe-read
2033
2034 ## begin gnulib module same
2035
2036 libgnulib_a_SOURCES += same.c
2037
2038 EXTRA_DIST += same.h
2039
2040 ## end   gnulib module same
2041
2042 ## begin gnulib module same-inode
2043
2044
2045 EXTRA_DIST += same-inode.h
2046
2047 ## end   gnulib module same-inode
2048
2049 ## begin gnulib module save-cwd
2050
2051 libgnulib_a_SOURCES += save-cwd.c
2052
2053 EXTRA_DIST += save-cwd.h
2054
2055 ## end   gnulib module save-cwd
2056
2057 ## begin gnulib module savedir
2058
2059 libgnulib_a_SOURCES += savedir.c
2060
2061 EXTRA_DIST += savedir.h
2062
2063 ## end   gnulib module savedir
2064
2065 ## begin gnulib module selinux-at
2066
2067
2068 EXTRA_DIST += at-func.c selinux-at.c selinux-at.h
2069
2070 EXTRA_libgnulib_a_SOURCES += at-func.c selinux-at.c
2071
2072 ## end   gnulib module selinux-at
2073
2074 ## begin gnulib module selinux-h
2075
2076 libgnulib_a_SOURCES += se-context.in.h se-selinux.in.h se-context.c se-selinux.c
2077
2078 BUILT_SOURCES += selinux/selinux.h
2079 selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H)
2080         $(AM_V_at)$(MKDIR_P) selinux
2081         $(AM_V_GEN)rm -f $@-t $@ && \
2082         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2083           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2084               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2085               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2086               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2087               -e 's|@''NEXT_SELINUX_SELINUX_H''@|$(NEXT_SELINUX_SELINUX_H)|g' \
2088               -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
2089               < $(srcdir)/se-selinux.in.h; \
2090         } > $@-t && \
2091         chmod a-x $@-t && \
2092         mv $@-t $@
2093 MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t
2094
2095 BUILT_SOURCES += $(SELINUX_CONTEXT_H)
2096 if GL_GENERATE_SELINUX_CONTEXT_H
2097 selinux/context.h: se-context.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H)
2098         $(AM_V_at)$(MKDIR_P) selinux
2099         $(AM_V_GEN)rm -f $@-t $@ && \
2100         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2101           sed -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
2102               < $(srcdir)/se-context.in.h; \
2103         } > $@-t && \
2104         chmod a-x $@-t && \
2105         mv $@-t $@
2106 else
2107 selinux/context.h: $(top_builddir)/config.status
2108         rm -f $@
2109 endif
2110 MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
2111 MOSTLYCLEANDIRS += selinux
2112
2113 EXTRA_DIST += getfilecon.c
2114
2115 EXTRA_libgnulib_a_SOURCES += getfilecon.c
2116
2117 ## end   gnulib module selinux-h
2118
2119 ## begin gnulib module setenv
2120
2121
2122 EXTRA_DIST += setenv.c
2123
2124 EXTRA_libgnulib_a_SOURCES += setenv.c
2125
2126 ## end   gnulib module setenv
2127
2128 ## begin gnulib module size_max
2129
2130 libgnulib_a_SOURCES += size_max.h
2131
2132 ## end   gnulib module size_max
2133
2134 ## begin gnulib module snippet/_Noreturn
2135
2136 # Because this Makefile snippet defines a variable used by other
2137 # gnulib Makefile snippets, it must be present in all Makefile.am that
2138 # need it. This is ensured by the applicability 'all' defined above.
2139
2140 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
2141
2142 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
2143
2144 ## end   gnulib module snippet/_Noreturn
2145
2146 ## begin gnulib module snippet/arg-nonnull
2147
2148 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
2149 # statements but through direct file reference. Therefore this snippet must be
2150 # present in all Makefile.am that need it. This is ensured by the applicability
2151 # 'all' defined above.
2152
2153 BUILT_SOURCES += arg-nonnull.h
2154 # The arg-nonnull.h that gets inserted into generated .h files is the same as
2155 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
2156 # off.
2157 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
2158         $(AM_V_GEN)rm -f $@-t $@ && \
2159         sed -n -e '/GL_ARG_NONNULL/,$$p' \
2160           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
2161           > $@-t && \
2162         mv $@-t $@
2163 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
2164
2165 ARG_NONNULL_H=arg-nonnull.h
2166
2167 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
2168
2169 ## end   gnulib module snippet/arg-nonnull
2170
2171 ## begin gnulib module snippet/c++defs
2172
2173 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
2174 # statements but through direct file reference. Therefore this snippet must be
2175 # present in all Makefile.am that need it. This is ensured by the applicability
2176 # 'all' defined above.
2177
2178 BUILT_SOURCES += c++defs.h
2179 # The c++defs.h that gets inserted into generated .h files is the same as
2180 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
2181 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
2182         $(AM_V_GEN)rm -f $@-t $@ && \
2183         sed -n -e '/_GL_CXXDEFS/,$$p' \
2184           < $(top_srcdir)/build-aux/snippet/c++defs.h \
2185           > $@-t && \
2186         mv $@-t $@
2187 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
2188
2189 CXXDEFS_H=c++defs.h
2190
2191 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
2192
2193 ## end   gnulib module snippet/c++defs
2194
2195 ## begin gnulib module snippet/unused-parameter
2196
2197 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
2198 # statements but through direct file reference. Therefore this snippet must be
2199 # present in all Makefile.am that need it. This is ensured by the applicability
2200 # 'all' defined above.
2201
2202 BUILT_SOURCES += unused-parameter.h
2203 # The unused-parameter.h that gets inserted into generated .h files is the same
2204 # as build-aux/snippet/unused-parameter.h, except that it has the copyright
2205 # header cut off.
2206 unused-parameter.h: $(top_srcdir)/build-aux/snippet/unused-parameter.h
2207         $(AM_V_GEN)rm -f $@-t $@ && \
2208         sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
2209           < $(top_srcdir)/build-aux/snippet/unused-parameter.h \
2210           > $@-t && \
2211         mv $@-t $@
2212 MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t
2213
2214 UNUSED_PARAMETER_H=unused-parameter.h
2215
2216 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/unused-parameter.h
2217
2218 ## end   gnulib module snippet/unused-parameter
2219
2220 ## begin gnulib module snippet/warn-on-use
2221
2222 BUILT_SOURCES += warn-on-use.h
2223 # The warn-on-use.h that gets inserted into generated .h files is the same as
2224 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
2225 # off.
2226 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
2227         $(AM_V_GEN)rm -f $@-t $@ && \
2228         sed -n -e '/^.ifndef/,$$p' \
2229           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
2230           > $@-t && \
2231         mv $@-t $@
2232 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
2233
2234 WARN_ON_USE_H=warn-on-use.h
2235
2236 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
2237
2238 ## end   gnulib module snippet/warn-on-use
2239
2240 ## begin gnulib module snprintf
2241
2242
2243 EXTRA_DIST += snprintf.c
2244
2245 EXTRA_libgnulib_a_SOURCES += snprintf.c
2246
2247 ## end   gnulib module snprintf
2248
2249 ## begin gnulib module sockets
2250
2251 libgnulib_a_SOURCES += sockets.h sockets.c
2252
2253 EXTRA_DIST += w32sock.h
2254
2255 ## end   gnulib module sockets
2256
2257 ## begin gnulib module stat
2258
2259
2260 EXTRA_DIST += stat.c
2261
2262 EXTRA_libgnulib_a_SOURCES += stat.c
2263
2264 ## end   gnulib module stat
2265
2266 ## begin gnulib module stat-macros
2267
2268
2269 EXTRA_DIST += stat-macros.h
2270
2271 ## end   gnulib module stat-macros
2272
2273 ## begin gnulib module stat-size
2274
2275
2276 EXTRA_DIST += stat-size.h
2277
2278 ## end   gnulib module stat-size
2279
2280 ## begin gnulib module stat-time
2281
2282 libgnulib_a_SOURCES += stat-time.c
2283
2284 EXTRA_DIST += stat-time.h
2285
2286 ## end   gnulib module stat-time
2287
2288 ## begin gnulib module statat
2289
2290 libgnulib_a_SOURCES += statat.c
2291
2292 ## end   gnulib module statat
2293
2294 ## begin gnulib module stdalign
2295
2296 BUILT_SOURCES += $(STDALIGN_H)
2297
2298 # We need the following in order to create <stdalign.h> when the system
2299 # doesn't have one that works.
2300 if GL_GENERATE_STDALIGN_H
2301 stdalign.h: stdalign.in.h $(top_builddir)/config.status
2302         $(AM_V_GEN)rm -f $@-t $@ && \
2303         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2304           cat $(srcdir)/stdalign.in.h; \
2305         } > $@-t && \
2306         mv $@-t $@
2307 else
2308 stdalign.h: $(top_builddir)/config.status
2309         rm -f $@
2310 endif
2311 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
2312
2313 EXTRA_DIST += stdalign.in.h
2314
2315 ## end   gnulib module stdalign
2316
2317 ## begin gnulib module stdarg
2318
2319 BUILT_SOURCES += $(STDARG_H)
2320
2321 # We need the following in order to create <stdarg.h> when the system
2322 # doesn't have one that works with the given compiler.
2323 if GL_GENERATE_STDARG_H
2324 stdarg.h: stdarg.in.h $(top_builddir)/config.status
2325         $(AM_V_GEN)rm -f $@-t $@ && \
2326         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2327           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2328               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2329               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2330               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2331               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
2332               < $(srcdir)/stdarg.in.h; \
2333         } > $@-t && \
2334         mv $@-t $@
2335 else
2336 stdarg.h: $(top_builddir)/config.status
2337         rm -f $@
2338 endif
2339 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
2340
2341 EXTRA_DIST += stdarg.in.h
2342
2343 ## end   gnulib module stdarg
2344
2345 ## begin gnulib module stdbool
2346
2347 BUILT_SOURCES += $(STDBOOL_H)
2348
2349 # We need the following in order to create <stdbool.h> when the system
2350 # doesn't have one that works.
2351 if GL_GENERATE_STDBOOL_H
2352 stdbool.h: stdbool.in.h $(top_builddir)/config.status
2353         $(AM_V_GEN)rm -f $@-t $@ && \
2354         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2355           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
2356         } > $@-t && \
2357         mv $@-t $@
2358 else
2359 stdbool.h: $(top_builddir)/config.status
2360         rm -f $@
2361 endif
2362 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
2363
2364 EXTRA_DIST += stdbool.in.h
2365
2366 ## end   gnulib module stdbool
2367
2368 ## begin gnulib module stddef
2369
2370 BUILT_SOURCES += $(STDDEF_H)
2371
2372 # We need the following in order to create <stddef.h> when the system
2373 # doesn't have one that works with the given compiler.
2374 if GL_GENERATE_STDDEF_H
2375 stddef.h: stddef.in.h $(top_builddir)/config.status
2376         $(AM_V_GEN)rm -f $@-t $@ && \
2377         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2378           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2379               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2380               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2381               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2382               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
2383               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
2384               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
2385               < $(srcdir)/stddef.in.h; \
2386         } > $@-t && \
2387         mv $@-t $@
2388 else
2389 stddef.h: $(top_builddir)/config.status
2390         rm -f $@
2391 endif
2392 MOSTLYCLEANFILES += stddef.h stddef.h-t
2393
2394 EXTRA_DIST += stddef.in.h
2395
2396 ## end   gnulib module stddef
2397
2398 ## begin gnulib module stdint
2399
2400 BUILT_SOURCES += $(STDINT_H)
2401
2402 # We need the following in order to create <stdint.h> when the system
2403 # doesn't have one that works with the given compiler.
2404 if GL_GENERATE_STDINT_H
2405 stdint.h: stdint.in.h $(top_builddir)/config.status
2406         $(AM_V_GEN)rm -f $@-t $@ && \
2407         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2408           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2409               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
2410               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2411               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2412               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2413               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
2414               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
2415               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2416               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
2417               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
2418               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
2419               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
2420               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
2421               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2422               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
2423               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
2424               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
2425               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
2426               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
2427               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
2428               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
2429               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
2430               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
2431               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
2432               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
2433               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
2434               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
2435               < $(srcdir)/stdint.in.h; \
2436         } > $@-t && \
2437         mv $@-t $@
2438 else
2439 stdint.h: $(top_builddir)/config.status
2440         rm -f $@
2441 endif
2442 MOSTLYCLEANFILES += stdint.h stdint.h-t
2443
2444 EXTRA_DIST += stdint.in.h
2445
2446 ## end   gnulib module stdint
2447
2448 ## begin gnulib module stdio
2449
2450 BUILT_SOURCES += stdio.h
2451
2452 # We need the following in order to create <stdio.h> when the system
2453 # doesn't have one that works with the given compiler.
2454 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2455         $(AM_V_GEN)rm -f $@-t $@ && \
2456         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2457           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2458               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2459               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2460               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2461               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
2462               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
2463               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
2464               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
2465               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
2466               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
2467               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
2468               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
2469               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
2470               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
2471               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
2472               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
2473               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
2474               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
2475               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
2476               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
2477               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
2478               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
2479               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
2480               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
2481               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
2482               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
2483               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
2484               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
2485               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
2486               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
2487               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
2488               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
2489               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
2490               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
2491               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
2492               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
2493               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
2494               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
2495               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
2496               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
2497               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
2498               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
2499               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
2500               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
2501               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
2502               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
2503               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
2504               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
2505               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
2506               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
2507               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
2508               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
2509               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
2510               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
2511               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
2512               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
2513               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
2514               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
2515               < $(srcdir)/stdio.in.h | \
2516           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
2517               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
2518               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
2519               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
2520               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
2521               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
2522               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
2523               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
2524               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
2525               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
2526               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
2527               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
2528               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
2529               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
2530               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
2531               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
2532               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
2533               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
2534               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
2535               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
2536               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
2537               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
2538               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
2539               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
2540               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
2541               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
2542               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
2543               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
2544               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
2545               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
2546               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
2547               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
2548               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
2549               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
2550               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
2551               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
2552               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
2553               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
2554               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
2555               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
2556               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
2557               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
2558               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
2559               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
2560               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
2561               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
2562               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
2563               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
2564               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
2565               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2566               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2567               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2568         } > $@-t && \
2569         mv $@-t $@
2570 MOSTLYCLEANFILES += stdio.h stdio.h-t
2571
2572 EXTRA_DIST += stdio.in.h
2573
2574 ## end   gnulib module stdio
2575
2576 ## begin gnulib module stdlib
2577
2578 BUILT_SOURCES += stdlib.h
2579
2580 # We need the following in order to create <stdlib.h> when the system
2581 # doesn't have one that works with the given compiler.
2582 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2583   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2584         $(AM_V_GEN)rm -f $@-t $@ && \
2585         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2586           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2587               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2588               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2589               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2590               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2591               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2592               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2593               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2594               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2595               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2596               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2597               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2598               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2599               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2600               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2601               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2602               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2603               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2604               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2605               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2606               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2607               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2608               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2609               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2610               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2611               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2612               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2613               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2614               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2615               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2616               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2617               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2618               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2619               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2620               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2621               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2622               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2623               < $(srcdir)/stdlib.in.h | \
2624           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2625               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2626               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2627               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2628               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2629               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2630               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2631               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2632               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2633               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2634               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2635               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2636               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2637               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2638               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2639               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2640               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2641               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2642               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2643               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2644               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2645               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2646               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2647               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2648               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2649               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2650               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2651               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2652               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2653               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2654               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2655               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2656               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2657               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2658               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2659               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2660               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2661               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2662               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2663               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2664               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2665               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2666               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2667               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2668               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2669               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2670               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2671         } > $@-t && \
2672         mv $@-t $@
2673 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
2674
2675 EXTRA_DIST += stdlib.in.h
2676
2677 ## end   gnulib module stdlib
2678
2679 ## begin gnulib module stpcpy
2680
2681
2682 EXTRA_DIST += stpcpy.c
2683
2684 EXTRA_libgnulib_a_SOURCES += stpcpy.c
2685
2686 ## end   gnulib module stpcpy
2687
2688 ## begin gnulib module strcase
2689
2690
2691 EXTRA_DIST += strcasecmp.c strncasecmp.c
2692
2693 EXTRA_libgnulib_a_SOURCES += strcasecmp.c strncasecmp.c
2694
2695 ## end   gnulib module strcase
2696
2697 ## begin gnulib module strcasestr-simple
2698
2699
2700 EXTRA_DIST += str-two-way.h strcasestr.c
2701
2702 EXTRA_libgnulib_a_SOURCES += strcasestr.c
2703
2704 ## end   gnulib module strcasestr-simple
2705
2706 ## begin gnulib module strdup-posix
2707
2708
2709 EXTRA_DIST += strdup.c
2710
2711 EXTRA_libgnulib_a_SOURCES += strdup.c
2712
2713 ## end   gnulib module strdup-posix
2714
2715 ## begin gnulib module streq
2716
2717
2718 EXTRA_DIST += streq.h
2719
2720 ## end   gnulib module streq
2721
2722 ## begin gnulib module strerror
2723
2724
2725 EXTRA_DIST += strerror.c
2726
2727 EXTRA_libgnulib_a_SOURCES += strerror.c
2728
2729 ## end   gnulib module strerror
2730
2731 ## begin gnulib module strerror-override
2732
2733
2734 EXTRA_DIST += strerror-override.c strerror-override.h
2735
2736 EXTRA_libgnulib_a_SOURCES += strerror-override.c
2737
2738 ## end   gnulib module strerror-override
2739
2740 ## begin gnulib module strerror_r-posix
2741
2742
2743 EXTRA_DIST += strerror_r.c
2744
2745 EXTRA_libgnulib_a_SOURCES += strerror_r.c
2746
2747 ## end   gnulib module strerror_r-posix
2748
2749 ## begin gnulib module strftime
2750
2751 libgnulib_a_SOURCES += strftime.c
2752
2753 EXTRA_DIST += strftime.h
2754
2755 ## end   gnulib module strftime
2756
2757 ## begin gnulib module string
2758
2759 BUILT_SOURCES += string.h
2760
2761 # We need the following in order to create <string.h> when the system
2762 # doesn't have one that works with the given compiler.
2763 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2764         $(AM_V_GEN)rm -f $@-t $@ && \
2765         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2766           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2767               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2768               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2769               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2770               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2771               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2772               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2773               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2774               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2775               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2776               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2777               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2778               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2779               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2780               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2781               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2782               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2783               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2784               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2785               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2786               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2787               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2788               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2789               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2790               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2791               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2792               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2793               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2794               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2795               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2796               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2797               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2798               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2799               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2800               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2801               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2802               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2803               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2804               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2805               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2806               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2807               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2808               < $(srcdir)/string.in.h | \
2809           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2810               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2811               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2812               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
2813               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2814               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2815               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2816               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2817               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2818               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2819               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2820               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2821               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2822               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2823               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2824               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2825               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2826               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2827               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2828               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2829               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2830               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2831               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2832               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2833               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2834               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2835               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2836               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2837               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2838               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2839               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2840               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2841               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2842               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2843               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2844               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2845               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2846               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2847               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2848               < $(srcdir)/string.in.h; \
2849         } > $@-t && \
2850         mv $@-t $@
2851 MOSTLYCLEANFILES += string.h string.h-t
2852
2853 EXTRA_DIST += string.in.h
2854
2855 ## end   gnulib module string
2856
2857 ## begin gnulib module strings
2858
2859 BUILT_SOURCES += strings.h
2860
2861 # We need the following in order to create <strings.h> when the system
2862 # doesn't have one that works with the given compiler.
2863 strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2864         $(AM_V_GEN)rm -f $@-t $@ && \
2865         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2866           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2867               -e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
2868               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2869               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2870               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2871               -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
2872               -e 's|@''GNULIB_FFS''@|$(GNULIB_FFS)|g' \
2873               -e 's|@''HAVE_FFS''@|$(HAVE_FFS)|g' \
2874               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
2875               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
2876               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2877               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2878               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2879               < $(srcdir)/strings.in.h; \
2880         } > $@-t && \
2881         mv $@-t $@
2882 MOSTLYCLEANFILES += strings.h strings.h-t
2883
2884 EXTRA_DIST += strings.in.h
2885
2886 ## end   gnulib module strings
2887
2888 ## begin gnulib module strndup
2889
2890
2891 EXTRA_DIST += strndup.c
2892
2893 EXTRA_libgnulib_a_SOURCES += strndup.c
2894
2895 ## end   gnulib module strndup
2896
2897 ## begin gnulib module strnlen
2898
2899
2900 EXTRA_DIST += strnlen.c
2901
2902 EXTRA_libgnulib_a_SOURCES += strnlen.c
2903
2904 ## end   gnulib module strnlen
2905
2906 ## begin gnulib module strnlen1
2907
2908 libgnulib_a_SOURCES += strnlen1.h strnlen1.c
2909
2910 ## end   gnulib module strnlen1
2911
2912 ## begin gnulib module strstr-simple
2913
2914
2915 EXTRA_DIST += str-two-way.h strstr.c
2916
2917 EXTRA_libgnulib_a_SOURCES += strstr.c
2918
2919 ## end   gnulib module strstr-simple
2920
2921 ## begin gnulib module strtol
2922
2923
2924 EXTRA_DIST += strtol.c
2925
2926 EXTRA_libgnulib_a_SOURCES += strtol.c
2927
2928 ## end   gnulib module strtol
2929
2930 ## begin gnulib module strtoul
2931
2932
2933 EXTRA_DIST += strtol.c strtoul.c
2934
2935 EXTRA_libgnulib_a_SOURCES += strtol.c strtoul.c
2936
2937 ## end   gnulib module strtoul
2938
2939 ## begin gnulib module strtoull
2940
2941
2942 EXTRA_DIST += strtol.c strtoul.c strtoull.c
2943
2944 EXTRA_libgnulib_a_SOURCES += strtol.c strtoul.c strtoull.c
2945
2946 ## end   gnulib module strtoull
2947
2948 ## begin gnulib module strtoumax
2949
2950
2951 EXTRA_DIST += strtoimax.c strtoumax.c
2952
2953 EXTRA_libgnulib_a_SOURCES += strtoimax.c strtoumax.c
2954
2955 ## end   gnulib module strtoumax
2956
2957 ## begin gnulib module sys_socket
2958
2959 BUILT_SOURCES += sys/socket.h
2960 libgnulib_a_SOURCES += sys_socket.c
2961
2962 # We need the following in order to create <sys/socket.h> when the system
2963 # doesn't have one that works with the given compiler.
2964 sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2965         $(AM_V_at)$(MKDIR_P) sys
2966         $(AM_V_GEN)rm -f $@-t $@ && \
2967         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2968           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2969               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2970               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2971               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2972               -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
2973               -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
2974               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2975               -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
2976               -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
2977               -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
2978               -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
2979               -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
2980               -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
2981               -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
2982               -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
2983               -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
2984               -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
2985               -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
2986               -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
2987               -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
2988               -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
2989               -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
2990               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2991               -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
2992               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
2993               -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
2994               -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
2995               -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
2996               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2997               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2998               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2999               < $(srcdir)/sys_socket.in.h; \
3000         } > $@-t && \
3001         mv -f $@-t $@
3002 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
3003 MOSTLYCLEANDIRS += sys
3004
3005 EXTRA_DIST += sys_socket.in.h
3006
3007 ## end   gnulib module sys_socket
3008
3009 ## begin gnulib module sys_stat
3010
3011 BUILT_SOURCES += sys/stat.h
3012
3013 # We need the following in order to create <sys/stat.h> when the system
3014 # has one that is incomplete.
3015 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3016         $(AM_V_at)$(MKDIR_P) sys
3017         $(AM_V_GEN)rm -f $@-t $@ && \
3018         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3019           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3020               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3021               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3022               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3023               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
3024               -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
3025               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
3026               -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
3027               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
3028               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
3029               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
3030               -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
3031               -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
3032               -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
3033               -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
3034               -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
3035               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
3036               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
3037               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
3038               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
3039               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
3040               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
3041               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
3042               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
3043               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
3044               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
3045               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
3046               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
3047               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
3048               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
3049               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
3050               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
3051               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
3052               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
3053               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
3054               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
3055               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
3056               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
3057               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
3058               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3059               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3060               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3061               < $(srcdir)/sys_stat.in.h; \
3062         } > $@-t && \
3063         mv $@-t $@
3064 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
3065 MOSTLYCLEANDIRS += sys
3066
3067 EXTRA_DIST += sys_stat.in.h
3068
3069 ## end   gnulib module sys_stat
3070
3071 ## begin gnulib module sys_time
3072
3073 BUILT_SOURCES += sys/time.h
3074
3075 # We need the following in order to create <sys/time.h> when the system
3076 # doesn't have one that works with the given compiler.
3077 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3078         $(AM_V_at)$(MKDIR_P) sys
3079         $(AM_V_GEN)rm -f $@-t $@ && \
3080         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3081           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3082               -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
3083               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3084               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3085               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3086               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
3087               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
3088               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
3089               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
3090               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
3091               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
3092               -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
3093               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3094               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3095               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3096               < $(srcdir)/sys_time.in.h; \
3097         } > $@-t && \
3098         mv $@-t $@
3099 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
3100
3101 EXTRA_DIST += sys_time.in.h
3102
3103 ## end   gnulib module sys_time
3104
3105 ## begin gnulib module sys_types
3106
3107 BUILT_SOURCES += sys/types.h
3108
3109 # We need the following in order to create <sys/types.h> when the system
3110 # doesn't have one that works with the given compiler.
3111 sys/types.h: sys_types.in.h $(top_builddir)/config.status
3112         $(AM_V_at)$(MKDIR_P) sys
3113         $(AM_V_GEN)rm -f $@-t $@ && \
3114         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3115           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3116               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3117               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3118               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3119               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
3120               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3121               < $(srcdir)/sys_types.in.h; \
3122         } > $@-t && \
3123         mv $@-t $@
3124 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
3125
3126 EXTRA_DIST += sys_types.in.h
3127
3128 ## end   gnulib module sys_types
3129
3130 ## begin gnulib module sys_uio
3131
3132 BUILT_SOURCES += sys/uio.h
3133
3134 # We need the following in order to create <sys/uio.h> when the system
3135 # doesn't have one that works with the given compiler.
3136 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
3137         $(AM_V_at)$(MKDIR_P) sys
3138         $(AM_V_GEN)rm -f $@-t $@ && \
3139         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3140           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3141               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3142               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3143               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3144               -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
3145               -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
3146               < $(srcdir)/sys_uio.in.h; \
3147         } > $@-t && \
3148         mv -f $@-t $@
3149 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
3150 MOSTLYCLEANDIRS += sys
3151
3152 EXTRA_DIST += sys_uio.in.h
3153
3154 ## end   gnulib module sys_uio
3155
3156 ## begin gnulib module sys_utsname
3157
3158 BUILT_SOURCES += sys/utsname.h
3159
3160 # We need the following in order to create <sys/utsname.h> when the system
3161 # does not have one.
3162 sys/utsname.h: sys_utsname.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
3163         $(AM_V_at)$(MKDIR_P) sys
3164         $(AM_V_GEN)rm -f $@-t $@ && \
3165         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3166           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3167               -e 's/@''HAVE_SYS_UTSNAME_H''@/$(HAVE_SYS_UTSNAME_H)/g' \
3168               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3169               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3170               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3171               -e 's|@''NEXT_SYS_UTSNAME_H''@|$(NEXT_SYS_UTSNAME_H)|g' \
3172               -e 's/@''GNULIB_UNAME''@/$(GNULIB_UNAME)/g' \
3173               -e 's|@''HAVE_STRUCT_UTSNAME''@|$(HAVE_STRUCT_UTSNAME)|g' \
3174               -e 's|@''HAVE_UNAME''@|$(HAVE_UNAME)|g' \
3175               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3176               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3177               < $(srcdir)/sys_utsname.in.h; \
3178         } > $@-t && \
3179         mv $@-t $@
3180 MOSTLYCLEANFILES += sys/utsname.h sys/utsname.h-t
3181 MOSTLYCLEANDIRS += sys
3182
3183 EXTRA_DIST += sys_utsname.in.h
3184
3185 ## end   gnulib module sys_utsname
3186
3187 ## begin gnulib module sys_wait
3188
3189 BUILT_SOURCES += sys/wait.h
3190
3191 # We need the following in order to create <sys/wait.h> when the system
3192 # has one that is incomplete.
3193 sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
3194         $(AM_V_at)$(MKDIR_P) sys
3195         $(AM_V_GEN)rm -f $@-t $@ && \
3196         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3197           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3198               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3199               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3200               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3201               -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \
3202               -e 's/@''GNULIB_WAITPID''@/$(GNULIB_WAITPID)/g' \
3203               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3204               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3205               < $(srcdir)/sys_wait.in.h; \
3206         } > $@-t && \
3207         mv $@-t $@
3208 MOSTLYCLEANFILES += sys/wait.h sys/wait.h-t
3209 MOSTLYCLEANDIRS += sys
3210
3211 EXTRA_DIST += sys_wait.in.h
3212
3213 ## end   gnulib module sys_wait
3214
3215 ## begin gnulib module threadlib
3216
3217 libgnulib_a_SOURCES += glthread/threadlib.c
3218
3219 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
3220
3221 ## end   gnulib module threadlib
3222
3223 ## begin gnulib module time
3224
3225 BUILT_SOURCES += time.h
3226
3227 # We need the following in order to create <time.h> when the system
3228 # doesn't have one that works with the given compiler.
3229 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3230         $(AM_V_GEN)rm -f $@-t $@ && \
3231         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
3232           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3233               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3234               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3235               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3236               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
3237               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
3238               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
3239               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
3240               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
3241               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
3242               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
3243               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
3244               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
3245               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
3246               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
3247               -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
3248               -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
3249               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
3250               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
3251               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
3252               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
3253               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
3254               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
3255               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
3256               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3257               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3258               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3259               < $(srcdir)/time.in.h; \
3260         } > $@-t && \
3261         mv $@-t $@
3262 MOSTLYCLEANFILES += time.h time.h-t
3263
3264 EXTRA_DIST += time.in.h
3265
3266 ## end   gnulib module time
3267
3268 ## begin gnulib module time_r
3269
3270
3271 EXTRA_DIST += time_r.c
3272
3273 EXTRA_libgnulib_a_SOURCES += time_r.c
3274
3275 ## end   gnulib module time_r
3276
3277 ## begin gnulib module timespec
3278
3279 libgnulib_a_SOURCES += timespec.c
3280
3281 EXTRA_DIST += timespec.h
3282
3283 ## end   gnulib module timespec
3284
3285 ## begin gnulib module trunc
3286
3287
3288 EXTRA_DIST += trunc.c
3289
3290 EXTRA_libgnulib_a_SOURCES += trunc.c
3291
3292 ## end   gnulib module trunc
3293
3294 ## begin gnulib module uname
3295
3296
3297 EXTRA_DIST += uname.c
3298
3299 EXTRA_libgnulib_a_SOURCES += uname.c
3300
3301 ## end   gnulib module uname
3302
3303 ## begin gnulib module unistd
3304
3305 BUILT_SOURCES += unistd.h
3306 libgnulib_a_SOURCES += unistd.c
3307
3308 # We need the following in order to create an empty placeholder for
3309 # <unistd.h> when the system doesn't have one.
3310 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3311         $(AM_V_GEN)rm -f $@-t $@ && \
3312         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3313           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3314               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
3315               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3316               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3317               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3318               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
3319               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3320               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
3321               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
3322               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
3323               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
3324               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
3325               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
3326               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
3327               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
3328               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
3329               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
3330               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
3331               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
3332               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
3333               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
3334               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
3335               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
3336               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
3337               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
3338               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
3339               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
3340               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
3341               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
3342               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
3343               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
3344               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
3345               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
3346               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
3347               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
3348               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
3349               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
3350               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
3351               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
3352               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
3353               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
3354               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
3355               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
3356               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
3357               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
3358               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
3359               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
3360               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
3361               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
3362               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
3363               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
3364               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
3365               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
3366               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
3367               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
3368               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
3369               < $(srcdir)/unistd.in.h | \
3370           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
3371               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
3372               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
3373               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
3374               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
3375               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
3376               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
3377               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
3378               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
3379               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
3380               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
3381               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
3382               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
3383               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
3384               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
3385               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
3386               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
3387               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
3388               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
3389               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
3390               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
3391               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
3392               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
3393               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
3394               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
3395               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
3396               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
3397               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
3398               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
3399               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
3400               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
3401               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
3402               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
3403               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
3404               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
3405               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
3406               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
3407               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
3408               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
3409               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
3410               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
3411               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
3412           | \
3413           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
3414               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
3415               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
3416               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
3417               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
3418               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
3419               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
3420               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
3421               -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
3422               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
3423               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
3424               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
3425               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
3426               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
3427               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
3428               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
3429               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
3430               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
3431               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
3432               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
3433               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
3434               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
3435               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
3436               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
3437               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
3438               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
3439               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
3440               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
3441               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
3442               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
3443               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
3444               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3445               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3446               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3447         } > $@-t && \
3448         mv $@-t $@
3449 MOSTLYCLEANFILES += unistd.h unistd.h-t
3450
3451 EXTRA_DIST += unistd.in.h
3452
3453 ## end   gnulib module unistd
3454
3455 ## begin gnulib module unistd-safer
3456
3457 libgnulib_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
3458
3459 EXTRA_DIST += unistd--.h unistd-safer.h
3460
3461 ## end   gnulib module unistd-safer
3462
3463 ## begin gnulib module unitypes
3464
3465 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
3466
3467 unitypes.h: unitypes.in.h
3468         $(AM_V_GEN)rm -f $@-t $@ && \
3469         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3470           cat $(srcdir)/unitypes.in.h; \
3471         } > $@-t && \
3472         mv -f $@-t $@
3473 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
3474
3475 EXTRA_DIST += unitypes.in.h
3476
3477 ## end   gnulib module unitypes
3478
3479 ## begin gnulib module uniwidth/base
3480
3481 BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
3482
3483 uniwidth.h: uniwidth.in.h
3484         $(AM_V_GEN)rm -f $@-t $@ && \
3485         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3486           cat $(srcdir)/uniwidth.in.h; \
3487         } > $@-t && \
3488         mv -f $@-t $@
3489 MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t
3490
3491 EXTRA_DIST += localcharset.h uniwidth.in.h
3492
3493 ## end   gnulib module uniwidth/base
3494
3495 ## begin gnulib module uniwidth/width
3496
3497 if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH
3498 libgnulib_a_SOURCES += uniwidth/width.c
3499 endif
3500
3501 EXTRA_DIST += uniwidth/cjk.h
3502
3503 ## end   gnulib module uniwidth/width
3504
3505 ## begin gnulib module unlink
3506
3507
3508 EXTRA_DIST += unlink.c
3509
3510 EXTRA_libgnulib_a_SOURCES += unlink.c
3511
3512 ## end   gnulib module unlink
3513
3514 ## begin gnulib module unlinkat
3515
3516
3517 EXTRA_DIST += at-func.c unlinkat.c
3518
3519 EXTRA_libgnulib_a_SOURCES += at-func.c unlinkat.c
3520
3521 ## end   gnulib module unlinkat
3522
3523 ## begin gnulib module unsetenv
3524
3525
3526 EXTRA_DIST += unsetenv.c
3527
3528 EXTRA_libgnulib_a_SOURCES += unsetenv.c
3529
3530 ## end   gnulib module unsetenv
3531
3532 ## begin gnulib module update-copyright
3533
3534
3535 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
3536
3537 ## end   gnulib module update-copyright
3538
3539 ## begin gnulib module useless-if-before-free
3540
3541
3542 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
3543
3544 ## end   gnulib module useless-if-before-free
3545
3546 ## begin gnulib module vasnprintf
3547
3548
3549 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
3550
3551 EXTRA_libgnulib_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
3552
3553 ## end   gnulib module vasnprintf
3554
3555 ## begin gnulib module vc-list-files
3556
3557
3558 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
3559
3560 ## end   gnulib module vc-list-files
3561
3562 ## begin gnulib module verify
3563
3564
3565 EXTRA_DIST += verify.h
3566
3567 ## end   gnulib module verify
3568
3569 ## begin gnulib module version-etc
3570
3571 libgnulib_a_SOURCES += version-etc.h version-etc.c
3572
3573 ## end   gnulib module version-etc
3574
3575 ## begin gnulib module version-etc-fsf
3576
3577 libgnulib_a_SOURCES += version-etc-fsf.c
3578
3579 ## end   gnulib module version-etc-fsf
3580
3581 ## begin gnulib module wchar
3582
3583 BUILT_SOURCES += wchar.h
3584
3585 # We need the following in order to create <wchar.h> when the system
3586 # version does not work standalone.
3587 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3588         $(AM_V_GEN)rm -f $@-t $@ && \
3589         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3590           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3591               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3592               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3593               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3594               -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
3595               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
3596               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
3597               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
3598               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
3599               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
3600               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
3601               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
3602               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
3603               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
3604               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
3605               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
3606               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
3607               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
3608               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
3609               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
3610               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
3611               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
3612               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
3613               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
3614               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
3615               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
3616               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
3617               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
3618               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
3619               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
3620               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
3621               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
3622               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
3623               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
3624               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
3625               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
3626               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
3627               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
3628               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
3629               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
3630               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
3631               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
3632               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
3633               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
3634               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
3635               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
3636               < $(srcdir)/wchar.in.h | \
3637           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
3638               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
3639               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
3640               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
3641               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
3642               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
3643               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
3644               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
3645               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
3646               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
3647               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
3648               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
3649               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
3650               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
3651               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
3652               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
3653               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
3654               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
3655               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
3656               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
3657               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
3658               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
3659               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
3660               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
3661               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
3662               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
3663               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
3664               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
3665               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
3666               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
3667               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
3668               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
3669               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
3670               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
3671               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
3672               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
3673               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3674               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
3675               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
3676               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3677           | \
3678           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3679               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3680               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3681               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3682               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3683               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3684               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3685               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3686               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3687               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3688               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3689               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3690               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
3691               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3692               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3693               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3694         } > $@-t && \
3695         mv $@-t $@
3696 MOSTLYCLEANFILES += wchar.h wchar.h-t
3697
3698 EXTRA_DIST += wchar.in.h
3699
3700 ## end   gnulib module wchar
3701
3702 ## begin gnulib module wcrtomb
3703
3704
3705 EXTRA_DIST += wcrtomb.c
3706
3707 EXTRA_libgnulib_a_SOURCES += wcrtomb.c
3708
3709 ## end   gnulib module wcrtomb
3710
3711 ## begin gnulib module wctype-h
3712
3713 BUILT_SOURCES += wctype.h
3714 libgnulib_a_SOURCES += wctype-h.c
3715
3716 # We need the following in order to create <wctype.h> when the system
3717 # doesn't have one that works with the given compiler.
3718 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
3719         $(AM_V_GEN)rm -f $@-t $@ && \
3720         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3721           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3722               -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
3723               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3724               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3725               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3726               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
3727               -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
3728               -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
3729               -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
3730               -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
3731               -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
3732               -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
3733               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
3734               -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
3735               -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
3736               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
3737               -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
3738               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
3739               -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
3740               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3741               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3742               < $(srcdir)/wctype.in.h; \
3743         } > $@-t && \
3744         mv $@-t $@
3745 MOSTLYCLEANFILES += wctype.h wctype.h-t
3746
3747 EXTRA_DIST += wctype.in.h
3748
3749 ## end   gnulib module wctype-h
3750
3751 ## begin gnulib module wcwidth
3752
3753
3754 EXTRA_DIST += wcwidth.c
3755
3756 EXTRA_libgnulib_a_SOURCES += wcwidth.c
3757
3758 ## end   gnulib module wcwidth
3759
3760 ## begin gnulib module xalloc
3761
3762 libgnulib_a_SOURCES += xmalloc.c
3763
3764 EXTRA_DIST += xalloc.h
3765
3766 ## end   gnulib module xalloc
3767
3768 ## begin gnulib module xalloc-die
3769
3770 libgnulib_a_SOURCES += xalloc-die.c
3771
3772 ## end   gnulib module xalloc-die
3773
3774 ## begin gnulib module xalloc-oversized
3775
3776
3777 EXTRA_DIST += xalloc-oversized.h
3778
3779 ## end   gnulib module xalloc-oversized
3780
3781 ## begin gnulib module xgetcwd
3782
3783 libgnulib_a_SOURCES += xgetcwd.c
3784
3785 EXTRA_DIST += xgetcwd.h
3786
3787 ## end   gnulib module xgetcwd
3788
3789 ## begin gnulib module xsize
3790
3791 libgnulib_a_SOURCES += xsize.h xsize.c
3792
3793 ## end   gnulib module xsize
3794
3795 ## begin gnulib module xstrndup
3796
3797 libgnulib_a_SOURCES += xstrndup.h xstrndup.c
3798
3799 ## end   gnulib module xstrndup
3800
3801 ## begin gnulib module xstrtod
3802
3803 libgnulib_a_SOURCES += xstrtod.c
3804
3805 EXTRA_DIST += xstrtod.h
3806
3807 ## end   gnulib module xstrtod
3808
3809 ## begin gnulib module xstrtol
3810
3811 libgnulib_a_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
3812
3813 EXTRA_DIST += xstrtol.h
3814
3815 ## end   gnulib module xstrtol
3816
3817 ## begin gnulib module xstrtoumax
3818
3819 libgnulib_a_SOURCES += xstrtoumax.c
3820
3821 ## end   gnulib module xstrtoumax
3822
3823 ## begin gnulib module yesno
3824
3825 libgnulib_a_SOURCES += yesno.c
3826
3827 EXTRA_DIST += yesno.h
3828
3829 ## end   gnulib module yesno
3830
3831
3832 mostlyclean-local: mostlyclean-generic
3833         @for dir in '' $(MOSTLYCLEANDIRS); do \
3834           if test -n "$$dir" && test -d $$dir; then \
3835             echo "rmdir $$dir"; rmdir $$dir; \
3836           fi; \
3837         done; \
3838         :