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