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