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