with-continuation-barrier carps, calls exit(3) _after_ unwinding
[bpt/guile.git] / lib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2011 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License. As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=3 --libtool --macro-prefix=gl --no-vc-files accept alignof alloca-opt announce-gen autobuild bind byteswap canonicalize-lgpl ceil close connect duplocale environ extensions flock floor fpieee frexp full-read full-write func gendocs getaddrinfo getpeername getsockname getsockopt git-version-gen gitlog-to-changelog gnu-web-doc-update gnupload havelib iconv_open-utf inet_ntop inet_pton isinf isnan ldexp lib-symbol-versions lib-symbol-visibility libunistring listen locale log1p maintainer-makefile malloc-gnu malloca nproc putenv recv recvfrom send sendto setsockopt shutdown socket stat-time stdlib strcase strftime striconveh string sys_stat trunc verify version-etc-fsf vsnprintf warnings wchar
13
14 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
15
16 SUBDIRS =
17 noinst_HEADERS =
18 noinst_LIBRARIES =
19 noinst_LTLIBRARIES =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES = core *.stackdump
24 MOSTLYCLEANDIRS =
25 CLEANFILES =
26 DISTCLEANFILES =
27 MAINTAINERCLEANFILES =
28
29 AM_CPPFLAGS =
30 AM_CFLAGS =
31
32 noinst_LTLIBRARIES += libgnu.la
33
34 libgnu_la_SOURCES =
35 libgnu_la_LIBADD = $(gl_LTLIBOBJS)
36 libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
37 EXTRA_libgnu_la_SOURCES =
38 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
39 libgnu_la_LDFLAGS += -no-undefined
40 libgnu_la_LDFLAGS += $(CEIL_LIBM)
41 libgnu_la_LDFLAGS += $(FLOOR_LIBM)
42 libgnu_la_LDFLAGS += $(FREXP_LIBM)
43 libgnu_la_LDFLAGS += $(GETADDRINFO_LIB)
44 libgnu_la_LDFLAGS += $(HOSTENT_LIB)
45 libgnu_la_LDFLAGS += $(INET_NTOP_LIB)
46 libgnu_la_LDFLAGS += $(INET_PTON_LIB)
47 libgnu_la_LDFLAGS += $(ISNAND_LIBM)
48 libgnu_la_LDFLAGS += $(ISNANF_LIBM)
49 libgnu_la_LDFLAGS += $(ISNANL_LIBM)
50 libgnu_la_LDFLAGS += $(LDEXP_LIBM)
51 libgnu_la_LDFLAGS += $(LIBSOCKET)
52 libgnu_la_LDFLAGS += $(LOG1P_LIBM)
53 libgnu_la_LDFLAGS += $(LTLIBICONV)
54 libgnu_la_LDFLAGS += $(LTLIBINTL)
55 libgnu_la_LDFLAGS += $(LTLIBUNISTRING)
56 libgnu_la_LDFLAGS += $(SERVENT_LIB)
57 libgnu_la_LDFLAGS += $(TRUNC_LIBM)
58
59 ## begin gnulib module accept
60
61
62 EXTRA_DIST += accept.c w32sock.h
63
64 EXTRA_libgnu_la_SOURCES += accept.c
65
66 ## end gnulib module accept
67
68 ## begin gnulib module alignof
69
70
71 EXTRA_DIST += alignof.h
72
73 ## end gnulib module alignof
74
75 ## begin gnulib module alloca-opt
76
77 BUILT_SOURCES += $(ALLOCA_H)
78
79 # We need the following in order to create <alloca.h> when the system
80 # doesn't have one that works with the given compiler.
81 alloca.h: alloca.in.h
82 $(AM_V_GEN)rm -f $@-t $@ && \
83 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
84 cat $(srcdir)/alloca.in.h; \
85 } > $@-t && \
86 mv -f $@-t $@
87 MOSTLYCLEANFILES += alloca.h alloca.h-t
88
89 EXTRA_DIST += alloca.in.h
90
91 ## end gnulib module alloca-opt
92
93 ## begin gnulib module announce-gen
94
95
96 EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
97
98 ## end gnulib module announce-gen
99
100 ## begin gnulib module arg-nonnull
101
102 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
103 # statements but through direct file reference. Therefore this snippet must be
104 # present in all Makefile.am that need it. This is ensured by the applicability
105 # 'all' defined above.
106
107 BUILT_SOURCES += arg-nonnull.h
108 # The arg-nonnull.h that gets inserted into generated .h files is the same as
109 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
110 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
111 $(AM_V_GEN)rm -f $@-t $@ && \
112 sed -n -e '/GL_ARG_NONNULL/,$$p' \
113 < $(top_srcdir)/build-aux/arg-nonnull.h \
114 > $@-t && \
115 mv $@-t $@
116 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
117
118 ARG_NONNULL_H=arg-nonnull.h
119
120 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
121
122 ## end gnulib module arg-nonnull
123
124 ## begin gnulib module arpa_inet
125
126 BUILT_SOURCES += arpa/inet.h
127
128 # We need the following in order to create <arpa/inet.h> when the system
129 # doesn't have one.
130 arpa/inet.h: arpa_inet.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
131 $(AM_V_at)$(MKDIR_P) arpa
132 $(AM_V_GEN)rm -f $@-t $@ && \
133 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
134 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
135 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
136 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
137 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
138 -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \
139 -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \
140 -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \
141 -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \
142 -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \
143 -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \
144 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
145 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
146 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
147 < $(srcdir)/arpa_inet.in.h; \
148 } > $@-t && \
149 mv $@-t $@
150 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
151 MOSTLYCLEANDIRS += arpa
152
153 EXTRA_DIST += arpa_inet.in.h
154
155 ## end gnulib module arpa_inet
156
157 ## begin gnulib module bind
158
159
160 EXTRA_DIST += bind.c w32sock.h
161
162 EXTRA_libgnu_la_SOURCES += bind.c
163
164 ## end gnulib module bind
165
166 ## begin gnulib module byteswap
167
168 BUILT_SOURCES += $(BYTESWAP_H)
169
170 # We need the following in order to create <byteswap.h> when the system
171 # doesn't have one.
172 byteswap.h: byteswap.in.h
173 $(AM_V_GEN)rm -f $@-t $@ && \
174 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
175 cat $(srcdir)/byteswap.in.h; \
176 } > $@-t && \
177 mv -f $@-t $@
178 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
179
180 EXTRA_DIST += byteswap.in.h
181
182 ## end gnulib module byteswap
183
184 ## begin gnulib module c++defs
185
186 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
187 # statements but through direct file reference. Therefore this snippet must be
188 # present in all Makefile.am that need it. This is ensured by the applicability
189 # 'all' defined above.
190
191 BUILT_SOURCES += c++defs.h
192 # The c++defs.h that gets inserted into generated .h files is the same as
193 # build-aux/c++defs.h, except that it has the copyright header cut off.
194 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
195 $(AM_V_GEN)rm -f $@-t $@ && \
196 sed -n -e '/_GL_CXXDEFS/,$$p' \
197 < $(top_srcdir)/build-aux/c++defs.h \
198 > $@-t && \
199 mv $@-t $@
200 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
201
202 CXXDEFS_H=c++defs.h
203
204 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
205
206 ## end gnulib module c++defs
207
208 ## begin gnulib module c-ctype
209
210 libgnu_la_SOURCES += c-ctype.h c-ctype.c
211
212 ## end gnulib module c-ctype
213
214 ## begin gnulib module c-strcase
215
216 libgnu_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
217
218 ## end gnulib module c-strcase
219
220 ## begin gnulib module c-strcaseeq
221
222
223 EXTRA_DIST += c-strcaseeq.h
224
225 ## end gnulib module c-strcaseeq
226
227 ## begin gnulib module canonicalize-lgpl
228
229
230 EXTRA_DIST += canonicalize-lgpl.c
231
232 EXTRA_libgnu_la_SOURCES += canonicalize-lgpl.c
233
234 ## end gnulib module canonicalize-lgpl
235
236 ## begin gnulib module ceil
237
238
239 EXTRA_DIST += ceil.c
240
241 EXTRA_libgnu_la_SOURCES += ceil.c
242
243 ## end gnulib module ceil
244
245 ## begin gnulib module close
246
247
248 EXTRA_DIST += close.c
249
250 EXTRA_libgnu_la_SOURCES += close.c
251
252 ## end gnulib module close
253
254 ## begin gnulib module close-hook
255
256 libgnu_la_SOURCES += close-hook.c
257
258 EXTRA_DIST += close-hook.h
259
260 ## end gnulib module close-hook
261
262 ## begin gnulib module connect
263
264
265 EXTRA_DIST += connect.c w32sock.h
266
267 EXTRA_libgnu_la_SOURCES += connect.c
268
269 ## end gnulib module connect
270
271 ## begin gnulib module dosname
272
273
274 EXTRA_DIST += dosname.h
275
276 ## end gnulib module dosname
277
278 ## begin gnulib module duplocale
279
280
281 EXTRA_DIST += duplocale.c
282
283 EXTRA_libgnu_la_SOURCES += duplocale.c
284
285 ## end gnulib module duplocale
286
287 ## begin gnulib module errno
288
289 BUILT_SOURCES += $(ERRNO_H)
290
291 # We need the following in order to create <errno.h> when the system
292 # doesn't have one that is POSIX compliant.
293 errno.h: errno.in.h
294 $(AM_V_GEN)rm -f $@-t $@ && \
295 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
296 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
297 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
298 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
299 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
300 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
301 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
302 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
303 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
304 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
305 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
306 < $(srcdir)/errno.in.h; \
307 } > $@-t && \
308 mv $@-t $@
309 MOSTLYCLEANFILES += errno.h errno.h-t
310
311 EXTRA_DIST += errno.in.h
312
313 ## end gnulib module errno
314
315 ## begin gnulib module fclose
316
317
318 EXTRA_DIST += fclose.c
319
320 EXTRA_libgnu_la_SOURCES += fclose.c
321
322 ## end gnulib module fclose
323
324 ## begin gnulib module float
325
326 BUILT_SOURCES += $(FLOAT_H)
327
328 # We need the following in order to create <float.h> when the system
329 # doesn't have one that works with the given compiler.
330 float.h: float.in.h
331 $(AM_V_GEN)rm -f $@-t $@ && \
332 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
333 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
334 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
335 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
336 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
337 < $(srcdir)/float.in.h; \
338 } > $@-t && \
339 mv $@-t $@
340 MOSTLYCLEANFILES += float.h float.h-t
341
342 EXTRA_DIST += float.in.h
343
344 ## end gnulib module float
345
346 ## begin gnulib module flock
347
348
349 EXTRA_DIST += flock.c
350
351 EXTRA_libgnu_la_SOURCES += flock.c
352
353 ## end gnulib module flock
354
355 ## begin gnulib module floor
356
357
358 EXTRA_DIST += floor.c
359
360 EXTRA_libgnu_la_SOURCES += floor.c
361
362 ## end gnulib module floor
363
364 ## begin gnulib module frexp
365
366
367 EXTRA_DIST += frexp.c
368
369 EXTRA_libgnu_la_SOURCES += frexp.c
370
371 ## end gnulib module frexp
372
373 ## begin gnulib module full-read
374
375 libgnu_la_SOURCES += full-read.h full-read.c
376
377 ## end gnulib module full-read
378
379 ## begin gnulib module full-write
380
381 libgnu_la_SOURCES += full-write.h full-write.c
382
383 ## end gnulib module full-write
384
385 ## begin gnulib module gendocs
386
387
388 EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
389
390 ## end gnulib module gendocs
391
392 ## begin gnulib module getaddrinfo
393
394
395 EXTRA_DIST += gai_strerror.c getaddrinfo.c
396
397 EXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c
398
399 ## end gnulib module getaddrinfo
400
401 ## begin gnulib module getpeername
402
403
404 EXTRA_DIST += getpeername.c w32sock.h
405
406 EXTRA_libgnu_la_SOURCES += getpeername.c
407
408 ## end gnulib module getpeername
409
410 ## begin gnulib module getsockname
411
412
413 EXTRA_DIST += getsockname.c w32sock.h
414
415 EXTRA_libgnu_la_SOURCES += getsockname.c
416
417 ## end gnulib module getsockname
418
419 ## begin gnulib module getsockopt
420
421
422 EXTRA_DIST += getsockopt.c w32sock.h
423
424 EXTRA_libgnu_la_SOURCES += getsockopt.c
425
426 ## end gnulib module getsockopt
427
428 ## begin gnulib module gettext-h
429
430 libgnu_la_SOURCES += gettext.h
431
432 ## end gnulib module gettext-h
433
434 ## begin gnulib module git-version-gen
435
436
437 EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
438
439 ## end gnulib module git-version-gen
440
441 ## begin gnulib module gitlog-to-changelog
442
443
444 EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
445
446 ## end gnulib module gitlog-to-changelog
447
448 ## begin gnulib module gnu-web-doc-update
449
450
451 EXTRA_DIST += $(top_srcdir)/build-aux/gnu-web-doc-update
452
453 ## end gnulib module gnu-web-doc-update
454
455 ## begin gnulib module gnumakefile
456
457 distclean-local: clean-GNUmakefile
458 clean-GNUmakefile:
459 test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
460
461 EXTRA_DIST += $(top_srcdir)/GNUmakefile
462
463 ## end gnulib module gnumakefile
464
465 ## begin gnulib module gnupload
466
467
468 EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
469
470 ## end gnulib module gnupload
471
472 ## begin gnulib module gperf
473
474 GPERF = gperf
475
476 ## end gnulib module gperf
477
478 ## begin gnulib module havelib
479
480
481 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
482
483 ## end gnulib module havelib
484
485 ## begin gnulib module iconv-h
486
487 BUILT_SOURCES += $(ICONV_H)
488
489 # We need the following in order to create <iconv.h> when the system
490 # doesn't have one that works with the given compiler.
491 iconv.h: iconv.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
492 $(AM_V_GEN)rm -f $@-t $@ && \
493 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
494 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
495 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
496 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
497 -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
498 -e 's|@''GNULIB_ICONV''@|$(GNULIB_ICONV)|g' \
499 -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
500 -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
501 -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
502 -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \
503 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
504 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
505 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
506 < $(srcdir)/iconv.in.h; \
507 } > $@-t && \
508 mv $@-t $@
509 MOSTLYCLEANFILES += iconv.h iconv.h-t
510
511 EXTRA_DIST += iconv.in.h
512
513 ## end gnulib module iconv-h
514
515 ## begin gnulib module iconv_open
516
517 iconv_open-aix.h: iconv_open-aix.gperf
518 $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t
519 mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h
520 iconv_open-hpux.h: iconv_open-hpux.gperf
521 $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t
522 mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h
523 iconv_open-irix.h: iconv_open-irix.gperf
524 $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t
525 mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h
526 iconv_open-osf.h: iconv_open-osf.gperf
527 $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t
528 mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h
529 iconv_open-solaris.h: iconv_open-solaris.gperf
530 $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t
531 mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h
532 BUILT_SOURCES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
533 MOSTLYCLEANFILES += iconv_open-aix.h-t iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t
534 MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
535 EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
536
537 EXTRA_DIST += iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open-solaris.gperf iconv_open.c
538
539 EXTRA_libgnu_la_SOURCES += iconv_open.c
540
541 ## end gnulib module iconv_open
542
543 ## begin gnulib module iconv_open-utf
544
545
546 EXTRA_DIST += iconv.c iconv_close.c
547
548 EXTRA_libgnu_la_SOURCES += iconv.c iconv_close.c
549
550 ## end gnulib module iconv_open-utf
551
552 ## begin gnulib module inet_ntop
553
554
555 EXTRA_DIST += inet_ntop.c
556
557 EXTRA_libgnu_la_SOURCES += inet_ntop.c
558
559 ## end gnulib module inet_ntop
560
561 ## begin gnulib module inet_pton
562
563
564 EXTRA_DIST += inet_pton.c
565
566 EXTRA_libgnu_la_SOURCES += inet_pton.c
567
568 ## end gnulib module inet_pton
569
570 ## begin gnulib module isinf
571
572
573 EXTRA_DIST += isinf.c
574
575 EXTRA_libgnu_la_SOURCES += isinf.c
576
577 ## end gnulib module isinf
578
579 ## begin gnulib module isnand
580
581
582 EXTRA_DIST += float+.h isnan.c isnand.c
583
584 EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
585
586 ## end gnulib module isnand
587
588 ## begin gnulib module isnand-nolibm
589
590
591 EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
592
593 EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
594
595 ## end gnulib module isnand-nolibm
596
597 ## begin gnulib module isnanf
598
599
600 EXTRA_DIST += float+.h isnan.c isnanf.c
601
602 EXTRA_libgnu_la_SOURCES += isnan.c isnanf.c
603
604 ## end gnulib module isnanf
605
606 ## begin gnulib module isnanl
607
608
609 EXTRA_DIST += float+.h isnan.c isnanl.c
610
611 EXTRA_libgnu_la_SOURCES += isnan.c isnanl.c
612
613 ## end gnulib module isnanl
614
615 ## begin gnulib module lib-symbol-visibility
616
617 # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
618 # compilation of all sources that make up the library. This line here does it
619 # only for the gnulib part of it. The developer is responsible for adding
620 # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library.
621 AM_CFLAGS += $(CFLAG_VISIBILITY)
622
623 ## end gnulib module lib-symbol-visibility
624
625 ## begin gnulib module libunistring
626
627
628 EXTRA_DIST += libunistring.valgrind
629
630 ## end gnulib module libunistring
631
632 ## begin gnulib module listen
633
634
635 EXTRA_DIST += listen.c w32sock.h
636
637 EXTRA_libgnu_la_SOURCES += listen.c
638
639 ## end gnulib module listen
640
641 ## begin gnulib module locale
642
643 BUILT_SOURCES += locale.h
644
645 # We need the following in order to create <locale.h> when the system
646 # doesn't have one that provides all definitions.
647 locale.h: locale.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
648 $(AM_V_GEN)rm -f $@-t $@ && \
649 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
650 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
651 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
652 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
653 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
654 -e 's|@''GNULIB_SETLOCALE''@|$(GNULIB_SETLOCALE)|g' \
655 -e 's|@''GNULIB_DUPLOCALE''@|$(GNULIB_DUPLOCALE)|g' \
656 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
657 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
658 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
659 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
660 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
661 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
662 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
663 < $(srcdir)/locale.in.h; \
664 } > $@-t && \
665 mv $@-t $@
666 MOSTLYCLEANFILES += locale.h locale.h-t
667
668 EXTRA_DIST += locale.in.h
669
670 ## end gnulib module locale
671
672 ## begin gnulib module lstat
673
674
675 EXTRA_DIST += lstat.c
676
677 EXTRA_libgnu_la_SOURCES += lstat.c
678
679 ## end gnulib module lstat
680
681 ## begin gnulib module maintainer-makefile
682
683 EXTRA_DIST += $(top_srcdir)/maint.mk
684
685 ## end gnulib module maintainer-makefile
686
687 ## begin gnulib module malloc-gnu
688
689
690 EXTRA_DIST += malloc.c
691
692 EXTRA_libgnu_la_SOURCES += malloc.c
693
694 ## end gnulib module malloc-gnu
695
696 ## begin gnulib module malloc-posix
697
698
699 EXTRA_DIST += malloc.c
700
701 EXTRA_libgnu_la_SOURCES += malloc.c
702
703 ## end gnulib module malloc-posix
704
705 ## begin gnulib module malloca
706
707 libgnu_la_SOURCES += malloca.c
708
709 EXTRA_DIST += malloca.h malloca.valgrind
710
711 ## end gnulib module malloca
712
713 ## begin gnulib module math
714
715 BUILT_SOURCES += math.h
716
717 # We need the following in order to create <math.h> when the system
718 # doesn't have one that works with the given compiler.
719 math.h: math.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
720 $(AM_V_GEN)rm -f $@-t $@ && \
721 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
722 sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
723 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
724 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
725 -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
726 -e 's|@''GNULIB_ACOSL''@|$(GNULIB_ACOSL)|g' \
727 -e 's|@''GNULIB_ASINL''@|$(GNULIB_ASINL)|g' \
728 -e 's|@''GNULIB_ATANL''@|$(GNULIB_ATANL)|g' \
729 -e 's|@''GNULIB_CEIL''@|$(GNULIB_CEIL)|g' \
730 -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \
731 -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \
732 -e 's|@''GNULIB_COSL''@|$(GNULIB_COSL)|g' \
733 -e 's|@''GNULIB_EXPL''@|$(GNULIB_EXPL)|g' \
734 -e 's|@''GNULIB_FLOOR''@|$(GNULIB_FLOOR)|g' \
735 -e 's|@''GNULIB_FLOORF''@|$(GNULIB_FLOORF)|g' \
736 -e 's|@''GNULIB_FLOORL''@|$(GNULIB_FLOORL)|g' \
737 -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \
738 -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \
739 -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \
740 -e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \
741 -e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \
742 -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \
743 -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \
744 -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \
745 -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \
746 -e 's|@''GNULIB_LOGB''@|$(GNULIB_LOGB)|g' \
747 -e 's|@''GNULIB_LOGL''@|$(GNULIB_LOGL)|g' \
748 -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \
749 -e 's|@''GNULIB_ROUNDF''@|$(GNULIB_ROUNDF)|g' \
750 -e 's|@''GNULIB_ROUNDL''@|$(GNULIB_ROUNDL)|g' \
751 -e 's|@''GNULIB_SIGNBIT''@|$(GNULIB_SIGNBIT)|g' \
752 -e 's|@''GNULIB_SINL''@|$(GNULIB_SINL)|g' \
753 -e 's|@''GNULIB_SQRTL''@|$(GNULIB_SQRTL)|g' \
754 -e 's|@''GNULIB_TANL''@|$(GNULIB_TANL)|g' \
755 -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \
756 -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \
757 -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \
758 < $(srcdir)/math.in.h | \
759 sed -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
760 -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
761 -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
762 -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
763 -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
764 -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
765 -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
766 -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
767 -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
768 -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
769 -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
770 -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
771 -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
772 -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
773 -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
774 -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
775 -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
776 -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
777 -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
778 -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
779 -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
780 -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
781 -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
782 -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
783 -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
784 -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
785 -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
786 -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
787 -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
788 -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
789 -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
790 -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
791 -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
792 -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
793 | \
794 sed -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
795 -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
796 -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
797 -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
798 -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
799 -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
800 -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
801 -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
802 -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
803 -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
804 -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
805 -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
806 -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
807 -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
808 -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
809 -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
810 -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
811 -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
812 -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
813 -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
814 -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
815 -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
816 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
817 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
818 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
819 } > $@-t && \
820 mv $@-t $@
821 MOSTLYCLEANFILES += math.h math.h-t
822
823 EXTRA_DIST += math.in.h
824
825 ## end gnulib module math
826
827 ## begin gnulib module memchr
828
829
830 EXTRA_DIST += memchr.c memchr.valgrind
831
832 EXTRA_libgnu_la_SOURCES += memchr.c
833
834 ## end gnulib module memchr
835
836 ## begin gnulib module netdb
837
838 BUILT_SOURCES += netdb.h
839
840 # We need the following in order to create <netdb.h> when the system
841 # doesn't have one that works with the given compiler.
842 netdb.h: netdb.in.h $(ARG_NONNULL_H) $(WARN_ON_USE_H)
843 $(AM_V_GEN)rm -f $@-t $@ && \
844 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
845 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
846 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
847 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
848 -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \
849 -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \
850 -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \
851 -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \
852 -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \
853 -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \
854 -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \
855 -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \
856 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
857 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
858 < $(srcdir)/netdb.in.h; \
859 } > $@-t && \
860 mv $@-t $@
861 MOSTLYCLEANFILES += netdb.h netdb.h-t
862
863 EXTRA_DIST += netdb.in.h
864
865 ## end gnulib module netdb
866
867 ## begin gnulib module netinet_in
868
869 BUILT_SOURCES += $(NETINET_IN_H)
870
871 # We need the following in order to create <netinet/in.h> when the system
872 # doesn't have one.
873 netinet/in.h: netinet_in.in.h
874 $(AM_V_at)$(MKDIR_P) netinet
875 $(AM_V_GEN)rm -f $@-t $@ && \
876 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
877 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
878 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
879 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
880 -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
881 -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
882 < $(srcdir)/netinet_in.in.h; \
883 } > $@-t && \
884 mv $@-t $@
885 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
886 MOSTLYCLEANDIRS += netinet
887
888 EXTRA_DIST += netinet_in.in.h
889
890 ## end gnulib module netinet_in
891
892 ## begin gnulib module nproc
893
894 libgnu_la_SOURCES += nproc.c
895
896 EXTRA_DIST += nproc.h
897
898 ## end gnulib module nproc
899
900 ## begin gnulib module pathmax
901
902
903 EXTRA_DIST += pathmax.h
904
905 ## end gnulib module pathmax
906
907 ## begin gnulib module putenv
908
909
910 EXTRA_DIST += putenv.c
911
912 EXTRA_libgnu_la_SOURCES += putenv.c
913
914 ## end gnulib module putenv
915
916 ## begin gnulib module readlink
917
918
919 EXTRA_DIST += readlink.c
920
921 EXTRA_libgnu_la_SOURCES += readlink.c
922
923 ## end gnulib module readlink
924
925 ## begin gnulib module recv
926
927
928 EXTRA_DIST += recv.c w32sock.h
929
930 EXTRA_libgnu_la_SOURCES += recv.c
931
932 ## end gnulib module recv
933
934 ## begin gnulib module recvfrom
935
936
937 EXTRA_DIST += recvfrom.c w32sock.h
938
939 EXTRA_libgnu_la_SOURCES += recvfrom.c
940
941 ## end gnulib module recvfrom
942
943 ## begin gnulib module safe-read
944
945
946 EXTRA_DIST += safe-read.c safe-read.h
947
948 EXTRA_libgnu_la_SOURCES += safe-read.c
949
950 ## end gnulib module safe-read
951
952 ## begin gnulib module safe-write
953
954
955 EXTRA_DIST += safe-write.c safe-write.h
956
957 EXTRA_libgnu_la_SOURCES += safe-write.c
958
959 ## end gnulib module safe-write
960
961 ## begin gnulib module send
962
963
964 EXTRA_DIST += send.c w32sock.h
965
966 EXTRA_libgnu_la_SOURCES += send.c
967
968 ## end gnulib module send
969
970 ## begin gnulib module sendto
971
972
973 EXTRA_DIST += sendto.c w32sock.h
974
975 EXTRA_libgnu_la_SOURCES += sendto.c
976
977 ## end gnulib module sendto
978
979 ## begin gnulib module setsockopt
980
981
982 EXTRA_DIST += setsockopt.c w32sock.h
983
984 EXTRA_libgnu_la_SOURCES += setsockopt.c
985
986 ## end gnulib module setsockopt
987
988 ## begin gnulib module shutdown
989
990
991 EXTRA_DIST += shutdown.c w32sock.h
992
993 EXTRA_libgnu_la_SOURCES += shutdown.c
994
995 ## end gnulib module shutdown
996
997 ## begin gnulib module size_max
998
999 libgnu_la_SOURCES += size_max.h
1000
1001 ## end gnulib module size_max
1002
1003 ## begin gnulib module snprintf
1004
1005
1006 EXTRA_DIST += snprintf.c
1007
1008 EXTRA_libgnu_la_SOURCES += snprintf.c
1009
1010 ## end gnulib module snprintf
1011
1012 ## begin gnulib module socket
1013
1014
1015 EXTRA_DIST += socket.c w32sock.h
1016
1017 EXTRA_libgnu_la_SOURCES += socket.c
1018
1019 ## end gnulib module socket
1020
1021 ## begin gnulib module sockets
1022
1023 libgnu_la_SOURCES += sockets.h sockets.c
1024
1025 EXTRA_DIST += w32sock.h
1026
1027 ## end gnulib module sockets
1028
1029 ## begin gnulib module stat
1030
1031
1032 EXTRA_DIST += stat.c
1033
1034 EXTRA_libgnu_la_SOURCES += stat.c
1035
1036 ## end gnulib module stat
1037
1038 ## begin gnulib module stat-time
1039
1040
1041 EXTRA_DIST += stat-time.h
1042
1043 ## end gnulib module stat-time
1044
1045 ## begin gnulib module stdarg
1046
1047 BUILT_SOURCES += $(STDARG_H)
1048
1049 # We need the following in order to create <stdarg.h> when the system
1050 # doesn't have one that works with the given compiler.
1051 stdarg.h: stdarg.in.h
1052 $(AM_V_GEN)rm -f $@-t $@ && \
1053 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1054 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1055 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1056 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1057 -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
1058 < $(srcdir)/stdarg.in.h; \
1059 } > $@-t && \
1060 mv $@-t $@
1061 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
1062
1063 EXTRA_DIST += stdarg.in.h
1064
1065 ## end gnulib module stdarg
1066
1067 ## begin gnulib module stdbool
1068
1069 BUILT_SOURCES += $(STDBOOL_H)
1070
1071 # We need the following in order to create <stdbool.h> when the system
1072 # doesn't have one that works.
1073 stdbool.h: stdbool.in.h
1074 $(AM_V_GEN)rm -f $@-t $@ && \
1075 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1076 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1077 } > $@-t && \
1078 mv $@-t $@
1079 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1080
1081 EXTRA_DIST += stdbool.in.h
1082
1083 ## end gnulib module stdbool
1084
1085 ## begin gnulib module stddef
1086
1087 BUILT_SOURCES += $(STDDEF_H)
1088
1089 # We need the following in order to create <stddef.h> when the system
1090 # doesn't have one that works with the given compiler.
1091 stddef.h: stddef.in.h
1092 $(AM_V_GEN)rm -f $@-t $@ && \
1093 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1094 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1095 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1096 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1097 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1098 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1099 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1100 < $(srcdir)/stddef.in.h; \
1101 } > $@-t && \
1102 mv $@-t $@
1103 MOSTLYCLEANFILES += stddef.h stddef.h-t
1104
1105 EXTRA_DIST += stddef.in.h
1106
1107 ## end gnulib module stddef
1108
1109 ## begin gnulib module stdint
1110
1111 BUILT_SOURCES += $(STDINT_H)
1112
1113 # We need the following in order to create <stdint.h> when the system
1114 # doesn't have one that works with the given compiler.
1115 stdint.h: stdint.in.h
1116 $(AM_V_GEN)rm -f $@-t $@ && \
1117 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1118 sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1119 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1120 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1121 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1122 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1123 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1124 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1125 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1126 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1127 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1128 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1129 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1130 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1131 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1132 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1133 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1134 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1135 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1136 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1137 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1138 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1139 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1140 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1141 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1142 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1143 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1144 < $(srcdir)/stdint.in.h; \
1145 } > $@-t && \
1146 mv $@-t $@
1147 MOSTLYCLEANFILES += stdint.h stdint.h-t
1148
1149 EXTRA_DIST += stdint.in.h
1150
1151 ## end gnulib module stdint
1152
1153 ## begin gnulib module stdio
1154
1155 BUILT_SOURCES += stdio.h
1156
1157 # We need the following in order to create <stdio.h> when the system
1158 # doesn't have one that works with the given compiler.
1159 stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1160 $(AM_V_GEN)rm -f $@-t $@ && \
1161 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1162 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1163 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1164 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1165 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1166 -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
1167 -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
1168 -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
1169 -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
1170 -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
1171 -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
1172 -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
1173 -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
1174 -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
1175 -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
1176 -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
1177 -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
1178 -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
1179 -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
1180 -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
1181 -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
1182 -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
1183 -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
1184 -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
1185 -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
1186 -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
1187 -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
1188 -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
1189 -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
1190 -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
1191 -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
1192 -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
1193 -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
1194 -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
1195 -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
1196 -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
1197 -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
1198 -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
1199 -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
1200 -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
1201 -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
1202 -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
1203 -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
1204 -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
1205 -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
1206 -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
1207 < $(srcdir)/stdio.in.h | \
1208 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1209 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1210 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1211 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1212 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1213 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1214 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1215 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1216 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1217 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1218 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1219 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1220 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1221 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1222 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1223 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1224 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1225 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1226 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1227 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1228 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1229 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1230 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1231 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1232 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1233 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1234 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1235 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1236 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1237 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1238 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1239 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1240 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1241 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1242 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1243 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1244 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1245 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1246 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1247 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1248 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1249 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1250 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1251 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1252 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1253 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1254 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1255 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1256 } > $@-t && \
1257 mv $@-t $@
1258 MOSTLYCLEANFILES += stdio.h stdio.h-t
1259
1260 EXTRA_DIST += stdio.in.h
1261
1262 ## end gnulib module stdio
1263
1264 ## begin gnulib module stdlib
1265
1266 BUILT_SOURCES += stdlib.h
1267
1268 # We need the following in order to create <stdlib.h> when the system
1269 # doesn't have one that works with the given compiler.
1270 stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1271 $(AM_V_GEN)rm -f $@-t $@ && \
1272 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1273 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1274 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1275 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1276 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1277 -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
1278 -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
1279 -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
1280 -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
1281 -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
1282 -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
1283 -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
1284 -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
1285 -e 's|@''GNULIB_MBTOWC''@|$(GNULIB_MBTOWC)|g' \
1286 -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
1287 -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
1288 -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
1289 -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
1290 -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
1291 -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
1292 -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
1293 -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
1294 -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
1295 -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
1296 -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
1297 -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
1298 -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
1299 -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
1300 -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
1301 -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \
1302 -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
1303 -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
1304 -e 's|@''GNULIB_WCTOMB''@|$(GNULIB_WCTOMB)|g' \
1305 < $(srcdir)/stdlib.in.h | \
1306 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
1307 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1308 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1309 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1310 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1311 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1312 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1313 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1314 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1315 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1316 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1317 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1318 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1319 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1320 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1321 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1322 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1323 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1324 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1325 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1326 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1327 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1328 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1329 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1330 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1331 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1332 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
1333 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
1334 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1335 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1336 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1337 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1338 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1339 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1340 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1341 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1342 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1343 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1344 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1345 } > $@-t && \
1346 mv $@-t $@
1347 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1348
1349 EXTRA_DIST += stdlib.in.h
1350
1351 ## end gnulib module stdlib
1352
1353 ## begin gnulib module strcase
1354
1355
1356 EXTRA_DIST += strcasecmp.c strncasecmp.c
1357
1358 EXTRA_libgnu_la_SOURCES += strcasecmp.c strncasecmp.c
1359
1360 ## end gnulib module strcase
1361
1362 ## begin gnulib module strftime
1363
1364
1365 EXTRA_DIST += strftime.c strftime.h
1366
1367 EXTRA_libgnu_la_SOURCES += strftime.c
1368
1369 ## end gnulib module strftime
1370
1371 ## begin gnulib module striconveh
1372
1373 libgnu_la_SOURCES += striconveh.h striconveh.c
1374 if GL_COND_LIBTOOL
1375 libgnu_la_LDFLAGS += $(LTLIBICONV)
1376 endif
1377
1378 EXTRA_DIST += iconveh.h
1379
1380 ## end gnulib module striconveh
1381
1382 ## begin gnulib module string
1383
1384 BUILT_SOURCES += string.h
1385
1386 # We need the following in order to create <string.h> when the system
1387 # doesn't have one that works with the given compiler.
1388 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1389 $(AM_V_GEN)rm -f $@-t $@ && \
1390 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1391 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1392 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1393 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1394 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1395 -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
1396 -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
1397 -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
1398 -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
1399 -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
1400 -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
1401 -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
1402 -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
1403 -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
1404 -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
1405 -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
1406 -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
1407 -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
1408 -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
1409 -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
1410 -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
1411 -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
1412 -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
1413 -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
1414 -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
1415 -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
1416 -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
1417 -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
1418 -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
1419 -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1420 -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1421 -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1422 -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1423 -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1424 -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1425 -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1426 -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1427 -e 's|@''GNULIB_STRERROR_R''@|$(GNULIB_STRERROR_R)|g' \
1428 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1429 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
1430 < $(srcdir)/string.in.h | \
1431 sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1432 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1433 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1434 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1435 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1436 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1437 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1438 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1439 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1440 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1441 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1442 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1443 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1444 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1445 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1446 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1447 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1448 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1449 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1450 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1451 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1452 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1453 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1454 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1455 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1456 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1457 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1458 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1459 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1460 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1461 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1462 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1463 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1464 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1465 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1466 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1467 < $(srcdir)/string.in.h; \
1468 } > $@-t && \
1469 mv $@-t $@
1470 MOSTLYCLEANFILES += string.h string.h-t
1471
1472 EXTRA_DIST += string.in.h
1473
1474 ## end gnulib module string
1475
1476 ## begin gnulib module strings
1477
1478 BUILT_SOURCES += strings.h
1479
1480 # We need the following in order to create <strings.h> when the system
1481 # doesn't have one that works with the given compiler.
1482 strings.h: strings.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1483 $(AM_V_GEN)rm -f $@-t $@ && \
1484 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1485 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1486 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1487 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1488 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
1489 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
1490 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
1491 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1492 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1493 < $(srcdir)/strings.in.h; \
1494 } > $@-t && \
1495 mv $@-t $@
1496 MOSTLYCLEANFILES += strings.h strings.h-t
1497
1498 EXTRA_DIST += strings.in.h
1499
1500 ## end gnulib module strings
1501
1502 ## begin gnulib module sys_file
1503
1504 BUILT_SOURCES += sys/file.h
1505
1506 # We need the following in order to create <sys/file.h> when the system
1507 # has one that is incomplete.
1508 sys/file.h: sys_file.in.h $(WARN_ON_USE_H)
1509 $(AM_V_at)$(MKDIR_P) sys
1510 $(AM_V_GEN)rm -f $@-t $@ && \
1511 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1512 sed -e 's/@''HAVE_SYS_FILE_H''@/$(HAVE_SYS_FILE_H)/g' \
1513 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1514 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1515 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1516 -e 's|@''NEXT_SYS_FILE_H''@|$(NEXT_SYS_FILE_H)|g' \
1517 -e 's/@''HAVE_FLOCK''@/$(HAVE_FLOCK)/g' \
1518 -e 's/@''GNULIB_FLOCK''@/$(GNULIB_FLOCK)/g' \
1519 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1520 < $(srcdir)/sys_file.in.h; \
1521 } > $@-t && \
1522 mv $@-t $@
1523 MOSTLYCLEANFILES += sys/file.h sys/file.h-t
1524 MOSTLYCLEANDIRS += sys
1525
1526 EXTRA_DIST += sys_file.in.h
1527
1528 ## end gnulib module sys_file
1529
1530 ## begin gnulib module sys_socket
1531
1532 BUILT_SOURCES += sys/socket.h
1533
1534 # We need the following in order to create <sys/socket.h> when the system
1535 # doesn't have one that works with the given compiler.
1536 sys/socket.h: sys_socket.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1537 $(AM_V_at)$(MKDIR_P) sys
1538 $(AM_V_GEN)rm -f $@-t $@ && \
1539 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1540 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1541 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1542 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1543 -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
1544 -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
1545 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1546 -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \
1547 -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \
1548 -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \
1549 -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \
1550 -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \
1551 -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \
1552 -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
1553 -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
1554 -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
1555 -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
1556 -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
1557 -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
1558 -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \
1559 -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \
1560 -e 's|@''GNULIB_ACCEPT4''@|$(GNULIB_ACCEPT4)|g' \
1561 -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
1562 -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
1563 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
1564 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
1565 -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1566 -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
1567 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1568 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1569 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1570 < $(srcdir)/sys_socket.in.h; \
1571 } > $@-t && \
1572 mv -f $@-t $@
1573 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1574 MOSTLYCLEANDIRS += sys
1575
1576 EXTRA_DIST += sys_socket.in.h
1577
1578 ## end gnulib module sys_socket
1579
1580 ## begin gnulib module sys_stat
1581
1582 BUILT_SOURCES += sys/stat.h
1583
1584 # We need the following in order to create <sys/stat.h> when the system
1585 # has one that is incomplete.
1586 sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1587 $(AM_V_at)$(MKDIR_P) sys
1588 $(AM_V_GEN)rm -f $@-t $@ && \
1589 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1590 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1591 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1592 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1593 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1594 -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1595 -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1596 -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1597 -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1598 -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1599 -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1600 -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1601 -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1602 -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1603 -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1604 -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1605 -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1606 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1607 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1608 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1609 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1610 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1611 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1612 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1613 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1614 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1615 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1616 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1617 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1618 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1619 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1620 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1621 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1622 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1623 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1624 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1625 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1626 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1627 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1628 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1629 < $(srcdir)/sys_stat.in.h; \
1630 } > $@-t && \
1631 mv $@-t $@
1632 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1633 MOSTLYCLEANDIRS += sys
1634
1635 EXTRA_DIST += sys_stat.in.h
1636
1637 ## end gnulib module sys_stat
1638
1639 ## begin gnulib module sys_time
1640
1641 BUILT_SOURCES += sys/time.h
1642
1643 # We need the following in order to create <sys/time.h> when the system
1644 # doesn't have one that works with the given compiler.
1645 sys/time.h: sys_time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1646 $(AM_V_at)$(MKDIR_P) sys
1647 $(AM_V_GEN)rm -f $@-t $@ && \
1648 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1649 sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1650 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1651 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1652 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1653 -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1654 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1655 -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
1656 -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1657 -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1658 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1659 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1660 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1661 < $(srcdir)/sys_time.in.h; \
1662 } > $@-t && \
1663 mv $@-t $@
1664 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1665
1666 EXTRA_DIST += sys_time.in.h
1667
1668 ## end gnulib module sys_time
1669
1670 ## begin gnulib module time
1671
1672 BUILT_SOURCES += time.h
1673
1674 # We need the following in order to create <time.h> when the system
1675 # doesn't have one that works with the given compiler.
1676 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1677 $(AM_V_GEN)rm -f $@-t $@ && \
1678 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1679 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1680 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1681 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1682 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1683 -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
1684 -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
1685 -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
1686 -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
1687 -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
1688 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1689 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1690 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1691 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1692 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1693 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1694 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1695 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1696 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1697 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1698 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1699 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1700 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1701 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1702 < $(srcdir)/time.in.h; \
1703 } > $@-t && \
1704 mv $@-t $@
1705 MOSTLYCLEANFILES += time.h time.h-t
1706
1707 EXTRA_DIST += time.in.h
1708
1709 ## end gnulib module time
1710
1711 ## begin gnulib module time_r
1712
1713
1714 EXTRA_DIST += time_r.c
1715
1716 EXTRA_libgnu_la_SOURCES += time_r.c
1717
1718 ## end gnulib module time_r
1719
1720 ## begin gnulib module trunc
1721
1722
1723 EXTRA_DIST += trunc.c
1724
1725 EXTRA_libgnu_la_SOURCES += trunc.c
1726
1727 ## end gnulib module trunc
1728
1729 ## begin gnulib module unistd
1730
1731 BUILT_SOURCES += unistd.h
1732
1733 # We need the following in order to create an empty placeholder for
1734 # <unistd.h> when the system doesn't have one.
1735 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1736 $(AM_V_GEN)rm -f $@-t $@ && \
1737 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1738 sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1739 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1740 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1741 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1742 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1743 -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1744 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1745 -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1746 -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
1747 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1748 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
1749 -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
1750 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1751 -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
1752 -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
1753 -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1754 -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1755 -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
1756 -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
1757 -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
1758 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
1759 -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
1760 -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1761 -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1762 -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
1763 -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1764 -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
1765 -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
1766 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1767 -e 's|@''GNULIB_PIPE''@|$(GNULIB_PIPE)|g' \
1768 -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1769 -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
1770 -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
1771 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1772 -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1773 -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
1774 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1775 -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1776 -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
1777 -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
1778 -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
1779 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
1780 -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1781 -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
1782 -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
1783 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
1784 < $(srcdir)/unistd.in.h | \
1785 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1786 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1787 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1788 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1789 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1790 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1791 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1792 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1793 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1794 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1795 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1796 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1797 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1798 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1799 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1800 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1801 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1802 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1803 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1804 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1805 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1806 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1807 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1808 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1809 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1810 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1811 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1812 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1813 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1814 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1815 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1816 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1817 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1818 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1819 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1820 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1821 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1822 | \
1823 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1824 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1825 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1826 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1827 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1828 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1829 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1830 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1831 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1832 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1833 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1834 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1835 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1836 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1837 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1838 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1839 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1840 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1841 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1842 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1843 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1844 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1845 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1846 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1847 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1848 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1849 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1850 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1851 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1852 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1853 } > $@-t && \
1854 mv $@-t $@
1855 MOSTLYCLEANFILES += unistd.h unistd.h-t
1856
1857 EXTRA_DIST += unistd.in.h
1858
1859 ## end gnulib module unistd
1860
1861 ## begin gnulib module unistr/base
1862
1863 BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
1864
1865 unistr.h: unistr.in.h
1866 $(AM_V_GEN)rm -f $@-t $@ && \
1867 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1868 cat $(srcdir)/unistr.in.h; \
1869 } > $@-t && \
1870 mv -f $@-t $@
1871 MOSTLYCLEANFILES += unistr.h unistr.h-t
1872
1873 EXTRA_DIST += unistr.in.h
1874
1875 ## end gnulib module unistr/base
1876
1877 ## begin gnulib module unistr/u8-mbtouc
1878
1879 if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC
1880 libgnu_la_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
1881 endif
1882
1883 ## end gnulib module unistr/u8-mbtouc
1884
1885 ## begin gnulib module unistr/u8-mbtouc-unsafe
1886
1887 if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE
1888 libgnu_la_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
1889 endif
1890
1891 ## end gnulib module unistr/u8-mbtouc-unsafe
1892
1893 ## begin gnulib module unistr/u8-mbtoucr
1894
1895 if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR
1896 libgnu_la_SOURCES += unistr/u8-mbtoucr.c
1897 endif
1898
1899 ## end gnulib module unistr/u8-mbtoucr
1900
1901 ## begin gnulib module unistr/u8-prev
1902
1903 if LIBUNISTRING_COMPILE_UNISTR_U8_PREV
1904 libgnu_la_SOURCES += unistr/u8-prev.c
1905 endif
1906
1907 ## end gnulib module unistr/u8-prev
1908
1909 ## begin gnulib module unistr/u8-uctomb
1910
1911 if LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB
1912 libgnu_la_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
1913 endif
1914
1915 ## end gnulib module unistr/u8-uctomb
1916
1917 ## begin gnulib module unitypes
1918
1919 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
1920
1921 unitypes.h: unitypes.in.h
1922 $(AM_V_GEN)rm -f $@-t $@ && \
1923 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1924 cat $(srcdir)/unitypes.in.h; \
1925 } > $@-t && \
1926 mv -f $@-t $@
1927 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
1928
1929 EXTRA_DIST += unitypes.in.h
1930
1931 ## end gnulib module unitypes
1932
1933 ## begin gnulib module unused-parameter
1934
1935 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
1936 # statements but through direct file reference. Therefore this snippet must be
1937 # present in all Makefile.am that need it. This is ensured by the applicability
1938 # 'all' defined above.
1939
1940 BUILT_SOURCES += unused-parameter.h
1941 # The unused-parameter.h that gets inserted into generated .h files is the same
1942 # as build-aux/unused-parameter.h, except that it has the copyright header cut
1943 # off.
1944 unused-parameter.h: $(top_srcdir)/build-aux/unused-parameter.h
1945 $(AM_V_GEN)rm -f $@-t $@ && \
1946 sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \
1947 < $(top_srcdir)/build-aux/unused-parameter.h \
1948 > $@-t && \
1949 mv $@-t $@
1950 MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t
1951
1952 UNUSED_PARAMETER_H=unused-parameter.h
1953
1954 EXTRA_DIST += $(top_srcdir)/build-aux/unused-parameter.h
1955
1956 ## end gnulib module unused-parameter
1957
1958 ## begin gnulib module useless-if-before-free
1959
1960
1961 EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
1962
1963 ## end gnulib module useless-if-before-free
1964
1965 ## begin gnulib module vasnprintf
1966
1967
1968 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1969
1970 EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1971
1972 ## end gnulib module vasnprintf
1973
1974 ## begin gnulib module vc-list-files
1975
1976
1977 EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
1978
1979 ## end gnulib module vc-list-files
1980
1981 ## begin gnulib module verify
1982
1983 libgnu_la_SOURCES += verify.h
1984
1985 ## end gnulib module verify
1986
1987 ## begin gnulib module version-etc
1988
1989 libgnu_la_SOURCES += version-etc.h version-etc.c
1990
1991 ## end gnulib module version-etc
1992
1993 ## begin gnulib module version-etc-fsf
1994
1995 libgnu_la_SOURCES += version-etc-fsf.c
1996
1997 ## end gnulib module version-etc-fsf
1998
1999 ## begin gnulib module vsnprintf
2000
2001
2002 EXTRA_DIST += vsnprintf.c
2003
2004 EXTRA_libgnu_la_SOURCES += vsnprintf.c
2005
2006 ## end gnulib module vsnprintf
2007
2008 ## begin gnulib module warn-on-use
2009
2010 BUILT_SOURCES += warn-on-use.h
2011 # The warn-on-use.h that gets inserted into generated .h files is the same as
2012 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
2013 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
2014 $(AM_V_GEN)rm -f $@-t $@ && \
2015 sed -n -e '/^.ifndef/,$$p' \
2016 < $(top_srcdir)/build-aux/warn-on-use.h \
2017 > $@-t && \
2018 mv $@-t $@
2019 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
2020
2021 WARN_ON_USE_H=warn-on-use.h
2022
2023 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
2024
2025 ## end gnulib module warn-on-use
2026
2027 ## begin gnulib module wchar
2028
2029 BUILT_SOURCES += wchar.h
2030
2031 # We need the following in order to create <wchar.h> when the system
2032 # version does not work standalone.
2033 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2034 $(AM_V_GEN)rm -f $@-t $@ && \
2035 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2036 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2037 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2038 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2039 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2040 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2041 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2042 -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
2043 -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
2044 -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
2045 -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
2046 -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
2047 -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
2048 -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
2049 -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
2050 -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
2051 -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
2052 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
2053 -e 's|@''GNULIB_WMEMCHR''@|$(GNULIB_WMEMCHR)|g' \
2054 -e 's|@''GNULIB_WMEMCMP''@|$(GNULIB_WMEMCMP)|g' \
2055 -e 's|@''GNULIB_WMEMCPY''@|$(GNULIB_WMEMCPY)|g' \
2056 -e 's|@''GNULIB_WMEMMOVE''@|$(GNULIB_WMEMMOVE)|g' \
2057 -e 's|@''GNULIB_WMEMSET''@|$(GNULIB_WMEMSET)|g' \
2058 -e 's|@''GNULIB_WCSLEN''@|$(GNULIB_WCSLEN)|g' \
2059 -e 's|@''GNULIB_WCSNLEN''@|$(GNULIB_WCSNLEN)|g' \
2060 -e 's|@''GNULIB_WCSCPY''@|$(GNULIB_WCSCPY)|g' \
2061 -e 's|@''GNULIB_WCPCPY''@|$(GNULIB_WCPCPY)|g' \
2062 -e 's|@''GNULIB_WCSNCPY''@|$(GNULIB_WCSNCPY)|g' \
2063 -e 's|@''GNULIB_WCPNCPY''@|$(GNULIB_WCPNCPY)|g' \
2064 -e 's|@''GNULIB_WCSCAT''@|$(GNULIB_WCSCAT)|g' \
2065 -e 's|@''GNULIB_WCSNCAT''@|$(GNULIB_WCSNCAT)|g' \
2066 -e 's|@''GNULIB_WCSCMP''@|$(GNULIB_WCSCMP)|g' \
2067 -e 's|@''GNULIB_WCSNCMP''@|$(GNULIB_WCSNCMP)|g' \
2068 -e 's|@''GNULIB_WCSCASECMP''@|$(GNULIB_WCSCASECMP)|g' \
2069 -e 's|@''GNULIB_WCSNCASECMP''@|$(GNULIB_WCSNCASECMP)|g' \
2070 -e 's|@''GNULIB_WCSCOLL''@|$(GNULIB_WCSCOLL)|g' \
2071 -e 's|@''GNULIB_WCSXFRM''@|$(GNULIB_WCSXFRM)|g' \
2072 -e 's|@''GNULIB_WCSDUP''@|$(GNULIB_WCSDUP)|g' \
2073 -e 's|@''GNULIB_WCSCHR''@|$(GNULIB_WCSCHR)|g' \
2074 -e 's|@''GNULIB_WCSRCHR''@|$(GNULIB_WCSRCHR)|g' \
2075 -e 's|@''GNULIB_WCSCSPN''@|$(GNULIB_WCSCSPN)|g' \
2076 -e 's|@''GNULIB_WCSSPN''@|$(GNULIB_WCSSPN)|g' \
2077 -e 's|@''GNULIB_WCSPBRK''@|$(GNULIB_WCSPBRK)|g' \
2078 -e 's|@''GNULIB_WCSSTR''@|$(GNULIB_WCSSTR)|g' \
2079 -e 's|@''GNULIB_WCSTOK''@|$(GNULIB_WCSTOK)|g' \
2080 -e 's|@''GNULIB_WCSWIDTH''@|$(GNULIB_WCSWIDTH)|g' \
2081 < $(srcdir)/wchar.in.h | \
2082 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2083 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2084 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2085 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2086 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2087 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2088 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2089 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2090 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2091 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2092 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2093 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2094 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2095 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2096 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2097 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2098 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2099 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2100 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2101 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2102 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2103 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2104 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2105 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2106 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2107 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2108 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2109 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2110 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2111 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2112 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2113 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2114 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2115 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2116 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2117 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2118 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2119 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2120 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2121 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2122 | \
2123 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2124 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2125 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2126 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2127 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2128 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2129 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2130 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2131 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2132 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2133 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2134 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2135 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2136 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2137 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2138 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2139 } > $@-t && \
2140 mv $@-t $@
2141 MOSTLYCLEANFILES += wchar.h wchar.h-t
2142
2143 EXTRA_DIST += wchar.in.h
2144
2145 ## end gnulib module wchar
2146
2147 ## begin gnulib module write
2148
2149
2150 EXTRA_DIST += write.c
2151
2152 EXTRA_libgnu_la_SOURCES += write.c
2153
2154 ## end gnulib module write
2155
2156 ## begin gnulib module xsize
2157
2158 libgnu_la_SOURCES += xsize.h
2159
2160 ## end gnulib module xsize
2161
2162
2163 mostlyclean-local: mostlyclean-generic
2164 @for dir in '' $(MOSTLYCLEANDIRS); do \
2165 if test -n "$$dir" && test -d $$dir; then \
2166 echo "rmdir $$dir"; rmdir $$dir; \
2167 fi; \
2168 done; \
2169 :