comparison libgnu/Makefile.am @ 15119:718bed882d3e

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