Auto-commit of generated files.
[emacs.git] / lib / gnulib.mk
blob32255181fb48639d4d69e23391ebbe6b7a945cbf
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
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=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=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream 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 intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens 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 alloca-opt
38 BUILT_SOURCES += $(ALLOCA_H)
40 # We need the following in order to create <alloca.h> when the system
41 # doesn't have one that works with the given compiler.
42 if GL_GENERATE_ALLOCA_H
43 alloca.h: alloca.in.h $(top_builddir)/config.status
44 $(AM_V_GEN)rm -f $@-t $@ && \
45 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
46 cat $(srcdir)/alloca.in.h; \
47 } > $@-t && \
48 mv -f $@-t $@
49 else
50 alloca.h: $(top_builddir)/config.status
51 rm -f $@
52 endif
53 MOSTLYCLEANFILES += alloca.h alloca.h-t
55 EXTRA_DIST += alloca.in.h
57 ## end gnulib module alloca-opt
59 ## begin gnulib module allocator
61 libgnu_a_SOURCES += allocator.c
63 EXTRA_DIST += allocator.h
65 ## end gnulib module allocator
67 ## begin gnulib module at-internal
69 if gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b
71 endif
72 EXTRA_DIST += openat-priv.h openat-proc.c
74 EXTRA_libgnu_a_SOURCES += openat-proc.c
76 ## end gnulib module at-internal
78 ## begin gnulib module binary-io
80 libgnu_a_SOURCES += binary-io.h binary-io.c
82 ## end gnulib module binary-io
84 ## begin gnulib module c-ctype
86 libgnu_a_SOURCES += c-ctype.h c-ctype.c
88 ## end gnulib module c-ctype
90 ## begin gnulib module c-strcase
92 libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
94 ## end gnulib module c-strcase
96 ## begin gnulib module careadlinkat
98 libgnu_a_SOURCES += careadlinkat.c
100 EXTRA_DIST += careadlinkat.h
102 ## end gnulib module careadlinkat
104 ## begin gnulib module close-stream
106 libgnu_a_SOURCES += close-stream.c
108 EXTRA_DIST += close-stream.h
110 ## end gnulib module close-stream
112 ## begin gnulib module crypto/md5
114 libgnu_a_SOURCES += md5.c
116 EXTRA_DIST += md5.h
118 ## end gnulib module crypto/md5
120 ## begin gnulib module crypto/sha1
122 libgnu_a_SOURCES += sha1.c
124 EXTRA_DIST += sha1.h
126 ## end gnulib module crypto/sha1
128 ## begin gnulib module crypto/sha256
130 libgnu_a_SOURCES += sha256.c
132 EXTRA_DIST += sha256.h
134 ## end gnulib module crypto/sha256
136 ## begin gnulib module crypto/sha512
138 libgnu_a_SOURCES += sha512.c
140 EXTRA_DIST += sha512.h
142 ## end gnulib module crypto/sha512
144 ## begin gnulib module dirent
146 BUILT_SOURCES += dirent.h
148 # We need the following in order to create <dirent.h> when the system
149 # doesn't have one that works with the given compiler.
150 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
151 $(AM_V_GEN)rm -f $@-t $@ && \
152 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
153 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
154 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
155 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
156 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
157 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
158 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
159 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
160 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
161 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
162 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
163 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
164 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
165 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
166 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
167 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
168 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
169 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
170 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
171 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
172 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
173 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
174 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
175 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
176 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
177 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
178 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
179 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
180 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
181 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
182 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
183 < $(srcdir)/dirent.in.h; \
184 } > $@-t && \
185 mv $@-t $@
186 MOSTLYCLEANFILES += dirent.h dirent.h-t
188 EXTRA_DIST += dirent.in.h
190 ## end gnulib module dirent
192 ## begin gnulib module dosname
194 if gl_GNULIB_ENABLED_dosname
196 endif
197 EXTRA_DIST += dosname.h
199 ## end gnulib module dosname
201 ## begin gnulib module dtoastr
203 libgnu_a_SOURCES += dtoastr.c
205 EXTRA_DIST += ftoastr.c ftoastr.h
207 EXTRA_libgnu_a_SOURCES += ftoastr.c
209 ## end gnulib module dtoastr
211 ## begin gnulib module dtotimespec
213 libgnu_a_SOURCES += dtotimespec.c
215 ## end gnulib module dtotimespec
217 ## begin gnulib module dup2
220 EXTRA_DIST += dup2.c
222 EXTRA_libgnu_a_SOURCES += dup2.c
224 ## end gnulib module dup2
226 ## begin gnulib module errno
228 BUILT_SOURCES += $(ERRNO_H)
230 # We need the following in order to create <errno.h> when the system
231 # doesn't have one that is POSIX compliant.
232 if GL_GENERATE_ERRNO_H
233 errno.h: errno.in.h $(top_builddir)/config.status
234 $(AM_V_GEN)rm -f $@-t $@ && \
235 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
236 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
237 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
238 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
239 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
240 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
241 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
242 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
243 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
244 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
245 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
246 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
247 < $(srcdir)/errno.in.h; \
248 } > $@-t && \
249 mv $@-t $@
250 else
251 errno.h: $(top_builddir)/config.status
252 rm -f $@
253 endif
254 MOSTLYCLEANFILES += errno.h errno.h-t
256 EXTRA_DIST += errno.in.h
258 ## end gnulib module errno
260 ## begin gnulib module euidaccess
262 if gl_GNULIB_ENABLED_euidaccess
264 endif
265 EXTRA_DIST += euidaccess.c
267 EXTRA_libgnu_a_SOURCES += euidaccess.c
269 ## end gnulib module euidaccess
271 ## begin gnulib module execinfo
273 BUILT_SOURCES += $(EXECINFO_H)
275 # We need the following in order to create <execinfo.h> when the system
276 # doesn't have one that works.
277 if GL_GENERATE_EXECINFO_H
278 execinfo.h: execinfo.in.h $(top_builddir)/config.status
279 $(AM_V_GEN)rm -f $@-t $@ && \
280 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
281 cat $(srcdir)/execinfo.in.h; \
282 } > $@-t && \
283 mv $@-t $@
284 else
285 execinfo.h: $(top_builddir)/config.status
286 rm -f $@
287 endif
288 MOSTLYCLEANFILES += execinfo.h execinfo.h-t
290 EXTRA_DIST += execinfo.c execinfo.in.h
292 EXTRA_libgnu_a_SOURCES += execinfo.c
294 ## end gnulib module execinfo
296 ## begin gnulib module faccessat
299 EXTRA_DIST += at-func.c faccessat.c
301 EXTRA_libgnu_a_SOURCES += at-func.c faccessat.c
303 ## end gnulib module faccessat
305 ## begin gnulib module fcntl
308 EXTRA_DIST += fcntl.c
310 EXTRA_libgnu_a_SOURCES += fcntl.c
312 ## end gnulib module fcntl
314 ## begin gnulib module fcntl-h
316 BUILT_SOURCES += fcntl.h
318 # We need the following in order to create <fcntl.h> when the system
319 # doesn't have one that works with the given compiler.
320 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
321 $(AM_V_GEN)rm -f $@-t $@ && \
322 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
323 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
324 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
325 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
326 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
327 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
328 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
329 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
330 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
331 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
332 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
333 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
334 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
335 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
336 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
337 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
338 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
339 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
340 < $(srcdir)/fcntl.in.h; \
341 } > $@-t && \
342 mv $@-t $@
343 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
345 EXTRA_DIST += fcntl.in.h
347 ## end gnulib module fcntl-h
349 ## begin gnulib module fdatasync
352 EXTRA_DIST += fdatasync.c
354 EXTRA_libgnu_a_SOURCES += fdatasync.c
356 ## end gnulib module fdatasync
358 ## begin gnulib module fdopendir
361 EXTRA_DIST += fdopendir.c
363 EXTRA_libgnu_a_SOURCES += fdopendir.c
365 ## end gnulib module fdopendir
367 ## begin gnulib module filemode
369 libgnu_a_SOURCES += filemode.c
371 EXTRA_DIST += filemode.h
373 ## end gnulib module filemode
375 ## begin gnulib module fpending
378 EXTRA_DIST += fpending.c fpending.h
380 EXTRA_libgnu_a_SOURCES += fpending.c
382 ## end gnulib module fpending
384 ## begin gnulib module fstatat
387 EXTRA_DIST += at-func.c fstatat.c
389 EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
391 ## end gnulib module fstatat
393 ## begin gnulib module fsync
396 EXTRA_DIST += fsync.c
398 EXTRA_libgnu_a_SOURCES += fsync.c
400 ## end gnulib module fsync
402 ## begin gnulib module getdtablesize
404 if gl_GNULIB_ENABLED_getdtablesize
406 endif
407 EXTRA_DIST += getdtablesize.c
409 EXTRA_libgnu_a_SOURCES += getdtablesize.c
411 ## end gnulib module getdtablesize
413 ## begin gnulib module getgroups
415 if gl_GNULIB_ENABLED_getgroups
417 endif
418 EXTRA_DIST += getgroups.c
420 EXTRA_libgnu_a_SOURCES += getgroups.c
422 ## end gnulib module getgroups
424 ## begin gnulib module getloadavg
427 EXTRA_DIST += getloadavg.c
429 EXTRA_libgnu_a_SOURCES += getloadavg.c
431 ## end gnulib module getloadavg
433 ## begin gnulib module getopt-posix
435 BUILT_SOURCES += $(GETOPT_H)
437 # We need the following in order to create <getopt.h> when the system
438 # doesn't have one that works with the given compiler.
439 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
440 $(AM_V_GEN)rm -f $@-t $@ && \
441 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
442 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
443 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
444 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
445 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
446 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
447 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
448 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
449 < $(srcdir)/getopt.in.h; \
450 } > $@-t && \
451 mv -f $@-t $@
452 MOSTLYCLEANFILES += getopt.h getopt.h-t
454 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
456 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
458 ## end gnulib module getopt-posix
460 ## begin gnulib module gettext-h
462 if gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36
463 libgnu_a_SOURCES += gettext.h
465 endif
466 ## end gnulib module gettext-h
468 ## begin gnulib module gettime
470 libgnu_a_SOURCES += gettime.c
472 ## end gnulib module gettime
474 ## begin gnulib module gettimeofday
477 EXTRA_DIST += gettimeofday.c
479 EXTRA_libgnu_a_SOURCES += gettimeofday.c
481 ## end gnulib module gettimeofday
483 ## begin gnulib module group-member
485 if gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1
487 endif
488 EXTRA_DIST += group-member.c
490 EXTRA_libgnu_a_SOURCES += group-member.c
492 ## end gnulib module group-member
494 ## begin gnulib module intprops
497 EXTRA_DIST += intprops.h
499 ## end gnulib module intprops
501 ## begin gnulib module inttypes-incomplete
503 BUILT_SOURCES += inttypes.h
505 # We need the following in order to create <inttypes.h> when the system
506 # doesn't have one that works with the given compiler.
507 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
508 $(AM_V_GEN)rm -f $@-t $@ && \
509 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
510 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
511 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
512 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
513 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
514 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
515 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
516 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
517 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
518 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
519 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
520 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
521 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
522 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
523 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
524 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
525 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
526 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
527 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
528 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
529 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
530 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
531 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
532 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
533 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
534 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
535 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
536 < $(srcdir)/inttypes.in.h; \
537 } > $@-t && \
538 mv $@-t $@
539 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
541 EXTRA_DIST += inttypes.in.h
543 ## end gnulib module inttypes-incomplete
545 ## begin gnulib module lstat
548 EXTRA_DIST += lstat.c
550 EXTRA_libgnu_a_SOURCES += lstat.c
552 ## end gnulib module lstat
554 ## begin gnulib module memrchr
557 EXTRA_DIST += memrchr.c
559 EXTRA_libgnu_a_SOURCES += memrchr.c
561 ## end gnulib module memrchr
563 ## begin gnulib module mkostemp
566 EXTRA_DIST += mkostemp.c
568 EXTRA_libgnu_a_SOURCES += mkostemp.c
570 ## end gnulib module mkostemp
572 ## begin gnulib module mktime
575 EXTRA_DIST += mktime-internal.h mktime.c
577 EXTRA_libgnu_a_SOURCES += mktime.c
579 ## end gnulib module mktime
581 ## begin gnulib module openat-h
583 if gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7
585 endif
586 EXTRA_DIST += openat.h
588 ## end gnulib module openat-h
590 ## begin gnulib module pathmax
592 if gl_GNULIB_ENABLED_pathmax
594 endif
595 EXTRA_DIST += pathmax.h
597 ## end gnulib module pathmax
599 ## begin gnulib module pipe2
601 libgnu_a_SOURCES += pipe2.c
603 ## end gnulib module pipe2
605 ## begin gnulib module pselect
608 EXTRA_DIST += pselect.c
610 EXTRA_libgnu_a_SOURCES += pselect.c
612 ## end gnulib module pselect
614 ## begin gnulib module pthread_sigmask
617 EXTRA_DIST += pthread_sigmask.c
619 EXTRA_libgnu_a_SOURCES += pthread_sigmask.c
621 ## end gnulib module pthread_sigmask
623 ## begin gnulib module putenv
626 EXTRA_DIST += putenv.c
628 EXTRA_libgnu_a_SOURCES += putenv.c
630 ## end gnulib module putenv
632 ## begin gnulib module qacl
634 libgnu_a_SOURCES += acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c
636 EXTRA_DIST += acl-internal.h acl.h acl_entries.c
638 EXTRA_libgnu_a_SOURCES += acl_entries.c
640 ## end gnulib module qacl
642 ## begin gnulib module readlink
645 EXTRA_DIST += readlink.c
647 EXTRA_libgnu_a_SOURCES += readlink.c
649 ## end gnulib module readlink
651 ## begin gnulib module readlinkat
654 EXTRA_DIST += at-func.c readlinkat.c
656 EXTRA_libgnu_a_SOURCES += at-func.c readlinkat.c
658 ## end gnulib module readlinkat
660 ## begin gnulib module root-uid
662 if gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c
664 endif
665 EXTRA_DIST += root-uid.h
667 ## end gnulib module root-uid
669 ## begin gnulib module secure_getenv
671 if gl_GNULIB_ENABLED_secure_getenv
673 endif
674 EXTRA_DIST += secure_getenv.c
676 EXTRA_libgnu_a_SOURCES += secure_getenv.c
678 ## end gnulib module secure_getenv
680 ## begin gnulib module sig2str
683 EXTRA_DIST += sig2str.c sig2str.h
685 EXTRA_libgnu_a_SOURCES += sig2str.c
687 ## end gnulib module sig2str
689 ## begin gnulib module signal-h
691 BUILT_SOURCES += signal.h
693 # We need the following in order to create <signal.h> when the system
694 # doesn't have a complete one.
695 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
696 $(AM_V_GEN)rm -f $@-t $@ && \
697 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
698 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
699 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
700 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
701 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
702 -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
703 -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
704 -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
705 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
706 -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
707 -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
708 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
709 -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
710 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
711 -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
712 -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
713 -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
714 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
715 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
716 -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
717 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
718 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
719 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
720 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
721 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
722 < $(srcdir)/signal.in.h; \
723 } > $@-t && \
724 mv $@-t $@
725 MOSTLYCLEANFILES += signal.h signal.h-t
727 EXTRA_DIST += signal.in.h
729 ## end gnulib module signal-h
731 ## begin gnulib module snippet/_Noreturn
733 # Because this Makefile snippet defines a variable used by other
734 # gnulib Makefile snippets, it must be present in all Makefile.am that
735 # need it. This is ensured by the applicability 'all' defined above.
737 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
739 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
741 ## end gnulib module snippet/_Noreturn
743 ## begin gnulib module snippet/arg-nonnull
745 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
746 # statements but through direct file reference. Therefore this snippet must be
747 # present in all Makefile.am that need it. This is ensured by the applicability
748 # 'all' defined above.
750 BUILT_SOURCES += arg-nonnull.h
751 # The arg-nonnull.h that gets inserted into generated .h files is the same as
752 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
753 # off.
754 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
755 $(AM_V_GEN)rm -f $@-t $@ && \
756 sed -n -e '/GL_ARG_NONNULL/,$$p' \
757 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
758 > $@-t && \
759 mv $@-t $@
760 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
762 ARG_NONNULL_H=arg-nonnull.h
764 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
766 ## end gnulib module snippet/arg-nonnull
768 ## begin gnulib module snippet/c++defs
770 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
771 # statements but through direct file reference. Therefore this snippet must be
772 # present in all Makefile.am that need it. This is ensured by the applicability
773 # 'all' defined above.
775 BUILT_SOURCES += c++defs.h
776 # The c++defs.h that gets inserted into generated .h files is the same as
777 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
778 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
779 $(AM_V_GEN)rm -f $@-t $@ && \
780 sed -n -e '/_GL_CXXDEFS/,$$p' \
781 < $(top_srcdir)/build-aux/snippet/c++defs.h \
782 > $@-t && \
783 mv $@-t $@
784 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
786 CXXDEFS_H=c++defs.h
788 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
790 ## end gnulib module snippet/c++defs
792 ## begin gnulib module snippet/warn-on-use
794 BUILT_SOURCES += warn-on-use.h
795 # The warn-on-use.h that gets inserted into generated .h files is the same as
796 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
797 # off.
798 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
799 $(AM_V_GEN)rm -f $@-t $@ && \
800 sed -n -e '/^.ifndef/,$$p' \
801 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
802 > $@-t && \
803 mv $@-t $@
804 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
806 WARN_ON_USE_H=warn-on-use.h
808 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
810 ## end gnulib module snippet/warn-on-use
812 ## begin gnulib module stat
814 if gl_GNULIB_ENABLED_stat
816 endif
817 EXTRA_DIST += stat.c
819 EXTRA_libgnu_a_SOURCES += stat.c
821 ## end gnulib module stat
823 ## begin gnulib module stat-time
825 libgnu_a_SOURCES += stat-time.c
827 EXTRA_DIST += stat-time.h
829 ## end gnulib module stat-time
831 ## begin gnulib module stdalign
833 BUILT_SOURCES += $(STDALIGN_H)
835 # We need the following in order to create <stdalign.h> when the system
836 # doesn't have one that works.
837 if GL_GENERATE_STDALIGN_H
838 stdalign.h: stdalign.in.h $(top_builddir)/config.status
839 $(AM_V_GEN)rm -f $@-t $@ && \
840 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
841 cat $(srcdir)/stdalign.in.h; \
842 } > $@-t && \
843 mv $@-t $@
844 else
845 stdalign.h: $(top_builddir)/config.status
846 rm -f $@
847 endif
848 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
850 EXTRA_DIST += stdalign.in.h
852 ## end gnulib module stdalign
854 ## begin gnulib module stdarg
856 BUILT_SOURCES += $(STDARG_H)
858 # We need the following in order to create <stdarg.h> when the system
859 # doesn't have one that works with the given compiler.
860 if GL_GENERATE_STDARG_H
861 stdarg.h: stdarg.in.h $(top_builddir)/config.status
862 $(AM_V_GEN)rm -f $@-t $@ && \
863 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
864 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
865 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
866 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
867 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
868 -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
869 < $(srcdir)/stdarg.in.h; \
870 } > $@-t && \
871 mv $@-t $@
872 else
873 stdarg.h: $(top_builddir)/config.status
874 rm -f $@
875 endif
876 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
878 EXTRA_DIST += stdarg.in.h
880 ## end gnulib module stdarg
882 ## begin gnulib module stdbool
884 BUILT_SOURCES += $(STDBOOL_H)
886 # We need the following in order to create <stdbool.h> when the system
887 # doesn't have one that works.
888 if GL_GENERATE_STDBOOL_H
889 stdbool.h: stdbool.in.h $(top_builddir)/config.status
890 $(AM_V_GEN)rm -f $@-t $@ && \
891 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
892 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
893 } > $@-t && \
894 mv $@-t $@
895 else
896 stdbool.h: $(top_builddir)/config.status
897 rm -f $@
898 endif
899 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
901 EXTRA_DIST += stdbool.in.h
903 ## end gnulib module stdbool
905 ## begin gnulib module stddef
907 BUILT_SOURCES += $(STDDEF_H)
909 # We need the following in order to create <stddef.h> when the system
910 # doesn't have one that works with the given compiler.
911 if GL_GENERATE_STDDEF_H
912 stddef.h: stddef.in.h $(top_builddir)/config.status
913 $(AM_V_GEN)rm -f $@-t $@ && \
914 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
915 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
916 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
917 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
918 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
919 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
920 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
921 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
922 < $(srcdir)/stddef.in.h; \
923 } > $@-t && \
924 mv $@-t $@
925 else
926 stddef.h: $(top_builddir)/config.status
927 rm -f $@
928 endif
929 MOSTLYCLEANFILES += stddef.h stddef.h-t
931 EXTRA_DIST += stddef.in.h
933 ## end gnulib module stddef
935 ## begin gnulib module stdint
937 BUILT_SOURCES += $(STDINT_H)
939 # We need the following in order to create <stdint.h> when the system
940 # doesn't have one that works with the given compiler.
941 if GL_GENERATE_STDINT_H
942 stdint.h: stdint.in.h $(top_builddir)/config.status
943 $(AM_V_GEN)rm -f $@-t $@ && \
944 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
945 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
946 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
947 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
948 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
949 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
950 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
951 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
952 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
953 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
954 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
955 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
956 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
957 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
958 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
959 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
960 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
961 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
962 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
963 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
964 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
965 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
966 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
967 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
968 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
969 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
970 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
971 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
972 < $(srcdir)/stdint.in.h; \
973 } > $@-t && \
974 mv $@-t $@
975 else
976 stdint.h: $(top_builddir)/config.status
977 rm -f $@
978 endif
979 MOSTLYCLEANFILES += stdint.h stdint.h-t
981 EXTRA_DIST += stdint.in.h
983 ## end gnulib module stdint
985 ## begin gnulib module stdio
987 BUILT_SOURCES += stdio.h
989 # We need the following in order to create <stdio.h> when the system
990 # doesn't have one that works with the given compiler.
991 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
992 $(AM_V_GEN)rm -f $@-t $@ && \
993 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
994 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
995 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
996 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
997 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
998 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
999 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1000 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1001 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1002 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1003 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1004 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1005 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1006 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1007 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1008 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1009 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1010 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1011 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1012 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1013 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1014 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1015 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1016 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1017 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1018 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1019 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1020 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1021 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1022 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1023 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1024 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1025 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1026 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1027 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1028 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1029 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1030 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1031 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1032 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1033 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1034 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1035 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1036 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1037 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1038 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1039 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1040 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1041 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1042 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1043 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1044 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1045 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1046 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1047 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1048 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1049 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1050 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1051 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1052 < $(srcdir)/stdio.in.h | \
1053 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1054 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1055 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1056 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1057 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1058 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1059 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1060 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1061 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1062 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1063 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1064 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1065 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1066 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1067 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1068 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1069 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1070 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1071 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1072 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1073 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1074 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1075 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1076 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1077 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1078 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1079 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1080 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1081 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1082 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1083 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1084 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1085 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1086 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1087 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1088 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1089 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1090 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1091 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1092 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1093 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1094 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1095 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1096 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1097 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1098 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1099 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1100 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1101 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1102 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1103 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1104 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1105 } > $@-t && \
1106 mv $@-t $@
1107 MOSTLYCLEANFILES += stdio.h stdio.h-t
1109 EXTRA_DIST += stdio.in.h
1111 ## end gnulib module stdio
1113 ## begin gnulib module stdlib
1115 BUILT_SOURCES += stdlib.h
1117 # We need the following in order to create <stdlib.h> when the system
1118 # doesn't have one that works with the given compiler.
1119 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1120 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1121 $(AM_V_GEN)rm -f $@-t $@ && \
1122 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1123 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1124 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1125 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1126 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1127 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1128 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1129 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1130 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1131 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1132 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1133 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1134 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1135 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1136 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1137 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1138 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1139 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1140 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1141 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1142 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1143 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1144 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1145 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1146 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1147 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1148 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1149 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1150 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1151 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1152 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1153 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1154 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1155 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1156 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1157 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1158 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1159 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1160 < $(srcdir)/stdlib.in.h | \
1161 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1162 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1163 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1164 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1165 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1166 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1167 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1168 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1169 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1170 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1171 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1172 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1173 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1174 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1175 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1176 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1177 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1178 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1179 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1180 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1181 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1182 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1183 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1184 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1185 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1186 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1187 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1188 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1189 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1190 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1191 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1192 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1193 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1194 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1195 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1196 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1197 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1198 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1199 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1200 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1201 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1202 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1203 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1204 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1205 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1206 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1207 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1208 } > $@-t && \
1209 mv $@-t $@
1210 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1212 EXTRA_DIST += stdlib.in.h
1214 ## end gnulib module stdlib
1216 ## begin gnulib module strftime
1218 libgnu_a_SOURCES += strftime.c
1220 EXTRA_DIST += strftime.h
1222 ## end gnulib module strftime
1224 ## begin gnulib module string
1226 BUILT_SOURCES += string.h
1228 # We need the following in order to create <string.h> when the system
1229 # doesn't have one that works with the given compiler.
1230 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1231 $(AM_V_GEN)rm -f $@-t $@ && \
1232 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1233 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1234 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1235 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1236 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1237 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1238 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1239 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1240 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1241 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1242 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1243 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1244 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1245 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1246 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1247 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1248 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1249 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1250 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1251 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1252 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1253 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1254 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1255 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1256 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1257 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1258 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1259 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1260 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1261 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1262 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1263 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1264 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1265 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1266 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1267 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1268 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1269 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1270 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1271 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1272 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1273 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1274 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1275 < $(srcdir)/string.in.h | \
1276 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1277 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1278 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1279 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1280 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1281 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1282 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1283 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1284 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1285 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1286 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1287 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1288 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1289 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1290 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1291 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1292 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1293 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1294 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1295 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1296 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1297 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1298 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1299 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1300 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1301 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1302 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1303 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1304 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1305 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1306 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1307 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1308 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1309 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1310 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1311 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1312 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1313 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1314 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1315 < $(srcdir)/string.in.h; \
1316 } > $@-t && \
1317 mv $@-t $@
1318 MOSTLYCLEANFILES += string.h string.h-t
1320 EXTRA_DIST += string.in.h
1322 ## end gnulib module string
1324 ## begin gnulib module strtoimax
1327 EXTRA_DIST += strtoimax.c
1329 EXTRA_libgnu_a_SOURCES += strtoimax.c
1331 ## end gnulib module strtoimax
1333 ## begin gnulib module strtoll
1335 if gl_GNULIB_ENABLED_strtoll
1337 endif
1338 EXTRA_DIST += strtol.c strtoll.c
1340 EXTRA_libgnu_a_SOURCES += strtol.c strtoll.c
1342 ## end gnulib module strtoll
1344 ## begin gnulib module strtoull
1346 if gl_GNULIB_ENABLED_strtoull
1348 endif
1349 EXTRA_DIST += strtol.c strtoul.c strtoull.c
1351 EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
1353 ## end gnulib module strtoull
1355 ## begin gnulib module strtoumax
1358 EXTRA_DIST += strtoimax.c strtoumax.c
1360 EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
1362 ## end gnulib module strtoumax
1364 ## begin gnulib module symlink
1367 EXTRA_DIST += symlink.c
1369 EXTRA_libgnu_a_SOURCES += symlink.c
1371 ## end gnulib module symlink
1373 ## begin gnulib module sys_select
1375 BUILT_SOURCES += sys/select.h
1377 # We need the following in order to create <sys/select.h> when the system
1378 # doesn't have one that works with the given compiler.
1379 sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1380 $(AM_V_at)$(MKDIR_P) sys
1381 $(AM_V_GEN)rm -f $@-t $@ && \
1382 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1383 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1384 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1385 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1386 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1387 -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
1388 -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
1389 -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
1390 -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
1391 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1392 -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
1393 -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
1394 -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
1395 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1396 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1397 < $(srcdir)/sys_select.in.h; \
1398 } > $@-t && \
1399 mv $@-t $@
1400 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
1401 MOSTLYCLEANDIRS += sys
1403 EXTRA_DIST += sys_select.in.h
1405 ## end gnulib module sys_select
1407 ## begin gnulib module sys_stat
1409 BUILT_SOURCES += sys/stat.h
1411 # We need the following in order to create <sys/stat.h> when the system
1412 # has one that is incomplete.
1413 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1414 $(AM_V_at)$(MKDIR_P) sys
1415 $(AM_V_GEN)rm -f $@-t $@ && \
1416 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1417 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1418 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1419 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1420 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1421 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1422 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1423 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1424 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1425 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1426 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1427 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1428 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1429 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1430 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1431 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1432 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1433 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1434 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1435 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1436 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1437 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1438 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1439 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1440 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1441 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1442 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1443 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1444 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1445 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1446 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1447 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1448 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1449 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1450 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1451 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1452 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1453 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1454 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1455 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1456 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1457 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1458 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1459 < $(srcdir)/sys_stat.in.h; \
1460 } > $@-t && \
1461 mv $@-t $@
1462 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1463 MOSTLYCLEANDIRS += sys
1465 EXTRA_DIST += sys_stat.in.h
1467 ## end gnulib module sys_stat
1469 ## begin gnulib module sys_time
1471 BUILT_SOURCES += sys/time.h
1473 # We need the following in order to create <sys/time.h> when the system
1474 # doesn't have one that works with the given compiler.
1475 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1476 $(AM_V_at)$(MKDIR_P) sys
1477 $(AM_V_GEN)rm -f $@-t $@ && \
1478 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1479 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1480 -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1481 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1482 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1483 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1484 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1485 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1486 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1487 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1488 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1489 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1490 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1491 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1492 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1493 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1494 < $(srcdir)/sys_time.in.h; \
1495 } > $@-t && \
1496 mv $@-t $@
1497 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1499 EXTRA_DIST += sys_time.in.h
1501 ## end gnulib module sys_time
1503 ## begin gnulib module tempname
1505 if gl_GNULIB_ENABLED_tempname
1506 libgnu_a_SOURCES += tempname.c
1508 endif
1509 EXTRA_DIST += tempname.h
1511 ## end gnulib module tempname
1513 ## begin gnulib module time
1515 BUILT_SOURCES += time.h
1517 # We need the following in order to create <time.h> when the system
1518 # doesn't have one that works with the given compiler.
1519 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1520 $(AM_V_GEN)rm -f $@-t $@ && \
1521 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1522 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1523 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1524 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1525 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1526 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1527 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1528 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1529 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1530 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1531 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1532 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1533 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1534 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1535 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1536 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1537 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1538 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1539 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1540 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1541 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1542 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1543 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1544 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1545 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1546 < $(srcdir)/time.in.h; \
1547 } > $@-t && \
1548 mv $@-t $@
1549 MOSTLYCLEANFILES += time.h time.h-t
1551 EXTRA_DIST += time.in.h
1553 ## end gnulib module time
1555 ## begin gnulib module time_r
1558 EXTRA_DIST += time_r.c
1560 EXTRA_libgnu_a_SOURCES += time_r.c
1562 ## end gnulib module time_r
1564 ## begin gnulib module timespec
1566 libgnu_a_SOURCES += timespec.c
1568 EXTRA_DIST += timespec.h
1570 ## end gnulib module timespec
1572 ## begin gnulib module timespec-add
1574 libgnu_a_SOURCES += timespec-add.c
1576 ## end gnulib module timespec-add
1578 ## begin gnulib module timespec-sub
1580 libgnu_a_SOURCES += timespec-sub.c
1582 ## end gnulib module timespec-sub
1584 ## begin gnulib module u64
1586 libgnu_a_SOURCES += u64.c
1588 EXTRA_DIST += u64.h
1590 ## end gnulib module u64
1592 ## begin gnulib module unistd
1594 BUILT_SOURCES += unistd.h
1595 libgnu_a_SOURCES += unistd.c
1597 # We need the following in order to create an empty placeholder for
1598 # <unistd.h> when the system doesn't have one.
1599 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1600 $(AM_V_GEN)rm -f $@-t $@ && \
1601 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1602 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1603 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1604 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1605 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1606 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1607 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1608 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1609 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1610 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1611 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1612 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1613 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1614 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1615 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1616 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1617 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1618 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1619 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1620 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1621 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1622 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1623 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1624 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1625 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1626 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1627 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1628 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1629 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1630 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1631 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1632 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1633 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1634 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1635 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1636 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1637 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1638 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1639 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1640 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1641 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1642 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1643 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1644 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1645 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1646 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1647 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1648 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1649 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1650 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1651 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1652 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1653 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1654 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1655 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1656 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1657 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1658 < $(srcdir)/unistd.in.h | \
1659 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1660 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1661 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1662 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1663 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1664 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1665 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1666 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1667 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1668 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1669 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1670 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1671 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1672 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1673 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1674 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1675 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1676 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1677 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1678 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1679 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1680 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1681 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1682 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1683 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1684 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1685 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1686 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1687 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1688 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1689 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1690 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1691 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1692 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1693 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1694 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1695 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1696 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1697 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1698 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1699 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1700 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1702 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1703 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1704 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1705 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1706 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1707 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1708 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1709 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1710 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1711 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1712 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1713 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1714 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1715 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1716 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1717 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1718 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1719 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1720 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1721 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1722 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1723 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1724 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1725 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1726 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1727 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1728 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1729 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1730 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1731 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1732 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1733 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1734 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1735 } > $@-t && \
1736 mv $@-t $@
1737 MOSTLYCLEANFILES += unistd.h unistd.h-t
1739 EXTRA_DIST += unistd.in.h
1741 ## end gnulib module unistd
1743 ## begin gnulib module unsetenv
1746 EXTRA_DIST += unsetenv.c
1748 EXTRA_libgnu_a_SOURCES += unsetenv.c
1750 ## end gnulib module unsetenv
1752 ## begin gnulib module utimens
1754 libgnu_a_SOURCES += utimens.c
1756 EXTRA_DIST += utimens.h
1758 ## end gnulib module utimens
1760 ## begin gnulib module verify
1763 EXTRA_DIST += verify.h
1765 ## end gnulib module verify
1767 ## begin gnulib module xalloc-oversized
1769 if gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec
1771 endif
1772 EXTRA_DIST += xalloc-oversized.h
1774 ## end gnulib module xalloc-oversized
1777 mostlyclean-local: mostlyclean-generic
1778 @for dir in '' $(MOSTLYCLEANDIRS); do \
1779 if test -n "$$dir" && test -d $$dir; then \
1780 echo "rmdir $$dir"; rmdir $$dir; \
1781 fi; \
1782 done; \