]> code.delx.au - gnu-emacs/blob - lib/gnulib.mk
73381f2bdcee3051c282760216d69d46d2329b5a
[gnu-emacs] / lib / gnulib.mk
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this file. If not, see <http://www.gnu.org/licenses/>.
17 #
18 # As a special exception to the GNU General Public License,
19 # this file may be distributed as part of a program that
20 # contains a configuration script generated by Autoconf, under
21 # the same distribution terms as the rest of that program.
22 #
23 # Generated by gnulib-tool.
24 # Reproduce by: gnulib-tool --import --dir=. --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 byteswap 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
25
26
27 MOSTLYCLEANFILES += core *.stackdump
28
29 noinst_LIBRARIES += libgnu.a
30
31 libgnu_a_SOURCES =
32 libgnu_a_LIBADD = $(gl_LIBOBJS)
33 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
34 EXTRA_libgnu_a_SOURCES =
35
36 ## begin gnulib module alloca-opt
37
38 BUILT_SOURCES += $(ALLOCA_H)
39
40 # We need the following in order to create <alloca.h> when the system
41 # doesn't have one that works with the given compiler.
42 if GL_GENERATE_ALLOCA_H
43 alloca.h: alloca.in.h $(top_builddir)/config.status
44 $(AM_V_GEN)rm -f $@-t $@ && \
45 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
46 cat $(srcdir)/alloca.in.h; \
47 } > $@-t && \
48 mv -f $@-t $@
49 else
50 alloca.h: $(top_builddir)/config.status
51 rm -f $@
52 endif
53 MOSTLYCLEANFILES += alloca.h alloca.h-t
54
55 EXTRA_DIST += alloca.in.h
56
57 ## end gnulib module alloca-opt
58
59 ## begin gnulib module allocator
60
61 libgnu_a_SOURCES += allocator.c
62
63 EXTRA_DIST += allocator.h
64
65 ## end gnulib module allocator
66
67 ## begin gnulib module at-internal
68
69 if gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b
70
71 endif
72 EXTRA_DIST += openat-priv.h openat-proc.c
73
74 EXTRA_libgnu_a_SOURCES += openat-proc.c
75
76 ## end gnulib module at-internal
77
78 ## begin gnulib module binary-io
79
80 libgnu_a_SOURCES += binary-io.h binary-io.c
81
82 ## end gnulib module binary-io
83
84 ## begin gnulib module byteswap
85
86 BUILT_SOURCES += $(BYTESWAP_H)
87
88 # We need the following in order to create <byteswap.h> when the system
89 # doesn't have one.
90 if GL_GENERATE_BYTESWAP_H
91 byteswap.h: byteswap.in.h $(top_builddir)/config.status
92 $(AM_V_GEN)rm -f $@-t $@ && \
93 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
94 cat $(srcdir)/byteswap.in.h; \
95 } > $@-t && \
96 mv -f $@-t $@
97 else
98 byteswap.h: $(top_builddir)/config.status
99 rm -f $@
100 endif
101 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
102
103 EXTRA_DIST += byteswap.in.h
104
105 ## end gnulib module byteswap
106
107 ## begin gnulib module c-ctype
108
109 libgnu_a_SOURCES += c-ctype.h c-ctype.c
110
111 ## end gnulib module c-ctype
112
113 ## begin gnulib module c-strcase
114
115 libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
116
117 ## end gnulib module c-strcase
118
119 ## begin gnulib module careadlinkat
120
121 libgnu_a_SOURCES += careadlinkat.c
122
123 EXTRA_DIST += careadlinkat.h
124
125 ## end gnulib module careadlinkat
126
127 ## begin gnulib module close-stream
128
129 libgnu_a_SOURCES += close-stream.c
130
131 EXTRA_DIST += close-stream.h
132
133 ## end gnulib module close-stream
134
135 ## begin gnulib module crypto/md5
136
137 libgnu_a_SOURCES += md5.c
138
139 EXTRA_DIST += md5.h
140
141 ## end gnulib module crypto/md5
142
143 ## begin gnulib module crypto/sha1
144
145 libgnu_a_SOURCES += sha1.c
146
147 EXTRA_DIST += sha1.h
148
149 ## end gnulib module crypto/sha1
150
151 ## begin gnulib module crypto/sha256
152
153 libgnu_a_SOURCES += sha256.c
154
155 EXTRA_DIST += sha256.h
156
157 ## end gnulib module crypto/sha256
158
159 ## begin gnulib module crypto/sha512
160
161 libgnu_a_SOURCES += sha512.c
162
163 EXTRA_DIST += sha512.h
164
165 ## end gnulib module crypto/sha512
166
167 ## begin gnulib module dirent
168
169 BUILT_SOURCES += dirent.h
170
171 # We need the following in order to create <dirent.h> when the system
172 # doesn't have one that works with the given compiler.
173 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
174 $(AM_V_GEN)rm -f $@-t $@ && \
175 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
176 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
177 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
178 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
179 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
180 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
181 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
182 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
183 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
184 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
185 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
186 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
187 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
188 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
189 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
190 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
191 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
192 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
193 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
194 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
195 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
196 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
197 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
198 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
199 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
200 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
201 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
202 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
203 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
204 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
205 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
206 < $(srcdir)/dirent.in.h; \
207 } > $@-t && \
208 mv $@-t $@
209 MOSTLYCLEANFILES += dirent.h dirent.h-t
210
211 EXTRA_DIST += dirent.in.h
212
213 ## end gnulib module dirent
214
215 ## begin gnulib module dosname
216
217 if gl_GNULIB_ENABLED_dosname
218
219 endif
220 EXTRA_DIST += dosname.h
221
222 ## end gnulib module dosname
223
224 ## begin gnulib module dtoastr
225
226 libgnu_a_SOURCES += dtoastr.c
227
228 EXTRA_DIST += ftoastr.c ftoastr.h
229
230 EXTRA_libgnu_a_SOURCES += ftoastr.c
231
232 ## end gnulib module dtoastr
233
234 ## begin gnulib module dtotimespec
235
236 libgnu_a_SOURCES += dtotimespec.c
237
238 ## end gnulib module dtotimespec
239
240 ## begin gnulib module dup2
241
242
243 EXTRA_DIST += dup2.c
244
245 EXTRA_libgnu_a_SOURCES += dup2.c
246
247 ## end gnulib module dup2
248
249 ## begin gnulib module errno
250
251 BUILT_SOURCES += $(ERRNO_H)
252
253 # We need the following in order to create <errno.h> when the system
254 # doesn't have one that is POSIX compliant.
255 if GL_GENERATE_ERRNO_H
256 errno.h: errno.in.h $(top_builddir)/config.status
257 $(AM_V_GEN)rm -f $@-t $@ && \
258 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
259 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
260 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
261 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
262 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
263 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
264 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
265 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
266 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
267 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
268 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
269 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
270 < $(srcdir)/errno.in.h; \
271 } > $@-t && \
272 mv $@-t $@
273 else
274 errno.h: $(top_builddir)/config.status
275 rm -f $@
276 endif
277 MOSTLYCLEANFILES += errno.h errno.h-t
278
279 EXTRA_DIST += errno.in.h
280
281 ## end gnulib module errno
282
283 ## begin gnulib module euidaccess
284
285 if gl_GNULIB_ENABLED_euidaccess
286
287 endif
288 EXTRA_DIST += euidaccess.c
289
290 EXTRA_libgnu_a_SOURCES += euidaccess.c
291
292 ## end gnulib module euidaccess
293
294 ## begin gnulib module execinfo
295
296 BUILT_SOURCES += $(EXECINFO_H)
297
298 # We need the following in order to create <execinfo.h> when the system
299 # doesn't have one that works.
300 if GL_GENERATE_EXECINFO_H
301 execinfo.h: execinfo.in.h $(top_builddir)/config.status
302 $(AM_V_GEN)rm -f $@-t $@ && \
303 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
304 cat $(srcdir)/execinfo.in.h; \
305 } > $@-t && \
306 mv $@-t $@
307 else
308 execinfo.h: $(top_builddir)/config.status
309 rm -f $@
310 endif
311 MOSTLYCLEANFILES += execinfo.h execinfo.h-t
312
313 EXTRA_DIST += execinfo.c execinfo.in.h
314
315 EXTRA_libgnu_a_SOURCES += execinfo.c
316
317 ## end gnulib module execinfo
318
319 ## begin gnulib module faccessat
320
321
322 EXTRA_DIST += at-func.c faccessat.c
323
324 EXTRA_libgnu_a_SOURCES += at-func.c faccessat.c
325
326 ## end gnulib module faccessat
327
328 ## begin gnulib module fcntl
329
330
331 EXTRA_DIST += fcntl.c
332
333 EXTRA_libgnu_a_SOURCES += fcntl.c
334
335 ## end gnulib module fcntl
336
337 ## begin gnulib module fcntl-h
338
339 BUILT_SOURCES += fcntl.h
340
341 # We need the following in order to create <fcntl.h> when the system
342 # doesn't have one that works with the given compiler.
343 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
344 $(AM_V_GEN)rm -f $@-t $@ && \
345 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
346 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
347 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
348 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
349 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
350 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
351 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
352 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
353 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
354 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
355 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
356 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
357 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
358 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
359 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
360 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
361 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
362 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
363 < $(srcdir)/fcntl.in.h; \
364 } > $@-t && \
365 mv $@-t $@
366 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
367
368 EXTRA_DIST += fcntl.in.h
369
370 ## end gnulib module fcntl-h
371
372 ## begin gnulib module fdatasync
373
374
375 EXTRA_DIST += fdatasync.c
376
377 EXTRA_libgnu_a_SOURCES += fdatasync.c
378
379 ## end gnulib module fdatasync
380
381 ## begin gnulib module fdopendir
382
383
384 EXTRA_DIST += fdopendir.c
385
386 EXTRA_libgnu_a_SOURCES += fdopendir.c
387
388 ## end gnulib module fdopendir
389
390 ## begin gnulib module filemode
391
392 libgnu_a_SOURCES += filemode.c
393
394 EXTRA_DIST += filemode.h
395
396 ## end gnulib module filemode
397
398 ## begin gnulib module fpending
399
400
401 EXTRA_DIST += fpending.c fpending.h
402
403 EXTRA_libgnu_a_SOURCES += fpending.c
404
405 ## end gnulib module fpending
406
407 ## begin gnulib module fstatat
408
409
410 EXTRA_DIST += at-func.c fstatat.c
411
412 EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
413
414 ## end gnulib module fstatat
415
416 ## begin gnulib module fsync
417
418
419 EXTRA_DIST += fsync.c
420
421 EXTRA_libgnu_a_SOURCES += fsync.c
422
423 ## end gnulib module fsync
424
425 ## begin gnulib module getdtablesize
426
427 if gl_GNULIB_ENABLED_getdtablesize
428
429 endif
430 EXTRA_DIST += getdtablesize.c
431
432 EXTRA_libgnu_a_SOURCES += getdtablesize.c
433
434 ## end gnulib module getdtablesize
435
436 ## begin gnulib module getgroups
437
438 if gl_GNULIB_ENABLED_getgroups
439
440 endif
441 EXTRA_DIST += getgroups.c
442
443 EXTRA_libgnu_a_SOURCES += getgroups.c
444
445 ## end gnulib module getgroups
446
447 ## begin gnulib module getloadavg
448
449
450 EXTRA_DIST += getloadavg.c
451
452 EXTRA_libgnu_a_SOURCES += getloadavg.c
453
454 ## end gnulib module getloadavg
455
456 ## begin gnulib module getopt-posix
457
458 BUILT_SOURCES += $(GETOPT_H)
459
460 # We need the following in order to create <getopt.h> when the system
461 # doesn't have one that works with the given compiler.
462 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
463 $(AM_V_GEN)rm -f $@-t $@ && \
464 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
465 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
466 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
467 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
468 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
469 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
470 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
471 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
472 < $(srcdir)/getopt.in.h; \
473 } > $@-t && \
474 mv -f $@-t $@
475 MOSTLYCLEANFILES += getopt.h getopt.h-t
476
477 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
478
479 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
480
481 ## end gnulib module getopt-posix
482
483 ## begin gnulib module gettext-h
484
485 if gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36
486 libgnu_a_SOURCES += gettext.h
487
488 endif
489 ## end gnulib module gettext-h
490
491 ## begin gnulib module gettime
492
493 libgnu_a_SOURCES += gettime.c
494
495 ## end gnulib module gettime
496
497 ## begin gnulib module gettimeofday
498
499
500 EXTRA_DIST += gettimeofday.c
501
502 EXTRA_libgnu_a_SOURCES += gettimeofday.c
503
504 ## end gnulib module gettimeofday
505
506 ## begin gnulib module group-member
507
508 if gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1
509
510 endif
511 EXTRA_DIST += group-member.c
512
513 EXTRA_libgnu_a_SOURCES += group-member.c
514
515 ## end gnulib module group-member
516
517 ## begin gnulib module intprops
518
519
520 EXTRA_DIST += intprops.h
521
522 ## end gnulib module intprops
523
524 ## begin gnulib module inttypes-incomplete
525
526 BUILT_SOURCES += inttypes.h
527
528 # We need the following in order to create <inttypes.h> when the system
529 # doesn't have one that works with the given compiler.
530 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
531 $(AM_V_GEN)rm -f $@-t $@ && \
532 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
533 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
534 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
535 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
536 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
537 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
538 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
539 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
540 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
541 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
542 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
543 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
544 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
545 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
546 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
547 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
548 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
549 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
550 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
551 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
552 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
553 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
554 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
555 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
556 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
557 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
558 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
559 < $(srcdir)/inttypes.in.h; \
560 } > $@-t && \
561 mv $@-t $@
562 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
563
564 EXTRA_DIST += inttypes.in.h
565
566 ## end gnulib module inttypes-incomplete
567
568 ## begin gnulib module lstat
569
570
571 EXTRA_DIST += lstat.c
572
573 EXTRA_libgnu_a_SOURCES += lstat.c
574
575 ## end gnulib module lstat
576
577 ## begin gnulib module memrchr
578
579
580 EXTRA_DIST += memrchr.c
581
582 EXTRA_libgnu_a_SOURCES += memrchr.c
583
584 ## end gnulib module memrchr
585
586 ## begin gnulib module mkostemp
587
588
589 EXTRA_DIST += mkostemp.c
590
591 EXTRA_libgnu_a_SOURCES += mkostemp.c
592
593 ## end gnulib module mkostemp
594
595 ## begin gnulib module mktime
596
597
598 EXTRA_DIST += mktime-internal.h mktime.c
599
600 EXTRA_libgnu_a_SOURCES += mktime.c
601
602 ## end gnulib module mktime
603
604 ## begin gnulib module openat-h
605
606 if gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7
607
608 endif
609 EXTRA_DIST += openat.h
610
611 ## end gnulib module openat-h
612
613 ## begin gnulib module pathmax
614
615 if gl_GNULIB_ENABLED_pathmax
616
617 endif
618 EXTRA_DIST += pathmax.h
619
620 ## end gnulib module pathmax
621
622 ## begin gnulib module pipe2
623
624 libgnu_a_SOURCES += pipe2.c
625
626 ## end gnulib module pipe2
627
628 ## begin gnulib module pselect
629
630
631 EXTRA_DIST += pselect.c
632
633 EXTRA_libgnu_a_SOURCES += pselect.c
634
635 ## end gnulib module pselect
636
637 ## begin gnulib module pthread_sigmask
638
639
640 EXTRA_DIST += pthread_sigmask.c
641
642 EXTRA_libgnu_a_SOURCES += pthread_sigmask.c
643
644 ## end gnulib module pthread_sigmask
645
646 ## begin gnulib module putenv
647
648
649 EXTRA_DIST += putenv.c
650
651 EXTRA_libgnu_a_SOURCES += putenv.c
652
653 ## end gnulib module putenv
654
655 ## begin gnulib module qacl
656
657 libgnu_a_SOURCES += acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c
658
659 EXTRA_DIST += acl-internal.h acl.h acl_entries.c
660
661 EXTRA_libgnu_a_SOURCES += acl_entries.c
662
663 ## end gnulib module qacl
664
665 ## begin gnulib module readlink
666
667
668 EXTRA_DIST += readlink.c
669
670 EXTRA_libgnu_a_SOURCES += readlink.c
671
672 ## end gnulib module readlink
673
674 ## begin gnulib module readlinkat
675
676
677 EXTRA_DIST += at-func.c readlinkat.c
678
679 EXTRA_libgnu_a_SOURCES += at-func.c readlinkat.c
680
681 ## end gnulib module readlinkat
682
683 ## begin gnulib module root-uid
684
685 if gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c
686
687 endif
688 EXTRA_DIST += root-uid.h
689
690 ## end gnulib module root-uid
691
692 ## begin gnulib module secure_getenv
693
694 if gl_GNULIB_ENABLED_secure_getenv
695
696 endif
697 EXTRA_DIST += secure_getenv.c
698
699 EXTRA_libgnu_a_SOURCES += secure_getenv.c
700
701 ## end gnulib module secure_getenv
702
703 ## begin gnulib module sig2str
704
705
706 EXTRA_DIST += sig2str.c sig2str.h
707
708 EXTRA_libgnu_a_SOURCES += sig2str.c
709
710 ## end gnulib module sig2str
711
712 ## begin gnulib module signal-h
713
714 BUILT_SOURCES += signal.h
715
716 # We need the following in order to create <signal.h> when the system
717 # doesn't have a complete one.
718 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
719 $(AM_V_GEN)rm -f $@-t $@ && \
720 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
721 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
722 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
723 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
724 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
725 -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
726 -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
727 -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
728 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
729 -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
730 -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
731 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
732 -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
733 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
734 -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
735 -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
736 -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
737 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
738 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
739 -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
740 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
741 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
742 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
743 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
744 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
745 < $(srcdir)/signal.in.h; \
746 } > $@-t && \
747 mv $@-t $@
748 MOSTLYCLEANFILES += signal.h signal.h-t
749
750 EXTRA_DIST += signal.in.h
751
752 ## end gnulib module signal-h
753
754 ## begin gnulib module snippet/_Noreturn
755
756 # Because this Makefile snippet defines a variable used by other
757 # gnulib Makefile snippets, it must be present in all Makefile.am that
758 # need it. This is ensured by the applicability 'all' defined above.
759
760 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
761
762 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
763
764 ## end gnulib module snippet/_Noreturn
765
766 ## begin gnulib module snippet/arg-nonnull
767
768 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
769 # statements but through direct file reference. Therefore this snippet must be
770 # present in all Makefile.am that need it. This is ensured by the applicability
771 # 'all' defined above.
772
773 BUILT_SOURCES += arg-nonnull.h
774 # The arg-nonnull.h that gets inserted into generated .h files is the same as
775 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
776 # off.
777 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
778 $(AM_V_GEN)rm -f $@-t $@ && \
779 sed -n -e '/GL_ARG_NONNULL/,$$p' \
780 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
781 > $@-t && \
782 mv $@-t $@
783 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
784
785 ARG_NONNULL_H=arg-nonnull.h
786
787 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
788
789 ## end gnulib module snippet/arg-nonnull
790
791 ## begin gnulib module snippet/c++defs
792
793 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
794 # statements but through direct file reference. Therefore this snippet must be
795 # present in all Makefile.am that need it. This is ensured by the applicability
796 # 'all' defined above.
797
798 BUILT_SOURCES += c++defs.h
799 # The c++defs.h that gets inserted into generated .h files is the same as
800 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
801 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
802 $(AM_V_GEN)rm -f $@-t $@ && \
803 sed -n -e '/_GL_CXXDEFS/,$$p' \
804 < $(top_srcdir)/build-aux/snippet/c++defs.h \
805 > $@-t && \
806 mv $@-t $@
807 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
808
809 CXXDEFS_H=c++defs.h
810
811 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
812
813 ## end gnulib module snippet/c++defs
814
815 ## begin gnulib module snippet/warn-on-use
816
817 BUILT_SOURCES += warn-on-use.h
818 # The warn-on-use.h that gets inserted into generated .h files is the same as
819 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
820 # off.
821 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
822 $(AM_V_GEN)rm -f $@-t $@ && \
823 sed -n -e '/^.ifndef/,$$p' \
824 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
825 > $@-t && \
826 mv $@-t $@
827 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
828
829 WARN_ON_USE_H=warn-on-use.h
830
831 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
832
833 ## end gnulib module snippet/warn-on-use
834
835 ## begin gnulib module stat
836
837 if gl_GNULIB_ENABLED_stat
838
839 endif
840 EXTRA_DIST += stat.c
841
842 EXTRA_libgnu_a_SOURCES += stat.c
843
844 ## end gnulib module stat
845
846 ## begin gnulib module stat-time
847
848 libgnu_a_SOURCES += stat-time.c
849
850 EXTRA_DIST += stat-time.h
851
852 ## end gnulib module stat-time
853
854 ## begin gnulib module stdalign
855
856 BUILT_SOURCES += $(STDALIGN_H)
857
858 # We need the following in order to create <stdalign.h> when the system
859 # doesn't have one that works.
860 if GL_GENERATE_STDALIGN_H
861 stdalign.h: stdalign.in.h $(top_builddir)/config.status
862 $(AM_V_GEN)rm -f $@-t $@ && \
863 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
864 cat $(srcdir)/stdalign.in.h; \
865 } > $@-t && \
866 mv $@-t $@
867 else
868 stdalign.h: $(top_builddir)/config.status
869 rm -f $@
870 endif
871 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
872
873 EXTRA_DIST += stdalign.in.h
874
875 ## end gnulib module stdalign
876
877 ## begin gnulib module stdarg
878
879 BUILT_SOURCES += $(STDARG_H)
880
881 # We need the following in order to create <stdarg.h> when the system
882 # doesn't have one that works with the given compiler.
883 if GL_GENERATE_STDARG_H
884 stdarg.h: stdarg.in.h $(top_builddir)/config.status
885 $(AM_V_GEN)rm -f $@-t $@ && \
886 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
887 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
888 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
889 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
890 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
891 -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
892 < $(srcdir)/stdarg.in.h; \
893 } > $@-t && \
894 mv $@-t $@
895 else
896 stdarg.h: $(top_builddir)/config.status
897 rm -f $@
898 endif
899 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
900
901 EXTRA_DIST += stdarg.in.h
902
903 ## end gnulib module stdarg
904
905 ## begin gnulib module stdbool
906
907 BUILT_SOURCES += $(STDBOOL_H)
908
909 # We need the following in order to create <stdbool.h> when the system
910 # doesn't have one that works.
911 if GL_GENERATE_STDBOOL_H
912 stdbool.h: stdbool.in.h $(top_builddir)/config.status
913 $(AM_V_GEN)rm -f $@-t $@ && \
914 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
915 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
916 } > $@-t && \
917 mv $@-t $@
918 else
919 stdbool.h: $(top_builddir)/config.status
920 rm -f $@
921 endif
922 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
923
924 EXTRA_DIST += stdbool.in.h
925
926 ## end gnulib module stdbool
927
928 ## begin gnulib module stddef
929
930 BUILT_SOURCES += $(STDDEF_H)
931
932 # We need the following in order to create <stddef.h> when the system
933 # doesn't have one that works with the given compiler.
934 if GL_GENERATE_STDDEF_H
935 stddef.h: stddef.in.h $(top_builddir)/config.status
936 $(AM_V_GEN)rm -f $@-t $@ && \
937 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
938 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
939 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
940 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
941 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
942 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
943 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
944 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
945 < $(srcdir)/stddef.in.h; \
946 } > $@-t && \
947 mv $@-t $@
948 else
949 stddef.h: $(top_builddir)/config.status
950 rm -f $@
951 endif
952 MOSTLYCLEANFILES += stddef.h stddef.h-t
953
954 EXTRA_DIST += stddef.in.h
955
956 ## end gnulib module stddef
957
958 ## begin gnulib module stdint
959
960 BUILT_SOURCES += $(STDINT_H)
961
962 # We need the following in order to create <stdint.h> when the system
963 # doesn't have one that works with the given compiler.
964 if GL_GENERATE_STDINT_H
965 stdint.h: stdint.in.h $(top_builddir)/config.status
966 $(AM_V_GEN)rm -f $@-t $@ && \
967 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
968 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
969 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
970 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
971 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
972 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
973 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
974 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
975 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
976 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
977 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
978 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
979 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
980 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
981 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
982 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
983 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
984 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
985 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
986 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
987 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
988 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
989 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
990 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
991 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
992 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
993 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
994 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
995 < $(srcdir)/stdint.in.h; \
996 } > $@-t && \
997 mv $@-t $@
998 else
999 stdint.h: $(top_builddir)/config.status
1000 rm -f $@
1001 endif
1002 MOSTLYCLEANFILES += stdint.h stdint.h-t
1003
1004 EXTRA_DIST += stdint.in.h
1005
1006 ## end gnulib module stdint
1007
1008 ## begin gnulib module stdio
1009
1010 BUILT_SOURCES += stdio.h
1011
1012 # We need the following in order to create <stdio.h> when the system
1013 # doesn't have one that works with the given compiler.
1014 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1015 $(AM_V_GEN)rm -f $@-t $@ && \
1016 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1017 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1018 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1019 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1020 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1021 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1022 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1023 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1024 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1025 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1026 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1027 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1028 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1029 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1030 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1031 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1032 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1033 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1034 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1035 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1036 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1037 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1038 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1039 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1040 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1041 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1042 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1043 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1044 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1045 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1046 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1047 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1048 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1049 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1050 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1051 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1052 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1053 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1054 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1055 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1056 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1057 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1058 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1059 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1060 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1061 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1062 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1063 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1064 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1065 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1066 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1067 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1068 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1069 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1070 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1071 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1072 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1073 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1074 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1075 < $(srcdir)/stdio.in.h | \
1076 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1077 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1078 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1079 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1080 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1081 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1082 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1083 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1084 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1085 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1086 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1087 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1088 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1089 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1090 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1091 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1092 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1093 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1094 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1095 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1096 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1097 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1098 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1099 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1100 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1101 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1102 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1103 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1104 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1105 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1106 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1107 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1108 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1109 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1110 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1111 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1112 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1113 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1114 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1115 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1116 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1117 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1118 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1119 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1120 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1121 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1122 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1123 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1124 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1125 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1126 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1127 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1128 } > $@-t && \
1129 mv $@-t $@
1130 MOSTLYCLEANFILES += stdio.h stdio.h-t
1131
1132 EXTRA_DIST += stdio.in.h
1133
1134 ## end gnulib module stdio
1135
1136 ## begin gnulib module stdlib
1137
1138 BUILT_SOURCES += stdlib.h
1139
1140 # We need the following in order to create <stdlib.h> when the system
1141 # doesn't have one that works with the given compiler.
1142 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1143 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1144 $(AM_V_GEN)rm -f $@-t $@ && \
1145 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1146 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1147 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1148 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1149 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1150 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1151 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
1152 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
1153 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
1154 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
1155 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
1156 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
1157 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
1158 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
1159 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
1160 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
1161 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
1162 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
1163 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
1164 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
1165 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
1166 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
1167 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
1168 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
1169 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
1170 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
1171 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1172 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1173 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1174 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1175 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1176 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1177 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
1178 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
1179 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
1180 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
1181 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
1182 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
1183 < $(srcdir)/stdlib.in.h | \
1184 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1185 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1186 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1187 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1188 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1189 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1190 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1191 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1192 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1193 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1194 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1195 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
1196 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1197 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
1198 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
1199 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1200 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1201 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1202 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1203 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1204 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1205 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1206 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1207 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1208 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1209 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1210 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1211 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1212 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1213 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1214 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1215 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1216 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1217 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
1218 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
1219 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1220 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
1221 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1222 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1223 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1224 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1225 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1226 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1227 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1228 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1229 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1230 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1231 } > $@-t && \
1232 mv $@-t $@
1233 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1234
1235 EXTRA_DIST += stdlib.in.h
1236
1237 ## end gnulib module stdlib
1238
1239 ## begin gnulib module strftime
1240
1241 libgnu_a_SOURCES += strftime.c
1242
1243 EXTRA_DIST += strftime.h
1244
1245 ## end gnulib module strftime
1246
1247 ## begin gnulib module string
1248
1249 BUILT_SOURCES += string.h
1250
1251 # We need the following in order to create <string.h> when the system
1252 # doesn't have one that works with the given compiler.
1253 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1254 $(AM_V_GEN)rm -f $@-t $@ && \
1255 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1256 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1257 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1258 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1259 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1260 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1261 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1262 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1263 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1264 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1265 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1266 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1267 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1268 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1269 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1270 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1271 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1272 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1273 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1274 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1275 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1276 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1277 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1278 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1279 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1280 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1281 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1282 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1283 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1284 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1285 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1286 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1287 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1288 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1289 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1290 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1291 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1292 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1293 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1294 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1295 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1296 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1297 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1298 < $(srcdir)/string.in.h | \
1299 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1300 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1301 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1302 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1303 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1304 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1305 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1306 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1307 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1308 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1309 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1310 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1311 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1312 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1313 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1314 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1315 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1316 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1317 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1318 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1319 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1320 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1321 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1322 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1323 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1324 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1325 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1326 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1327 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1328 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1329 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1330 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1331 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1332 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1333 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1334 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1335 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1336 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1337 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1338 < $(srcdir)/string.in.h; \
1339 } > $@-t && \
1340 mv $@-t $@
1341 MOSTLYCLEANFILES += string.h string.h-t
1342
1343 EXTRA_DIST += string.in.h
1344
1345 ## end gnulib module string
1346
1347 ## begin gnulib module strtoimax
1348
1349
1350 EXTRA_DIST += strtoimax.c
1351
1352 EXTRA_libgnu_a_SOURCES += strtoimax.c
1353
1354 ## end gnulib module strtoimax
1355
1356 ## begin gnulib module strtoll
1357
1358 if gl_GNULIB_ENABLED_strtoll
1359
1360 endif
1361 EXTRA_DIST += strtol.c strtoll.c
1362
1363 EXTRA_libgnu_a_SOURCES += strtol.c strtoll.c
1364
1365 ## end gnulib module strtoll
1366
1367 ## begin gnulib module strtoull
1368
1369 if gl_GNULIB_ENABLED_strtoull
1370
1371 endif
1372 EXTRA_DIST += strtol.c strtoul.c strtoull.c
1373
1374 EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
1375
1376 ## end gnulib module strtoull
1377
1378 ## begin gnulib module strtoumax
1379
1380
1381 EXTRA_DIST += strtoimax.c strtoumax.c
1382
1383 EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
1384
1385 ## end gnulib module strtoumax
1386
1387 ## begin gnulib module symlink
1388
1389
1390 EXTRA_DIST += symlink.c
1391
1392 EXTRA_libgnu_a_SOURCES += symlink.c
1393
1394 ## end gnulib module symlink
1395
1396 ## begin gnulib module sys_select
1397
1398 BUILT_SOURCES += sys/select.h
1399
1400 # We need the following in order to create <sys/select.h> when the system
1401 # doesn't have one that works with the given compiler.
1402 sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
1403 $(AM_V_at)$(MKDIR_P) sys
1404 $(AM_V_GEN)rm -f $@-t $@ && \
1405 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1406 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1407 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1408 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1409 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1410 -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \
1411 -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
1412 -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \
1413 -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \
1414 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1415 -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \
1416 -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \
1417 -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \
1418 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1419 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1420 < $(srcdir)/sys_select.in.h; \
1421 } > $@-t && \
1422 mv $@-t $@
1423 MOSTLYCLEANFILES += sys/select.h sys/select.h-t
1424 MOSTLYCLEANDIRS += sys
1425
1426 EXTRA_DIST += sys_select.in.h
1427
1428 ## end gnulib module sys_select
1429
1430 ## begin gnulib module sys_stat
1431
1432 BUILT_SOURCES += sys/stat.h
1433
1434 # We need the following in order to create <sys/stat.h> when the system
1435 # has one that is incomplete.
1436 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1437 $(AM_V_at)$(MKDIR_P) sys
1438 $(AM_V_GEN)rm -f $@-t $@ && \
1439 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1440 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1441 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1442 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1443 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1444 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1445 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
1446 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
1447 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
1448 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
1449 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
1450 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
1451 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
1452 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
1453 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
1454 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
1455 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
1456 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
1457 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
1458 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
1459 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1460 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1461 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1462 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1463 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1464 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1465 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1466 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1467 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1468 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1469 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1470 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1471 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1472 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1473 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1474 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1475 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1476 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1477 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1478 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1479 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1480 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1481 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1482 < $(srcdir)/sys_stat.in.h; \
1483 } > $@-t && \
1484 mv $@-t $@
1485 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1486 MOSTLYCLEANDIRS += sys
1487
1488 EXTRA_DIST += sys_stat.in.h
1489
1490 ## end gnulib module sys_stat
1491
1492 ## begin gnulib module sys_time
1493
1494 BUILT_SOURCES += sys/time.h
1495
1496 # We need the following in order to create <sys/time.h> when the system
1497 # doesn't have one that works with the given compiler.
1498 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1499 $(AM_V_at)$(MKDIR_P) sys
1500 $(AM_V_GEN)rm -f $@-t $@ && \
1501 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1502 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1503 -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1504 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1505 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1506 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1507 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1508 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1509 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1510 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1511 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1512 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1513 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
1514 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1515 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1516 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1517 < $(srcdir)/sys_time.in.h; \
1518 } > $@-t && \
1519 mv $@-t $@
1520 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1521
1522 EXTRA_DIST += sys_time.in.h
1523
1524 ## end gnulib module sys_time
1525
1526 ## begin gnulib module tempname
1527
1528 if gl_GNULIB_ENABLED_tempname
1529 libgnu_a_SOURCES += tempname.c
1530
1531 endif
1532 EXTRA_DIST += tempname.h
1533
1534 ## end gnulib module tempname
1535
1536 ## begin gnulib module time
1537
1538 BUILT_SOURCES += time.h
1539
1540 # We need the following in order to create <time.h> when the system
1541 # doesn't have one that works with the given compiler.
1542 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1543 $(AM_V_GEN)rm -f $@-t $@ && \
1544 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1545 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1546 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1547 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1548 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1549 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1550 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1551 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1552 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1553 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1554 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1555 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1556 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1557 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1558 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1559 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1560 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1561 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1562 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1563 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1564 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1565 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1566 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1567 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1568 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1569 < $(srcdir)/time.in.h; \
1570 } > $@-t && \
1571 mv $@-t $@
1572 MOSTLYCLEANFILES += time.h time.h-t
1573
1574 EXTRA_DIST += time.in.h
1575
1576 ## end gnulib module time
1577
1578 ## begin gnulib module time_r
1579
1580
1581 EXTRA_DIST += time_r.c
1582
1583 EXTRA_libgnu_a_SOURCES += time_r.c
1584
1585 ## end gnulib module time_r
1586
1587 ## begin gnulib module timespec
1588
1589 libgnu_a_SOURCES += timespec.c
1590
1591 EXTRA_DIST += timespec.h
1592
1593 ## end gnulib module timespec
1594
1595 ## begin gnulib module timespec-add
1596
1597 libgnu_a_SOURCES += timespec-add.c
1598
1599 ## end gnulib module timespec-add
1600
1601 ## begin gnulib module timespec-sub
1602
1603 libgnu_a_SOURCES += timespec-sub.c
1604
1605 ## end gnulib module timespec-sub
1606
1607 ## begin gnulib module u64
1608
1609 libgnu_a_SOURCES += u64.c
1610
1611 EXTRA_DIST += u64.h
1612
1613 ## end gnulib module u64
1614
1615 ## begin gnulib module unistd
1616
1617 BUILT_SOURCES += unistd.h
1618 libgnu_a_SOURCES += unistd.c
1619
1620 # We need the following in order to create an empty placeholder for
1621 # <unistd.h> when the system doesn't have one.
1622 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1623 $(AM_V_GEN)rm -f $@-t $@ && \
1624 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1625 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1626 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1627 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1628 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1629 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1630 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1631 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1632 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1633 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1634 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1635 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1636 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1637 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1638 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1639 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1640 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1641 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1642 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1643 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1644 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1645 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1646 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1647 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1648 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1649 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1650 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1651 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1652 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1653 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1654 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1655 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1656 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1657 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1658 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1659 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1660 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1661 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1662 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1663 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1664 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1665 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1666 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1667 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1668 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1669 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1670 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1671 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1672 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1673 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1674 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1675 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1676 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1677 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1678 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1679 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1680 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1681 < $(srcdir)/unistd.in.h | \
1682 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1683 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1684 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1685 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1686 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1687 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1688 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1689 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1690 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1691 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1692 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1693 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1694 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1695 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1696 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1697 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1698 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1699 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1700 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1701 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1702 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1703 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1704 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1705 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1706 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1707 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1708 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1709 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1710 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1711 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1712 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1713 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1714 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1715 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1716 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1717 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1718 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1719 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1720 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1721 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1722 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1723 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1724 | \
1725 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1726 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1727 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1728 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1729 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1730 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1731 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1732 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1733 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
1734 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1735 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1736 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1737 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1738 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1739 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1740 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1741 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1742 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1743 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1744 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1745 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1746 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1747 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1748 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1749 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1750 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1751 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1752 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1753 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1754 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1755 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1756 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1757 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1758 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1759 } > $@-t && \
1760 mv $@-t $@
1761 MOSTLYCLEANFILES += unistd.h unistd.h-t
1762
1763 EXTRA_DIST += unistd.in.h
1764
1765 ## end gnulib module unistd
1766
1767 ## begin gnulib module unsetenv
1768
1769
1770 EXTRA_DIST += unsetenv.c
1771
1772 EXTRA_libgnu_a_SOURCES += unsetenv.c
1773
1774 ## end gnulib module unsetenv
1775
1776 ## begin gnulib module utimens
1777
1778 libgnu_a_SOURCES += utimens.c
1779
1780 EXTRA_DIST += utimens.h
1781
1782 ## end gnulib module utimens
1783
1784 ## begin gnulib module verify
1785
1786
1787 EXTRA_DIST += verify.h
1788
1789 ## end gnulib module verify
1790
1791 ## begin gnulib module xalloc-oversized
1792
1793 if gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec
1794
1795 endif
1796 EXTRA_DIST += xalloc-oversized.h
1797
1798 ## end gnulib module xalloc-oversized
1799
1800
1801 mostlyclean-local: mostlyclean-generic
1802 @for dir in '' $(MOSTLYCLEANDIRS); do \
1803 if test -n "$$dir" && test -d $$dir; then \
1804 echo "rmdir $$dir"; rmdir $$dir; \
1805 fi; \
1806 done; \
1807 :