New upstream version 1.8
[debian/gzip] / lib / gnulib.mk
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2016 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 --local-dir=gl --lib=libgzip --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=getline --avoid=rpmatch --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl announce-gen calloc close dirname-lgpl fclose fcntl fcntl-safer fdatasync fdl fdopendir fprintf-posix fsync getopt-gnu git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload ignore-value intprops largefile lib-ignore lstat maintainer-makefile malloc-gnu manywarnings openat-safer perror printf-posix readme-release realloc-gnu savedir stat-time sys_stat time unistd-safer unlinkat update-copyright utimens verify xalloc yesno
25
26
27 MOSTLYCLEANFILES += core *.stackdump
28
29 noinst_LIBRARIES += libgzip.a
30
31 libgzip_a_SOURCES =
32 libgzip_a_LIBADD = $(gl_LIBOBJS)
33 libgzip_a_DEPENDENCIES = $(gl_LIBOBJS)
34 EXTRA_libgzip_a_SOURCES =
35
36 ## begin gnulib module absolute-header
37
38 # Use this preprocessor expression to decide whether #include_next works.
39 # Do not rely on a 'configure'-time test for this, since the expression
40 # might appear in an installed header, which is used by some other compiler.
41 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
42
43 ## end   gnulib module absolute-header
44
45 ## begin gnulib module alloca-opt
46
47 BUILT_SOURCES += $(ALLOCA_H)
48
49 # We need the following in order to create <alloca.h> when the system
50 # doesn't have one that works with the given compiler.
51 if GL_GENERATE_ALLOCA_H
52 alloca.h: alloca.in.h $(top_builddir)/config.status
53         $(AM_V_GEN)rm -f $@-t $@ && \
54         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
55           cat $(srcdir)/alloca.in.h; \
56         } > $@-t && \
57         mv -f $@-t $@
58 else
59 alloca.h: $(top_builddir)/config.status
60         rm -f $@
61 endif
62 MOSTLYCLEANFILES += alloca.h alloca.h-t
63
64 EXTRA_DIST += alloca.in.h
65
66 ## end   gnulib module alloca-opt
67
68 ## begin gnulib module announce-gen
69
70
71 EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
72
73 ## end   gnulib module announce-gen
74
75 ## begin gnulib module assure
76
77
78 EXTRA_DIST += assure.h
79
80 ## end   gnulib module assure
81
82 ## begin gnulib module at-internal
83
84
85 EXTRA_DIST += openat-priv.h openat-proc.c
86
87 EXTRA_libgzip_a_SOURCES += openat-proc.c
88
89 ## end   gnulib module at-internal
90
91 ## begin gnulib module calloc-gnu
92
93
94 EXTRA_DIST += calloc.c
95
96 EXTRA_libgzip_a_SOURCES += calloc.c
97
98 ## end   gnulib module calloc-gnu
99
100 ## begin gnulib module calloc-posix
101
102
103 EXTRA_DIST += calloc.c
104
105 EXTRA_libgzip_a_SOURCES += calloc.c
106
107 ## end   gnulib module calloc-posix
108
109 ## begin gnulib module chdir-long
110
111
112 EXTRA_DIST += chdir-long.c chdir-long.h
113
114 EXTRA_libgzip_a_SOURCES += chdir-long.c
115
116 ## end   gnulib module chdir-long
117
118 ## begin gnulib module cloexec
119
120 libgzip_a_SOURCES += cloexec.c
121
122 EXTRA_DIST += cloexec.h
123
124 ## end   gnulib module cloexec
125
126 ## begin gnulib module close
127
128
129 EXTRA_DIST += close.c
130
131 EXTRA_libgzip_a_SOURCES += close.c
132
133 ## end   gnulib module close
134
135 ## begin gnulib module closedir
136
137
138 EXTRA_DIST += closedir.c dirent-private.h
139
140 EXTRA_libgzip_a_SOURCES += closedir.c
141
142 ## end   gnulib module closedir
143
144 ## begin gnulib module dirent
145
146 BUILT_SOURCES += dirent.h
147
148 # We need the following in order to create <dirent.h> when the system
149 # doesn't have one that works with the given compiler.
150 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
151         $(AM_V_GEN)rm -f $@-t $@ && \
152         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
153           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
154               -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
155               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
156               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
157               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
158               -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
159               -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
160               -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
161               -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
162               -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
163               -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
164               -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
165               -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
166               -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
167               -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
168               -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
169               -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
170               -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
171               -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
172               -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
173               -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
174               -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
175               -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
176               -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
177               -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
178               -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
179               -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
180               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
181               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
182               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
183               < $(srcdir)/dirent.in.h; \
184         } > $@-t && \
185         mv $@-t $@
186 MOSTLYCLEANFILES += dirent.h dirent.h-t
187
188 EXTRA_DIST += dirent.in.h
189
190 ## end   gnulib module dirent
191
192 ## begin gnulib module dirent-safer
193
194 libgzip_a_SOURCES += opendir-safer.c
195
196 EXTRA_DIST += dirent--.h dirent-safer.h
197
198 ## end   gnulib module dirent-safer
199
200 ## begin gnulib module dirfd
201
202
203 EXTRA_DIST += dirfd.c
204
205 EXTRA_libgzip_a_SOURCES += dirfd.c
206
207 ## end   gnulib module dirfd
208
209 ## begin gnulib module dirname-lgpl
210
211 libgzip_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
212
213 EXTRA_DIST += dirname.h
214
215 ## end   gnulib module dirname-lgpl
216
217 ## begin gnulib module do-release-commit-and-tag
218
219
220 EXTRA_DIST += $(top_srcdir)/build-aux/do-release-commit-and-tag
221
222 ## end   gnulib module do-release-commit-and-tag
223
224 ## begin gnulib module dosname
225
226
227 EXTRA_DIST += dosname.h
228
229 ## end   gnulib module dosname
230
231 ## begin gnulib module dup
232
233
234 EXTRA_DIST += dup.c
235
236 EXTRA_libgzip_a_SOURCES += dup.c
237
238 ## end   gnulib module dup
239
240 ## begin gnulib module dup2
241
242
243 EXTRA_DIST += dup2.c
244
245 EXTRA_libgzip_a_SOURCES += dup2.c
246
247 ## end   gnulib module dup2
248
249 ## begin gnulib module errno
250
251 BUILT_SOURCES += $(ERRNO_H)
252
253 # We need the following in order to create <errno.h> when the system
254 # doesn't have one that is POSIX compliant.
255 if GL_GENERATE_ERRNO_H
256 errno.h: errno.in.h $(top_builddir)/config.status
257         $(AM_V_GEN)rm -f $@-t $@ && \
258         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
259           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
260               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
261               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
262               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
263               -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
264               -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
265               -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
266               -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
267               -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
268               -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
269               -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
270               < $(srcdir)/errno.in.h; \
271         } > $@-t && \
272         mv $@-t $@
273 else
274 errno.h: $(top_builddir)/config.status
275         rm -f $@
276 endif
277 MOSTLYCLEANFILES += errno.h errno.h-t
278
279 EXTRA_DIST += errno.in.h
280
281 ## end   gnulib module errno
282
283 ## begin gnulib module error
284
285
286 EXTRA_DIST += error.c error.h
287
288 EXTRA_libgzip_a_SOURCES += error.c
289
290 ## end   gnulib module error
291
292 ## begin gnulib module exitfail
293
294 libgzip_a_SOURCES += exitfail.c
295
296 EXTRA_DIST += exitfail.h
297
298 ## end   gnulib module exitfail
299
300 ## begin gnulib module fchdir
301
302
303 EXTRA_DIST += fchdir.c
304
305 EXTRA_libgzip_a_SOURCES += fchdir.c
306
307 ## end   gnulib module fchdir
308
309 ## begin gnulib module fclose
310
311
312 EXTRA_DIST += fclose.c
313
314 EXTRA_libgzip_a_SOURCES += fclose.c
315
316 ## end   gnulib module fclose
317
318 ## begin gnulib module fcntl
319
320
321 EXTRA_DIST += fcntl.c
322
323 EXTRA_libgzip_a_SOURCES += fcntl.c
324
325 ## end   gnulib module fcntl
326
327 ## begin gnulib module fcntl-h
328
329 BUILT_SOURCES += fcntl.h
330
331 # We need the following in order to create <fcntl.h> when the system
332 # doesn't have one that works with the given compiler.
333 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
334         $(AM_V_GEN)rm -f $@-t $@ && \
335         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
336           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
337               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
338               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
339               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
340               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
341               -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
342               -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
343               -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
344               -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
345               -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
346               -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
347               -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
348               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
349               -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
350               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
351               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
352               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
353               < $(srcdir)/fcntl.in.h; \
354         } > $@-t && \
355         mv $@-t $@
356 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
357
358 EXTRA_DIST += fcntl.in.h
359
360 ## end   gnulib module fcntl-h
361
362 ## begin gnulib module fcntl-safer
363
364 libgzip_a_SOURCES += creat-safer.c open-safer.c
365
366 EXTRA_DIST += fcntl--.h fcntl-safer.h
367
368 ## end   gnulib module fcntl-safer
369
370 ## begin gnulib module fd-hook
371
372 libgzip_a_SOURCES += fd-hook.c
373
374 EXTRA_DIST += fd-hook.h
375
376 ## end   gnulib module fd-hook
377
378 ## begin gnulib module fdatasync
379
380
381 EXTRA_DIST += fdatasync.c
382
383 EXTRA_libgzip_a_SOURCES += fdatasync.c
384
385 ## end   gnulib module fdatasync
386
387 ## begin gnulib module fdopendir
388
389
390 EXTRA_DIST += fdopendir.c
391
392 EXTRA_libgzip_a_SOURCES += fdopendir.c
393
394 ## end   gnulib module fdopendir
395
396 ## begin gnulib module fflush
397
398
399 EXTRA_DIST += fflush.c stdio-impl.h
400
401 EXTRA_libgzip_a_SOURCES += fflush.c
402
403 ## end   gnulib module fflush
404
405 ## begin gnulib module filename
406
407
408 EXTRA_DIST += filename.h
409
410 ## end   gnulib module filename
411
412 ## begin gnulib module filenamecat-lgpl
413
414 libgzip_a_SOURCES += filenamecat-lgpl.c
415
416 EXTRA_DIST += filenamecat.h
417
418 ## end   gnulib module filenamecat-lgpl
419
420 ## begin gnulib module float
421
422 BUILT_SOURCES += $(FLOAT_H)
423
424 # We need the following in order to create <float.h> when the system
425 # doesn't have one that works with the given compiler.
426 if GL_GENERATE_FLOAT_H
427 float.h: float.in.h $(top_builddir)/config.status
428         $(AM_V_GEN)rm -f $@-t $@ && \
429         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
430           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
431               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
432               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
433               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
434               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
435               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
436               < $(srcdir)/float.in.h; \
437         } > $@-t && \
438         mv $@-t $@
439 else
440 float.h: $(top_builddir)/config.status
441         rm -f $@
442 endif
443 MOSTLYCLEANFILES += float.h float.h-t
444
445 EXTRA_DIST += float.c float.in.h itold.c
446
447 EXTRA_libgzip_a_SOURCES += float.c itold.c
448
449 ## end   gnulib module float
450
451 ## begin gnulib module fprintf-posix
452
453
454 EXTRA_DIST += fprintf.c
455
456 EXTRA_libgzip_a_SOURCES += fprintf.c
457
458 ## end   gnulib module fprintf-posix
459
460 ## begin gnulib module fpucw
461
462
463 EXTRA_DIST += fpucw.h
464
465 ## end   gnulib module fpucw
466
467 ## begin gnulib module fpurge
468
469
470 EXTRA_DIST += fpurge.c stdio-impl.h
471
472 EXTRA_libgzip_a_SOURCES += fpurge.c
473
474 ## end   gnulib module fpurge
475
476 ## begin gnulib module freading
477
478 libgzip_a_SOURCES += freading.c
479
480 EXTRA_DIST += freading.h stdio-impl.h
481
482 ## end   gnulib module freading
483
484 ## begin gnulib module frexp-nolibm
485
486
487 EXTRA_DIST += frexp.c
488
489 EXTRA_libgzip_a_SOURCES += frexp.c
490
491 ## end   gnulib module frexp-nolibm
492
493 ## begin gnulib module frexpl-nolibm
494
495
496 EXTRA_DIST += frexp.c frexpl.c
497
498 EXTRA_libgzip_a_SOURCES += frexp.c frexpl.c
499
500 ## end   gnulib module frexpl-nolibm
501
502 ## begin gnulib module fseek
503
504
505 EXTRA_DIST += fseek.c
506
507 EXTRA_libgzip_a_SOURCES += fseek.c
508
509 ## end   gnulib module fseek
510
511 ## begin gnulib module fseeko
512
513
514 EXTRA_DIST += fseeko.c stdio-impl.h
515
516 EXTRA_libgzip_a_SOURCES += fseeko.c
517
518 ## end   gnulib module fseeko
519
520 ## begin gnulib module fseterr
521
522
523 EXTRA_DIST += fseterr.c fseterr.h stdio-impl.h
524
525 EXTRA_libgzip_a_SOURCES += fseterr.c
526
527 ## end   gnulib module fseterr
528
529 ## begin gnulib module fstat
530
531
532 EXTRA_DIST += fstat.c
533
534 EXTRA_libgzip_a_SOURCES += fstat.c
535
536 ## end   gnulib module fstat
537
538 ## begin gnulib module fstatat
539
540
541 EXTRA_DIST += at-func.c fstatat.c
542
543 EXTRA_libgzip_a_SOURCES += at-func.c fstatat.c
544
545 ## end   gnulib module fstatat
546
547 ## begin gnulib module fsync
548
549
550 EXTRA_DIST += fsync.c
551
552 EXTRA_libgzip_a_SOURCES += fsync.c
553
554 ## end   gnulib module fsync
555
556 ## begin gnulib module ftell
557
558
559 EXTRA_DIST += ftell.c
560
561 EXTRA_libgzip_a_SOURCES += ftell.c
562
563 ## end   gnulib module ftell
564
565 ## begin gnulib module ftello
566
567
568 EXTRA_DIST += ftello.c stdio-impl.h
569
570 EXTRA_libgzip_a_SOURCES += ftello.c
571
572 ## end   gnulib module ftello
573
574 ## begin gnulib module gendocs
575
576
577 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
578
579 ## end   gnulib module gendocs
580
581 ## begin gnulib module getcwd-lgpl
582
583
584 EXTRA_DIST += getcwd-lgpl.c
585
586 EXTRA_libgzip_a_SOURCES += getcwd-lgpl.c
587
588 ## end   gnulib module getcwd-lgpl
589
590 ## begin gnulib module getdtablesize
591
592
593 EXTRA_DIST += getdtablesize.c
594
595 EXTRA_libgzip_a_SOURCES += getdtablesize.c
596
597 ## end   gnulib module getdtablesize
598
599 ## begin gnulib module getopt-posix
600
601 BUILT_SOURCES += $(GETOPT_H)
602
603 # We need the following in order to create <getopt.h> when the system
604 # doesn't have one that works with the given compiler.
605 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
606         $(AM_V_GEN)rm -f $@-t $@ && \
607         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
608           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
609               -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
610               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
611               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
612               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
613               -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
614               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
615               < $(srcdir)/getopt.in.h; \
616         } > $@-t && \
617         mv -f $@-t $@
618 MOSTLYCLEANFILES += getopt.h getopt.h-t
619
620 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
621
622 EXTRA_libgzip_a_SOURCES += getopt.c getopt1.c
623
624 ## end   gnulib module getopt-posix
625
626 ## begin gnulib module gettext-h
627
628 libgzip_a_SOURCES += gettext.h
629
630 ## end   gnulib module gettext-h
631
632 ## begin gnulib module gettime
633
634 libgzip_a_SOURCES += gettime.c
635
636 ## end   gnulib module gettime
637
638 ## begin gnulib module gettimeofday
639
640
641 EXTRA_DIST += gettimeofday.c
642
643 EXTRA_libgzip_a_SOURCES += gettimeofday.c
644
645 ## end   gnulib module gettimeofday
646
647 ## begin gnulib module git-version-gen
648
649
650 EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
651
652 ## end   gnulib module git-version-gen
653
654 ## begin gnulib module gitlog-to-changelog
655
656
657 EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
658
659 ## end   gnulib module gitlog-to-changelog
660
661 ## begin gnulib module gnu-make
662
663 ##Sample usage of gnu-make module:
664 #if GNU_MAKE
665 #       [nicer features that work only with GNU Make]
666 #else
667 #       [fallback features that work in any 'make' implementation; see
668 #       http://www.opengroup.org/susv3/utilities/make.html
669 #       for the 2004 POSIX specification]
670 #endif
671
672 ## end   gnulib module gnu-make
673
674 ## begin gnulib module gnu-web-doc-update
675
676
677 EXTRA_DIST += $(top_srcdir)/build-aux/gnu-web-doc-update
678
679 ## end   gnulib module gnu-web-doc-update
680
681 ## begin gnulib module gnumakefile
682
683 distclean-local: clean-GNUmakefile
684 clean-GNUmakefile:
685         test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
686
687 EXTRA_DIST += $(top_srcdir)/GNUmakefile
688
689 ## end   gnulib module gnumakefile
690
691 ## begin gnulib module gnupload
692
693
694 EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
695
696 ## end   gnulib module gnupload
697
698 ## begin gnulib module havelib
699
700
701 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
702
703 ## end   gnulib module havelib
704
705 ## begin gnulib module ignore-value
706
707
708 EXTRA_DIST += ignore-value.h
709
710 ## end   gnulib module ignore-value
711
712 ## begin gnulib module intprops
713
714
715 EXTRA_DIST += intprops.h
716
717 ## end   gnulib module intprops
718
719 ## begin gnulib module isnand-nolibm
720
721
722 EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
723
724 EXTRA_libgzip_a_SOURCES += isnan.c isnand.c
725
726 ## end   gnulib module isnand-nolibm
727
728 ## begin gnulib module isnanf-nolibm
729
730
731 EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
732
733 EXTRA_libgzip_a_SOURCES += isnan.c isnanf.c
734
735 ## end   gnulib module isnanf-nolibm
736
737 ## begin gnulib module isnanl-nolibm
738
739
740 EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
741
742 EXTRA_libgzip_a_SOURCES += isnan.c isnanl.c
743
744 ## end   gnulib module isnanl-nolibm
745
746 ## begin gnulib module lock
747
748 libgzip_a_SOURCES += glthread/lock.h glthread/lock.c
749
750 ## end   gnulib module lock
751
752 ## begin gnulib module lseek
753
754
755 EXTRA_DIST += lseek.c
756
757 EXTRA_libgzip_a_SOURCES += lseek.c
758
759 ## end   gnulib module lseek
760
761 ## begin gnulib module lstat
762
763
764 EXTRA_DIST += lstat.c
765
766 EXTRA_libgzip_a_SOURCES += lstat.c
767
768 ## end   gnulib module lstat
769
770 ## begin gnulib module maintainer-makefile
771
772 EXTRA_DIST += $(top_srcdir)/maint.mk
773
774 ## end   gnulib module maintainer-makefile
775
776 ## begin gnulib module malloc-gnu
777
778
779 EXTRA_DIST += malloc.c
780
781 EXTRA_libgzip_a_SOURCES += malloc.c
782
783 ## end   gnulib module malloc-gnu
784
785 ## begin gnulib module malloc-posix
786
787
788 EXTRA_DIST += malloc.c
789
790 EXTRA_libgzip_a_SOURCES += malloc.c
791
792 ## end   gnulib module malloc-posix
793
794 ## begin gnulib module math
795
796 BUILT_SOURCES += math.h
797 libgzip_a_SOURCES += math.c
798
799 # We need the following in order to create <math.h> when the system
800 # doesn't have one that works with the given compiler.
801 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
802         $(AM_V_GEN)rm -f $@-t $@ && \
803         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
804           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
805               -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
806               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
807               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
808               -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
809               -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
810               -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
811               -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
812               -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
813               -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
814               -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
815               -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
816               -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
817               -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
818               -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
819               -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
820               -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
821               -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
822               -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
823               -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
824               -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
825               -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
826               -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
827               -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
828               -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
829               -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
830               -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
831               -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
832               -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
833               -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
834               -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
835               -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
836               -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
837               -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
838               -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
839               -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
840               -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
841               -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
842               -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
843               -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
844               -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
845               -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
846               -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
847               -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
848               -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
849               -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
850               -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
851               -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
852               -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
853               < $(srcdir)/math.in.h | \
854           sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
855               -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
856               -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
857               -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
858               -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
859               -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
860               -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
861               -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
862               -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
863               -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
864               -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
865               -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
866               -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
867               -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
868               -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
869               -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
870               -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
871               -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
872               -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
873               -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
874               -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
875               -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
876               -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
877               -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
878               -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
879               -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
880               -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
881               -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
882               -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
883               -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
884               -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
885               -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
886               -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
887               -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
888               -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
889               -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
890               -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
891               -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
892               -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
893               -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
894               -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
895               -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
896               -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
897               -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
898               -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
899               -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
900               -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
901               -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
902               -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
903               -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
904               -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
905           | \
906           sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
907               -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
908               -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
909               -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
910               -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
911               -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
912               -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
913               -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
914               -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
915               -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
916               -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
917               -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
918               -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
919               -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
920               -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
921               -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
922               -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
923               -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
924               -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
925               -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
926               -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
927               -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
928               -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
929               -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
930               -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
931               -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
932               -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
933               -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
934               -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
935               -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
936               -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
937               -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
938               -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
939               -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
940               -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
941               -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
942               -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
943               -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
944               -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
945               -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
946               -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
947               -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
948               -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
949               -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
950               -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
951               -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
952               -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
953               -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
954               -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
955               -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
956               -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
957               -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
958               -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
959               -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
960               -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
961               -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
962               -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
963               -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
964               -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
965               -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
966               -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
967               -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
968               -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
969               -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
970               -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
971               -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
972               -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
973               -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
974               -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
975               -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
976               -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
977               -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
978               -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
979               -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
980               -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
981               -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
982               -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
983               -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
984               -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
985               -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
986               -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
987               -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
988               -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
989               -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
990               -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
991               -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
992               -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
993               -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
994               -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
995               -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
996               -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
997               -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
998               -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
999               -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
1000               -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
1001               -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
1002           | \
1003           sed -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
1004               -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
1005               -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
1006               -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
1007               -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
1008               -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
1009               -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
1010               -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
1011               -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
1012               -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
1013               -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
1014               -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
1015               -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
1016               -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
1017               -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
1018               -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
1019               -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
1020               -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
1021               -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
1022               -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
1023               -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
1024               -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
1025               -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
1026               -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
1027               -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
1028               -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
1029               -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
1030               -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
1031               -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
1032               -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
1033               -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
1034               -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
1035               -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
1036               -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
1037               -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
1038               -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
1039               -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
1040               -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
1041               -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
1042               -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
1043               -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
1044               -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
1045               -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
1046               -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
1047               -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
1048               -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
1049               -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
1050               -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
1051               -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
1052               -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
1053               -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
1054               -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
1055               -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
1056               -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
1057               -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
1058               -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
1059               -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
1060               -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
1061               -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
1062               -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
1063               -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
1064               -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
1065               -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
1066               -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
1067               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1068               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1069               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1070         } > $@-t && \
1071         mv $@-t $@
1072 MOSTLYCLEANFILES += math.h math.h-t
1073
1074 EXTRA_DIST += math.in.h
1075
1076 ## end   gnulib module math
1077
1078 ## begin gnulib module memchr
1079
1080
1081 EXTRA_DIST += memchr.c memchr.valgrind
1082
1083 EXTRA_libgzip_a_SOURCES += memchr.c
1084
1085 ## end   gnulib module memchr
1086
1087 ## begin gnulib module mempcpy
1088
1089
1090 EXTRA_DIST += mempcpy.c
1091
1092 EXTRA_libgzip_a_SOURCES += mempcpy.c
1093
1094 ## end   gnulib module mempcpy
1095
1096 ## begin gnulib module memrchr
1097
1098
1099 EXTRA_DIST += memrchr.c
1100
1101 EXTRA_libgzip_a_SOURCES += memrchr.c
1102
1103 ## end   gnulib module memrchr
1104
1105 ## begin gnulib module msvc-inval
1106
1107
1108 EXTRA_DIST += msvc-inval.c msvc-inval.h
1109
1110 EXTRA_libgzip_a_SOURCES += msvc-inval.c
1111
1112 ## end   gnulib module msvc-inval
1113
1114 ## begin gnulib module msvc-nothrow
1115
1116
1117 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1118
1119 EXTRA_libgzip_a_SOURCES += msvc-nothrow.c
1120
1121 ## end   gnulib module msvc-nothrow
1122
1123 ## begin gnulib module open
1124
1125
1126 EXTRA_DIST += open.c
1127
1128 EXTRA_libgzip_a_SOURCES += open.c
1129
1130 ## end   gnulib module open
1131
1132 ## begin gnulib module openat
1133
1134
1135 EXTRA_DIST += openat.c
1136
1137 EXTRA_libgzip_a_SOURCES += openat.c
1138
1139 ## end   gnulib module openat
1140
1141 ## begin gnulib module openat-die
1142
1143 libgzip_a_SOURCES += openat-die.c
1144
1145 ## end   gnulib module openat-die
1146
1147 ## begin gnulib module openat-h
1148
1149
1150 EXTRA_DIST += openat.h
1151
1152 ## end   gnulib module openat-h
1153
1154 ## begin gnulib module openat-safer
1155
1156 libgzip_a_SOURCES += openat-safer.c
1157
1158 EXTRA_DIST += fcntl--.h fcntl-safer.h
1159
1160 ## end   gnulib module openat-safer
1161
1162 ## begin gnulib module opendir
1163
1164
1165 EXTRA_DIST += dirent-private.h opendir.c
1166
1167 EXTRA_libgzip_a_SOURCES += opendir.c
1168
1169 ## end   gnulib module opendir
1170
1171 ## begin gnulib module pathmax
1172
1173
1174 EXTRA_DIST += pathmax.h
1175
1176 ## end   gnulib module pathmax
1177
1178 ## begin gnulib module perror
1179
1180
1181 EXTRA_DIST += perror.c
1182
1183 EXTRA_libgzip_a_SOURCES += perror.c
1184
1185 ## end   gnulib module perror
1186
1187 ## begin gnulib module printf-frexp
1188
1189 libgzip_a_SOURCES += printf-frexp.c
1190
1191 EXTRA_DIST += printf-frexp.h
1192
1193 ## end   gnulib module printf-frexp
1194
1195 ## begin gnulib module printf-frexpl
1196
1197 libgzip_a_SOURCES += printf-frexpl.c
1198
1199 EXTRA_DIST += printf-frexp.c printf-frexpl.h
1200
1201 EXTRA_libgzip_a_SOURCES += printf-frexp.c
1202
1203 ## end   gnulib module printf-frexpl
1204
1205 ## begin gnulib module printf-posix
1206
1207
1208 EXTRA_DIST += printf.c
1209
1210 EXTRA_libgzip_a_SOURCES += printf.c
1211
1212 ## end   gnulib module printf-posix
1213
1214 ## begin gnulib module readdir
1215
1216
1217 EXTRA_DIST += dirent-private.h readdir.c
1218
1219 EXTRA_libgzip_a_SOURCES += readdir.c
1220
1221 ## end   gnulib module readdir
1222
1223 ## begin gnulib module readme-release
1224
1225
1226 EXTRA_DIST += $(top_srcdir)/README-release
1227
1228 ## end   gnulib module readme-release
1229
1230 ## begin gnulib module realloc-gnu
1231
1232
1233 EXTRA_DIST += realloc.c
1234
1235 EXTRA_libgzip_a_SOURCES += realloc.c
1236
1237 ## end   gnulib module realloc-gnu
1238
1239 ## begin gnulib module realloc-posix
1240
1241
1242 EXTRA_DIST += realloc.c
1243
1244 EXTRA_libgzip_a_SOURCES += realloc.c
1245
1246 ## end   gnulib module realloc-posix
1247
1248 ## begin gnulib module rmdir
1249
1250
1251 EXTRA_DIST += rmdir.c
1252
1253 EXTRA_libgzip_a_SOURCES += rmdir.c
1254
1255 ## end   gnulib module rmdir
1256
1257 ## begin gnulib module save-cwd
1258
1259 libgzip_a_SOURCES += save-cwd.c
1260
1261 EXTRA_DIST += save-cwd.h
1262
1263 ## end   gnulib module save-cwd
1264
1265 ## begin gnulib module savedir
1266
1267 libgzip_a_SOURCES += savedir.c
1268
1269 EXTRA_DIST += savedir.h
1270
1271 ## end   gnulib module savedir
1272
1273 ## begin gnulib module signbit
1274
1275
1276 EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c
1277
1278 EXTRA_libgzip_a_SOURCES += signbitd.c signbitf.c signbitl.c
1279
1280 ## end   gnulib module signbit
1281
1282 ## begin gnulib module size_max
1283
1284 libgzip_a_SOURCES += size_max.h
1285
1286 ## end   gnulib module size_max
1287
1288 ## begin gnulib module snippet/_Noreturn
1289
1290 # Because this Makefile snippet defines a variable used by other
1291 # gnulib Makefile snippets, it must be present in all Makefile.am that
1292 # need it. This is ensured by the applicability 'all' defined above.
1293
1294 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
1295
1296 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
1297
1298 ## end   gnulib module snippet/_Noreturn
1299
1300 ## begin gnulib module snippet/arg-nonnull
1301
1302 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1303 # statements but through direct file reference. Therefore this snippet must be
1304 # present in all Makefile.am that need it. This is ensured by the applicability
1305 # 'all' defined above.
1306
1307 BUILT_SOURCES += arg-nonnull.h
1308 # The arg-nonnull.h that gets inserted into generated .h files is the same as
1309 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1310 # off.
1311 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1312         $(AM_V_GEN)rm -f $@-t $@ && \
1313         sed -n -e '/GL_ARG_NONNULL/,$$p' \
1314           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1315           > $@-t && \
1316         mv $@-t $@
1317 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
1318
1319 ARG_NONNULL_H=arg-nonnull.h
1320
1321 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1322
1323 ## end   gnulib module snippet/arg-nonnull
1324
1325 ## begin gnulib module snippet/c++defs
1326
1327 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1328 # statements but through direct file reference. Therefore this snippet must be
1329 # present in all Makefile.am that need it. This is ensured by the applicability
1330 # 'all' defined above.
1331
1332 BUILT_SOURCES += c++defs.h
1333 # The c++defs.h that gets inserted into generated .h files is the same as
1334 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
1335 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
1336         $(AM_V_GEN)rm -f $@-t $@ && \
1337         sed -n -e '/_GL_CXXDEFS/,$$p' \
1338           < $(top_srcdir)/build-aux/snippet/c++defs.h \
1339           > $@-t && \
1340         mv $@-t $@
1341 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
1342
1343 CXXDEFS_H=c++defs.h
1344
1345 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
1346
1347 ## end   gnulib module snippet/c++defs
1348
1349 ## begin gnulib module snippet/unused-parameter
1350
1351 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1352 # statements but through direct file reference. Therefore this snippet must be
1353 # present in all Makefile.am that need it. This is ensured by the applicability
1354 # 'all' defined above.
1355
1356 BUILT_SOURCES += unused-parameter.h
1357 # The unused-parameter.h that gets inserted into generated .h files is the same
1358 # as build-aux/snippet/unused-parameter.h, except that it has the copyright
1359 # header cut off.
1360 unused-parameter.h: $(top_srcdir)/build-aux/snippet/unused-parameter.h
1361         $(AM_V_GEN)rm -f $@-t $@ && \
1362         sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
1363           < $(top_srcdir)/build-aux/snippet/unused-parameter.h \
1364           > $@-t && \
1365         mv $@-t $@
1366 MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t
1367
1368 UNUSED_PARAMETER_H=unused-parameter.h
1369
1370 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/unused-parameter.h
1371
1372 ## end   gnulib module snippet/unused-parameter
1373
1374 ## begin gnulib module snippet/warn-on-use
1375
1376 BUILT_SOURCES += warn-on-use.h
1377 # The warn-on-use.h that gets inserted into generated .h files is the same as
1378 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1379 # off.
1380 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
1381         $(AM_V_GEN)rm -f $@-t $@ && \
1382         sed -n -e '/^.ifndef/,$$p' \
1383           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
1384           > $@-t && \
1385         mv $@-t $@
1386 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1387
1388 WARN_ON_USE_H=warn-on-use.h
1389
1390 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
1391
1392 ## end   gnulib module snippet/warn-on-use
1393
1394 ## begin gnulib module stat
1395
1396
1397 EXTRA_DIST += stat.c
1398
1399 EXTRA_libgzip_a_SOURCES += stat.c
1400
1401 ## end   gnulib module stat
1402
1403 ## begin gnulib module stat-time
1404
1405 libgzip_a_SOURCES += stat-time.c
1406
1407 EXTRA_DIST += stat-time.h
1408
1409 ## end   gnulib module stat-time
1410
1411 ## begin gnulib module statat
1412
1413 libgzip_a_SOURCES += statat.c
1414
1415 ## end   gnulib module statat
1416
1417 ## begin gnulib module stdbool
1418
1419 BUILT_SOURCES += $(STDBOOL_H)
1420
1421 # We need the following in order to create <stdbool.h> when the system
1422 # doesn't have one that works.
1423 if GL_GENERATE_STDBOOL_H
1424 stdbool.h: stdbool.in.h $(top_builddir)/config.status
1425         $(AM_V_GEN)rm -f $@-t $@ && \
1426         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1427           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1428         } > $@-t && \
1429         mv $@-t $@
1430 else
1431 stdbool.h: $(top_builddir)/config.status
1432         rm -f $@
1433 endif
1434 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1435
1436 EXTRA_DIST += stdbool.in.h
1437
1438 ## end   gnulib module stdbool
1439
1440 ## begin gnulib module stddef
1441
1442 BUILT_SOURCES += $(STDDEF_H)
1443
1444 # We need the following in order to create <stddef.h> when the system
1445 # doesn't have one that works with the given compiler.
1446 if GL_GENERATE_STDDEF_H
1447 stddef.h: stddef.in.h $(top_builddir)/config.status
1448         $(AM_V_GEN)rm -f $@-t $@ && \
1449         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1450           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1451               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1452               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1453               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1454               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1455               -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1456               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1457               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1458               < $(srcdir)/stddef.in.h; \
1459         } > $@-t && \
1460         mv $@-t $@
1461 else
1462 stddef.h: $(top_builddir)/config.status
1463         rm -f $@
1464 endif
1465 MOSTLYCLEANFILES += stddef.h stddef.h-t
1466
1467 EXTRA_DIST += stddef.in.h
1468
1469 ## end   gnulib module stddef
1470
1471 ## begin gnulib module stdint
1472
1473 BUILT_SOURCES += $(STDINT_H)
1474
1475 # We need the following in order to create <stdint.h> when the system
1476 # doesn't have one that works with the given compiler.
1477 if GL_GENERATE_STDINT_H
1478 stdint.h: stdint.in.h $(top_builddir)/config.status
1479         $(AM_V_GEN)rm -f $@-t $@ && \
1480         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1481           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1482               -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1483               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1484               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1485               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1486               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1487               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1488               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1489               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1490               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1491               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1492               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1493               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1494               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1495               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1496               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1497               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1498               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1499               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1500               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1501               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1502               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1503               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1504               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1505               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1506               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1507               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1508               < $(srcdir)/stdint.in.h; \
1509         } > $@-t && \
1510         mv $@-t $@
1511 else
1512 stdint.h: $(top_builddir)/config.status
1513         rm -f $@
1514 endif
1515 MOSTLYCLEANFILES += stdint.h stdint.h-t
1516
1517 EXTRA_DIST += stdint.in.h
1518
1519 ## end   gnulib module stdint
1520
1521 ## begin gnulib module stdio
1522
1523 BUILT_SOURCES += stdio.h
1524
1525 # We need the following in order to create <stdio.h> when the system
1526 # doesn't have one that works with the given compiler.
1527 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1528         $(AM_V_GEN)rm -f $@-t $@ && \
1529         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1530           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1531               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1532               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1533               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1534               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1535               -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1536               -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1537               -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1538               -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1539               -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1540               -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1541               -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1542               -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1543               -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1544               -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1545               -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1546               -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1547               -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1548               -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1549               -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1550               -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1551               -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1552               -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1553               -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1554               -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1555               -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1556               -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1557               -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1558               -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1559               -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1560               -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1561               -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1562               -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1563               -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1564               -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1565               -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1566               -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1567               -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1568               -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1569               -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1570               -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1571               -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1572               -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1573               -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1574               -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1575               -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1576               -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1577               -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1578               -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1579               -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1580               -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1581               -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1582               -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1583               -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1584               -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1585               -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1586               -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1587               -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1588               < $(srcdir)/stdio.in.h | \
1589           sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1590               -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1591               -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1592               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1593               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1594               -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1595               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1596               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1597               -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1598               -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1599               -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1600               -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1601               -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1602               -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1603               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1604               -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1605               -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1606               -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1607               -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1608               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1609               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1610               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1611               -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1612               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1613               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1614               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1615               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1616               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1617               -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1618               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1619               -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1620               -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1621               -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1622               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1623               -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1624               -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1625               -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1626               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1627               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1628               -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1629               -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1630               -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1631               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1632               -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1633               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1634               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1635               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1636               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1637               -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1638               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1639               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1640               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1641         } > $@-t && \
1642         mv $@-t $@
1643 MOSTLYCLEANFILES += stdio.h stdio.h-t
1644
1645 EXTRA_DIST += stdio.in.h
1646
1647 ## end   gnulib module stdio
1648
1649 ## begin gnulib module stdlib
1650
1651 BUILT_SOURCES += stdlib.h
1652
1653 # We need the following in order to create <stdlib.h> when the system
1654 # doesn't have one that works with the given compiler.
1655 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1656   $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1657         $(AM_V_GEN)rm -f $@-t $@ && \
1658         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1659           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1660               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1661               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1662               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1663               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1664               -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1665               -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1666               -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1667               -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1668               -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1669               -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1670               -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1671               -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1672               -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1673               -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1674               -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1675               -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1676               -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1677               -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1678               -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1679               -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1680               -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1681               -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1682               -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
1683               -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1684               -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1685               -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1686               -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1687               -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1688               -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1689               -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1690               -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1691               -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1692               -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1693               -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1694               -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1695               -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1696               -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1697               < $(srcdir)/stdlib.in.h | \
1698           sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1699               -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1700               -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1701               -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1702               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1703               -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1704               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1705               -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1706               -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1707               -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1708               -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1709               -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1710               -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1711               -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1712               -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1713               -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1714               -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1715               -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1716               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1717               -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1718               -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1719               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1720               -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1721               -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1722               -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1723               -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1724               -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1725               -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1726               -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1727               -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1728               -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1729               -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1730               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1731               -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1732               -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1733               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1734               -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
1735               -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1736               -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1737               -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1738               -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1739               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1740               -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1741               -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1742               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1743               -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1744               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1745               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1746         } > $@-t && \
1747         mv $@-t $@
1748 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1749
1750 EXTRA_DIST += stdlib.in.h
1751
1752 ## end   gnulib module stdlib
1753
1754 ## begin gnulib module stpcpy
1755
1756
1757 EXTRA_DIST += stpcpy.c
1758
1759 EXTRA_libgzip_a_SOURCES += stpcpy.c
1760
1761 ## end   gnulib module stpcpy
1762
1763 ## begin gnulib module strdup-posix
1764
1765
1766 EXTRA_DIST += strdup.c
1767
1768 EXTRA_libgzip_a_SOURCES += strdup.c
1769
1770 ## end   gnulib module strdup-posix
1771
1772 ## begin gnulib module strerror
1773
1774
1775 EXTRA_DIST += strerror.c
1776
1777 EXTRA_libgzip_a_SOURCES += strerror.c
1778
1779 ## end   gnulib module strerror
1780
1781 ## begin gnulib module strerror-override
1782
1783
1784 EXTRA_DIST += strerror-override.c strerror-override.h
1785
1786 EXTRA_libgzip_a_SOURCES += strerror-override.c
1787
1788 ## end   gnulib module strerror-override
1789
1790 ## begin gnulib module strerror_r-posix
1791
1792
1793 EXTRA_DIST += strerror_r.c
1794
1795 EXTRA_libgzip_a_SOURCES += strerror_r.c
1796
1797 ## end   gnulib module strerror_r-posix
1798
1799 ## begin gnulib module string
1800
1801 BUILT_SOURCES += string.h
1802
1803 # We need the following in order to create <string.h> when the system
1804 # doesn't have one that works with the given compiler.
1805 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1806         $(AM_V_GEN)rm -f $@-t $@ && \
1807         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1808           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1809               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1810               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1811               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1812               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1813               -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1814               -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1815               -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1816               -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1817               -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1818               -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1819               -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1820               -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1821               -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1822               -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1823               -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1824               -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1825               -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1826               -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1827               -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1828               -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1829               -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1830               -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1831               -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1832               -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1833               -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1834               -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1835               -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1836               -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1837               -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1838               -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1839               -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1840               -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1841               -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1842               -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1843               -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1844               -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1845               -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1846               -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1847               -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1848               -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1849               -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1850               < $(srcdir)/string.in.h | \
1851           sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1852               -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1853               -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1854               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1855               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1856               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1857               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1858               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1859               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1860               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1861               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1862               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1863               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1864               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1865               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1866               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1867               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1868               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1869               -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1870               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1871               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1872               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1873               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1874               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1875               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1876               -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1877               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1878               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1879               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1880               -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1881               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1882               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1883               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1884               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1885               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1886               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1887               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1888               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1889               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1890               < $(srcdir)/string.in.h; \
1891         } > $@-t && \
1892         mv $@-t $@
1893 MOSTLYCLEANFILES += string.h string.h-t
1894
1895 EXTRA_DIST += string.in.h
1896
1897 ## end   gnulib module string
1898
1899 ## begin gnulib module sys_stat
1900
1901 BUILT_SOURCES += sys/stat.h
1902
1903 # We need the following in order to create <sys/stat.h> when the system
1904 # has one that is incomplete.
1905 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1906         $(AM_V_at)$(MKDIR_P) sys
1907         $(AM_V_GEN)rm -f $@-t $@ && \
1908         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1909           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1910               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1911               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1912               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1913               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1914               -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1915               -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1916               -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1917               -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1918               -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1919               -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1920               -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1921               -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1922               -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1923               -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1924               -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1925               -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1926               -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1927               -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1928               -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1929               -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1930               -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1931               -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1932               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1933               -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1934               -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1935               -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1936               -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1937               -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1938               -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1939               -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1940               -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1941               -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1942               -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1943               -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1944               -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1945               -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1946               -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1947               -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1948               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1949               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1950               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1951               < $(srcdir)/sys_stat.in.h; \
1952         } > $@-t && \
1953         mv $@-t $@
1954 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1955 MOSTLYCLEANDIRS += sys
1956
1957 EXTRA_DIST += sys_stat.in.h
1958
1959 ## end   gnulib module sys_stat
1960
1961 ## begin gnulib module sys_time
1962
1963 BUILT_SOURCES += sys/time.h
1964
1965 # We need the following in order to create <sys/time.h> when the system
1966 # doesn't have one that works with the given compiler.
1967 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1968         $(AM_V_at)$(MKDIR_P) sys
1969         $(AM_V_GEN)rm -f $@-t $@ && \
1970         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1971           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1972               -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1973               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1974               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1975               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1976               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1977               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1978               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1979               -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1980               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1981               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1982               -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1983               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1984               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1985               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1986               < $(srcdir)/sys_time.in.h; \
1987         } > $@-t && \
1988         mv $@-t $@
1989 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1990
1991 EXTRA_DIST += sys_time.in.h
1992
1993 ## end   gnulib module sys_time
1994
1995 ## begin gnulib module sys_types
1996
1997 BUILT_SOURCES += sys/types.h
1998
1999 # We need the following in order to create <sys/types.h> when the system
2000 # doesn't have one that works with the given compiler.
2001 sys/types.h: sys_types.in.h $(top_builddir)/config.status
2002         $(AM_V_at)$(MKDIR_P) sys
2003         $(AM_V_GEN)rm -f $@-t $@ && \
2004         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2005           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2006               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2007               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2008               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2009               -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2010               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2011               < $(srcdir)/sys_types.in.h; \
2012         } > $@-t && \
2013         mv $@-t $@
2014 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
2015
2016 EXTRA_DIST += sys_types.in.h
2017
2018 ## end   gnulib module sys_types
2019
2020 ## begin gnulib module threadlib
2021
2022 libgzip_a_SOURCES += glthread/threadlib.c
2023
2024 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
2025
2026 ## end   gnulib module threadlib
2027
2028 ## begin gnulib module time
2029
2030 BUILT_SOURCES += time.h
2031
2032 # We need the following in order to create <time.h> when the system
2033 # doesn't have one that works with the given compiler.
2034 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2035         $(AM_V_GEN)rm -f $@-t $@ && \
2036         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2037           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2038               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2039               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2040               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2041               -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2042               -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2043               -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2044               -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2045               -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2046               -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2047               -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2048               -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
2049               -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2050               -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2051               -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2052               -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2053               -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2054               -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2055               -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2056               -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2057               -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2058               -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2059               -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2060               -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2061               -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2062               -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2063               -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2064               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2065               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2066               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2067               < $(srcdir)/time.in.h; \
2068         } > $@-t && \
2069         mv $@-t $@
2070 MOSTLYCLEANFILES += time.h time.h-t
2071
2072 EXTRA_DIST += time.in.h
2073
2074 ## end   gnulib module time
2075
2076 ## begin gnulib module timespec
2077
2078 libgzip_a_SOURCES += timespec.c
2079
2080 EXTRA_DIST += timespec.h
2081
2082 ## end   gnulib module timespec
2083
2084 ## begin gnulib module unistd
2085
2086 BUILT_SOURCES += unistd.h
2087 libgzip_a_SOURCES += unistd.c
2088
2089 # We need the following in order to create an empty placeholder for
2090 # <unistd.h> when the system doesn't have one.
2091 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2092         $(AM_V_GEN)rm -f $@-t $@ && \
2093         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2094           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2095               -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2096               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2097               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2098               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2099               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2100               -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2101               -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2102               -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2103               -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2104               -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2105               -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2106               -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2107               -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2108               -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2109               -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2110               -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2111               -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2112               -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2113               -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2114               -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2115               -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2116               -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2117               -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2118               -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2119               -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2120               -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2121               -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2122               -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2123               -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2124               -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2125               -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2126               -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2127               -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2128               -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2129               -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2130               -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2131               -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2132               -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2133               -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2134               -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2135               -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2136               -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2137               -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2138               -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2139               -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2140               -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2141               -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2142               -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2143               -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2144               -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2145               -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2146               -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2147               -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2148               -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2149               -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2150               < $(srcdir)/unistd.in.h | \
2151           sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2152               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
2153               -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2154               -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2155               -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2156               -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2157               -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2158               -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2159               -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2160               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2161               -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2162               -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2163               -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2164               -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
2165               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2166               -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2167               -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2168               -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2169               -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2170               -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2171               -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2172               -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2173               -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2174               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2175               -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2176               -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2177               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2178               -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2179               -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2180               -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2181               -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2182               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2183               -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2184               -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2185               -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2186               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2187               -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2188               -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2189               -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2190               -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2191               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2192               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2193           | \
2194           sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2195               -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2196               -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2197               -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2198               -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2199               -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2200               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2201               -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2202               -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2203               -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2204               -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2205               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2206               -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2207               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2208               -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2209               -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2210               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2211               -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2212               -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2213               -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2214               -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2215               -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
2216               -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2217               -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2218               -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2219               -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
2220               -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2221               -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2222               -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2223               -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2224               -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2225               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2226               -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2227               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2228               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2229               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2230         } > $@-t && \
2231         mv $@-t $@
2232 MOSTLYCLEANFILES += unistd.h unistd.h-t
2233
2234 EXTRA_DIST += unistd.in.h
2235
2236 ## end   gnulib module unistd
2237
2238 ## begin gnulib module unistd-safer
2239
2240 libgzip_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
2241
2242 EXTRA_DIST += unistd--.h unistd-safer.h
2243
2244 ## end   gnulib module unistd-safer
2245
2246 ## begin gnulib module unlink
2247
2248
2249 EXTRA_DIST += unlink.c
2250
2251 EXTRA_libgzip_a_SOURCES += unlink.c
2252
2253 ## end   gnulib module unlink
2254
2255 ## begin gnulib module unlinkat
2256
2257
2258 EXTRA_DIST += at-func.c unlinkat.c
2259
2260 EXTRA_libgzip_a_SOURCES += at-func.c unlinkat.c
2261
2262 ## end   gnulib module unlinkat
2263
2264 ## begin gnulib module update-copyright
2265
2266
2267 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
2268
2269 ## end   gnulib module update-copyright
2270
2271 ## begin gnulib module useless-if-before-free
2272
2273
2274 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
2275
2276 ## end   gnulib module useless-if-before-free
2277
2278 ## begin gnulib module utimens
2279
2280 libgzip_a_SOURCES += utimens.c
2281
2282 EXTRA_DIST += utimens.h
2283
2284 ## end   gnulib module utimens
2285
2286 ## begin gnulib module vasnprintf
2287
2288
2289 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2290
2291 EXTRA_libgzip_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2292
2293 ## end   gnulib module vasnprintf
2294
2295 ## begin gnulib module vc-list-files
2296
2297
2298 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
2299
2300 ## end   gnulib module vc-list-files
2301
2302 ## begin gnulib module verify
2303
2304
2305 EXTRA_DIST += verify.h
2306
2307 ## end   gnulib module verify
2308
2309 ## begin gnulib module vfprintf-posix
2310
2311
2312 EXTRA_DIST += vfprintf.c
2313
2314 EXTRA_libgzip_a_SOURCES += vfprintf.c
2315
2316 ## end   gnulib module vfprintf-posix
2317
2318 ## begin gnulib module wchar
2319
2320 BUILT_SOURCES += wchar.h
2321
2322 # We need the following in order to create <wchar.h> when the system
2323 # version does not work standalone.
2324 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
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|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2332               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2333               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2334               -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2335               -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2336               -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2337               -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2338               -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2339               -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2340               -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2341               -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2342               -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2343               -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2344               -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2345               -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2346               -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2347               -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2348               -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2349               -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2350               -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2351               -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2352               -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2353               -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2354               -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2355               -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2356               -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2357               -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2358               -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2359               -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2360               -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2361               -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2362               -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2363               -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2364               -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2365               -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2366               -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2367               -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2368               -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2369               -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2370               -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2371               -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2372               -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2373               < $(srcdir)/wchar.in.h | \
2374           sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2375               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2376               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2377               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2378               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2379               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2380               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2381               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2382               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2383               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2384               -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2385               -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2386               -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2387               -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2388               -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2389               -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2390               -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2391               -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2392               -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2393               -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2394               -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2395               -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2396               -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2397               -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2398               -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2399               -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2400               -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2401               -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2402               -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2403               -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2404               -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2405               -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2406               -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2407               -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2408               -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2409               -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2410               -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2411               -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2412               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2413               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2414           | \
2415           sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2416               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2417               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2418               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2419               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2420               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2421               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2422               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2423               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2424               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2425               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2426               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2427               -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2428               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2429               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2430               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2431         } > $@-t && \
2432         mv $@-t $@
2433 MOSTLYCLEANFILES += wchar.h wchar.h-t
2434
2435 EXTRA_DIST += wchar.in.h
2436
2437 ## end   gnulib module wchar
2438
2439 ## begin gnulib module xalloc
2440
2441 libgzip_a_SOURCES += xmalloc.c
2442
2443 EXTRA_DIST += xalloc.h
2444
2445 ## end   gnulib module xalloc
2446
2447 ## begin gnulib module xalloc-die
2448
2449 libgzip_a_SOURCES += xalloc-die.c
2450
2451 ## end   gnulib module xalloc-die
2452
2453 ## begin gnulib module xalloc-oversized
2454
2455
2456 EXTRA_DIST += xalloc-oversized.h
2457
2458 ## end   gnulib module xalloc-oversized
2459
2460 ## begin gnulib module xsize
2461
2462 libgzip_a_SOURCES += xsize.h xsize.c
2463
2464 ## end   gnulib module xsize
2465
2466 ## begin gnulib module yesno
2467
2468 libgzip_a_SOURCES += yesno.c
2469
2470 EXTRA_DIST += yesno.h
2471
2472 ## end   gnulib module yesno
2473
2474
2475 mostlyclean-local: mostlyclean-generic
2476         @for dir in '' $(MOSTLYCLEANDIRS); do \
2477           if test -n "$$dir" && test -d $$dir; then \
2478             echo "rmdir $$dir"; rmdir $$dir; \
2479           fi; \
2480         done; \
2481         :