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