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