ffloor etc. now accept only floats
[emacs.git] / lib / gnulib.mk
blobe4aa90ecac96c23888c2e4f39150de93e482ab1a
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2017 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 --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=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-leading-zeros 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 filevercmp flexmember fstatat fsync getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog ignore-value intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qcopy-acl readlink readlinkat sig2str socklen stat-time std-gnu11 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-leading-zeros
156 libgnu_a_SOURCES += count-leading-zeros.c
158 EXTRA_DIST += count-leading-zeros.h
160 ## end gnulib module count-leading-zeros
162 ## begin gnulib module count-one-bits
164 libgnu_a_SOURCES += count-one-bits.c
166 EXTRA_DIST += count-one-bits.h
168 ## end gnulib module count-one-bits
170 ## begin gnulib module count-trailing-zeros
172 libgnu_a_SOURCES += count-trailing-zeros.c
174 EXTRA_DIST += count-trailing-zeros.h
176 ## end gnulib module count-trailing-zeros
178 ## begin gnulib module crypto/md5
180 libgnu_a_SOURCES += md5.c
182 EXTRA_DIST += gl_openssl.h md5.h
184 ## end gnulib module crypto/md5
186 ## begin gnulib module crypto/sha1
188 libgnu_a_SOURCES += sha1.c
190 EXTRA_DIST += gl_openssl.h sha1.h
192 ## end gnulib module crypto/sha1
194 ## begin gnulib module crypto/sha256
196 libgnu_a_SOURCES += sha256.c
198 EXTRA_DIST += gl_openssl.h sha256.h
200 ## end gnulib module crypto/sha256
202 ## begin gnulib module crypto/sha512
204 libgnu_a_SOURCES += sha512.c
206 EXTRA_DIST += gl_openssl.h sha512.h
208 ## end gnulib module crypto/sha512
210 ## begin gnulib module dirent
212 BUILT_SOURCES += dirent.h
214 # We need the following in order to create <dirent.h> when the system
215 # doesn't have one that works with the given compiler.
216 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
217 $(AM_V_GEN)rm -f $@-t $@ && \
218 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
219 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
220 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
221 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
222 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
223 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
224 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
225 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
226 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
227 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
228 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
229 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
230 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
231 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
232 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
233 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
234 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
235 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
236 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
237 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
238 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
239 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
240 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
241 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
242 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
243 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
244 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
245 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
246 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
247 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
248 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
249 < $(srcdir)/dirent.in.h; \
250 } > $@-t && \
251 mv $@-t $@
252 MOSTLYCLEANFILES += dirent.h dirent.h-t
254 EXTRA_DIST += dirent.in.h
256 ## end gnulib module dirent
258 ## begin gnulib module dirfd
260 if gl_GNULIB_ENABLED_dirfd
262 endif
263 EXTRA_DIST += dirfd.c
265 EXTRA_libgnu_a_SOURCES += dirfd.c
267 ## end gnulib module dirfd
269 ## begin gnulib module dosname
271 if gl_GNULIB_ENABLED_dosname
273 endif
274 EXTRA_DIST += dosname.h
276 ## end gnulib module dosname
278 ## begin gnulib module dtoastr
280 libgnu_a_SOURCES += dtoastr.c
282 EXTRA_DIST += ftoastr.c ftoastr.h
284 EXTRA_libgnu_a_SOURCES += ftoastr.c
286 ## end gnulib module dtoastr
288 ## begin gnulib module dtotimespec
290 libgnu_a_SOURCES += dtotimespec.c
292 ## end gnulib module dtotimespec
294 ## begin gnulib module dup2
297 EXTRA_DIST += dup2.c
299 EXTRA_libgnu_a_SOURCES += dup2.c
301 ## end gnulib module dup2
303 ## begin gnulib module errno
305 BUILT_SOURCES += $(ERRNO_H)
307 # We need the following in order to create <errno.h> when the system
308 # doesn't have one that is POSIX compliant.
309 if GL_GENERATE_ERRNO_H
310 errno.h: errno.in.h $(top_builddir)/config.status
311 $(AM_V_GEN)rm -f $@-t $@ && \
312 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
313 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
314 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
315 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
316 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
317 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
318 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
319 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
320 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
321 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
322 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
323 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
324 < $(srcdir)/errno.in.h; \
325 } > $@-t && \
326 mv $@-t $@
327 else
328 errno.h: $(top_builddir)/config.status
329 rm -f $@
330 endif
331 MOSTLYCLEANFILES += errno.h errno.h-t
333 EXTRA_DIST += errno.in.h
335 ## end gnulib module errno
337 ## begin gnulib module euidaccess
339 if gl_GNULIB_ENABLED_euidaccess
341 endif
342 EXTRA_DIST += euidaccess.c
344 EXTRA_libgnu_a_SOURCES += euidaccess.c
346 ## end gnulib module euidaccess
348 ## begin gnulib module execinfo
350 BUILT_SOURCES += $(EXECINFO_H)
352 # We need the following in order to create <execinfo.h> when the system
353 # doesn't have one that works.
354 if GL_GENERATE_EXECINFO_H
355 execinfo.h: execinfo.in.h $(top_builddir)/config.status
356 $(AM_V_GEN)rm -f $@-t $@ && \
357 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
358 cat $(srcdir)/execinfo.in.h; \
359 } > $@-t && \
360 mv $@-t $@
361 else
362 execinfo.h: $(top_builddir)/config.status
363 rm -f $@
364 endif
365 MOSTLYCLEANFILES += execinfo.h execinfo.h-t
367 EXTRA_DIST += execinfo.c execinfo.in.h
369 EXTRA_libgnu_a_SOURCES += execinfo.c
371 ## end gnulib module execinfo
373 ## begin gnulib module faccessat
376 EXTRA_DIST += at-func.c faccessat.c
378 EXTRA_libgnu_a_SOURCES += at-func.c faccessat.c
380 ## end gnulib module faccessat
382 ## begin gnulib module fcntl
385 EXTRA_DIST += fcntl.c
387 EXTRA_libgnu_a_SOURCES += fcntl.c
389 ## end gnulib module fcntl
391 ## begin gnulib module fcntl-h
393 BUILT_SOURCES += fcntl.h
395 # We need the following in order to create <fcntl.h> when the system
396 # doesn't have one that works with the given compiler.
397 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
398 $(AM_V_GEN)rm -f $@-t $@ && \
399 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
400 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
401 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
402 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
403 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
404 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
405 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
406 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
407 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
408 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
409 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
410 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
411 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
412 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
413 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
414 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
415 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
416 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
417 < $(srcdir)/fcntl.in.h; \
418 } > $@-t && \
419 mv $@-t $@
420 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
422 EXTRA_DIST += fcntl.in.h
424 ## end gnulib module fcntl-h
426 ## begin gnulib module fdatasync
429 EXTRA_DIST += fdatasync.c
431 EXTRA_libgnu_a_SOURCES += fdatasync.c
433 ## end gnulib module fdatasync
435 ## begin gnulib module fdopendir
438 EXTRA_DIST += fdopendir.c
440 EXTRA_libgnu_a_SOURCES += fdopendir.c
442 ## end gnulib module fdopendir
444 ## begin gnulib module filemode
446 libgnu_a_SOURCES += filemode.c
448 EXTRA_DIST += filemode.h
450 ## end gnulib module filemode
452 ## begin gnulib module filevercmp
454 libgnu_a_SOURCES += filevercmp.c
456 EXTRA_DIST += filevercmp.h
458 ## end gnulib module filevercmp
460 ## begin gnulib module flexmember
463 EXTRA_DIST += flexmember.h
465 ## end gnulib module flexmember
467 ## begin gnulib module fpending
470 EXTRA_DIST += fpending.c fpending.h stdio-impl.h
472 EXTRA_libgnu_a_SOURCES += fpending.c
474 ## end gnulib module fpending
476 ## begin gnulib module fstatat
479 EXTRA_DIST += at-func.c fstatat.c
481 EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
483 ## end gnulib module fstatat
485 ## begin gnulib module fsync
488 EXTRA_DIST += fsync.c
490 EXTRA_libgnu_a_SOURCES += fsync.c
492 ## end gnulib module fsync
494 ## begin gnulib module getdtablesize
496 if gl_GNULIB_ENABLED_getdtablesize
498 endif
499 EXTRA_DIST += getdtablesize.c
501 EXTRA_libgnu_a_SOURCES += getdtablesize.c
503 ## end gnulib module getdtablesize
505 ## begin gnulib module getgroups
507 if gl_GNULIB_ENABLED_getgroups
509 endif
510 EXTRA_DIST += getgroups.c
512 EXTRA_libgnu_a_SOURCES += getgroups.c
514 ## end gnulib module getgroups
516 ## begin gnulib module getloadavg
519 EXTRA_DIST += getloadavg.c
521 EXTRA_libgnu_a_SOURCES += getloadavg.c
523 ## end gnulib module getloadavg
525 ## begin gnulib module getopt-posix
527 BUILT_SOURCES += $(GETOPT_H)
529 # We need the following in order to create <getopt.h> when the system
530 # doesn't have one that works with the given compiler.
531 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
532 $(AM_V_GEN)rm -f $@-t $@ && \
533 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
534 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
535 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
536 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
537 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
538 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
539 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
540 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
541 < $(srcdir)/getopt.in.h; \
542 } > $@-t && \
543 mv -f $@-t $@
544 MOSTLYCLEANFILES += getopt.h getopt.h-t
546 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
548 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
550 ## end gnulib module getopt-posix
552 ## begin gnulib module gettext-h
554 if gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36
555 libgnu_a_SOURCES += gettext.h
557 endif
558 ## end gnulib module gettext-h
560 ## begin gnulib module gettime
562 libgnu_a_SOURCES += gettime.c
564 ## end gnulib module gettime
566 ## begin gnulib module gettimeofday
569 EXTRA_DIST += gettimeofday.c
571 EXTRA_libgnu_a_SOURCES += gettimeofday.c
573 ## end gnulib module gettimeofday
575 ## begin gnulib module gitlog-to-changelog
578 EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
580 ## end gnulib module gitlog-to-changelog
582 ## begin gnulib module group-member
584 if gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1
586 endif
587 EXTRA_DIST += group-member.c
589 EXTRA_libgnu_a_SOURCES += group-member.c
591 ## end gnulib module group-member
593 ## begin gnulib module ignore-value
596 EXTRA_DIST += ignore-value.h
598 ## end gnulib module ignore-value
600 ## begin gnulib module intprops
603 EXTRA_DIST += intprops.h
605 ## end gnulib module intprops
607 ## begin gnulib module inttypes-incomplete
609 BUILT_SOURCES += inttypes.h
611 # We need the following in order to create <inttypes.h> when the system
612 # doesn't have one that works with the given compiler.
613 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
614 $(AM_V_GEN)rm -f $@-t $@ && \
615 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
616 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_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_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
621 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
622 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
623 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
624 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
625 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
626 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
627 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
628 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
629 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
630 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
631 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
632 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
633 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
634 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
635 -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
636 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
637 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
638 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
639 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
640 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
641 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
642 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
643 < $(srcdir)/inttypes.in.h; \
644 } > $@-t && \
645 mv $@-t $@
646 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
648 EXTRA_DIST += inttypes.in.h
650 ## end gnulib module inttypes-incomplete
652 ## begin gnulib module limits-h
654 BUILT_SOURCES += $(LIMITS_H)
656 # We need the following in order to create <limits.h> when the system
657 # doesn't have one that is compatible with GNU.
658 if GL_GENERATE_LIMITS_H
659 limits.h: limits.in.h $(top_builddir)/config.status
660 $(AM_V_GEN)rm -f $@-t $@ && \
661 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
662 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
663 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
664 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
665 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
666 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
667 < $(srcdir)/limits.in.h; \
668 } > $@-t && \
669 mv $@-t $@
670 else
671 limits.h: $(top_builddir)/config.status
672 rm -f $@
673 endif
674 MOSTLYCLEANFILES += limits.h limits.h-t
676 EXTRA_DIST += limits.in.h
678 ## end gnulib module limits-h
680 ## begin gnulib module lstat
683 EXTRA_DIST += lstat.c
685 EXTRA_libgnu_a_SOURCES += lstat.c
687 ## end gnulib module lstat
689 ## begin gnulib module memrchr
692 EXTRA_DIST += memrchr.c
694 EXTRA_libgnu_a_SOURCES += memrchr.c
696 ## end gnulib module memrchr
698 ## begin gnulib module mkostemp
701 EXTRA_DIST += mkostemp.c
703 EXTRA_libgnu_a_SOURCES += mkostemp.c
705 ## end gnulib module mkostemp
707 ## begin gnulib module mktime
710 EXTRA_DIST += mktime-internal.h mktime.c
712 EXTRA_libgnu_a_SOURCES += mktime.c
714 ## end gnulib module mktime
716 ## begin gnulib module mktime-internal
718 if gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31
720 endif
721 EXTRA_DIST += mktime-internal.h mktime.c
723 EXTRA_libgnu_a_SOURCES += mktime.c
725 ## end gnulib module mktime-internal
727 ## begin gnulib module openat-h
729 if gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7
731 endif
732 EXTRA_DIST += openat.h
734 ## end gnulib module openat-h
736 ## begin gnulib module pathmax
738 if gl_GNULIB_ENABLED_pathmax
740 endif
741 EXTRA_DIST += pathmax.h
743 ## end gnulib module pathmax
745 ## begin gnulib module pipe2
747 libgnu_a_SOURCES += pipe2.c
749 ## end gnulib module pipe2
751 ## begin gnulib module pselect
754 EXTRA_DIST += pselect.c
756 EXTRA_libgnu_a_SOURCES += pselect.c
758 ## end gnulib module pselect
760 ## begin gnulib module pthread_sigmask
763 EXTRA_DIST += pthread_sigmask.c
765 EXTRA_libgnu_a_SOURCES += pthread_sigmask.c
767 ## end gnulib module pthread_sigmask
769 ## begin gnulib module putenv
772 EXTRA_DIST += putenv.c
774 EXTRA_libgnu_a_SOURCES += putenv.c
776 ## end gnulib module putenv
778 ## begin gnulib module qcopy-acl
780 libgnu_a_SOURCES += qcopy-acl.c
782 ## end gnulib module qcopy-acl
784 ## begin gnulib module readlink
787 EXTRA_DIST += readlink.c
789 EXTRA_libgnu_a_SOURCES += readlink.c
791 ## end gnulib module readlink
793 ## begin gnulib module readlinkat
796 EXTRA_DIST += at-func.c readlinkat.c
798 EXTRA_libgnu_a_SOURCES += at-func.c readlinkat.c
800 ## end gnulib module readlinkat
802 ## begin gnulib module root-uid
804 if gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c
806 endif
807 EXTRA_DIST += root-uid.h
809 ## end gnulib module root-uid
811 ## begin gnulib module secure_getenv
813 if gl_GNULIB_ENABLED_secure_getenv
815 endif
816 EXTRA_DIST += secure_getenv.c
818 EXTRA_libgnu_a_SOURCES += secure_getenv.c
820 ## end gnulib module secure_getenv
822 ## begin gnulib module sig2str
825 EXTRA_DIST += sig2str.c sig2str.h
827 EXTRA_libgnu_a_SOURCES += sig2str.c
829 ## end gnulib module sig2str
831 ## begin gnulib module signal-h
833 BUILT_SOURCES += signal.h
835 # We need the following in order to create <signal.h> when the system
836 # doesn't have a complete one.
837 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
838 $(AM_V_GEN)rm -f $@-t $@ && \
839 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
840 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
841 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
842 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
843 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
844 -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
845 -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
846 -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
847 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
848 -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
849 -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
850 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
851 -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
852 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
853 -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
854 -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
855 -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
856 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
857 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
858 -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
859 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
860 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
861 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
862 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
863 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
864 < $(srcdir)/signal.in.h; \
865 } > $@-t && \
866 mv $@-t $@
867 MOSTLYCLEANFILES += signal.h signal.h-t
869 EXTRA_DIST += signal.in.h
871 ## end gnulib module signal-h
873 ## begin gnulib module snippet/_Noreturn
875 # Because this Makefile snippet defines a variable used by other
876 # gnulib Makefile snippets, it must be present in all Makefile.am that
877 # need it. This is ensured by the applicability 'all' defined above.
879 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
881 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
883 ## end gnulib module snippet/_Noreturn
885 ## begin gnulib module snippet/arg-nonnull
887 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
888 # statements but through direct file reference. Therefore this snippet must be
889 # present in all Makefile.am that need it. This is ensured by the applicability
890 # 'all' defined above.
892 BUILT_SOURCES += arg-nonnull.h
893 # The arg-nonnull.h that gets inserted into generated .h files is the same as
894 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
895 # off.
896 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
897 $(AM_V_GEN)rm -f $@-t $@ && \
898 sed -n -e '/GL_ARG_NONNULL/,$$p' \
899 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
900 > $@-t && \
901 mv $@-t $@
902 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
904 ARG_NONNULL_H=arg-nonnull.h
906 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
908 ## end gnulib module snippet/arg-nonnull
910 ## begin gnulib module snippet/c++defs
912 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
913 # statements but through direct file reference. Therefore this snippet must be
914 # present in all Makefile.am that need it. This is ensured by the applicability
915 # 'all' defined above.
917 BUILT_SOURCES += c++defs.h
918 # The c++defs.h that gets inserted into generated .h files is the same as
919 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
920 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
921 $(AM_V_GEN)rm -f $@-t $@ && \
922 sed -n -e '/_GL_CXXDEFS/,$$p' \
923 < $(top_srcdir)/build-aux/snippet/c++defs.h \
924 > $@-t && \
925 mv $@-t $@
926 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
928 CXXDEFS_H=c++defs.h
930 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
932 ## end gnulib module snippet/c++defs
934 ## begin gnulib module snippet/warn-on-use
936 BUILT_SOURCES += warn-on-use.h
937 # The warn-on-use.h that gets inserted into generated .h files is the same as
938 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
939 # off.
940 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
941 $(AM_V_GEN)rm -f $@-t $@ && \
942 sed -n -e '/^.ifndef/,$$p' \
943 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
944 > $@-t && \
945 mv $@-t $@
946 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
948 WARN_ON_USE_H=warn-on-use.h
950 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
952 ## end gnulib module snippet/warn-on-use
954 ## begin gnulib module stat
956 if gl_GNULIB_ENABLED_stat
958 endif
959 EXTRA_DIST += stat.c
961 EXTRA_libgnu_a_SOURCES += stat.c
963 ## end gnulib module stat
965 ## begin gnulib module stat-time
967 libgnu_a_SOURCES += stat-time.c
969 EXTRA_DIST += stat-time.h
971 ## end gnulib module stat-time
973 ## begin gnulib module stdalign
975 BUILT_SOURCES += $(STDALIGN_H)
977 # We need the following in order to create <stdalign.h> when the system
978 # doesn't have one that works.
979 if GL_GENERATE_STDALIGN_H
980 stdalign.h: stdalign.in.h $(top_builddir)/config.status
981 $(AM_V_GEN)rm -f $@-t $@ && \
982 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
983 cat $(srcdir)/stdalign.in.h; \
984 } > $@-t && \
985 mv $@-t $@
986 else
987 stdalign.h: $(top_builddir)/config.status
988 rm -f $@
989 endif
990 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
992 EXTRA_DIST += stdalign.in.h
994 ## end gnulib module stdalign
996 ## begin gnulib module stddef
998 BUILT_SOURCES += $(STDDEF_H)
1000 # We need the following in order to create <stddef.h> when the system
1001 # doesn't have one that works with the given compiler.
1002 if GL_GENERATE_STDDEF_H
1003 stddef.h: stddef.in.h $(top_builddir)/config.status
1004 $(AM_V_GEN)rm -f $@-t $@ && \
1005 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1006 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1007 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1008 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1009 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1010 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1011 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1012 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1013 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1014 < $(srcdir)/stddef.in.h; \
1015 } > $@-t && \
1016 mv $@-t $@
1017 else
1018 stddef.h: $(top_builddir)/config.status
1019 rm -f $@
1020 endif
1021 MOSTLYCLEANFILES += stddef.h stddef.h-t
1023 EXTRA_DIST += stddef.in.h
1025 ## end gnulib module stddef
1027 ## begin gnulib module stdint
1029 BUILT_SOURCES += $(STDINT_H)
1031 # We need the following in order to create <stdint.h> when the system
1032 # doesn't have one that works with the given compiler.
1033 if GL_GENERATE_STDINT_H
1034 stdint.h: stdint.in.h $(top_builddir)/config.status
1035 $(AM_V_GEN)rm -f $@-t $@ && \
1036 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1037 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1038 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1039 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1040 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1041 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1042 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1043 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1044 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1045 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1046 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1047 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1048 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1049 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1050 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1051 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1052 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1053 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1054 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1055 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1056 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1057 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1058 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1059 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1060 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1061 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1062 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1063 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1064 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1065 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
1066 < $(srcdir)/stdint.in.h; \
1067 } > $@-t && \
1068 mv $@-t $@
1069 else
1070 stdint.h: $(top_builddir)/config.status
1071 rm -f $@
1072 endif
1073 MOSTLYCLEANFILES += stdint.h stdint.h-t
1075 EXTRA_DIST += stdint.in.h
1077 ## end gnulib module stdint
1079 ## begin gnulib module stdio
1081 BUILT_SOURCES += stdio.h
1083 # We need the following in order to create <stdio.h> when the system
1084 # doesn't have one that works with the given compiler.
1085 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1086 $(AM_V_GEN)rm -f $@-t $@ && \
1087 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1088 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1089 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1090 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1091 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1092 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1093 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1094 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1095 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1096 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1097 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1098 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1099 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1100 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1101 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1102 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1103 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1104 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1105 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1106 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1107 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1108 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1109 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1110 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1111 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1112 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1113 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1114 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1115 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1116 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1117 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1118 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1119 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1120 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1121 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1122 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1123 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1124 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1125 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1126 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1127 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1128 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1129 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1130 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1131 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1132 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1133 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1134 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1135 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1136 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1137 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1138 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1139 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1140 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1141 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1142 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1143 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1144 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1145 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1146 < $(srcdir)/stdio.in.h | \
1147 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1148 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1149 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1150 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1151 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1152 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1153 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1154 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1155 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1156 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1157 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1158 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1159 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1160 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1161 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1162 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1163 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1164 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1165 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1166 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1167 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1168 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1169 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1170 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1171 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1172 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1173 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1174 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1175 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1176 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1177 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1178 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1179 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1180 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1181 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1182 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1183 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1184 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1185 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1186 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1187 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1188 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1189 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1190 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1191 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1192 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1193 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1194 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1195 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1196 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1197 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1198 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1199 } > $@-t && \
1200 mv $@-t $@
1201 MOSTLYCLEANFILES += stdio.h stdio.h-t
1203 EXTRA_DIST += stdio.in.h
1205 ## end gnulib module stdio
1207 ## begin gnulib module stdlib
1209 BUILT_SOURCES += stdlib.h
1211 # We need the following in order to create <stdlib.h> when the system
1212 # doesn't have one that works with the given compiler.
1213 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1214 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1215 $(AM_V_GEN)rm -f $@-t $@ && \
1216 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1217 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1218 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1219 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1220 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1221 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1222 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1223 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1224 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1225 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1226 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1227 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1228 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1229 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1230 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1231 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1232 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1233 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1234 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1235 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1236 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1237 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1238 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1239 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1240 -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
1241 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1242 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1243 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1244 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1245 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1246 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1247 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1248 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1249 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1250 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1251 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1252 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1253 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1254 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1255 < $(srcdir)/stdlib.in.h | \
1256 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1257 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1258 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1259 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1260 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1261 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1262 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1263 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1264 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1265 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1266 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1267 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1268 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1269 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1270 -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
1271 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1272 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1273 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1274 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1275 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1276 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1277 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1278 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1279 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1280 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1281 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1282 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1283 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1284 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1285 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1286 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1287 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1288 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1289 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1290 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1291 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1292 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1293 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
1294 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1295 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1296 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1297 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1298 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1299 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1300 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1301 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1302 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1303 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1304 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1305 } > $@-t && \
1306 mv $@-t $@
1307 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1309 EXTRA_DIST += stdlib.in.h
1311 ## end gnulib module stdlib
1313 ## begin gnulib module stpcpy
1316 EXTRA_DIST += stpcpy.c
1318 EXTRA_libgnu_a_SOURCES += stpcpy.c
1320 ## end gnulib module stpcpy
1322 ## begin gnulib module strftime
1324 libgnu_a_SOURCES += strftime.c
1326 EXTRA_DIST += strftime.h
1328 ## end gnulib module strftime
1330 ## begin gnulib module string
1332 BUILT_SOURCES += string.h
1334 # We need the following in order to create <string.h> when the system
1335 # doesn't have one that works with the given compiler.
1336 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1337 $(AM_V_GEN)rm -f $@-t $@ && \
1338 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1339 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1340 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1341 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1342 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1343 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1344 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1345 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1346 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1347 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1348 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1349 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1350 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1351 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1352 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1353 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1354 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1355 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1356 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1357 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1358 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1359 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1360 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1361 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1362 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1363 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1364 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1365 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1366 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1367 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1368 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1369 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1370 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1371 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1372 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1373 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1374 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1375 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1376 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1377 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1378 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1379 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1380 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1381 < $(srcdir)/string.in.h | \
1382 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1383 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1384 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1385 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1386 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1387 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1388 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1389 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1390 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1391 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1392 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1393 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1394 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1395 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1396 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1397 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1398 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1399 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1400 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1401 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1402 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1403 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1404 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1405 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1406 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1407 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1408 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1409 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1410 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1411 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1412 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1413 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1414 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1415 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1416 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1417 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1418 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1419 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1420 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1421 < $(srcdir)/string.in.h; \
1422 } > $@-t && \
1423 mv $@-t $@
1424 MOSTLYCLEANFILES += string.h string.h-t
1426 EXTRA_DIST += string.in.h
1428 ## end gnulib module string
1430 ## begin gnulib module strtoimax
1433 EXTRA_DIST += strtoimax.c
1435 EXTRA_libgnu_a_SOURCES += strtoimax.c
1437 ## end gnulib module strtoimax
1439 ## begin gnulib module strtoll
1441 if gl_GNULIB_ENABLED_strtoll
1443 endif
1444 EXTRA_DIST += strtol.c strtoll.c
1446 EXTRA_libgnu_a_SOURCES += strtol.c strtoll.c
1448 ## end gnulib module strtoll
1450 ## begin gnulib module strtoull
1452 if gl_GNULIB_ENABLED_strtoull
1454 endif
1455 EXTRA_DIST += strtol.c strtoul.c strtoull.c
1457 EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
1459 ## end gnulib module strtoull
1461 ## begin gnulib module strtoumax
1464 EXTRA_DIST += strtoimax.c strtoumax.c
1466 EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
1468 ## end gnulib module strtoumax
1470 ## begin gnulib module symlink
1473 EXTRA_DIST += symlink.c
1475 EXTRA_libgnu_a_SOURCES += symlink.c
1477 ## end gnulib module symlink
1479 ## begin gnulib module sys_select
1481 BUILT_SOURCES += sys/select.h
1483 # We need the following in order to create <sys/select.h> when the system
1484 # doesn't have one that works with the given compiler.
1485 sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1486 $(AM_V_at)$(MKDIR_P) sys
1487 $(AM_V_GEN)rm -f $@-t $@ && \
1488 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1489 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1490 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1491 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1492 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1493 -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
1494 -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
1495 -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
1496 -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
1497 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1498 -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
1499 -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
1500 -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
1501 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1502 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1503 < $(srcdir)/sys_select.in.h; \
1504 } > $@-t && \
1505 mv $@-t $@
1506 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
1507 MOSTLYCLEANDIRS += sys
1509 EXTRA_DIST += sys_select.in.h
1511 ## end gnulib module sys_select
1513 ## begin gnulib module sys_stat
1515 BUILT_SOURCES += sys/stat.h
1517 # We need the following in order to create <sys/stat.h> when the system
1518 # has one that is incomplete.
1519 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1520 $(AM_V_at)$(MKDIR_P) sys
1521 $(AM_V_GEN)rm -f $@-t $@ && \
1522 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1523 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1524 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1525 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1526 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1527 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1528 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1529 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1530 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1531 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1532 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1533 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1534 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1535 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1536 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1537 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1538 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1539 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1540 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1541 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1542 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1543 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1544 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1545 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1546 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1547 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1548 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1549 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1550 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1551 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1552 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1553 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1554 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1555 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1556 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1557 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1558 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1559 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1560 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1561 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1562 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1563 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1564 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1565 < $(srcdir)/sys_stat.in.h; \
1566 } > $@-t && \
1567 mv $@-t $@
1568 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1569 MOSTLYCLEANDIRS += sys
1571 EXTRA_DIST += sys_stat.in.h
1573 ## end gnulib module sys_stat
1575 ## begin gnulib module sys_time
1577 BUILT_SOURCES += sys/time.h
1579 # We need the following in order to create <sys/time.h> when the system
1580 # doesn't have one that works with the given compiler.
1581 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1582 $(AM_V_at)$(MKDIR_P) sys
1583 $(AM_V_GEN)rm -f $@-t $@ && \
1584 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1585 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1586 -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1587 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1588 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1589 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1590 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1591 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1592 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1593 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1594 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1595 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1596 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1597 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1598 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1599 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1600 < $(srcdir)/sys_time.in.h; \
1601 } > $@-t && \
1602 mv $@-t $@
1603 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1605 EXTRA_DIST += sys_time.in.h
1607 ## end gnulib module sys_time
1609 ## begin gnulib module sys_types
1611 BUILT_SOURCES += sys/types.h
1613 # We need the following in order to create <sys/types.h> when the system
1614 # doesn't have one that works with the given compiler.
1615 sys/types.h: sys_types.in.h $(top_builddir)/config.status
1616 $(AM_V_at)$(MKDIR_P) sys
1617 $(AM_V_GEN)rm -f $@-t $@ && \
1618 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1619 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1620 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1621 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1622 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1623 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1624 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1625 < $(srcdir)/sys_types.in.h; \
1626 } > $@-t && \
1627 mv $@-t $@
1628 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
1630 EXTRA_DIST += sys_types.in.h
1632 ## end gnulib module sys_types
1634 ## begin gnulib module tempname
1636 if gl_GNULIB_ENABLED_tempname
1637 libgnu_a_SOURCES += tempname.c
1639 endif
1640 EXTRA_DIST += tempname.h
1642 ## end gnulib module tempname
1644 ## begin gnulib module time
1646 BUILT_SOURCES += time.h
1648 # We need the following in order to create <time.h> when the system
1649 # doesn't have one that works with the given compiler.
1650 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1651 $(AM_V_GEN)rm -f $@-t $@ && \
1652 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1653 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1654 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1655 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1656 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1657 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1658 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1659 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1660 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1661 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1662 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1663 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1664 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
1665 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1666 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1667 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1668 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1669 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
1670 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
1671 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
1672 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1673 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1674 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1675 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1676 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1677 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1678 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1679 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1680 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1681 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1682 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1683 < $(srcdir)/time.in.h; \
1684 } > $@-t && \
1685 mv $@-t $@
1686 MOSTLYCLEANFILES += time.h time.h-t
1688 EXTRA_DIST += time.in.h
1690 ## end gnulib module time
1692 ## begin gnulib module time_r
1695 EXTRA_DIST += time_r.c
1697 EXTRA_libgnu_a_SOURCES += time_r.c
1699 ## end gnulib module time_r
1701 ## begin gnulib module time_rz
1704 EXTRA_DIST += time-internal.h time_rz.c
1706 EXTRA_libgnu_a_SOURCES += time_rz.c
1708 ## end gnulib module time_rz
1710 ## begin gnulib module timegm
1713 EXTRA_DIST += mktime-internal.h timegm.c
1715 EXTRA_libgnu_a_SOURCES += timegm.c
1717 ## end gnulib module timegm
1719 ## begin gnulib module timespec
1721 libgnu_a_SOURCES += timespec.c
1723 EXTRA_DIST += timespec.h
1725 ## end gnulib module timespec
1727 ## begin gnulib module timespec-add
1729 libgnu_a_SOURCES += timespec-add.c
1731 ## end gnulib module timespec-add
1733 ## begin gnulib module timespec-sub
1735 libgnu_a_SOURCES += timespec-sub.c
1737 ## end gnulib module timespec-sub
1739 ## begin gnulib module u64
1741 libgnu_a_SOURCES += u64.c
1743 EXTRA_DIST += u64.h
1745 ## end gnulib module u64
1747 ## begin gnulib module unistd
1749 BUILT_SOURCES += unistd.h
1750 libgnu_a_SOURCES += unistd.c
1752 # We need the following in order to create an empty placeholder for
1753 # <unistd.h> when the system doesn't have one.
1754 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1755 $(AM_V_GEN)rm -f $@-t $@ && \
1756 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1757 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1758 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1759 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1760 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1761 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1762 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1763 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1764 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1765 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1766 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1767 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1768 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1769 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1770 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1771 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1772 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1773 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1774 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1775 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1776 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1777 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1778 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1779 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1780 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1781 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1782 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1783 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1784 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1785 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1786 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1787 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1788 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1789 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1790 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1791 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1792 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1793 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1794 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1795 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1796 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1797 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1798 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1799 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1800 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1801 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1802 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1803 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1804 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1805 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1806 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1807 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1808 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1809 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1810 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1811 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1812 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1813 < $(srcdir)/unistd.in.h | \
1814 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1815 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1816 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1817 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1818 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1819 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1820 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1821 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1822 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1823 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1824 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1825 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1826 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1827 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1828 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1829 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1830 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1831 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1832 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1833 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1834 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1835 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1836 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1837 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1838 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1839 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1840 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1841 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1842 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1843 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1844 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1845 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1846 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1847 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1848 -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
1849 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1850 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1851 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1852 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1853 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1854 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1855 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1857 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1858 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1859 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1860 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1861 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1862 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1863 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1864 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1865 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
1866 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1867 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1868 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1869 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1870 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1871 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1872 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1873 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1874 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1875 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1876 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1877 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1878 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
1879 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1880 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1881 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1882 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
1883 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1884 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1885 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1886 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1887 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1888 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1889 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1890 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1891 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1892 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1893 } > $@-t && \
1894 mv $@-t $@
1895 MOSTLYCLEANFILES += unistd.h unistd.h-t
1897 EXTRA_DIST += unistd.in.h
1899 ## end gnulib module unistd
1901 ## begin gnulib module update-copyright
1904 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1906 ## end gnulib module update-copyright
1908 ## begin gnulib module utimens
1910 libgnu_a_SOURCES += utimens.c
1912 EXTRA_DIST += utimens.h
1914 ## end gnulib module utimens
1916 ## begin gnulib module verify
1919 EXTRA_DIST += verify.h
1921 ## end gnulib module verify
1923 ## begin gnulib module vla
1926 EXTRA_DIST += vla.h
1928 ## end gnulib module vla
1930 ## begin gnulib module xalloc-oversized
1932 if gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec
1934 endif
1935 EXTRA_DIST += xalloc-oversized.h
1937 ## end gnulib module xalloc-oversized
1940 mostlyclean-local: mostlyclean-generic
1941 @for dir in '' $(MOSTLYCLEANDIRS); do \
1942 if test -n "$$dir" && test -d $$dir; then \
1943 echo "rmdir $$dir"; rmdir $$dir; \
1944 fi; \
1945 done; \