Fix problems caught with --enable-gcc-warnings
[emacs.git] / lib / gnulib.mk
blob67c7e184016a904163ba8e94dbd096bb3bf9255b
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2015 Free Software Foundation, Inc.
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.
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.
15 # You should have received a copy of the GNU General Public License
16 # along with this file. If not, see <http://www.gnu.org/licenses/>.
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.
23 # Generated by gnulib-tool.
24 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=close --avoid=dup --avoid=fchdir --avoid=flexmember --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=setenv --avoid=sigprocmask --avoid=stdarg --avoid=stdbool --avoid=threadlib --avoid=unsetenv --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt binary-io byteswap c-ctype c-strcase careadlinkat close-stream count-one-bits count-trailing-zeros crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qcopy-acl readlink readlinkat sig2str socklen stat-time stdalign stddef stdio stpcpy strftime strtoimax strtoumax symlink sys_stat sys_time time time_r time_rz timegm timer-time timespec-add timespec-sub unsetenv update-copyright utimens vla warnings
27 MOSTLYCLEANFILES += core *.stackdump
29 noinst_LIBRARIES += libgnu.a
31 libgnu_a_SOURCES =
32 libgnu_a_LIBADD = $(gl_LIBOBJS)
33 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
34 EXTRA_libgnu_a_SOURCES =
36 ## begin gnulib module absolute-header
38 # Use this preprocessor expression to decide whether #include_next works.
39 # Do not rely on a 'configure'-time test for this, since the expression
40 # might appear in an installed header, which is used by some other compiler.
41 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
43 ## end gnulib module absolute-header
45 ## begin gnulib module acl-permissions
47 libgnu_a_SOURCES += acl-errno-valid.c acl-internal.c get-permissions.c set-permissions.c
49 EXTRA_DIST += acl-internal.h acl.h acl_entries.c
51 EXTRA_libgnu_a_SOURCES += acl_entries.c
53 ## end gnulib module acl-permissions
55 ## begin gnulib module alloca-opt
57 BUILT_SOURCES += $(ALLOCA_H)
59 # We need the following in order to create <alloca.h> when the system
60 # doesn't have one that works with the given compiler.
61 if GL_GENERATE_ALLOCA_H
62 alloca.h: alloca.in.h $(top_builddir)/config.status
63 $(AM_V_GEN)rm -f $@-t $@ && \
64 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
65 cat $(srcdir)/alloca.in.h; \
66 } > $@-t && \
67 mv -f $@-t $@
68 else
69 alloca.h: $(top_builddir)/config.status
70 rm -f $@
71 endif
72 MOSTLYCLEANFILES += alloca.h alloca.h-t
74 EXTRA_DIST += alloca.in.h
76 ## end gnulib module alloca-opt
78 ## begin gnulib module allocator
80 libgnu_a_SOURCES += allocator.c
82 EXTRA_DIST += allocator.h
84 ## end gnulib module allocator
86 ## begin gnulib module at-internal
88 if gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b
90 endif
91 EXTRA_DIST += openat-priv.h openat-proc.c
93 EXTRA_libgnu_a_SOURCES += openat-proc.c
95 ## end gnulib module at-internal
97 ## begin gnulib module binary-io
99 libgnu_a_SOURCES += binary-io.h binary-io.c
101 ## end gnulib module binary-io
103 ## begin gnulib module byteswap
105 BUILT_SOURCES += $(BYTESWAP_H)
107 # We need the following in order to create <byteswap.h> when the system
108 # doesn't have one.
109 if GL_GENERATE_BYTESWAP_H
110 byteswap.h: byteswap.in.h $(top_builddir)/config.status
111 $(AM_V_GEN)rm -f $@-t $@ && \
112 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
113 cat $(srcdir)/byteswap.in.h; \
114 } > $@-t && \
115 mv -f $@-t $@
116 else
117 byteswap.h: $(top_builddir)/config.status
118 rm -f $@
119 endif
120 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
122 EXTRA_DIST += byteswap.in.h
124 ## end gnulib module byteswap
126 ## begin gnulib module c-ctype
128 libgnu_a_SOURCES += c-ctype.h c-ctype.c
130 ## end gnulib module c-ctype
132 ## begin gnulib module c-strcase
134 libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
136 ## end gnulib module c-strcase
138 ## begin gnulib module careadlinkat
140 libgnu_a_SOURCES += careadlinkat.c
142 EXTRA_DIST += careadlinkat.h
144 ## end gnulib module careadlinkat
146 ## begin gnulib module close-stream
148 libgnu_a_SOURCES += close-stream.c
150 EXTRA_DIST += close-stream.h
152 ## end gnulib module close-stream
154 ## begin gnulib module count-one-bits
156 libgnu_a_SOURCES += count-one-bits.c
158 EXTRA_DIST += count-one-bits.h
160 ## end gnulib module count-one-bits
162 ## begin gnulib module count-trailing-zeros
164 libgnu_a_SOURCES += count-trailing-zeros.c
166 EXTRA_DIST += count-trailing-zeros.h
168 ## end gnulib module count-trailing-zeros
170 ## begin gnulib module crypto/md5
172 libgnu_a_SOURCES += md5.c
174 EXTRA_DIST += gl_openssl.h md5.h
176 ## end gnulib module crypto/md5
178 ## begin gnulib module crypto/sha1
180 libgnu_a_SOURCES += sha1.c
182 EXTRA_DIST += gl_openssl.h sha1.h
184 ## end gnulib module crypto/sha1
186 ## begin gnulib module crypto/sha256
188 libgnu_a_SOURCES += sha256.c
190 EXTRA_DIST += gl_openssl.h sha256.h
192 ## end gnulib module crypto/sha256
194 ## begin gnulib module crypto/sha512
196 libgnu_a_SOURCES += sha512.c
198 EXTRA_DIST += gl_openssl.h sha512.h
200 ## end gnulib module crypto/sha512
202 ## begin gnulib module dirent
204 BUILT_SOURCES += dirent.h
206 # We need the following in order to create <dirent.h> when the system
207 # doesn't have one that works with the given compiler.
208 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
209 $(AM_V_GEN)rm -f $@-t $@ && \
210 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
211 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
212 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
213 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
214 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
215 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
216 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
217 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
218 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
219 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
220 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
221 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
222 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
223 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
224 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
225 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
226 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
227 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
228 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
229 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
230 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
231 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
232 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
233 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
234 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
235 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
236 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
237 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
238 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
239 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
240 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
241 < $(srcdir)/dirent.in.h; \
242 } > $@-t && \
243 mv $@-t $@
244 MOSTLYCLEANFILES += dirent.h dirent.h-t
246 EXTRA_DIST += dirent.in.h
248 ## end gnulib module dirent
250 ## begin gnulib module dirfd
252 if gl_GNULIB_ENABLED_dirfd
254 endif
255 EXTRA_DIST += dirfd.c
257 EXTRA_libgnu_a_SOURCES += dirfd.c
259 ## end gnulib module dirfd
261 ## begin gnulib module dosname
263 if gl_GNULIB_ENABLED_dosname
265 endif
266 EXTRA_DIST += dosname.h
268 ## end gnulib module dosname
270 ## begin gnulib module dtoastr
272 libgnu_a_SOURCES += dtoastr.c
274 EXTRA_DIST += ftoastr.c ftoastr.h
276 EXTRA_libgnu_a_SOURCES += ftoastr.c
278 ## end gnulib module dtoastr
280 ## begin gnulib module dtotimespec
282 libgnu_a_SOURCES += dtotimespec.c
284 ## end gnulib module dtotimespec
286 ## begin gnulib module dup2
289 EXTRA_DIST += dup2.c
291 EXTRA_libgnu_a_SOURCES += dup2.c
293 ## end gnulib module dup2
295 ## begin gnulib module errno
297 BUILT_SOURCES += $(ERRNO_H)
299 # We need the following in order to create <errno.h> when the system
300 # doesn't have one that is POSIX compliant.
301 if GL_GENERATE_ERRNO_H
302 errno.h: errno.in.h $(top_builddir)/config.status
303 $(AM_V_GEN)rm -f $@-t $@ && \
304 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
305 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
306 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
307 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
308 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
309 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
310 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
311 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
312 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
313 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
314 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
315 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
316 < $(srcdir)/errno.in.h; \
317 } > $@-t && \
318 mv $@-t $@
319 else
320 errno.h: $(top_builddir)/config.status
321 rm -f $@
322 endif
323 MOSTLYCLEANFILES += errno.h errno.h-t
325 EXTRA_DIST += errno.in.h
327 ## end gnulib module errno
329 ## begin gnulib module euidaccess
331 if gl_GNULIB_ENABLED_euidaccess
333 endif
334 EXTRA_DIST += euidaccess.c
336 EXTRA_libgnu_a_SOURCES += euidaccess.c
338 ## end gnulib module euidaccess
340 ## begin gnulib module execinfo
342 BUILT_SOURCES += $(EXECINFO_H)
344 # We need the following in order to create <execinfo.h> when the system
345 # doesn't have one that works.
346 if GL_GENERATE_EXECINFO_H
347 execinfo.h: execinfo.in.h $(top_builddir)/config.status
348 $(AM_V_GEN)rm -f $@-t $@ && \
349 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
350 cat $(srcdir)/execinfo.in.h; \
351 } > $@-t && \
352 mv $@-t $@
353 else
354 execinfo.h: $(top_builddir)/config.status
355 rm -f $@
356 endif
357 MOSTLYCLEANFILES += execinfo.h execinfo.h-t
359 EXTRA_DIST += execinfo.c execinfo.in.h
361 EXTRA_libgnu_a_SOURCES += execinfo.c
363 ## end gnulib module execinfo
365 ## begin gnulib module faccessat
368 EXTRA_DIST += at-func.c faccessat.c
370 EXTRA_libgnu_a_SOURCES += at-func.c faccessat.c
372 ## end gnulib module faccessat
374 ## begin gnulib module fcntl
377 EXTRA_DIST += fcntl.c
379 EXTRA_libgnu_a_SOURCES += fcntl.c
381 ## end gnulib module fcntl
383 ## begin gnulib module fcntl-h
385 BUILT_SOURCES += fcntl.h
387 # We need the following in order to create <fcntl.h> when the system
388 # doesn't have one that works with the given compiler.
389 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
390 $(AM_V_GEN)rm -f $@-t $@ && \
391 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
392 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
393 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
394 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
395 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
396 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
397 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
398 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
399 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
400 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
401 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
402 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
403 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
404 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
405 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
406 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
407 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
408 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
409 < $(srcdir)/fcntl.in.h; \
410 } > $@-t && \
411 mv $@-t $@
412 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
414 EXTRA_DIST += fcntl.in.h
416 ## end gnulib module fcntl-h
418 ## begin gnulib module fdatasync
421 EXTRA_DIST += fdatasync.c
423 EXTRA_libgnu_a_SOURCES += fdatasync.c
425 ## end gnulib module fdatasync
427 ## begin gnulib module fdopendir
430 EXTRA_DIST += fdopendir.c
432 EXTRA_libgnu_a_SOURCES += fdopendir.c
434 ## end gnulib module fdopendir
436 ## begin gnulib module filemode
438 libgnu_a_SOURCES += filemode.c
440 EXTRA_DIST += filemode.h
442 ## end gnulib module filemode
444 ## begin gnulib module fpending
447 EXTRA_DIST += fpending.c fpending.h
449 EXTRA_libgnu_a_SOURCES += fpending.c
451 ## end gnulib module fpending
453 ## begin gnulib module fstatat
456 EXTRA_DIST += at-func.c fstatat.c
458 EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
460 ## end gnulib module fstatat
462 ## begin gnulib module fsync
465 EXTRA_DIST += fsync.c
467 EXTRA_libgnu_a_SOURCES += fsync.c
469 ## end gnulib module fsync
471 ## begin gnulib module getdtablesize
473 if gl_GNULIB_ENABLED_getdtablesize
475 endif
476 EXTRA_DIST += getdtablesize.c
478 EXTRA_libgnu_a_SOURCES += getdtablesize.c
480 ## end gnulib module getdtablesize
482 ## begin gnulib module getgroups
484 if gl_GNULIB_ENABLED_getgroups
486 endif
487 EXTRA_DIST += getgroups.c
489 EXTRA_libgnu_a_SOURCES += getgroups.c
491 ## end gnulib module getgroups
493 ## begin gnulib module getloadavg
496 EXTRA_DIST += getloadavg.c
498 EXTRA_libgnu_a_SOURCES += getloadavg.c
500 ## end gnulib module getloadavg
502 ## begin gnulib module getopt-posix
504 BUILT_SOURCES += $(GETOPT_H)
506 # We need the following in order to create <getopt.h> when the system
507 # doesn't have one that works with the given compiler.
508 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
509 $(AM_V_GEN)rm -f $@-t $@ && \
510 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
511 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
512 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
513 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
514 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
515 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
516 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
517 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
518 < $(srcdir)/getopt.in.h; \
519 } > $@-t && \
520 mv -f $@-t $@
521 MOSTLYCLEANFILES += getopt.h getopt.h-t
523 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
525 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
527 ## end gnulib module getopt-posix
529 ## begin gnulib module gettext-h
531 if gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36
532 libgnu_a_SOURCES += gettext.h
534 endif
535 ## end gnulib module gettext-h
537 ## begin gnulib module gettime
539 libgnu_a_SOURCES += gettime.c
541 ## end gnulib module gettime
543 ## begin gnulib module gettimeofday
546 EXTRA_DIST += gettimeofday.c
548 EXTRA_libgnu_a_SOURCES += gettimeofday.c
550 ## end gnulib module gettimeofday
552 ## begin gnulib module gitlog-to-changelog
555 EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
557 ## end gnulib module gitlog-to-changelog
559 ## begin gnulib module group-member
561 if gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1
563 endif
564 EXTRA_DIST += group-member.c
566 EXTRA_libgnu_a_SOURCES += group-member.c
568 ## end gnulib module group-member
570 ## begin gnulib module intprops
573 EXTRA_DIST += intprops.h
575 ## end gnulib module intprops
577 ## begin gnulib module inttypes-incomplete
579 BUILT_SOURCES += inttypes.h
581 # We need the following in order to create <inttypes.h> when the system
582 # doesn't have one that works with the given compiler.
583 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
584 $(AM_V_GEN)rm -f $@-t $@ && \
585 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
586 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
587 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
588 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
589 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
590 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
591 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
592 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
593 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
594 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
595 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
596 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
597 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
598 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
599 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
600 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
601 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
602 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
603 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
604 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
605 -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
606 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
607 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
608 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
609 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
610 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
611 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
612 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
613 < $(srcdir)/inttypes.in.h; \
614 } > $@-t && \
615 mv $@-t $@
616 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
618 EXTRA_DIST += inttypes.in.h
620 ## end gnulib module inttypes-incomplete
622 ## begin gnulib module lstat
625 EXTRA_DIST += lstat.c
627 EXTRA_libgnu_a_SOURCES += lstat.c
629 ## end gnulib module lstat
631 ## begin gnulib module memrchr
634 EXTRA_DIST += memrchr.c
636 EXTRA_libgnu_a_SOURCES += memrchr.c
638 ## end gnulib module memrchr
640 ## begin gnulib module mkostemp
643 EXTRA_DIST += mkostemp.c
645 EXTRA_libgnu_a_SOURCES += mkostemp.c
647 ## end gnulib module mkostemp
649 ## begin gnulib module mktime
652 EXTRA_DIST += mktime-internal.h mktime.c
654 EXTRA_libgnu_a_SOURCES += mktime.c
656 ## end gnulib module mktime
658 ## begin gnulib module mktime-internal
660 if gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31
662 endif
663 EXTRA_DIST += mktime-internal.h mktime.c
665 EXTRA_libgnu_a_SOURCES += mktime.c
667 ## end gnulib module mktime-internal
669 ## begin gnulib module openat-h
671 if gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7
673 endif
674 EXTRA_DIST += openat.h
676 ## end gnulib module openat-h
678 ## begin gnulib module pathmax
680 if gl_GNULIB_ENABLED_pathmax
682 endif
683 EXTRA_DIST += pathmax.h
685 ## end gnulib module pathmax
687 ## begin gnulib module pipe2
689 libgnu_a_SOURCES += pipe2.c
691 ## end gnulib module pipe2
693 ## begin gnulib module pselect
696 EXTRA_DIST += pselect.c
698 EXTRA_libgnu_a_SOURCES += pselect.c
700 ## end gnulib module pselect
702 ## begin gnulib module pthread_sigmask
705 EXTRA_DIST += pthread_sigmask.c
707 EXTRA_libgnu_a_SOURCES += pthread_sigmask.c
709 ## end gnulib module pthread_sigmask
711 ## begin gnulib module putenv
714 EXTRA_DIST += putenv.c
716 EXTRA_libgnu_a_SOURCES += putenv.c
718 ## end gnulib module putenv
720 ## begin gnulib module qcopy-acl
722 libgnu_a_SOURCES += qcopy-acl.c
724 ## end gnulib module qcopy-acl
726 ## begin gnulib module readlink
729 EXTRA_DIST += readlink.c
731 EXTRA_libgnu_a_SOURCES += readlink.c
733 ## end gnulib module readlink
735 ## begin gnulib module readlinkat
738 EXTRA_DIST += at-func.c readlinkat.c
740 EXTRA_libgnu_a_SOURCES += at-func.c readlinkat.c
742 ## end gnulib module readlinkat
744 ## begin gnulib module root-uid
746 if gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c
748 endif
749 EXTRA_DIST += root-uid.h
751 ## end gnulib module root-uid
753 ## begin gnulib module secure_getenv
755 if gl_GNULIB_ENABLED_secure_getenv
757 endif
758 EXTRA_DIST += secure_getenv.c
760 EXTRA_libgnu_a_SOURCES += secure_getenv.c
762 ## end gnulib module secure_getenv
764 ## begin gnulib module sig2str
767 EXTRA_DIST += sig2str.c sig2str.h
769 EXTRA_libgnu_a_SOURCES += sig2str.c
771 ## end gnulib module sig2str
773 ## begin gnulib module signal-h
775 BUILT_SOURCES += signal.h
777 # We need the following in order to create <signal.h> when the system
778 # doesn't have a complete one.
779 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
780 $(AM_V_GEN)rm -f $@-t $@ && \
781 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
782 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
783 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
784 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
785 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
786 -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
787 -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
788 -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
789 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
790 -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
791 -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
792 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
793 -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
794 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
795 -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
796 -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
797 -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
798 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
799 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
800 -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
801 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
802 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
803 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
804 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
805 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
806 < $(srcdir)/signal.in.h; \
807 } > $@-t && \
808 mv $@-t $@
809 MOSTLYCLEANFILES += signal.h signal.h-t
811 EXTRA_DIST += signal.in.h
813 ## end gnulib module signal-h
815 ## begin gnulib module snippet/_Noreturn
817 # Because this Makefile snippet defines a variable used by other
818 # gnulib Makefile snippets, it must be present in all Makefile.am that
819 # need it. This is ensured by the applicability 'all' defined above.
821 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
823 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
825 ## end gnulib module snippet/_Noreturn
827 ## begin gnulib module snippet/arg-nonnull
829 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
830 # statements but through direct file reference. Therefore this snippet must be
831 # present in all Makefile.am that need it. This is ensured by the applicability
832 # 'all' defined above.
834 BUILT_SOURCES += arg-nonnull.h
835 # The arg-nonnull.h that gets inserted into generated .h files is the same as
836 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
837 # off.
838 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
839 $(AM_V_GEN)rm -f $@-t $@ && \
840 sed -n -e '/GL_ARG_NONNULL/,$$p' \
841 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
842 > $@-t && \
843 mv $@-t $@
844 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
846 ARG_NONNULL_H=arg-nonnull.h
848 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
850 ## end gnulib module snippet/arg-nonnull
852 ## begin gnulib module snippet/c++defs
854 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
855 # statements but through direct file reference. Therefore this snippet must be
856 # present in all Makefile.am that need it. This is ensured by the applicability
857 # 'all' defined above.
859 BUILT_SOURCES += c++defs.h
860 # The c++defs.h that gets inserted into generated .h files is the same as
861 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
862 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
863 $(AM_V_GEN)rm -f $@-t $@ && \
864 sed -n -e '/_GL_CXXDEFS/,$$p' \
865 < $(top_srcdir)/build-aux/snippet/c++defs.h \
866 > $@-t && \
867 mv $@-t $@
868 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
870 CXXDEFS_H=c++defs.h
872 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
874 ## end gnulib module snippet/c++defs
876 ## begin gnulib module snippet/warn-on-use
878 BUILT_SOURCES += warn-on-use.h
879 # The warn-on-use.h that gets inserted into generated .h files is the same as
880 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
881 # off.
882 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
883 $(AM_V_GEN)rm -f $@-t $@ && \
884 sed -n -e '/^.ifndef/,$$p' \
885 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
886 > $@-t && \
887 mv $@-t $@
888 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
890 WARN_ON_USE_H=warn-on-use.h
892 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
894 ## end gnulib module snippet/warn-on-use
896 ## begin gnulib module stat
898 if gl_GNULIB_ENABLED_stat
900 endif
901 EXTRA_DIST += stat.c
903 EXTRA_libgnu_a_SOURCES += stat.c
905 ## end gnulib module stat
907 ## begin gnulib module stat-time
909 libgnu_a_SOURCES += stat-time.c
911 EXTRA_DIST += stat-time.h
913 ## end gnulib module stat-time
915 ## begin gnulib module stdalign
917 BUILT_SOURCES += $(STDALIGN_H)
919 # We need the following in order to create <stdalign.h> when the system
920 # doesn't have one that works.
921 if GL_GENERATE_STDALIGN_H
922 stdalign.h: stdalign.in.h $(top_builddir)/config.status
923 $(AM_V_GEN)rm -f $@-t $@ && \
924 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
925 cat $(srcdir)/stdalign.in.h; \
926 } > $@-t && \
927 mv $@-t $@
928 else
929 stdalign.h: $(top_builddir)/config.status
930 rm -f $@
931 endif
932 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
934 EXTRA_DIST += stdalign.in.h
936 ## end gnulib module stdalign
938 ## begin gnulib module stddef
940 BUILT_SOURCES += $(STDDEF_H)
942 # We need the following in order to create <stddef.h> when the system
943 # doesn't have one that works with the given compiler.
944 if GL_GENERATE_STDDEF_H
945 stddef.h: stddef.in.h $(top_builddir)/config.status
946 $(AM_V_GEN)rm -f $@-t $@ && \
947 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
948 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
949 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
950 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
951 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
952 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
953 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
954 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
955 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
956 < $(srcdir)/stddef.in.h; \
957 } > $@-t && \
958 mv $@-t $@
959 else
960 stddef.h: $(top_builddir)/config.status
961 rm -f $@
962 endif
963 MOSTLYCLEANFILES += stddef.h stddef.h-t
965 EXTRA_DIST += stddef.in.h
967 ## end gnulib module stddef
969 ## begin gnulib module stdint
971 BUILT_SOURCES += $(STDINT_H)
973 # We need the following in order to create <stdint.h> when the system
974 # doesn't have one that works with the given compiler.
975 if GL_GENERATE_STDINT_H
976 stdint.h: stdint.in.h $(top_builddir)/config.status
977 $(AM_V_GEN)rm -f $@-t $@ && \
978 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
979 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
980 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
981 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
982 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
983 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
984 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
985 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
986 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
987 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
988 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
989 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
990 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
991 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
992 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
993 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
994 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
995 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
996 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
997 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
998 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
999 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1000 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1001 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1002 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1003 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1004 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1005 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1006 < $(srcdir)/stdint.in.h; \
1007 } > $@-t && \
1008 mv $@-t $@
1009 else
1010 stdint.h: $(top_builddir)/config.status
1011 rm -f $@
1012 endif
1013 MOSTLYCLEANFILES += stdint.h stdint.h-t
1015 EXTRA_DIST += stdint.in.h
1017 ## end gnulib module stdint
1019 ## begin gnulib module stdio
1021 BUILT_SOURCES += stdio.h
1023 # We need the following in order to create <stdio.h> when the system
1024 # doesn't have one that works with the given compiler.
1025 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1026 $(AM_V_GEN)rm -f $@-t $@ && \
1027 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1028 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1029 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1030 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1031 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1032 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1033 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1034 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1035 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1036 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1037 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1038 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1039 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1040 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1041 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1042 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1043 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1044 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1045 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1046 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1047 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1048 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1049 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1050 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1051 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1052 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1053 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1054 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1055 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1056 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1057 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1058 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1059 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1060 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1061 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1062 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1063 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1064 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1065 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1066 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1067 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1068 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1069 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1070 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1071 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1072 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1073 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1074 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1075 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1076 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1077 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1078 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1079 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1080 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1081 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1082 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1083 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1084 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1085 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1086 < $(srcdir)/stdio.in.h | \
1087 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1088 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1089 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1090 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1091 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1092 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1093 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1094 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1095 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1096 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1097 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1098 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1099 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1100 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1101 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1102 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1103 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1104 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1105 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1106 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1107 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1108 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1109 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1110 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1111 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1112 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1113 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1114 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1115 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1116 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1117 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1118 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1119 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1120 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1121 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1122 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1123 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1124 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1125 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1126 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1127 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1128 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1129 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1130 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1131 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1132 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1133 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1134 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1135 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1136 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1137 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1138 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1139 } > $@-t && \
1140 mv $@-t $@
1141 MOSTLYCLEANFILES += stdio.h stdio.h-t
1143 EXTRA_DIST += stdio.in.h
1145 ## end gnulib module stdio
1147 ## begin gnulib module stdlib
1149 BUILT_SOURCES += stdlib.h
1151 # We need the following in order to create <stdlib.h> when the system
1152 # doesn't have one that works with the given compiler.
1153 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1154 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1155 $(AM_V_GEN)rm -f $@-t $@ && \
1156 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1157 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1158 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1159 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1160 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1161 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1162 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1163 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1164 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1165 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1166 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1167 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1168 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1169 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1170 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1171 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1172 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1173 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1174 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1175 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1176 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1177 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1178 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1179 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1180 -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
1181 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1182 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1183 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1184 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1185 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1186 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1187 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1188 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1189 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1190 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1191 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1192 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1193 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1194 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1195 < $(srcdir)/stdlib.in.h | \
1196 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1197 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1198 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1199 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1200 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1201 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1202 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1203 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1204 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1205 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1206 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1207 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1208 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1209 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1210 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1211 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1212 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1213 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1214 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1215 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1216 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1217 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1218 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1219 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1220 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1221 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1222 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1223 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1224 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1225 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1226 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1227 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1228 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1229 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1230 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1231 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1232 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
1233 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1234 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1235 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1236 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1237 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1238 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1239 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1240 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1241 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1242 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1243 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1244 } > $@-t && \
1245 mv $@-t $@
1246 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1248 EXTRA_DIST += stdlib.in.h
1250 ## end gnulib module stdlib
1252 ## begin gnulib module stpcpy
1255 EXTRA_DIST += stpcpy.c
1257 EXTRA_libgnu_a_SOURCES += stpcpy.c
1259 ## end gnulib module stpcpy
1261 ## begin gnulib module strftime
1263 libgnu_a_SOURCES += strftime.c
1265 EXTRA_DIST += strftime.h
1267 ## end gnulib module strftime
1269 ## begin gnulib module string
1271 BUILT_SOURCES += string.h
1273 # We need the following in order to create <string.h> when the system
1274 # doesn't have one that works with the given compiler.
1275 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1276 $(AM_V_GEN)rm -f $@-t $@ && \
1277 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1278 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1279 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1280 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1281 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1282 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1283 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1284 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1285 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1286 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1287 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1288 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1289 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1290 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1291 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1292 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1293 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1294 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1295 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1296 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1297 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1298 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1299 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1300 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1301 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1302 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1303 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1304 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1305 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1306 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1307 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1308 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1309 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1310 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1311 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1312 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1313 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1314 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1315 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1316 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1317 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1318 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1319 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1320 < $(srcdir)/string.in.h | \
1321 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1322 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1323 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1324 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1325 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1326 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1327 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1328 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1329 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1330 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1331 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1332 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1333 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1334 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1335 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1336 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1337 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1338 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1339 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1340 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1341 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1342 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1343 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1344 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1345 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1346 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1347 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1348 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1349 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1350 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1351 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1352 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1353 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1354 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1355 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1356 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1357 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1358 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1359 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1360 < $(srcdir)/string.in.h; \
1361 } > $@-t && \
1362 mv $@-t $@
1363 MOSTLYCLEANFILES += string.h string.h-t
1365 EXTRA_DIST += string.in.h
1367 ## end gnulib module string
1369 ## begin gnulib module strtoimax
1372 EXTRA_DIST += strtoimax.c
1374 EXTRA_libgnu_a_SOURCES += strtoimax.c
1376 ## end gnulib module strtoimax
1378 ## begin gnulib module strtoll
1380 if gl_GNULIB_ENABLED_strtoll
1382 endif
1383 EXTRA_DIST += strtol.c strtoll.c
1385 EXTRA_libgnu_a_SOURCES += strtol.c strtoll.c
1387 ## end gnulib module strtoll
1389 ## begin gnulib module strtoull
1391 if gl_GNULIB_ENABLED_strtoull
1393 endif
1394 EXTRA_DIST += strtol.c strtoul.c strtoull.c
1396 EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
1398 ## end gnulib module strtoull
1400 ## begin gnulib module strtoumax
1403 EXTRA_DIST += strtoimax.c strtoumax.c
1405 EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
1407 ## end gnulib module strtoumax
1409 ## begin gnulib module symlink
1412 EXTRA_DIST += symlink.c
1414 EXTRA_libgnu_a_SOURCES += symlink.c
1416 ## end gnulib module symlink
1418 ## begin gnulib module sys_select
1420 BUILT_SOURCES += sys/select.h
1422 # We need the following in order to create <sys/select.h> when the system
1423 # doesn't have one that works with the given compiler.
1424 sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1425 $(AM_V_at)$(MKDIR_P) sys
1426 $(AM_V_GEN)rm -f $@-t $@ && \
1427 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1428 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1429 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1430 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1431 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1432 -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
1433 -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
1434 -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
1435 -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
1436 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1437 -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
1438 -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
1439 -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
1440 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1441 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1442 < $(srcdir)/sys_select.in.h; \
1443 } > $@-t && \
1444 mv $@-t $@
1445 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
1446 MOSTLYCLEANDIRS += sys
1448 EXTRA_DIST += sys_select.in.h
1450 ## end gnulib module sys_select
1452 ## begin gnulib module sys_stat
1454 BUILT_SOURCES += sys/stat.h
1456 # We need the following in order to create <sys/stat.h> when the system
1457 # has one that is incomplete.
1458 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1459 $(AM_V_at)$(MKDIR_P) sys
1460 $(AM_V_GEN)rm -f $@-t $@ && \
1461 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1462 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1463 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1464 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1465 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1466 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1467 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1468 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1469 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1470 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1471 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1472 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1473 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1474 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1475 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1476 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1477 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1478 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1479 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1480 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1481 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1482 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1483 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1484 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1485 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1486 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1487 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1488 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1489 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1490 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1491 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1492 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1493 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1494 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1495 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1496 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1497 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1498 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1499 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1500 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1501 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1502 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1503 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1504 < $(srcdir)/sys_stat.in.h; \
1505 } > $@-t && \
1506 mv $@-t $@
1507 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1508 MOSTLYCLEANDIRS += sys
1510 EXTRA_DIST += sys_stat.in.h
1512 ## end gnulib module sys_stat
1514 ## begin gnulib module sys_time
1516 BUILT_SOURCES += sys/time.h
1518 # We need the following in order to create <sys/time.h> when the system
1519 # doesn't have one that works with the given compiler.
1520 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1521 $(AM_V_at)$(MKDIR_P) sys
1522 $(AM_V_GEN)rm -f $@-t $@ && \
1523 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1524 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1525 -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1526 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1527 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1528 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1529 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1530 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1531 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1532 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1533 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1534 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1535 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1536 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1537 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1538 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1539 < $(srcdir)/sys_time.in.h; \
1540 } > $@-t && \
1541 mv $@-t $@
1542 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1544 EXTRA_DIST += sys_time.in.h
1546 ## end gnulib module sys_time
1548 ## begin gnulib module sys_types
1550 BUILT_SOURCES += sys/types.h
1552 # We need the following in order to create <sys/types.h> when the system
1553 # doesn't have one that works with the given compiler.
1554 sys/types.h: sys_types.in.h $(top_builddir)/config.status
1555 $(AM_V_at)$(MKDIR_P) sys
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_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1563 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1564 < $(srcdir)/sys_types.in.h; \
1565 } > $@-t && \
1566 mv $@-t $@
1567 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1569 EXTRA_DIST += sys_types.in.h
1571 ## end gnulib module sys_types
1573 ## begin gnulib module tempname
1575 if gl_GNULIB_ENABLED_tempname
1576 libgnu_a_SOURCES += tempname.c
1578 endif
1579 EXTRA_DIST += tempname.h
1581 ## end gnulib module tempname
1583 ## begin gnulib module time
1585 BUILT_SOURCES += time.h
1587 # We need the following in order to create <time.h> when the system
1588 # doesn't have one that works with the given compiler.
1589 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1590 $(AM_V_GEN)rm -f $@-t $@ && \
1591 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1592 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1593 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1594 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1595 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1596 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1597 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1598 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1599 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1600 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1601 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1602 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1603 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
1604 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1605 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1606 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1607 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1608 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
1609 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
1610 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
1611 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1612 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1613 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1614 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1615 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1616 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1617 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1618 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1619 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1620 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1621 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1622 < $(srcdir)/time.in.h; \
1623 } > $@-t && \
1624 mv $@-t $@
1625 MOSTLYCLEANFILES += time.h time.h-t
1627 EXTRA_DIST += time.in.h
1629 ## end gnulib module time
1631 ## begin gnulib module time_r
1634 EXTRA_DIST += time_r.c
1636 EXTRA_libgnu_a_SOURCES += time_r.c
1638 ## end gnulib module time_r
1640 ## begin gnulib module time_rz
1643 EXTRA_DIST += time-internal.h time_rz.c
1645 EXTRA_libgnu_a_SOURCES += time_rz.c
1647 ## end gnulib module time_rz
1649 ## begin gnulib module timegm
1652 EXTRA_DIST += mktime-internal.h timegm.c
1654 EXTRA_libgnu_a_SOURCES += timegm.c
1656 ## end gnulib module timegm
1658 ## begin gnulib module timespec
1660 libgnu_a_SOURCES += timespec.c
1662 EXTRA_DIST += timespec.h
1664 ## end gnulib module timespec
1666 ## begin gnulib module timespec-add
1668 libgnu_a_SOURCES += timespec-add.c
1670 ## end gnulib module timespec-add
1672 ## begin gnulib module timespec-sub
1674 libgnu_a_SOURCES += timespec-sub.c
1676 ## end gnulib module timespec-sub
1678 ## begin gnulib module u64
1680 libgnu_a_SOURCES += u64.c
1682 EXTRA_DIST += u64.h
1684 ## end gnulib module u64
1686 ## begin gnulib module unistd
1688 BUILT_SOURCES += unistd.h
1689 libgnu_a_SOURCES += unistd.c
1691 # We need the following in order to create an empty placeholder for
1692 # <unistd.h> when the system doesn't have one.
1693 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1694 $(AM_V_GEN)rm -f $@-t $@ && \
1695 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1696 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1697 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1698 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1699 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1700 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1701 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1702 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1703 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1704 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1705 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1706 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1707 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1708 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1709 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1710 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1711 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1712 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1713 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1714 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1715 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1716 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1717 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1718 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1719 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1720 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1721 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1722 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1723 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1724 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1725 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1726 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1727 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1728 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1729 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1730 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1731 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1732 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1733 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1734 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1735 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1736 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1737 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1738 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1739 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1740 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1741 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1742 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1743 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1744 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1745 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1746 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1747 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1748 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1749 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1750 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1751 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1752 < $(srcdir)/unistd.in.h | \
1753 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1754 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1755 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1756 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1757 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1758 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1759 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1760 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1761 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1762 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1763 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1764 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1765 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1766 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1767 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1768 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1769 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1770 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1771 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1772 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1773 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1774 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1775 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1776 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1777 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1778 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1779 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1780 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1781 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1782 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1783 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1784 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1785 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1786 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1787 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1788 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1789 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1790 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1791 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1792 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1793 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1794 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1796 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1797 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1798 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1799 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1800 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1801 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1802 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1803 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1804 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
1805 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1806 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1807 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1808 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1809 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1810 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1811 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1812 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1813 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1814 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1815 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1816 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1817 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
1818 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1819 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1820 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1821 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
1822 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1823 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1824 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1825 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1826 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1827 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1828 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1829 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1830 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1831 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1832 } > $@-t && \
1833 mv $@-t $@
1834 MOSTLYCLEANFILES += unistd.h unistd.h-t
1836 EXTRA_DIST += unistd.in.h
1838 ## end gnulib module unistd
1840 ## begin gnulib module update-copyright
1843 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1845 ## end gnulib module update-copyright
1847 ## begin gnulib module utimens
1849 libgnu_a_SOURCES += utimens.c
1851 EXTRA_DIST += utimens.h
1853 ## end gnulib module utimens
1855 ## begin gnulib module verify
1858 EXTRA_DIST += verify.h
1860 ## end gnulib module verify
1862 ## begin gnulib module vla
1865 EXTRA_DIST += vla.h
1867 ## end gnulib module vla
1869 ## begin gnulib module xalloc-oversized
1871 if gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec
1873 endif
1874 EXTRA_DIST += xalloc-oversized.h
1876 ## end gnulib module xalloc-oversized
1879 mostlyclean-local: mostlyclean-generic
1880 @for dir in '' $(MOSTLYCLEANDIRS); do \
1881 if test -n "$$dir" && test -d $$dir; then \
1882 echo "rmdir $$dir"; rmdir $$dir; \
1883 fi; \
1884 done; \