gnulib: update to 776af40e0
[deliverable/binutils-gdb.git] / gnulib / import / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2021 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 <https://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:
25 # gnulib-tool --import \
26 # --lib=libgnu \
27 # --source-base=import \
28 # --m4-base=import/m4 \
29 # --doc-base=doc \
30 # --tests-base=tests \
31 # --aux-dir=import/extra \
32 # --no-conditional-dependencies \
33 # --no-libtool \
34 # --macro-prefix=gl \
35 # --no-vc-files \
36 # alloca \
37 # canonicalize-lgpl \
38 # count-one-bits \
39 # dirent \
40 # dirfd \
41 # errno \
42 # fnmatch-gnu \
43 # frexpl \
44 # getcwd \
45 # gettimeofday \
46 # glob \
47 # inet_ntop \
48 # inttypes \
49 # limits-h \
50 # lstat \
51 # memchr \
52 # memmem \
53 # mkdir \
54 # mkdtemp \
55 # mkostemp \
56 # pathmax \
57 # rawmemchr \
58 # readlink \
59 # rename \
60 # setenv \
61 # signal-h \
62 # strchrnul \
63 # strerror_r-posix \
64 # strstr \
65 # strtok_r \
66 # sys_stat \
67 # time_r \
68 # unistd \
69 # unsetenv \
70 # update-copyright \
71 # wchar \
72 # wctype-h
73
74 AUTOMAKE_OPTIONS = 1.11 gnits subdir-objects
75
76 SUBDIRS =
77 noinst_HEADERS =
78 noinst_LIBRARIES =
79 noinst_LTLIBRARIES =
80 EXTRA_DIST =
81 BUILT_SOURCES =
82 SUFFIXES =
83 MOSTLYCLEANFILES = core *.stackdump
84 MOSTLYCLEANDIRS =
85 CLEANFILES =
86 DISTCLEANFILES =
87 MAINTAINERCLEANFILES =
88 # No GNU Make output.
89 EXTRA_DIST += m4/gnulib-cache.m4
90
91 AM_CPPFLAGS =
92 AM_CFLAGS =
93
94 noinst_LIBRARIES += libgnu.a
95
96 libgnu_a_SOURCES =
97 libgnu_a_LIBADD = $(gl_LIBOBJS)
98 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
99 EXTRA_libgnu_a_SOURCES =
100
101 ## begin gnulib module absolute-header
102
103 # Use this preprocessor expression to decide whether #include_next works.
104 # Do not rely on a 'configure'-time test for this, since the expression
105 # might appear in an installed header, which is used by some other compiler.
106 HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
107
108 ## end gnulib module absolute-header
109
110 ## begin gnulib module alloca
111
112
113 libgnu_a_LIBADD += @ALLOCA@
114 libgnu_a_DEPENDENCIES += @ALLOCA@
115 EXTRA_DIST += alloca.c
116
117 EXTRA_libgnu_a_SOURCES += alloca.c
118
119 ## end gnulib module alloca
120
121 ## begin gnulib module alloca-opt
122
123 BUILT_SOURCES += $(ALLOCA_H)
124
125 # We need the following in order to create <alloca.h> when the system
126 # doesn't have one that works with the given compiler.
127 if GL_GENERATE_ALLOCA_H
128 alloca.h: alloca.in.h $(top_builddir)/config.status
129 $(AM_V_GEN)rm -f $@-t $@ && \
130 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
131 sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
132 } > $@-t && \
133 mv -f $@-t $@
134 else
135 alloca.h: $(top_builddir)/config.status
136 rm -f $@
137 endif
138 MOSTLYCLEANFILES += alloca.h alloca.h-t
139
140 EXTRA_DIST += alloca.in.h
141
142 ## end gnulib module alloca-opt
143
144 ## begin gnulib module arpa_inet
145
146 BUILT_SOURCES += arpa/inet.h
147
148 # We need the following in order to create <arpa/inet.h> when the system
149 # doesn't have one.
150 arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
151 $(AM_V_at)$(MKDIR_P) arpa
152 $(AM_V_GEN)rm -f $@-t $@ && \
153 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
154 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
155 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
156 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
157 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
158 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
159 -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
160 -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
161 -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \
162 -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \
163 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
164 -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
165 -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
166 -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \
167 -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \
168 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
169 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
170 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
171 < $(srcdir)/arpa_inet.in.h; \
172 } > $@-t && \
173 mv $@-t $@
174 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
175 MOSTLYCLEANDIRS += arpa
176
177 EXTRA_DIST += arpa_inet.in.h
178
179 ## end gnulib module arpa_inet
180
181 ## begin gnulib module assure
182
183
184 EXTRA_DIST += assure.h
185
186 ## end gnulib module assure
187
188 ## begin gnulib module at-internal
189
190 libgnu_a_SOURCES += openat-priv.h openat-proc.c
191
192 ## end gnulib module at-internal
193
194 ## begin gnulib module attribute
195
196
197 EXTRA_DIST += attribute.h
198
199 ## end gnulib module attribute
200
201 ## begin gnulib module basename-lgpl
202
203 libgnu_a_SOURCES += basename-lgpl.c
204
205 EXTRA_DIST += basename-lgpl.h
206
207 ## end gnulib module basename-lgpl
208
209 ## begin gnulib module btowc
210
211
212 EXTRA_DIST += btowc.c
213
214 EXTRA_libgnu_a_SOURCES += btowc.c
215
216 ## end gnulib module btowc
217
218 ## begin gnulib module canonicalize-lgpl
219
220
221 EXTRA_DIST += canonicalize-lgpl.c
222
223 EXTRA_libgnu_a_SOURCES += canonicalize-lgpl.c
224
225 ## end gnulib module canonicalize-lgpl
226
227 ## begin gnulib module chdir-long
228
229
230 EXTRA_DIST += chdir-long.c chdir-long.h
231
232 EXTRA_libgnu_a_SOURCES += chdir-long.c
233
234 ## end gnulib module chdir-long
235
236 ## begin gnulib module cloexec
237
238 libgnu_a_SOURCES += cloexec.c
239
240 EXTRA_DIST += cloexec.h
241
242 ## end gnulib module cloexec
243
244 ## begin gnulib module close
245
246
247 EXTRA_DIST += close.c
248
249 EXTRA_libgnu_a_SOURCES += close.c
250
251 ## end gnulib module close
252
253 ## begin gnulib module closedir
254
255
256 EXTRA_DIST += closedir.c dirent-private.h
257
258 EXTRA_libgnu_a_SOURCES += closedir.c
259
260 ## end gnulib module closedir
261
262 ## begin gnulib module count-one-bits
263
264 libgnu_a_SOURCES += count-one-bits.c
265
266 EXTRA_DIST += count-one-bits.h
267
268 ## end gnulib module count-one-bits
269
270 ## begin gnulib module ctype
271
272 BUILT_SOURCES += ctype.h
273
274 # We need the following in order to create <ctype.h> when the system
275 # doesn't have one that works with the given compiler.
276 ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
277 $(AM_V_GEN)rm -f $@-t $@ && \
278 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
279 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
280 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
281 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
282 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
283 -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
284 -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
285 -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
286 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
287 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
288 < $(srcdir)/ctype.in.h; \
289 } > $@-t && \
290 mv $@-t $@
291 MOSTLYCLEANFILES += ctype.h ctype.h-t
292
293 EXTRA_DIST += ctype.in.h
294
295 ## end gnulib module ctype
296
297 ## begin gnulib module dirent
298
299 BUILT_SOURCES += dirent.h
300
301 # We need the following in order to create <dirent.h> when the system
302 # doesn't have one that works with the given compiler.
303 dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
304 $(AM_V_GEN)rm -f $@-t $@ && \
305 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
306 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
307 -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
308 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
309 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
310 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
311 -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
312 -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
313 -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
314 -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
315 -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
316 -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
317 -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
318 -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
319 -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
320 -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
321 -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
322 -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
323 -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
324 -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
325 -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
326 -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
327 -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
328 -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
329 -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
330 -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
331 -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
332 -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
333 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
334 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
335 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
336 < $(srcdir)/dirent.in.h; \
337 } > $@-t && \
338 mv $@-t $@
339 MOSTLYCLEANFILES += dirent.h dirent.h-t
340
341 EXTRA_DIST += dirent.in.h
342
343 ## end gnulib module dirent
344
345 ## begin gnulib module dirfd
346
347
348 EXTRA_DIST += dirfd.c
349
350 EXTRA_libgnu_a_SOURCES += dirfd.c
351
352 ## end gnulib module dirfd
353
354 ## begin gnulib module dirname-lgpl
355
356 libgnu_a_SOURCES += dirname-lgpl.c stripslash.c
357
358 EXTRA_DIST += dirname.h
359
360 ## end gnulib module dirname-lgpl
361
362 ## begin gnulib module dup
363
364
365 EXTRA_DIST += dup.c
366
367 EXTRA_libgnu_a_SOURCES += dup.c
368
369 ## end gnulib module dup
370
371 ## begin gnulib module dup2
372
373
374 EXTRA_DIST += dup2.c
375
376 EXTRA_libgnu_a_SOURCES += dup2.c
377
378 ## end gnulib module dup2
379
380 ## begin gnulib module eloop-threshold
381
382
383 EXTRA_DIST += eloop-threshold.h
384
385 ## end gnulib module eloop-threshold
386
387 ## begin gnulib module errno
388
389 BUILT_SOURCES += $(ERRNO_H)
390
391 # We need the following in order to create <errno.h> when the system
392 # doesn't have one that is POSIX compliant.
393 if GL_GENERATE_ERRNO_H
394 errno.h: errno.in.h $(top_builddir)/config.status
395 $(AM_V_GEN)rm -f $@-t $@ && \
396 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
397 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
398 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
399 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
400 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
401 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
402 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
403 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
404 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
405 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
406 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
407 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
408 < $(srcdir)/errno.in.h; \
409 } > $@-t && \
410 mv $@-t $@
411 else
412 errno.h: $(top_builddir)/config.status
413 rm -f $@
414 endif
415 MOSTLYCLEANFILES += errno.h errno.h-t
416
417 EXTRA_DIST += errno.in.h
418
419 ## end gnulib module errno
420
421 ## begin gnulib module error
422
423
424 EXTRA_DIST += error.c error.h
425
426 EXTRA_libgnu_a_SOURCES += error.c
427
428 ## end gnulib module error
429
430 ## begin gnulib module exitfail
431
432 libgnu_a_SOURCES += exitfail.c
433
434 EXTRA_DIST += exitfail.h
435
436 ## end gnulib module exitfail
437
438 ## begin gnulib module fchdir
439
440
441 EXTRA_DIST += fchdir.c
442
443 EXTRA_libgnu_a_SOURCES += fchdir.c
444
445 ## end gnulib module fchdir
446
447 ## begin gnulib module fcntl
448
449
450 EXTRA_DIST += fcntl.c
451
452 EXTRA_libgnu_a_SOURCES += fcntl.c
453
454 ## end gnulib module fcntl
455
456 ## begin gnulib module fcntl-h
457
458 BUILT_SOURCES += fcntl.h
459
460 # We need the following in order to create <fcntl.h> when the system
461 # doesn't have one that works with the given compiler.
462 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
463 $(AM_V_GEN)rm -f $@-t $@ && \
464 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
465 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
466 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
467 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
468 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
469 -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
470 -e 's/@''GNULIB_CREAT''@/$(GNULIB_CREAT)/g' \
471 -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
472 -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
473 -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
474 -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
475 -e 's/@''GNULIB_MDA_CREAT''@/$(GNULIB_MDA_CREAT)/g' \
476 -e 's/@''GNULIB_MDA_OPEN''@/$(GNULIB_MDA_OPEN)/g' \
477 -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
478 -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
479 -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
480 -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
481 -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
482 -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
483 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
484 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
485 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
486 < $(srcdir)/fcntl.in.h; \
487 } > $@-t && \
488 mv $@-t $@
489 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
490
491 EXTRA_DIST += fcntl.in.h
492
493 ## end gnulib module fcntl-h
494
495 ## begin gnulib module fd-hook
496
497 libgnu_a_SOURCES += fd-hook.c
498
499 EXTRA_DIST += fd-hook.h
500
501 ## end gnulib module fd-hook
502
503 ## begin gnulib module fd-safer-flag
504
505 libgnu_a_SOURCES += fd-safer-flag.c dup-safer-flag.c
506
507 ## end gnulib module fd-safer-flag
508
509 ## begin gnulib module fdopendir
510
511
512 EXTRA_DIST += fdopendir.c
513
514 EXTRA_libgnu_a_SOURCES += fdopendir.c
515
516 ## end gnulib module fdopendir
517
518 ## begin gnulib module filename
519
520
521 EXTRA_DIST += filename.h
522
523 ## end gnulib module filename
524
525 ## begin gnulib module filenamecat-lgpl
526
527 libgnu_a_SOURCES += filenamecat-lgpl.c
528
529 EXTRA_DIST += filenamecat.h
530
531 ## end gnulib module filenamecat-lgpl
532
533 ## begin gnulib module flexmember
534
535
536 EXTRA_DIST += flexmember.h
537
538 ## end gnulib module flexmember
539
540 ## begin gnulib module float
541
542 BUILT_SOURCES += $(FLOAT_H)
543
544 # We need the following in order to create <float.h> when the system
545 # doesn't have one that works with the given compiler.
546 if GL_GENERATE_FLOAT_H
547 float.h: float.in.h $(top_builddir)/config.status
548 $(AM_V_GEN)rm -f $@-t $@ && \
549 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
550 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
551 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
552 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
553 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
554 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
555 -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
556 < $(srcdir)/float.in.h; \
557 } > $@-t && \
558 mv $@-t $@
559 else
560 float.h: $(top_builddir)/config.status
561 rm -f $@
562 endif
563 MOSTLYCLEANFILES += float.h float.h-t
564
565 EXTRA_DIST += float.c float.in.h itold.c
566
567 EXTRA_libgnu_a_SOURCES += float.c itold.c
568
569 ## end gnulib module float
570
571 ## begin gnulib module fnmatch
572
573
574 EXTRA_DIST += fnmatch.c fnmatch_loop.c
575
576 EXTRA_libgnu_a_SOURCES += fnmatch.c fnmatch_loop.c
577
578 ## end gnulib module fnmatch
579
580 ## begin gnulib module fnmatch-gnu
581
582
583 EXTRA_DIST += fnmatch.c
584
585 EXTRA_libgnu_a_SOURCES += fnmatch.c
586
587 ## end gnulib module fnmatch-gnu
588
589 ## begin gnulib module fnmatch-h
590
591 BUILT_SOURCES += $(FNMATCH_H)
592
593 # We need the following in order to create <fnmatch.h>.
594 if GL_GENERATE_FNMATCH_H
595 fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
596 $(AM_V_GEN)rm -f $@-t $@ && \
597 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
598 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
599 -e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
600 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
601 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
602 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
603 -e 's|@''NEXT_FNMATCH_H''@|$(NEXT_FNMATCH_H)|g' \
604 -e 's/@''GNULIB_FNMATCH''@/$(GNULIB_FNMATCH)/g' \
605 -e 's|@''HAVE_FNMATCH''@|$(HAVE_FNMATCH)|g' \
606 -e 's|@''REPLACE_FNMATCH''@|$(REPLACE_FNMATCH)|g' \
607 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
608 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
609 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
610 < $(srcdir)/fnmatch.in.h; \
611 } > $@-t && \
612 mv $@-t $@
613 else
614 fnmatch.h: $(top_builddir)/config.status
615 rm -f $@
616 endif
617 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
618
619 EXTRA_DIST += fnmatch.in.h
620
621 ## end gnulib module fnmatch-h
622
623 ## begin gnulib module fpucw
624
625
626 EXTRA_DIST += fpucw.h
627
628 ## end gnulib module fpucw
629
630 ## begin gnulib module free-posix
631
632
633 EXTRA_DIST += free.c
634
635 EXTRA_libgnu_a_SOURCES += free.c
636
637 ## end gnulib module free-posix
638
639 ## begin gnulib module frexp
640
641
642 EXTRA_DIST += frexp.c
643
644 EXTRA_libgnu_a_SOURCES += frexp.c
645
646 ## end gnulib module frexp
647
648 ## begin gnulib module frexpl
649
650
651 EXTRA_DIST += frexp.c frexpl.c
652
653 EXTRA_libgnu_a_SOURCES += frexp.c frexpl.c
654
655 ## end gnulib module frexpl
656
657 ## begin gnulib module fstat
658
659
660 EXTRA_DIST += fstat.c stat-w32.c stat-w32.h
661
662 EXTRA_libgnu_a_SOURCES += fstat.c stat-w32.c
663
664 ## end gnulib module fstat
665
666 ## begin gnulib module fstatat
667
668
669 EXTRA_DIST += at-func.c fstatat.c
670
671 EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
672
673 ## end gnulib module fstatat
674
675 ## begin gnulib module getcwd
676
677
678 EXTRA_DIST += getcwd.c
679
680 EXTRA_libgnu_a_SOURCES += getcwd.c
681
682 ## end gnulib module getcwd
683
684 ## begin gnulib module getcwd-lgpl
685
686
687 EXTRA_DIST += getcwd-lgpl.c
688
689 EXTRA_libgnu_a_SOURCES += getcwd-lgpl.c
690
691 ## end gnulib module getcwd-lgpl
692
693 ## begin gnulib module getdtablesize
694
695
696 EXTRA_DIST += getdtablesize.c
697
698 EXTRA_libgnu_a_SOURCES += getdtablesize.c
699
700 ## end gnulib module getdtablesize
701
702 ## begin gnulib module getlogin_r
703
704
705 EXTRA_DIST += getlogin_r.c
706
707 EXTRA_libgnu_a_SOURCES += getlogin_r.c
708
709 ## end gnulib module getlogin_r
710
711 ## begin gnulib module getprogname
712
713 libgnu_a_SOURCES += getprogname.h getprogname.c
714
715 ## end gnulib module getprogname
716
717 ## begin gnulib module getrandom
718
719
720 EXTRA_DIST += getrandom.c
721
722 EXTRA_libgnu_a_SOURCES += getrandom.c
723
724 ## end gnulib module getrandom
725
726 ## begin gnulib module gettext-h
727
728 libgnu_a_SOURCES += gettext.h
729
730 ## end gnulib module gettext-h
731
732 ## begin gnulib module gettimeofday
733
734
735 EXTRA_DIST += gettimeofday.c
736
737 EXTRA_libgnu_a_SOURCES += gettimeofday.c
738
739 ## end gnulib module gettimeofday
740
741 ## begin gnulib module glob
742
743
744 EXTRA_DIST += glob.c glob_internal.h glob_pattern_p.c globfree.c
745
746 EXTRA_libgnu_a_SOURCES += glob.c glob_pattern_p.c globfree.c
747
748 ## end gnulib module glob
749
750 ## begin gnulib module glob-h
751
752 BUILT_SOURCES += $(GLOB_H)
753
754 # We need the following in order to create <glob.h>.
755 if GL_GENERATE_GLOB_H
756 glob.h: glob.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
757 $(AM_V_GEN)rm -f $@-t $@ && \
758 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
759 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
760 -e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
761 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
762 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
763 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
764 -e 's|@''NEXT_GLOB_H''@|$(NEXT_GLOB_H)|g' \
765 -e 's/@''GNULIB_GLOB''@/$(GNULIB_GLOB)/g' \
766 -e 's|@''HAVE_GLOB''@|$(HAVE_GLOB)|g' \
767 -e 's|@''HAVE_GLOB_PATTERN_P''@|$(HAVE_GLOB_PATTERN_P)|g' \
768 -e 's|@''REPLACE_GLOB''@|$(REPLACE_GLOB)|g' \
769 -e 's|@''REPLACE_GLOB_PATTERN_P''@|$(REPLACE_GLOB_PATTERN_P)|g' \
770 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
771 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
772 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
773 < $(srcdir)/glob.in.h; \
774 } > $@-t && \
775 mv $@-t $@
776 else
777 glob.h: $(top_builddir)/config.status
778 rm -f $@
779 endif
780 MOSTLYCLEANFILES += glob.h glob.h-t
781
782 EXTRA_DIST += glob-libc.h glob.in.h
783
784 ## end gnulib module glob-h
785
786 ## begin gnulib module hard-locale
787
788 libgnu_a_SOURCES += hard-locale.c
789
790 EXTRA_DIST += hard-locale.h
791
792 ## end gnulib module hard-locale
793
794 ## begin gnulib module idx
795
796 libgnu_a_SOURCES += idx.h
797
798 ## end gnulib module idx
799
800 ## begin gnulib module inet_ntop
801
802
803 EXTRA_DIST += inet_ntop.c
804
805 EXTRA_libgnu_a_SOURCES += inet_ntop.c
806
807 ## end gnulib module inet_ntop
808
809 ## begin gnulib module intprops
810
811
812 EXTRA_DIST += intprops.h
813
814 ## end gnulib module intprops
815
816 ## begin gnulib module inttypes-incomplete
817
818 BUILT_SOURCES += inttypes.h
819
820 # We need the following in order to create <inttypes.h> when the system
821 # doesn't have one that works with the given compiler.
822 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
823 $(AM_V_GEN)rm -f $@-t $@ && \
824 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
825 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
826 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
827 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
828 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
829 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
830 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
831 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
832 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
833 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
834 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
835 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
836 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
837 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
838 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
839 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
840 -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
841 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
842 -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
843 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
844 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
845 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
846 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
847 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
848 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
849 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
850 < $(srcdir)/inttypes.in.h; \
851 } > $@-t && \
852 mv $@-t $@
853 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
854
855 EXTRA_DIST += inttypes.in.h
856
857 ## end gnulib module inttypes-incomplete
858
859 ## begin gnulib module isblank
860
861
862 EXTRA_DIST += isblank.c
863
864 EXTRA_libgnu_a_SOURCES += isblank.c
865
866 ## end gnulib module isblank
867
868 ## begin gnulib module isnand-nolibm
869
870
871 EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
872
873 EXTRA_libgnu_a_SOURCES += isnan.c isnand.c
874
875 ## end gnulib module isnand-nolibm
876
877 ## begin gnulib module isnanl-nolibm
878
879
880 EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
881
882 EXTRA_libgnu_a_SOURCES += isnan.c isnanl.c
883
884 ## end gnulib module isnanl-nolibm
885
886 ## begin gnulib module libc-config
887
888
889 EXTRA_DIST += cdefs.h libc-config.h
890
891 ## end gnulib module libc-config
892
893 ## begin gnulib module limits-h
894
895 BUILT_SOURCES += $(LIMITS_H)
896
897 # We need the following in order to create <limits.h> when the system
898 # doesn't have one that is compatible with GNU.
899 if GL_GENERATE_LIMITS_H
900 limits.h: limits.in.h $(top_builddir)/config.status
901 $(AM_V_GEN)rm -f $@-t $@ && \
902 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
903 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
904 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
905 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
906 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
907 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
908 < $(srcdir)/limits.in.h; \
909 } > $@-t && \
910 mv $@-t $@
911 else
912 limits.h: $(top_builddir)/config.status
913 rm -f $@
914 endif
915 MOSTLYCLEANFILES += limits.h limits.h-t
916
917 EXTRA_DIST += limits.in.h
918
919 ## end gnulib module limits-h
920
921 ## begin gnulib module localcharset
922
923 libgnu_a_SOURCES += localcharset.c
924
925 EXTRA_DIST += localcharset.h
926
927 ## end gnulib module localcharset
928
929 ## begin gnulib module locale
930
931 BUILT_SOURCES += locale.h
932
933 # We need the following in order to create <locale.h> when the system
934 # doesn't have one that provides all definitions.
935 locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
936 $(AM_V_GEN)rm -f $@-t $@ && \
937 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
938 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
939 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
940 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
941 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
942 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
943 -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
944 -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
945 -e 's/@''GNULIB_SETLOCALE_NULL''@/$(GNULIB_SETLOCALE_NULL)/g' \
946 -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
947 -e 's/@''GNULIB_LOCALENAME''@/$(GNULIB_LOCALENAME)/g' \
948 -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \
949 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
950 -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \
951 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
952 -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
953 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
954 -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \
955 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
956 -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \
957 -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
958 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
959 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
960 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
961 < $(srcdir)/locale.in.h; \
962 } > $@-t && \
963 mv $@-t $@
964 MOSTLYCLEANFILES += locale.h locale.h-t
965
966 EXTRA_DIST += locale.in.h
967
968 ## end gnulib module locale
969
970 ## begin gnulib module lock
971
972 libgnu_a_SOURCES += glthread/lock.h glthread/lock.c
973
974 ## end gnulib module lock
975
976 ## begin gnulib module lstat
977
978
979 EXTRA_DIST += lstat.c
980
981 EXTRA_libgnu_a_SOURCES += lstat.c
982
983 ## end gnulib module lstat
984
985 ## begin gnulib module malloc-posix
986
987
988 EXTRA_DIST += malloc.c
989
990 EXTRA_libgnu_a_SOURCES += malloc.c
991
992 ## end gnulib module malloc-posix
993
994 ## begin gnulib module malloca
995
996 libgnu_a_SOURCES += malloca.c
997
998 EXTRA_DIST += malloca.h
999
1000 ## end gnulib module malloca
1001
1002 ## begin gnulib module math
1003
1004 BUILT_SOURCES += math.h
1005 libgnu_a_SOURCES += math.c
1006
1007 # We need the following in order to create <math.h> when the system
1008 # doesn't have one that works with the given compiler.
1009 math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1010 $(AM_V_GEN)rm -f $@-t $@ && \
1011 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1012 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1013 -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
1014 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1015 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1016 -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
1017 -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
1018 -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
1019 -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
1020 -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
1021 -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
1022 -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
1023 -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
1024 -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
1025 -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
1026 -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
1027 -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
1028 -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
1029 -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
1030 -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
1031 -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
1032 -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
1033 -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
1034 -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
1035 -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
1036 -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
1037 -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
1038 -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
1039 -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
1040 -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
1041 -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
1042 -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
1043 -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
1044 -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
1045 -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
1046 -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
1047 -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
1048 -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
1049 -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
1050 -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
1051 -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
1052 -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
1053 -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
1054 -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
1055 -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
1056 -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
1057 -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
1058 -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
1059 -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
1060 -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
1061 < $(srcdir)/math.in.h | \
1062 sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
1063 -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
1064 -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
1065 -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
1066 -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
1067 -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
1068 -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
1069 -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
1070 -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
1071 -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
1072 -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
1073 -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
1074 -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
1075 -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
1076 -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
1077 -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
1078 -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
1079 -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
1080 -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
1081 -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
1082 -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
1083 -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
1084 -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
1085 -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
1086 -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
1087 -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
1088 -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
1089 -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
1090 -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
1091 -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
1092 -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
1093 -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
1094 -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
1095 -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
1096 -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
1097 -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
1098 -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
1099 -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
1100 -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
1101 -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
1102 -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
1103 -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
1104 -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
1105 -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
1106 -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
1107 -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
1108 -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
1109 -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
1110 -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
1111 -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
1112 -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
1113 -e 's/@''GNULIB_MDA_J0''@/$(GNULIB_MDA_J0)/g' \
1114 -e 's/@''GNULIB_MDA_J1''@/$(GNULIB_MDA_J1)/g' \
1115 -e 's/@''GNULIB_MDA_JN''@/$(GNULIB_MDA_JN)/g' \
1116 -e 's/@''GNULIB_MDA_Y0''@/$(GNULIB_MDA_Y0)/g' \
1117 -e 's/@''GNULIB_MDA_Y1''@/$(GNULIB_MDA_Y1)/g' \
1118 -e 's/@''GNULIB_MDA_YN''@/$(GNULIB_MDA_YN)/g' \
1119 | \
1120 sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
1121 -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
1122 -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
1123 -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
1124 -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
1125 -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
1126 -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
1127 -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
1128 -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
1129 -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
1130 -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
1131 -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
1132 -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
1133 -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
1134 -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
1135 -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
1136 -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
1137 -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
1138 -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
1139 -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
1140 -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
1141 -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
1142 -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
1143 -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
1144 -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
1145 -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
1146 -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
1147 -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
1148 -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
1149 -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
1150 -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
1151 -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
1152 -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
1153 -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
1154 -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
1155 -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
1156 -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
1157 -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
1158 -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
1159 -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
1160 -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
1161 -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
1162 -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
1163 -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
1164 -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
1165 -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
1166 -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
1167 -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
1168 -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
1169 -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
1170 -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
1171 -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
1172 -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
1173 -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
1174 -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
1175 -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
1176 -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
1177 -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
1178 -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
1179 -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
1180 -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
1181 -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
1182 -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
1183 -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
1184 -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
1185 -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
1186 -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
1187 -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
1188 -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
1189 -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
1190 -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
1191 -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
1192 -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
1193 -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
1194 -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
1195 -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
1196 -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
1197 -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
1198 -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
1199 -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
1200 -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
1201 -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
1202 -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
1203 -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
1204 -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
1205 -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
1206 -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
1207 -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
1208 -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
1209 -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
1210 -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
1211 -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
1212 -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
1213 -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
1214 -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
1215 -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
1216 | \
1217 sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
1218 -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
1219 -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
1220 -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
1221 -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
1222 -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
1223 -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
1224 -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
1225 -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
1226 -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
1227 -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
1228 -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
1229 -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
1230 -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
1231 -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
1232 -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
1233 -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
1234 -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
1235 -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
1236 -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
1237 -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
1238 -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
1239 -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
1240 -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
1241 -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
1242 -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
1243 -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
1244 -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
1245 -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
1246 -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
1247 -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
1248 -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
1249 -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
1250 -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
1251 -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
1252 -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
1253 -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
1254 -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
1255 -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
1256 -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
1257 -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
1258 -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
1259 -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
1260 -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
1261 -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
1262 -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
1263 -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
1264 -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
1265 -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
1266 -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
1267 -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
1268 -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
1269 -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
1270 -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
1271 -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
1272 -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
1273 -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
1274 -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
1275 -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
1276 -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
1277 -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
1278 -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
1279 -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
1280 -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
1281 -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
1282 -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
1283 -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
1284 -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
1285 -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
1286 -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
1287 -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
1288 -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
1289 -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
1290 -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
1291 -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
1292 -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
1293 -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
1294 -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
1295 -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
1296 -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
1297 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1298 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1299 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1300 } > $@-t && \
1301 mv $@-t $@
1302 MOSTLYCLEANFILES += math.h math.h-t
1303
1304 EXTRA_DIST += math.in.h
1305
1306 ## end gnulib module math
1307
1308 ## begin gnulib module mbrtowc
1309
1310
1311 EXTRA_DIST += lc-charset-dispatch.c lc-charset-dispatch.h mbrtowc-impl-utf8.h mbrtowc-impl.h mbrtowc.c mbtowc-lock.c mbtowc-lock.h windows-initguard.h
1312
1313 EXTRA_libgnu_a_SOURCES += lc-charset-dispatch.c mbrtowc.c mbtowc-lock.c
1314
1315 ## end gnulib module mbrtowc
1316
1317 ## begin gnulib module mbsinit
1318
1319
1320 EXTRA_DIST += mbsinit.c
1321
1322 EXTRA_libgnu_a_SOURCES += mbsinit.c
1323
1324 ## end gnulib module mbsinit
1325
1326 ## begin gnulib module mbsrtowcs
1327
1328
1329 EXTRA_DIST += mbsrtowcs-impl.h mbsrtowcs-state.c mbsrtowcs.c
1330
1331 EXTRA_libgnu_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c
1332
1333 ## end gnulib module mbsrtowcs
1334
1335 ## begin gnulib module mbtowc
1336
1337
1338 EXTRA_DIST += mbtowc-impl.h mbtowc.c
1339
1340 EXTRA_libgnu_a_SOURCES += mbtowc.c
1341
1342 ## end gnulib module mbtowc
1343
1344 ## begin gnulib module memchr
1345
1346
1347 EXTRA_DIST += memchr.c memchr.valgrind
1348
1349 EXTRA_libgnu_a_SOURCES += memchr.c
1350
1351 ## end gnulib module memchr
1352
1353 ## begin gnulib module memmem
1354
1355
1356 EXTRA_DIST += memmem.c
1357
1358 EXTRA_libgnu_a_SOURCES += memmem.c
1359
1360 ## end gnulib module memmem
1361
1362 ## begin gnulib module memmem-simple
1363
1364
1365 EXTRA_DIST += memmem.c str-two-way.h
1366
1367 EXTRA_libgnu_a_SOURCES += memmem.c
1368
1369 ## end gnulib module memmem-simple
1370
1371 ## begin gnulib module mempcpy
1372
1373
1374 EXTRA_DIST += mempcpy.c
1375
1376 EXTRA_libgnu_a_SOURCES += mempcpy.c
1377
1378 ## end gnulib module mempcpy
1379
1380 ## begin gnulib module memrchr
1381
1382
1383 EXTRA_DIST += memrchr.c
1384
1385 EXTRA_libgnu_a_SOURCES += memrchr.c
1386
1387 ## end gnulib module memrchr
1388
1389 ## begin gnulib module minmax
1390
1391 libgnu_a_SOURCES += minmax.h
1392
1393 ## end gnulib module minmax
1394
1395 ## begin gnulib module mkdir
1396
1397
1398 EXTRA_DIST += mkdir.c
1399
1400 EXTRA_libgnu_a_SOURCES += mkdir.c
1401
1402 ## end gnulib module mkdir
1403
1404 ## begin gnulib module mkdtemp
1405
1406
1407 EXTRA_DIST += mkdtemp.c
1408
1409 EXTRA_libgnu_a_SOURCES += mkdtemp.c
1410
1411 ## end gnulib module mkdtemp
1412
1413 ## begin gnulib module mkostemp
1414
1415
1416 EXTRA_DIST += mkostemp.c
1417
1418 EXTRA_libgnu_a_SOURCES += mkostemp.c
1419
1420 ## end gnulib module mkostemp
1421
1422 ## begin gnulib module msvc-inval
1423
1424
1425 EXTRA_DIST += msvc-inval.c msvc-inval.h
1426
1427 EXTRA_libgnu_a_SOURCES += msvc-inval.c
1428
1429 ## end gnulib module msvc-inval
1430
1431 ## begin gnulib module msvc-nothrow
1432
1433
1434 EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1435
1436 EXTRA_libgnu_a_SOURCES += msvc-nothrow.c
1437
1438 ## end gnulib module msvc-nothrow
1439
1440 ## begin gnulib module netinet_in
1441
1442 BUILT_SOURCES += $(NETINET_IN_H)
1443
1444 # We need the following in order to create <netinet/in.h> when the system
1445 # doesn't have one.
1446 if GL_GENERATE_NETINET_IN_H
1447 netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
1448 $(AM_V_at)$(MKDIR_P) netinet
1449 $(AM_V_GEN)rm -f $@-t $@ && \
1450 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1451 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1452 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1453 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1454 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1455 -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
1456 -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
1457 < $(srcdir)/netinet_in.in.h; \
1458 } > $@-t && \
1459 mv $@-t $@
1460 else
1461 netinet/in.h: $(top_builddir)/config.status
1462 rm -f $@
1463 endif
1464 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
1465 MOSTLYCLEANDIRS += netinet
1466
1467 EXTRA_DIST += netinet_in.in.h
1468
1469 ## end gnulib module netinet_in
1470
1471 ## begin gnulib module open
1472
1473
1474 EXTRA_DIST += open.c
1475
1476 EXTRA_libgnu_a_SOURCES += open.c
1477
1478 ## end gnulib module open
1479
1480 ## begin gnulib module openat
1481
1482
1483 EXTRA_DIST += openat.c
1484
1485 EXTRA_libgnu_a_SOURCES += openat.c
1486
1487 ## end gnulib module openat
1488
1489 ## begin gnulib module openat-die
1490
1491 libgnu_a_SOURCES += openat-die.c
1492
1493 ## end gnulib module openat-die
1494
1495 ## begin gnulib module openat-h
1496
1497
1498 EXTRA_DIST += openat.h
1499
1500 ## end gnulib module openat-h
1501
1502 ## begin gnulib module opendir
1503
1504
1505 EXTRA_DIST += dirent-private.h opendir.c
1506
1507 EXTRA_libgnu_a_SOURCES += opendir.c
1508
1509 ## end gnulib module opendir
1510
1511 ## begin gnulib module pathmax
1512
1513
1514 EXTRA_DIST += pathmax.h
1515
1516 ## end gnulib module pathmax
1517
1518 ## begin gnulib module pipe-posix
1519
1520
1521 EXTRA_DIST += pipe.c
1522
1523 EXTRA_libgnu_a_SOURCES += pipe.c
1524
1525 ## end gnulib module pipe-posix
1526
1527 ## begin gnulib module rawmemchr
1528
1529
1530 EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
1531
1532 EXTRA_libgnu_a_SOURCES += rawmemchr.c
1533
1534 ## end gnulib module rawmemchr
1535
1536 ## begin gnulib module readdir
1537
1538
1539 EXTRA_DIST += dirent-private.h readdir.c
1540
1541 EXTRA_libgnu_a_SOURCES += readdir.c
1542
1543 ## end gnulib module readdir
1544
1545 ## begin gnulib module readlink
1546
1547
1548 EXTRA_DIST += readlink.c
1549
1550 EXTRA_libgnu_a_SOURCES += readlink.c
1551
1552 ## end gnulib module readlink
1553
1554 ## begin gnulib module realloc-posix
1555
1556
1557 EXTRA_DIST += realloc.c
1558
1559 EXTRA_libgnu_a_SOURCES += realloc.c
1560
1561 ## end gnulib module realloc-posix
1562
1563 ## begin gnulib module rename
1564
1565
1566 EXTRA_DIST += rename.c
1567
1568 EXTRA_libgnu_a_SOURCES += rename.c
1569
1570 ## end gnulib module rename
1571
1572 ## begin gnulib module rewinddir
1573
1574
1575 EXTRA_DIST += dirent-private.h rewinddir.c
1576
1577 EXTRA_libgnu_a_SOURCES += rewinddir.c
1578
1579 ## end gnulib module rewinddir
1580
1581 ## begin gnulib module rmdir
1582
1583
1584 EXTRA_DIST += rmdir.c
1585
1586 EXTRA_libgnu_a_SOURCES += rmdir.c
1587
1588 ## end gnulib module rmdir
1589
1590 ## begin gnulib module same-inode
1591
1592
1593 EXTRA_DIST += same-inode.h
1594
1595 ## end gnulib module same-inode
1596
1597 ## begin gnulib module save-cwd
1598
1599 libgnu_a_SOURCES += save-cwd.c
1600
1601 EXTRA_DIST += save-cwd.h
1602
1603 ## end gnulib module save-cwd
1604
1605 ## begin gnulib module scratch_buffer
1606
1607 libgnu_a_SOURCES += malloc/scratch_buffer_dupfree.c malloc/scratch_buffer_grow.c malloc/scratch_buffer_grow_preserve.c malloc/scratch_buffer_set_array_size.c
1608
1609 EXTRA_DIST += malloc/scratch_buffer.h scratch_buffer.h
1610
1611 ## end gnulib module scratch_buffer
1612
1613 ## begin gnulib module setenv
1614
1615
1616 EXTRA_DIST += setenv.c
1617
1618 EXTRA_libgnu_a_SOURCES += setenv.c
1619
1620 ## end gnulib module setenv
1621
1622 ## begin gnulib module setlocale-null
1623
1624 libgnu_a_SOURCES += setlocale_null.c
1625
1626 EXTRA_DIST += setlocale-lock.c setlocale_null.h windows-initguard.h
1627
1628 EXTRA_libgnu_a_SOURCES += setlocale-lock.c
1629
1630 ## end gnulib module setlocale-null
1631
1632 ## begin gnulib module signal-h
1633
1634 BUILT_SOURCES += signal.h
1635
1636 # We need the following in order to create <signal.h> when the system
1637 # doesn't have a complete one.
1638 signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1639 $(AM_V_GEN)rm -f $@-t $@ && \
1640 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1641 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1642 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1643 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1644 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1645 -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
1646 -e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GNULIB_PTHREAD_SIGMASK)/g' \
1647 -e 's/@''GNULIB_RAISE''@/$(GNULIB_RAISE)/g' \
1648 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
1649 -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
1650 -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
1651 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
1652 -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
1653 -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
1654 -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
1655 -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
1656 -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
1657 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
1658 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
1659 -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
1660 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
1661 -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
1662 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1663 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1664 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1665 < $(srcdir)/signal.in.h; \
1666 } > $@-t && \
1667 mv $@-t $@
1668 MOSTLYCLEANFILES += signal.h signal.h-t
1669
1670 EXTRA_DIST += signal.in.h
1671
1672 ## end gnulib module signal-h
1673
1674 ## begin gnulib module snippet/_Noreturn
1675
1676 # Because this Makefile snippet defines a variable used by other
1677 # gnulib Makefile snippets, it must be present in all makefiles that
1678 # need it. This is ensured by the applicability 'all' defined above.
1679
1680 _NORETURN_H=$(srcdir)/_Noreturn.h
1681
1682 EXTRA_DIST += _Noreturn.h
1683
1684 ## end gnulib module snippet/_Noreturn
1685
1686 ## begin gnulib module snippet/arg-nonnull
1687
1688 # Because this Makefile snippet defines a variable used by other
1689 # gnulib Makefile snippets, it must be present in all makefiles that
1690 # need it. This is ensured by the applicability 'all' defined above.
1691
1692 ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
1693
1694 EXTRA_DIST += arg-nonnull.h
1695
1696 ## end gnulib module snippet/arg-nonnull
1697
1698 ## begin gnulib module snippet/c++defs
1699
1700 # Because this Makefile snippet defines a variable used by other
1701 # gnulib Makefile snippets, it must be present in all makefiles that
1702 # need it. This is ensured by the applicability 'all' defined above.
1703
1704 CXXDEFS_H=$(srcdir)/c++defs.h
1705
1706 EXTRA_DIST += c++defs.h
1707
1708 ## end gnulib module snippet/c++defs
1709
1710 ## begin gnulib module snippet/warn-on-use
1711
1712 # Because this Makefile snippet defines a variable used by other
1713 # gnulib Makefile snippets, it must be present in all makefiles that
1714 # need it. This is ensured by the applicability 'all' defined above.
1715
1716 WARN_ON_USE_H=$(srcdir)/warn-on-use.h
1717
1718 EXTRA_DIST += warn-on-use.h
1719
1720 ## end gnulib module snippet/warn-on-use
1721
1722 ## begin gnulib module stat
1723
1724
1725 EXTRA_DIST += stat-w32.c stat-w32.h stat.c
1726
1727 EXTRA_libgnu_a_SOURCES += stat-w32.c stat.c
1728
1729 ## end gnulib module stat
1730
1731 ## begin gnulib module stat-time
1732
1733 libgnu_a_SOURCES += stat-time.c
1734
1735 EXTRA_DIST += stat-time.h
1736
1737 ## end gnulib module stat-time
1738
1739 ## begin gnulib module stdalign
1740
1741 BUILT_SOURCES += $(STDALIGN_H)
1742
1743 # We need the following in order to create <stdalign.h> when the system
1744 # doesn't have one that works.
1745 if GL_GENERATE_STDALIGN_H
1746 stdalign.h: stdalign.in.h $(top_builddir)/config.status
1747 $(AM_V_GEN)rm -f $@-t $@ && \
1748 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1749 cat $(srcdir)/stdalign.in.h; \
1750 } > $@-t && \
1751 mv $@-t $@
1752 else
1753 stdalign.h: $(top_builddir)/config.status
1754 rm -f $@
1755 endif
1756 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
1757
1758 EXTRA_DIST += stdalign.in.h
1759
1760 ## end gnulib module stdalign
1761
1762 ## begin gnulib module stdbool
1763
1764 BUILT_SOURCES += $(STDBOOL_H)
1765
1766 # We need the following in order to create <stdbool.h> when the system
1767 # doesn't have one that works.
1768 if GL_GENERATE_STDBOOL_H
1769 stdbool.h: stdbool.in.h $(top_builddir)/config.status
1770 $(AM_V_GEN)rm -f $@-t $@ && \
1771 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1772 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1773 } > $@-t && \
1774 mv $@-t $@
1775 else
1776 stdbool.h: $(top_builddir)/config.status
1777 rm -f $@
1778 endif
1779 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1780
1781 EXTRA_DIST += stdbool.in.h
1782
1783 ## end gnulib module stdbool
1784
1785 ## begin gnulib module stddef
1786
1787 BUILT_SOURCES += $(STDDEF_H)
1788
1789 # We need the following in order to create <stddef.h> when the system
1790 # doesn't have one that works with the given compiler.
1791 if GL_GENERATE_STDDEF_H
1792 stddef.h: stddef.in.h $(top_builddir)/config.status
1793 $(AM_V_GEN)rm -f $@-t $@ && \
1794 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1795 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1796 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1797 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1798 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1799 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1800 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1801 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1802 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1803 < $(srcdir)/stddef.in.h; \
1804 } > $@-t && \
1805 mv $@-t $@
1806 else
1807 stddef.h: $(top_builddir)/config.status
1808 rm -f $@
1809 endif
1810 MOSTLYCLEANFILES += stddef.h stddef.h-t
1811
1812 EXTRA_DIST += stddef.in.h
1813
1814 ## end gnulib module stddef
1815
1816 ## begin gnulib module stdint
1817
1818 BUILT_SOURCES += $(STDINT_H)
1819
1820 # We need the following in order to create <stdint.h> when the system
1821 # doesn't have one that works with the given compiler.
1822 if GL_GENERATE_STDINT_H
1823 stdint.h: stdint.in.h $(top_builddir)/config.status
1824 $(AM_V_GEN)rm -f $@-t $@ && \
1825 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1826 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1827 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1828 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1829 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1830 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1831 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1832 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1833 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1834 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1835 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1836 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1837 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1838 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1839 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1840 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1841 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1842 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1843 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1844 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1845 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1846 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1847 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1848 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1849 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1850 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1851 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1852 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
1853 < $(srcdir)/stdint.in.h; \
1854 } > $@-t && \
1855 mv $@-t $@
1856 else
1857 stdint.h: $(top_builddir)/config.status
1858 rm -f $@
1859 endif
1860 MOSTLYCLEANFILES += stdint.h stdint.h-t
1861
1862 EXTRA_DIST += stdint.in.h
1863
1864 ## end gnulib module stdint
1865
1866 ## begin gnulib module stdio
1867
1868 BUILT_SOURCES += stdio.h
1869
1870 # We need the following in order to create <stdio.h> when the system
1871 # doesn't have one that works with the given compiler.
1872 stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1873 $(AM_V_GEN)rm -f $@-t $@ && \
1874 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1875 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1876 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1877 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1878 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1879 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1880 -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1881 -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1882 -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1883 -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1884 -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1885 -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1886 -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1887 -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1888 -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1889 -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1890 -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1891 -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1892 -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1893 -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
1894 -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
1895 -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
1896 -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
1897 -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
1898 -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
1899 -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
1900 -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
1901 -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
1902 -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
1903 -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
1904 -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
1905 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
1906 -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
1907 -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
1908 -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
1909 -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
1910 -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
1911 -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
1912 -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
1913 -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
1914 -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
1915 -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
1916 -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
1917 -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
1918 -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
1919 -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
1920 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
1921 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
1922 -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
1923 -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
1924 -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
1925 -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
1926 -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
1927 -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
1928 -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
1929 -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
1930 -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
1931 -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
1932 -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
1933 -e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GNULIB_MDA_FCLOSEALL)/g' \
1934 -e 's/@''GNULIB_MDA_FDOPEN''@/$(GNULIB_MDA_FDOPEN)/g' \
1935 -e 's/@''GNULIB_MDA_FILENO''@/$(GNULIB_MDA_FILENO)/g' \
1936 -e 's/@''GNULIB_MDA_GETW''@/$(GNULIB_MDA_GETW)/g' \
1937 -e 's/@''GNULIB_MDA_PUTW''@/$(GNULIB_MDA_PUTW)/g' \
1938 -e 's/@''GNULIB_MDA_TEMPNAM''@/$(GNULIB_MDA_TEMPNAM)/g' \
1939 < $(srcdir)/stdio.in.h | \
1940 sed -e 's|@''HAVE_DECL_FCLOSEALL''@|$(HAVE_DECL_FCLOSEALL)|g' \
1941 -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1942 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1943 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1944 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1945 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1946 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1947 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1948 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1949 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1950 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1951 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1952 -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
1953 -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
1954 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1955 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1956 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1957 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1958 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1959 -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
1960 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1961 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1962 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1963 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1964 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1965 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1966 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1967 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1968 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1969 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1970 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1971 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1972 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1973 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1974 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1975 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1976 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1977 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1978 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1979 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1980 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
1981 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1982 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1983 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1984 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1985 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1986 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1987 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1988 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1989 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1990 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1991 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1992 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1993 } > $@-t && \
1994 mv $@-t $@
1995 MOSTLYCLEANFILES += stdio.h stdio.h-t
1996
1997 EXTRA_DIST += stdio.in.h
1998
1999 ## end gnulib module stdio
2000
2001 ## begin gnulib module stdlib
2002
2003 BUILT_SOURCES += stdlib.h
2004
2005 # We need the following in order to create <stdlib.h> when the system
2006 # doesn't have one that works with the given compiler.
2007 stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2008 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2009 $(AM_V_GEN)rm -f $@-t $@ && \
2010 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2011 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2012 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2013 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2014 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2015 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2016 -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2017 -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GNULIB_ALIGNED_ALLOC)/g' \
2018 -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2019 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2020 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2021 -e 's/@''GNULIB_FREE_POSIX''@/$(GNULIB_FREE_POSIX)/g' \
2022 -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2023 -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2024 -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2025 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2026 -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2027 -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2028 -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2029 -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2030 -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2031 -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2032 -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GNULIB_POSIX_MEMALIGN)/g' \
2033 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2034 -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2035 -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2036 -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2037 -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
2038 -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2039 -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2040 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2041 -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
2042 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2043 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2044 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2045 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2046 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2047 -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
2048 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2049 -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2050 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2051 -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2052 -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2053 -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2054 -e 's/@''GNULIB_MDA_ECVT''@/$(GNULIB_MDA_ECVT)/g' \
2055 -e 's/@''GNULIB_MDA_FCVT''@/$(GNULIB_MDA_FCVT)/g' \
2056 -e 's/@''GNULIB_MDA_GCVT''@/$(GNULIB_MDA_GCVT)/g' \
2057 -e 's/@''GNULIB_MDA_MKTEMP''@/$(GNULIB_MDA_MKTEMP)/g' \
2058 -e 's/@''GNULIB_MDA_PUTENV''@/$(GNULIB_MDA_PUTENV)/g' \
2059 < $(srcdir)/stdlib.in.h | \
2060 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2061 -e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \
2062 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2063 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2064 -e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \
2065 -e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \
2066 -e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \
2067 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2068 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2069 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2070 -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
2071 -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
2072 -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
2073 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2074 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2075 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2076 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2077 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2078 -e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \
2079 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2080 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2081 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2082 -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
2083 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2084 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2085 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2086 -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
2087 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2088 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2089 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2090 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2091 -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
2092 -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
2093 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2094 -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
2095 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2096 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2097 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2098 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2099 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2100 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2101 -e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \
2102 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2103 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2104 -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
2105 -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
2106 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2107 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2108 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2109 -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \
2110 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2111 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2112 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2113 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
2114 -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
2115 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2116 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2117 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2118 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2119 -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
2120 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2121 -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
2122 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2123 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2124 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2125 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2126 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2127 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2128 } > $@-t && \
2129 mv $@-t $@
2130 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
2131
2132 EXTRA_DIST += stdlib.in.h
2133
2134 ## end gnulib module stdlib
2135
2136 ## begin gnulib module strchrnul
2137
2138
2139 EXTRA_DIST += strchrnul.c strchrnul.valgrind
2140
2141 EXTRA_libgnu_a_SOURCES += strchrnul.c
2142
2143 ## end gnulib module strchrnul
2144
2145 ## begin gnulib module strdup-posix
2146
2147
2148 EXTRA_DIST += strdup.c
2149
2150 EXTRA_libgnu_a_SOURCES += strdup.c
2151
2152 ## end gnulib module strdup-posix
2153
2154 ## begin gnulib module streq
2155
2156
2157 EXTRA_DIST += streq.h
2158
2159 ## end gnulib module streq
2160
2161 ## begin gnulib module strerror
2162
2163
2164 EXTRA_DIST += strerror.c
2165
2166 EXTRA_libgnu_a_SOURCES += strerror.c
2167
2168 ## end gnulib module strerror
2169
2170 ## begin gnulib module strerror-override
2171
2172
2173 EXTRA_DIST += strerror-override.c strerror-override.h
2174
2175 EXTRA_libgnu_a_SOURCES += strerror-override.c
2176
2177 ## end gnulib module strerror-override
2178
2179 ## begin gnulib module strerror_r-posix
2180
2181
2182 EXTRA_DIST += strerror_r.c
2183
2184 EXTRA_libgnu_a_SOURCES += strerror_r.c
2185
2186 ## end gnulib module strerror_r-posix
2187
2188 ## begin gnulib module string
2189
2190 BUILT_SOURCES += string.h
2191
2192 # We need the following in order to create <string.h> when the system
2193 # doesn't have one that works with the given compiler.
2194 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2195 $(AM_V_GEN)rm -f $@-t $@ && \
2196 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2197 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2198 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2199 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2200 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2201 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2202 -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
2203 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2204 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2205 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2206 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2207 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2208 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2209 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2210 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2211 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2212 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2213 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2214 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2215 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2216 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2217 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2218 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2219 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2220 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2221 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2222 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2223 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2224 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2225 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2226 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2227 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2228 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2229 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2230 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2231 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2232 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2233 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2234 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2235 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2236 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2237 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2238 -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GNULIB_STRERRORNAME_NP)/g' \
2239 -e 's/@''GNULIB_SIGABBREV_NP''@/$(GNULIB_SIGABBREV_NP)/g' \
2240 -e 's/@''GNULIB_SIGDESCR_NP''@/$(GNULIB_SIGDESCR_NP)/g' \
2241 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2242 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2243 -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GNULIB_MDA_MEMCCPY)/g' \
2244 -e 's/@''GNULIB_MDA_STRDUP''@/$(GNULIB_MDA_STRDUP)/g' \
2245 < $(srcdir)/string.in.h | \
2246 sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
2247 -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2248 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2249 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2250 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2251 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2252 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2253 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2254 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2255 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2256 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2257 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2258 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2259 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2260 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2261 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2262 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2263 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2264 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2265 -e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \
2266 -e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \
2267 -e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \
2268 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2269 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2270 -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \
2271 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2272 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2273 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2274 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2275 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2276 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2277 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2278 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2279 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2280 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2281 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2282 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2283 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2284 -e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \
2285 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2286 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2287 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2288 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2289 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2290 < $(srcdir)/string.in.h; \
2291 } > $@-t && \
2292 mv $@-t $@
2293 MOSTLYCLEANFILES += string.h string.h-t
2294
2295 EXTRA_DIST += string.in.h
2296
2297 ## end gnulib module string
2298
2299 ## begin gnulib module strnlen
2300
2301
2302 EXTRA_DIST += strnlen.c
2303
2304 EXTRA_libgnu_a_SOURCES += strnlen.c
2305
2306 ## end gnulib module strnlen
2307
2308 ## begin gnulib module strnlen1
2309
2310 libgnu_a_SOURCES += strnlen1.h strnlen1.c
2311
2312 ## end gnulib module strnlen1
2313
2314 ## begin gnulib module strstr
2315
2316
2317 EXTRA_DIST += strstr.c
2318
2319 EXTRA_libgnu_a_SOURCES += strstr.c
2320
2321 ## end gnulib module strstr
2322
2323 ## begin gnulib module strstr-simple
2324
2325
2326 EXTRA_DIST += str-two-way.h strstr.c
2327
2328 EXTRA_libgnu_a_SOURCES += strstr.c
2329
2330 ## end gnulib module strstr-simple
2331
2332 ## begin gnulib module strtok_r
2333
2334
2335 EXTRA_DIST += strtok_r.c
2336
2337 EXTRA_libgnu_a_SOURCES += strtok_r.c
2338
2339 ## end gnulib module strtok_r
2340
2341 ## begin gnulib module sys_random
2342
2343 BUILT_SOURCES += sys/random.h
2344
2345 # We need the following in order to create <sys/random.h> when the system
2346 # doesn't have one.
2347 sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2348 $(AM_V_at)$(MKDIR_P) sys
2349 $(AM_V_GEN)rm -f $@-t $@ && \
2350 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2351 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2352 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2353 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2354 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2355 -e 's|@''NEXT_SYS_RANDOM_H''@|$(NEXT_SYS_RANDOM_H)|g' \
2356 -e 's|@''HAVE_SYS_RANDOM_H''@|$(HAVE_SYS_RANDOM_H)|g' \
2357 -e 's/@''GNULIB_GETRANDOM''@/$(GNULIB_GETRANDOM)/g' \
2358 -e 's/@''HAVE_GETRANDOM''@/$(HAVE_GETRANDOM)/g' \
2359 -e 's/@''REPLACE_GETRANDOM''@/$(REPLACE_GETRANDOM)/g' \
2360 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2361 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2362 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2363 < $(srcdir)/sys_random.in.h; \
2364 } > $@-t && \
2365 mv -f $@-t $@
2366 MOSTLYCLEANFILES += sys/random.h sys/random.h-t
2367 MOSTLYCLEANDIRS += sys
2368
2369 EXTRA_DIST += sys_random.in.h
2370
2371 ## end gnulib module sys_random
2372
2373 ## begin gnulib module sys_socket
2374
2375 BUILT_SOURCES += sys/socket.h
2376 libgnu_a_SOURCES += sys_socket.c
2377
2378 # We need the following in order to create <sys/socket.h> when the system
2379 # doesn't have one that works with the given compiler.
2380 sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2381 $(AM_V_at)$(MKDIR_P) sys
2382 $(AM_V_GEN)rm -f $@-t $@ && \
2383 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2384 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2385 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2386 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2387 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2388 -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
2389 -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
2390 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2391 -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
2392 -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
2393 -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
2394 -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
2395 -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
2396 -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
2397 -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
2398 -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
2399 -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
2400 -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
2401 -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
2402 -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
2403 -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
2404 -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
2405 -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
2406 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2407 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
2408 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
2409 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
2410 -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
2411 -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
2412 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2413 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2414 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2415 < $(srcdir)/sys_socket.in.h; \
2416 } > $@-t && \
2417 mv -f $@-t $@
2418 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
2419 MOSTLYCLEANDIRS += sys
2420
2421 EXTRA_DIST += sys_socket.in.h
2422
2423 ## end gnulib module sys_socket
2424
2425 ## begin gnulib module sys_stat
2426
2427 BUILT_SOURCES += sys/stat.h
2428
2429 # We need the following in order to create <sys/stat.h> when the system
2430 # has one that is incomplete.
2431 sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2432 $(AM_V_at)$(MKDIR_P) sys
2433 $(AM_V_GEN)rm -f $@-t $@ && \
2434 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2435 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2436 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2437 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2438 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2439 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2440 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2441 -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
2442 -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2443 -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2444 -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2445 -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2446 -e 's/@''GNULIB_GETUMASK''@/$(GNULIB_GETUMASK)/g' \
2447 -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2448 -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2449 -e 's/@''GNULIB_MKDIR''@/$(GNULIB_MKDIR)/g' \
2450 -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2451 -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2452 -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2453 -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2454 -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2455 -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2456 -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2457 -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
2458 -e 's/@''GNULIB_MDA_CHMOD''@/$(GNULIB_MDA_CHMOD)/g' \
2459 -e 's/@''GNULIB_MDA_MKDIR''@/$(GNULIB_MDA_MKDIR)/g' \
2460 -e 's/@''GNULIB_MDA_UMASK''@/$(GNULIB_MDA_UMASK)/g' \
2461 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2462 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2463 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2464 -e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
2465 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2466 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2467 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2468 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2469 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2470 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2471 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2472 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2473 -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
2474 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2475 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2476 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2477 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2478 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2479 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2480 -e 's|@''REPLACE_MKFIFOAT''@|$(REPLACE_MKFIFOAT)|g' \
2481 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2482 -e 's|@''REPLACE_MKNODAT''@|$(REPLACE_MKNODAT)|g' \
2483 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2484 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2485 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2486 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2487 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2488 < $(srcdir)/sys_stat.in.h; \
2489 } > $@-t && \
2490 mv $@-t $@
2491 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
2492 MOSTLYCLEANDIRS += sys
2493
2494 EXTRA_DIST += sys_stat.in.h
2495
2496 ## end gnulib module sys_stat
2497
2498 ## begin gnulib module sys_time
2499
2500 BUILT_SOURCES += sys/time.h
2501
2502 # We need the following in order to create <sys/time.h> when the system
2503 # doesn't have one that works with the given compiler.
2504 sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2505 $(AM_V_at)$(MKDIR_P) sys
2506 $(AM_V_GEN)rm -f $@-t $@ && \
2507 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2508 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2509 -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
2510 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2511 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2512 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2513 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
2514 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2515 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2516 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
2517 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
2518 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
2519 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
2520 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2521 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2522 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2523 < $(srcdir)/sys_time.in.h; \
2524 } > $@-t && \
2525 mv $@-t $@
2526 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
2527
2528 EXTRA_DIST += sys_time.in.h
2529
2530 ## end gnulib module sys_time
2531
2532 ## begin gnulib module sys_types
2533
2534 BUILT_SOURCES += sys/types.h
2535
2536 # We need the following in order to create <sys/types.h> when the system
2537 # doesn't have one that works with the given compiler.
2538 sys/types.h: sys_types.in.h $(top_builddir)/config.status
2539 $(AM_V_at)$(MKDIR_P) sys
2540 $(AM_V_GEN)rm -f $@-t $@ && \
2541 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2542 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2543 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2544 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2545 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2546 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2547 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2548 -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
2549 < $(srcdir)/sys_types.in.h; \
2550 } > $@-t && \
2551 mv $@-t $@
2552 MOSTLYCLEANFILES += sys/types.h sys/types.h-t
2553
2554 EXTRA_DIST += sys_types.in.h
2555
2556 ## end gnulib module sys_types
2557
2558 ## begin gnulib module sys_uio
2559
2560 BUILT_SOURCES += sys/uio.h
2561
2562 # We need the following in order to create <sys/uio.h> when the system
2563 # doesn't have one that works with the given compiler.
2564 sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
2565 $(AM_V_at)$(MKDIR_P) sys
2566 $(AM_V_GEN)rm -f $@-t $@ && \
2567 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2568 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2569 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2570 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2571 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2572 -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
2573 -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
2574 < $(srcdir)/sys_uio.in.h; \
2575 } > $@-t && \
2576 mv -f $@-t $@
2577 MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
2578 MOSTLYCLEANDIRS += sys
2579
2580 EXTRA_DIST += sys_uio.in.h
2581
2582 ## end gnulib module sys_uio
2583
2584 ## begin gnulib module tempname
2585
2586 libgnu_a_SOURCES += tempname.c
2587
2588 EXTRA_DIST += tempname.h
2589
2590 ## end gnulib module tempname
2591
2592 ## begin gnulib module threadlib
2593
2594 libgnu_a_SOURCES += glthread/threadlib.c
2595
2596 ## end gnulib module threadlib
2597
2598 ## begin gnulib module time
2599
2600 BUILT_SOURCES += time.h
2601
2602 # We need the following in order to create <time.h> when the system
2603 # doesn't have one that works with the given compiler.
2604 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2605 $(AM_V_GEN)rm -f $@-t $@ && \
2606 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2607 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2608 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2609 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2610 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2611 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2612 -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
2613 -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
2614 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2615 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2616 -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
2617 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2618 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2619 -e 's/@''GNULIB_TIMESPEC_GET''@/$(GNULIB_TIMESPEC_GET)/g' \
2620 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2621 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
2622 -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
2623 -e 's/@''GNULIB_MDA_TZSET''@/$(GNULIB_MDA_TZSET)/g' \
2624 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2625 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2626 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2627 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2628 -e 's|@''HAVE_TIMESPEC_GET''@|$(HAVE_TIMESPEC_GET)|g' \
2629 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2630 -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
2631 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2632 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2633 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2634 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2635 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2636 -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
2637 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2638 -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
2639 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2640 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2641 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2642 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2643 -e 's|@''TIME_H_DEFINES_TIME_UTC''@|$(TIME_H_DEFINES_TIME_UTC)|g' \
2644 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2645 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2646 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2647 < $(srcdir)/time.in.h; \
2648 } > $@-t && \
2649 mv $@-t $@
2650 MOSTLYCLEANFILES += time.h time.h-t
2651
2652 EXTRA_DIST += time.in.h
2653
2654 ## end gnulib module time
2655
2656 ## begin gnulib module time_r
2657
2658
2659 EXTRA_DIST += time_r.c
2660
2661 EXTRA_libgnu_a_SOURCES += time_r.c
2662
2663 ## end gnulib module time_r
2664
2665 ## begin gnulib module unistd
2666
2667 BUILT_SOURCES += unistd.h
2668 libgnu_a_SOURCES += unistd.c
2669
2670 # We need the following in order to create an empty placeholder for
2671 # <unistd.h> when the system doesn't have one.
2672 unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2673 $(AM_V_GEN)rm -f $@-t $@ && \
2674 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2675 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2676 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2677 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2678 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2679 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2680 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2681 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2682 -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
2683 -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2684 -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2685 -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2686 -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
2687 -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2688 -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2689 -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2690 -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2691 -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2692 -e 's/@''GNULIB_EXECL''@/$(GNULIB_EXECL)/g' \
2693 -e 's/@''GNULIB_EXECLE''@/$(GNULIB_EXECLE)/g' \
2694 -e 's/@''GNULIB_EXECLP''@/$(GNULIB_EXECLP)/g' \
2695 -e 's/@''GNULIB_EXECV''@/$(GNULIB_EXECV)/g' \
2696 -e 's/@''GNULIB_EXECVE''@/$(GNULIB_EXECVE)/g' \
2697 -e 's/@''GNULIB_EXECVP''@/$(GNULIB_EXECVP)/g' \
2698 -e 's/@''GNULIB_EXECVPE''@/$(GNULIB_EXECVPE)/g' \
2699 -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2700 -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2701 -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2702 -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2703 -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2704 -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2705 -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2706 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2707 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2708 -e 's/@''GNULIB_GETENTROPY''@/$(GNULIB_GETENTROPY)/g' \
2709 -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2710 -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2711 -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2712 -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2713 -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
2714 -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2715 -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
2716 -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2717 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2718 -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2719 -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2720 -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2721 -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2722 -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2723 -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2724 -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2725 -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2726 -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2727 -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2728 -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2729 -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2730 -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2731 -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2732 -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2733 -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2734 -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2735 -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
2736 -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2737 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2738 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2739 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2740 -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2741 -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2742 -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2743 -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2744 -e 's/@''GNULIB_MDA_ACCESS''@/$(GNULIB_MDA_ACCESS)/g' \
2745 -e 's/@''GNULIB_MDA_CHDIR''@/$(GNULIB_MDA_CHDIR)/g' \
2746 -e 's/@''GNULIB_MDA_CLOSE''@/$(GNULIB_MDA_CLOSE)/g' \
2747 -e 's/@''GNULIB_MDA_DUP''@/$(GNULIB_MDA_DUP)/g' \
2748 -e 's/@''GNULIB_MDA_DUP2''@/$(GNULIB_MDA_DUP2)/g' \
2749 -e 's/@''GNULIB_MDA_EXECL''@/$(GNULIB_MDA_EXECL)/g' \
2750 -e 's/@''GNULIB_MDA_EXECLE''@/$(GNULIB_MDA_EXECLE)/g' \
2751 -e 's/@''GNULIB_MDA_EXECLP''@/$(GNULIB_MDA_EXECLP)/g' \
2752 -e 's/@''GNULIB_MDA_EXECV''@/$(GNULIB_MDA_EXECV)/g' \
2753 -e 's/@''GNULIB_MDA_EXECVE''@/$(GNULIB_MDA_EXECVE)/g' \
2754 -e 's/@''GNULIB_MDA_EXECVP''@/$(GNULIB_MDA_EXECVP)/g' \
2755 -e 's/@''GNULIB_MDA_EXECVPE''@/$(GNULIB_MDA_EXECVPE)/g' \
2756 -e 's/@''GNULIB_MDA_GETCWD''@/$(GNULIB_MDA_GETCWD)/g' \
2757 -e 's/@''GNULIB_MDA_GETPID''@/$(GNULIB_MDA_GETPID)/g' \
2758 -e 's/@''GNULIB_MDA_ISATTY''@/$(GNULIB_MDA_ISATTY)/g' \
2759 -e 's/@''GNULIB_MDA_LSEEK''@/$(GNULIB_MDA_LSEEK)/g' \
2760 -e 's/@''GNULIB_MDA_READ''@/$(GNULIB_MDA_READ)/g' \
2761 -e 's/@''GNULIB_MDA_RMDIR''@/$(GNULIB_MDA_RMDIR)/g' \
2762 -e 's/@''GNULIB_MDA_SWAB''@/$(GNULIB_MDA_SWAB)/g' \
2763 -e 's/@''GNULIB_MDA_UNLINK''@/$(GNULIB_MDA_UNLINK)/g' \
2764 -e 's/@''GNULIB_MDA_WRITE''@/$(GNULIB_MDA_WRITE)/g' \
2765 < $(srcdir)/unistd.in.h | \
2766 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2767 -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
2768 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2769 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2770 -e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \
2771 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2772 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2773 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2774 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2775 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2776 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2777 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2778 -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
2779 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2780 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2781 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2782 -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
2783 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2784 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2785 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2786 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2787 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2788 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2789 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2790 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2791 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2792 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2793 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2794 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2795 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2796 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2797 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2798 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2799 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2800 -e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \
2801 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2802 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2803 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2804 -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
2805 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2806 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2807 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2808 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2809 -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
2810 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2811 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2812 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2813 | \
2814 sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
2815 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2816 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2817 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2818 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2819 -e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \
2820 -e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \
2821 -e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \
2822 -e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \
2823 -e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \
2824 -e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \
2825 -e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \
2826 -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
2827 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2828 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2829 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2830 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2831 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2832 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2833 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2834 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2835 -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
2836 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2837 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2838 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2839 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2840 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2841 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2842 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2843 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2844 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2845 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
2846 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2847 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2848 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2849 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
2850 -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
2851 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2852 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2853 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2854 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2855 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2856 -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
2857 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2858 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2859 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2860 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2861 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2862 } > $@-t && \
2863 mv $@-t $@
2864 MOSTLYCLEANFILES += unistd.h unistd.h-t
2865
2866 EXTRA_DIST += unistd.in.h
2867
2868 ## end gnulib module unistd
2869
2870 ## begin gnulib module unistd-safer
2871
2872 libgnu_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
2873
2874 EXTRA_DIST += unistd--.h unistd-safer.h
2875
2876 ## end gnulib module unistd-safer
2877
2878 ## begin gnulib module unsetenv
2879
2880
2881 EXTRA_DIST += unsetenv.c
2882
2883 EXTRA_libgnu_a_SOURCES += unsetenv.c
2884
2885 ## end gnulib module unsetenv
2886
2887 ## begin gnulib module update-copyright
2888
2889
2890 EXTRA_DIST += $(top_srcdir)/import/extra/update-copyright
2891
2892 ## end gnulib module update-copyright
2893
2894 ## begin gnulib module verify
2895
2896
2897 EXTRA_DIST += verify.h
2898
2899 ## end gnulib module verify
2900
2901 ## begin gnulib module wchar
2902
2903 BUILT_SOURCES += wchar.h
2904
2905 # We need the following in order to create <wchar.h> when the system
2906 # version does not work standalone.
2907 wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2908 $(AM_V_GEN)rm -f $@-t $@ && \
2909 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2910 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2911 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2912 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2913 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2914 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2915 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2916 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2917 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2918 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2919 -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2920 -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2921 -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2922 -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2923 -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2924 -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2925 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2926 -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2927 -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2928 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2929 -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2930 -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2931 -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2932 -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2933 -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2934 -e 's/@''GNULIB_WMEMPCPY''@/$(GNULIB_WMEMPCPY)/g' \
2935 -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2936 -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2937 -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2938 -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2939 -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2940 -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2941 -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2942 -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2943 -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2944 -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2945 -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2946 -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2947 -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2948 -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2949 -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2950 -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2951 -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2952 -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2953 -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2954 -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2955 -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2956 -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2957 -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2958 -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2959 -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
2960 -e 's/@''GNULIB_MDA_WCSDUP''@/$(GNULIB_MDA_WCSDUP)/g' \
2961 < $(srcdir)/wchar.in.h | \
2962 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2963 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2964 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2965 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2966 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2967 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2968 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2969 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2970 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2971 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2972 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2973 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2974 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2975 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2976 -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
2977 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2978 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2979 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2980 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2981 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2982 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2983 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2984 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2985 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2986 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2987 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2988 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2989 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2990 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2991 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2992 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2993 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2994 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2995 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2996 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2997 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2998 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2999 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3000 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
3001 -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
3002 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
3003 -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \
3004 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3005 | \
3006 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3007 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3008 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3009 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3010 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3011 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3012 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3013 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3014 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3015 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3016 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3017 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3018 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
3019 -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
3020 -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
3021 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3022 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3023 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3024 } > $@-t && \
3025 mv $@-t $@
3026 MOSTLYCLEANFILES += wchar.h wchar.h-t
3027
3028 EXTRA_DIST += wchar.in.h
3029
3030 ## end gnulib module wchar
3031
3032 ## begin gnulib module wctype-h
3033
3034 BUILT_SOURCES += wctype.h
3035 libgnu_a_SOURCES += wctype-h.c
3036
3037 # We need the following in order to create <wctype.h> when the system
3038 # doesn't have one that works with the given compiler.
3039 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
3040 $(AM_V_GEN)rm -f $@-t $@ && \
3041 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3042 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3043 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
3044 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3045 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3046 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3047 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
3048 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
3049 -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3050 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
3051 -e 's/@''GNULIB_ISWDIGIT''@/$(GNULIB_ISWDIGIT)/g' \
3052 -e 's/@''GNULIB_ISWXDIGIT''@/$(GNULIB_ISWXDIGIT)/g' \
3053 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
3054 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
3055 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
3056 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
3057 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
3058 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
3059 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
3060 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
3061 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
3062 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
3063 -e 's/@''REPLACE_ISWDIGIT''@/$(REPLACE_ISWDIGIT)/g' \
3064 -e 's/@''REPLACE_ISWXDIGIT''@/$(REPLACE_ISWXDIGIT)/g' \
3065 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
3066 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
3067 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3068 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3069 < $(srcdir)/wctype.in.h; \
3070 } > $@-t && \
3071 mv $@-t $@
3072 MOSTLYCLEANFILES += wctype.h wctype.h-t
3073
3074 EXTRA_DIST += wctype.in.h
3075
3076 ## end gnulib module wctype-h
3077
3078 ## begin gnulib module windows-mutex
3079
3080
3081 EXTRA_DIST += windows-initguard.h windows-mutex.c windows-mutex.h
3082
3083 EXTRA_libgnu_a_SOURCES += windows-mutex.c
3084
3085 ## end gnulib module windows-mutex
3086
3087 ## begin gnulib module windows-once
3088
3089
3090 EXTRA_DIST += windows-once.c windows-once.h
3091
3092 EXTRA_libgnu_a_SOURCES += windows-once.c
3093
3094 ## end gnulib module windows-once
3095
3096 ## begin gnulib module windows-recmutex
3097
3098
3099 EXTRA_DIST += windows-initguard.h windows-recmutex.c windows-recmutex.h
3100
3101 EXTRA_libgnu_a_SOURCES += windows-recmutex.c
3102
3103 ## end gnulib module windows-recmutex
3104
3105 ## begin gnulib module windows-rwlock
3106
3107
3108 EXTRA_DIST += windows-initguard.h windows-rwlock.c windows-rwlock.h
3109
3110 EXTRA_libgnu_a_SOURCES += windows-rwlock.c
3111
3112 ## end gnulib module windows-rwlock
3113
3114 ## begin gnulib module wmemchr
3115
3116
3117 EXTRA_DIST += wmemchr-impl.h wmemchr.c
3118
3119 EXTRA_libgnu_a_SOURCES += wmemchr.c
3120
3121 ## end gnulib module wmemchr
3122
3123 ## begin gnulib module wmempcpy
3124
3125
3126 EXTRA_DIST += wmempcpy.c
3127
3128 EXTRA_libgnu_a_SOURCES += wmempcpy.c
3129
3130 ## end gnulib module wmempcpy
3131
3132 ## begin gnulib module xalloc-oversized
3133
3134
3135 EXTRA_DIST += xalloc-oversized.h
3136
3137 ## end gnulib module xalloc-oversized
3138
3139
3140 mostlyclean-local: mostlyclean-generic
3141 @for dir in '' $(MOSTLYCLEANDIRS); do \
3142 if test -n "$$dir" && test -d $$dir; then \
3143 echo "rmdir $$dir"; rmdir $$dir; \
3144 fi; \
3145 done; \
3146 :
This page took 0.106066 seconds and 4 git commands to generate.