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