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