fix initial values of reallocated fluids
[bpt/guile.git] / lib / Makefile.am
CommitLineData
103dc4d4
LC
1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
49114fd4 3# Copyright (C) 2002-2011 Free Software Foundation, Inc.
103dc4d4
LC
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.
dd7d0148 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
103dc4d4 13
24d56127 14AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
103dc4d4 15
aa7a939c 16SUBDIRS =
103dc4d4
LC
17noinst_HEADERS =
18noinst_LIBRARIES =
19noinst_LTLIBRARIES =
20EXTRA_DIST =
21BUILT_SOURCES =
22SUFFIXES =
23MOSTLYCLEANFILES = core *.stackdump
24MOSTLYCLEANDIRS =
25CLEANFILES =
26DISTCLEANFILES =
27MAINTAINERCLEANFILES =
28
29AM_CPPFLAGS =
f240aacb 30AM_CFLAGS =
103dc4d4
LC
31
32noinst_LTLIBRARIES += libgnu.la
33
34libgnu_la_SOURCES =
35libgnu_la_LIBADD = $(gl_LTLIBOBJS)
36libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
37EXTRA_libgnu_la_SOURCES =
38libgnu_la_LDFLAGS = $(AM_LDFLAGS)
0f00f2c3 39libgnu_la_LDFLAGS += -no-undefined
dd36ce77 40libgnu_la_LDFLAGS += $(CEIL_LIBM)
b81eb646 41libgnu_la_LDFLAGS += $(FLOOR_LIBM)
dd36ce77 42libgnu_la_LDFLAGS += $(FREXP_LIBM)
0f00f2c3
LC
43libgnu_la_LDFLAGS += $(GETADDRINFO_LIB)
44libgnu_la_LDFLAGS += $(HOSTENT_LIB)
45libgnu_la_LDFLAGS += $(INET_NTOP_LIB)
46libgnu_la_LDFLAGS += $(INET_PTON_LIB)
47libgnu_la_LDFLAGS += $(ISNAND_LIBM)
48libgnu_la_LDFLAGS += $(ISNANF_LIBM)
49libgnu_la_LDFLAGS += $(ISNANL_LIBM)
dd36ce77 50libgnu_la_LDFLAGS += $(LDEXP_LIBM)
0f00f2c3 51libgnu_la_LDFLAGS += $(LIBSOCKET)
b81eb646 52libgnu_la_LDFLAGS += $(LOG1P_LIBM)
0f00f2c3
LC
53libgnu_la_LDFLAGS += $(LTLIBICONV)
54libgnu_la_LDFLAGS += $(LTLIBINTL)
55libgnu_la_LDFLAGS += $(LTLIBUNISTRING)
56libgnu_la_LDFLAGS += $(SERVENT_LIB)
49114fd4
LC
57libgnu_la_LDFLAGS += $(TRUNC_LIBM)
58
59## begin gnulib module accept
60
61
62EXTRA_DIST += accept.c w32sock.h
63
64EXTRA_libgnu_la_SOURCES += accept.c
65
66## end gnulib module accept
103dc4d4 67
8912421c
LC
68## begin gnulib module alignof
69
70
71EXTRA_DIST += alignof.h
72
73## end gnulib module alignof
74
103dc4d4
LC
75## begin gnulib module alloca-opt
76
77BUILT_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.
dd7d0148
LC
81if GL_GENERATE_ALLOCA_H
82alloca.h: alloca.in.h $(top_builddir)/config.status
8912421c 83 $(AM_V_GEN)rm -f $@-t $@ && \
103dc4d4
LC
84 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
85 cat $(srcdir)/alloca.in.h; \
8912421c 86 } > $@-t && \
103dc4d4 87 mv -f $@-t $@
dd7d0148
LC
88else
89alloca.h: $(top_builddir)/config.status
90 rm -f $@
91endif
103dc4d4
LC
92MOSTLYCLEANFILES += alloca.h alloca.h-t
93
94EXTRA_DIST += alloca.in.h
95
96## end gnulib module alloca-opt
97
c84bdaf6
LC
98## begin gnulib module announce-gen
99
100
101EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
102
103## end gnulib module announce-gen
104
1cd4fffc
LC
105## begin gnulib module arg-nonnull
106
61cd9dc9
LC
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
1cd4fffc
LC
112BUILT_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.
115arg-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 $@
121MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
122
123ARG_NONNULL_H=arg-nonnull.h
124
125EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
126
127## end gnulib module arg-nonnull
128
8912421c
LC
129## begin gnulib module arpa_inet
130
61cd9dc9 131BUILT_SOURCES += arpa/inet.h
8912421c
LC
132
133# We need the following in order to create <arpa/inet.h> when the system
134# doesn't have one.
dd7d0148 135arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
8912421c
LC
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' \
0f00f2c3
LC
141 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
142 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
8912421c
LC
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' \
49114fd4 149 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 150 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 151 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
8912421c
LC
152 < $(srcdir)/arpa_inet.in.h; \
153 } > $@-t && \
154 mv $@-t $@
155MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
156MOSTLYCLEANDIRS += arpa
157
158EXTRA_DIST += arpa_inet.in.h
159
160## end gnulib module arpa_inet
161
49114fd4
LC
162## begin gnulib module bind
163
164
165EXTRA_DIST += bind.c w32sock.h
166
167EXTRA_libgnu_la_SOURCES += bind.c
168
169## end gnulib module bind
170
24d56127
LC
171## begin gnulib module byteswap
172
173BUILT_SOURCES += $(BYTESWAP_H)
174
175# We need the following in order to create <byteswap.h> when the system
176# doesn't have one.
dd7d0148
LC
177if GL_GENERATE_BYTESWAP_H
178byteswap.h: byteswap.in.h $(top_builddir)/config.status
8912421c 179 $(AM_V_GEN)rm -f $@-t $@ && \
24d56127
LC
180 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
181 cat $(srcdir)/byteswap.in.h; \
8912421c 182 } > $@-t && \
24d56127 183 mv -f $@-t $@
dd7d0148
LC
184else
185byteswap.h: $(top_builddir)/config.status
186 rm -f $@
187endif
24d56127
LC
188MOSTLYCLEANFILES += byteswap.h byteswap.h-t
189
190EXTRA_DIST += byteswap.in.h
191
192## end gnulib module byteswap
193
f4c79b3c
LC
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
201BUILT_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.
204c++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 $@
210MOSTLYCLEANFILES += c++defs.h c++defs.h-t
211
212CXXDEFS_H=c++defs.h
213
214EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
215
216## end gnulib module c++defs
217
24d56127
LC
218## begin gnulib module c-ctype
219
220libgnu_la_SOURCES += c-ctype.h c-ctype.c
221
222## end gnulib module c-ctype
223
224## begin gnulib module c-strcase
225
226libgnu_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
233EXTRA_DIST += c-strcaseeq.h
234
235## end gnulib module c-strcaseeq
236
ffca4c22
AW
237## begin gnulib module canonicalize-lgpl
238
239
8912421c 240EXTRA_DIST += canonicalize-lgpl.c
ffca4c22
AW
241
242EXTRA_libgnu_la_SOURCES += canonicalize-lgpl.c
243
244## end gnulib module canonicalize-lgpl
245
dd36ce77
MW
246## begin gnulib module ceil
247
248
249EXTRA_DIST += ceil.c
250
251EXTRA_libgnu_la_SOURCES += ceil.c
252
253## end gnulib module ceil
254
49114fd4
LC
255## begin gnulib module close
256
257
258EXTRA_DIST += close.c
259
260EXTRA_libgnu_la_SOURCES += close.c
261
262## end gnulib module close
263
49114fd4 264## begin gnulib module connect
4a462e35 265
49114fd4
LC
266
267EXTRA_DIST += connect.c w32sock.h
268
269EXTRA_libgnu_la_SOURCES += connect.c
270
271## end gnulib module connect
4a462e35 272
dd36ce77
MW
273## begin gnulib module dosname
274
275
276EXTRA_DIST += dosname.h
277
278## end gnulib module dosname
279
c3b16a5d
LC
280## begin gnulib module duplocale
281
282
283EXTRA_DIST += duplocale.c
284
285EXTRA_libgnu_la_SOURCES += duplocale.c
286
287## end gnulib module duplocale
288
c4b681fd
LC
289## begin gnulib module errno
290
291BUILT_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.
dd7d0148
LC
295if GL_GENERATE_ERRNO_H
296errno.h: errno.in.h $(top_builddir)/config.status
8912421c 297 $(AM_V_GEN)rm -f $@-t $@ && \
c4b681fd
LC
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' \
0f00f2c3 301 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
c4b681fd
LC
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; \
8912421c 310 } > $@-t && \
c4b681fd 311 mv $@-t $@
dd7d0148
LC
312else
313errno.h: $(top_builddir)/config.status
314 rm -f $@
315endif
c4b681fd
LC
316MOSTLYCLEANFILES += errno.h errno.h-t
317
318EXTRA_DIST += errno.in.h
319
320## end gnulib module errno
321
49114fd4
LC
322## begin gnulib module fclose
323
324
325EXTRA_DIST += fclose.c
326
327EXTRA_libgnu_la_SOURCES += fclose.c
328
329## end gnulib module fclose
330
dd7d0148
LC
331## begin gnulib module fd-hook
332
333libgnu_la_SOURCES += fd-hook.c
334
335EXTRA_DIST += fd-hook.h
336
337## end gnulib module fd-hook
338
c4b681fd
LC
339## begin gnulib module float
340
341BUILT_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.
dd7d0148
LC
345if GL_GENERATE_FLOAT_H
346float.h: float.in.h $(top_builddir)/config.status
8912421c 347 $(AM_V_GEN)rm -f $@-t $@ && \
c4b681fd
LC
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' \
0f00f2c3 351 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
c4b681fd
LC
352 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
353 < $(srcdir)/float.in.h; \
8912421c 354 } > $@-t && \
c4b681fd 355 mv $@-t $@
dd7d0148
LC
356else
357float.h: $(top_builddir)/config.status
358 rm -f $@
359endif
c4b681fd
LC
360MOSTLYCLEANFILES += float.h float.h-t
361
362EXTRA_DIST += float.in.h
363
364## end gnulib module float
365
f240aacb
LC
366## begin gnulib module flock
367
368
369EXTRA_DIST += flock.c
370
371EXTRA_libgnu_la_SOURCES += flock.c
372
373## end gnulib module flock
374
b81eb646
LC
375## begin gnulib module floor
376
377
378EXTRA_DIST += floor.c
379
380EXTRA_libgnu_la_SOURCES += floor.c
381
382## end gnulib module floor
383
dd36ce77
MW
384## begin gnulib module frexp
385
386
387EXTRA_DIST += frexp.c
388
389EXTRA_libgnu_la_SOURCES += frexp.c
390
391## end gnulib module frexp
392
9b36a80c
LC
393## begin gnulib module full-read
394
395libgnu_la_SOURCES += full-read.h full-read.c
396
dd7d0148
LC
397EXTRA_DIST += full-write.c
398
399EXTRA_libgnu_la_SOURCES += full-write.c
400
9b36a80c
LC
401## end gnulib module full-read
402
403## begin gnulib module full-write
404
405libgnu_la_SOURCES += full-write.h full-write.c
406
407## end gnulib module full-write
408
c84bdaf6
LC
409## begin gnulib module gendocs
410
411
412EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
413
414## end gnulib module gendocs
415
61cd9dc9
LC
416## begin gnulib module getaddrinfo
417
418
419EXTRA_DIST += gai_strerror.c getaddrinfo.c
420
421EXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c
422
423## end gnulib module getaddrinfo
424
49114fd4
LC
425## begin gnulib module getpeername
426
427
428EXTRA_DIST += getpeername.c w32sock.h
429
430EXTRA_libgnu_la_SOURCES += getpeername.c
431
432## end gnulib module getpeername
433
434## begin gnulib module getsockname
435
436
437EXTRA_DIST += getsockname.c w32sock.h
438
439EXTRA_libgnu_la_SOURCES += getsockname.c
440
441## end gnulib module getsockname
442
443## begin gnulib module getsockopt
444
445
446EXTRA_DIST += getsockopt.c w32sock.h
447
448EXTRA_libgnu_la_SOURCES += getsockopt.c
449
450## end gnulib module getsockopt
451
4f02b98d
LC
452## begin gnulib module gettext-h
453
454libgnu_la_SOURCES += gettext.h
455
456## end gnulib module gettext-h
457
5ad8e59f
LC
458## begin gnulib module git-version-gen
459
460
461EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
462
463## end gnulib module git-version-gen
464
c84bdaf6
LC
465## begin gnulib module gitlog-to-changelog
466
467
468EXTRA_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
475EXTRA_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
481distclean-local: clean-GNUmakefile
482clean-GNUmakefile:
483 test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
484
485EXTRA_DIST += $(top_srcdir)/GNUmakefile
486
487## end gnulib module gnumakefile
488
489## begin gnulib module gnupload
490
491
492EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
493
494## end gnulib module gnupload
495
24d56127
LC
496## begin gnulib module gperf
497
498GPERF = gperf
499
500## end gnulib module gperf
501
502## begin gnulib module havelib
503
504
505EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
506
507## end gnulib module havelib
508
f4c79b3c 509## begin gnulib module iconv-h
24d56127
LC
510
511BUILT_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.
dd7d0148
LC
515if GL_GENERATE_ICONV_H
516iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 517 $(AM_V_GEN)rm -f $@-t $@ && \
24d56127
LC
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' \
0f00f2c3 521 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
24d56127 522 -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
0f00f2c3 523 -e 's|@''GNULIB_ICONV''@|$(GNULIB_ICONV)|g' \
24d56127
LC
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' \
f4c79b3c 528 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 529 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
f4c79b3c 530 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
24d56127 531 < $(srcdir)/iconv.in.h; \
8912421c 532 } > $@-t && \
24d56127 533 mv $@-t $@
dd7d0148
LC
534else
535iconv.h: $(top_builddir)/config.status
536 rm -f $@
537endif
24d56127
LC
538MOSTLYCLEANFILES += iconv.h iconv.h-t
539
f4c79b3c
LC
540EXTRA_DIST += iconv.in.h
541
542## end gnulib module iconv-h
543
544## begin gnulib module iconv_open
545
24d56127
LC
546iconv_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
549iconv_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
552iconv_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
555iconv_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
8912421c
LC
558iconv_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
561BUILT_SOURCES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
562MOSTLYCLEANFILES += 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
563MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
564EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h
24d56127 565
f4c79b3c 566EXTRA_DIST += iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open-solaris.gperf iconv_open.c
24d56127
LC
567
568EXTRA_libgnu_la_SOURCES += iconv_open.c
569
570## end gnulib module iconv_open
571
572## begin gnulib module iconv_open-utf
573
574
575EXTRA_DIST += iconv.c iconv_close.c
576
577EXTRA_libgnu_la_SOURCES += iconv.c iconv_close.c
578
579## end gnulib module iconv_open-utf
580
8912421c
LC
581## begin gnulib module inet_ntop
582
583
584EXTRA_DIST += inet_ntop.c
585
586EXTRA_libgnu_la_SOURCES += inet_ntop.c
587
588## end gnulib module inet_ntop
589
590## begin gnulib module inet_pton
591
592
593EXTRA_DIST += inet_pton.c
594
595EXTRA_libgnu_la_SOURCES += inet_pton.c
596
597## end gnulib module inet_pton
598
2e65b52f
LC
599## begin gnulib module isinf
600
601
602EXTRA_DIST += isinf.c
603
604EXTRA_libgnu_la_SOURCES += isinf.c
605
606## end gnulib module isinf
607
608## begin gnulib module isnand
609
610
611EXTRA_DIST += float+.h isnan.c isnand.c
612
613EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
614
615## end gnulib module isnand
616
dd36ce77
MW
617## begin gnulib module isnand-nolibm
618
619
620EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
621
622EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
623
624## end gnulib module isnand-nolibm
625
2e65b52f
LC
626## begin gnulib module isnanf
627
628
629EXTRA_DIST += float+.h isnan.c isnanf.c
630
631EXTRA_libgnu_la_SOURCES += isnan.c isnanf.c
632
633## end gnulib module isnanf
634
635## begin gnulib module isnanl
636
637
638EXTRA_DIST += float+.h isnan.c isnanl.c
639
640EXTRA_libgnu_la_SOURCES += isnan.c isnanl.c
641
642## end gnulib module isnanl
643
d9a9e182
AW
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.
650AM_CFLAGS += $(CFLAG_VISIBILITY)
651
652## end gnulib module lib-symbol-visibility
653
a927b6c1
LC
654## begin gnulib module libunistring
655
656
657EXTRA_DIST += libunistring.valgrind
658
659## end gnulib module libunistring
660
49114fd4 661## begin gnulib module listen
4a462e35 662
4a462e35 663
49114fd4 664EXTRA_DIST += listen.c w32sock.h
4a462e35 665
49114fd4 666EXTRA_libgnu_la_SOURCES += listen.c
4a462e35 667
49114fd4 668## end gnulib module listen
4a462e35 669
414e4441
LC
670## begin gnulib module locale
671
61cd9dc9 672BUILT_SOURCES += locale.h
414e4441
LC
673
674# We need the following in order to create <locale.h> when the system
675# doesn't have one that provides all definitions.
dd7d0148 676locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
414e4441
LC
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' \
0f00f2c3 681 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
414e4441 682 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
49114fd4 683 -e 's|@''GNULIB_SETLOCALE''@|$(GNULIB_SETLOCALE)|g' \
414e4441 684 -e 's|@''GNULIB_DUPLOCALE''@|$(GNULIB_DUPLOCALE)|g' \
f4c79b3c 685 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
414e4441 686 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
49114fd4 687 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
414e4441 688 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
f4c79b3c 689 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 690 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 691 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
414e4441
LC
692 < $(srcdir)/locale.in.h; \
693 } > $@-t && \
694 mv $@-t $@
695MOSTLYCLEANFILES += locale.h locale.h-t
696
697EXTRA_DIST += locale.in.h
698
699## end gnulib module locale
700
8912421c
LC
701## begin gnulib module lstat
702
703
704EXTRA_DIST += lstat.c
705
706EXTRA_libgnu_la_SOURCES += lstat.c
707
708## end gnulib module lstat
709
c84bdaf6
LC
710## begin gnulib module maintainer-makefile
711
712EXTRA_DIST += $(top_srcdir)/maint.mk
713
714## end gnulib module maintainer-makefile
715
49114fd4
LC
716## begin gnulib module malloc-gnu
717
718
719EXTRA_DIST += malloc.c
720
721EXTRA_libgnu_la_SOURCES += malloc.c
722
723## end gnulib module malloc-gnu
724
f240aacb
LC
725## begin gnulib module malloc-posix
726
727
728EXTRA_DIST += malloc.c
729
730EXTRA_libgnu_la_SOURCES += malloc.c
731
732## end gnulib module malloc-posix
733
ffca4c22
AW
734## begin gnulib module malloca
735
736libgnu_la_SOURCES += malloca.c
737
738EXTRA_DIST += malloca.h malloca.valgrind
739
740## end gnulib module malloca
741
2e65b52f
LC
742## begin gnulib module math
743
744BUILT_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.
dd7d0148 748math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2e65b52f
LC
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' \
0f00f2c3 753 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2e65b52f
LC
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' \
49114fd4 758 -e 's|@''GNULIB_CEIL''@|$(GNULIB_CEIL)|g' \
2e65b52f
LC
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' \
49114fd4 763 -e 's|@''GNULIB_FLOOR''@|$(GNULIB_FLOOR)|g' \
2e65b52f
LC
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' \
49114fd4
LC
787 < $(srcdir)/math.in.h | \
788 sed -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
2e65b52f
LC
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' \
49114fd4
LC
822 | \
823 sed -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
2e65b52f
LC
824 -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
825 -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
49114fd4 826 -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
2e65b52f
LC
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' \
49114fd4
LC
842 -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
843 -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
2e65b52f
LC
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)' \
49114fd4 847 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2e65b52f
LC
848 } > $@-t && \
849 mv $@-t $@
850MOSTLYCLEANFILES += math.h math.h-t
851
852EXTRA_DIST += math.in.h
853
854## end gnulib module math
855
c4b681fd
LC
856## begin gnulib module memchr
857
858
859EXTRA_DIST += memchr.c memchr.valgrind
860
861EXTRA_libgnu_la_SOURCES += memchr.c
862
863## end gnulib module memchr
864
61cd9dc9
LC
865## begin gnulib module netdb
866
a927b6c1 867BUILT_SOURCES += netdb.h
61cd9dc9
LC
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.
dd7d0148 871netdb.h: netdb.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) $(WARN_ON_USE_H)
61cd9dc9
LC
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' \
0f00f2c3 876 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
61cd9dc9
LC
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)' \
a927b6c1 886 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
61cd9dc9
LC
887 < $(srcdir)/netdb.in.h; \
888 } > $@-t && \
889 mv $@-t $@
890MOSTLYCLEANFILES += netdb.h netdb.h-t
891
892EXTRA_DIST += netdb.in.h
893
894## end gnulib module netdb
895
8912421c
LC
896## begin gnulib module netinet_in
897
898BUILT_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.
dd7d0148
LC
902if GL_GENERATE_NETINET_IN_H
903netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
8912421c
LC
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' \
0f00f2c3 909 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
8912421c
LC
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 $@
dd7d0148
LC
915else
916netinet/in.h: $(top_builddir)/config.status
917 rm -f $@
918endif
8912421c
LC
919MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
920MOSTLYCLEANDIRS += netinet
921
922EXTRA_DIST += netinet_in.in.h
923
924## end gnulib module netinet_in
925
0f00f2c3
LC
926## begin gnulib module nproc
927
928libgnu_la_SOURCES += nproc.c
929
930EXTRA_DIST += nproc.h
931
932## end gnulib module nproc
933
ffca4c22
AW
934## begin gnulib module pathmax
935
936
937EXTRA_DIST += pathmax.h
938
939## end gnulib module pathmax
940
f240aacb
LC
941## begin gnulib module putenv
942
943
944EXTRA_DIST += putenv.c
945
946EXTRA_libgnu_la_SOURCES += putenv.c
947
948## end gnulib module putenv
949
dd7d0148
LC
950## begin gnulib module read
951
952
953EXTRA_DIST += read.c
954
955EXTRA_libgnu_la_SOURCES += read.c
956
957## end gnulib module read
958
ffca4c22
AW
959## begin gnulib module readlink
960
961
962EXTRA_DIST += readlink.c
963
964EXTRA_libgnu_la_SOURCES += readlink.c
965
966## end gnulib module readlink
967
49114fd4
LC
968## begin gnulib module recv
969
970
971EXTRA_DIST += recv.c w32sock.h
972
973EXTRA_libgnu_la_SOURCES += recv.c
974
975## end gnulib module recv
976
977## begin gnulib module recvfrom
978
979
980EXTRA_DIST += recvfrom.c w32sock.h
981
982EXTRA_libgnu_la_SOURCES += recvfrom.c
983
984## end gnulib module recvfrom
985
9b36a80c
LC
986## begin gnulib module safe-read
987
988
989EXTRA_DIST += safe-read.c safe-read.h
990
991EXTRA_libgnu_la_SOURCES += safe-read.c
992
993## end gnulib module safe-read
994
995## begin gnulib module safe-write
996
997
dd7d0148 998EXTRA_DIST += safe-read.c safe-write.c safe-write.h
9b36a80c 999
dd7d0148 1000EXTRA_libgnu_la_SOURCES += safe-read.c safe-write.c
9b36a80c
LC
1001
1002## end gnulib module safe-write
1003
49114fd4
LC
1004## begin gnulib module send
1005
1006
1007EXTRA_DIST += send.c w32sock.h
1008
1009EXTRA_libgnu_la_SOURCES += send.c
1010
1011## end gnulib module send
1012
1013## begin gnulib module sendto
1014
1015
1016EXTRA_DIST += sendto.c w32sock.h
1017
1018EXTRA_libgnu_la_SOURCES += sendto.c
1019
1020## end gnulib module sendto
1021
1022## begin gnulib module setsockopt
1023
1024
1025EXTRA_DIST += setsockopt.c w32sock.h
1026
1027EXTRA_libgnu_la_SOURCES += setsockopt.c
1028
1029## end gnulib module setsockopt
1030
1031## begin gnulib module shutdown
1032
1033
1034EXTRA_DIST += shutdown.c w32sock.h
1035
1036EXTRA_libgnu_la_SOURCES += shutdown.c
1037
1038## end gnulib module shutdown
1039
c4b681fd
LC
1040## begin gnulib module size_max
1041
1042libgnu_la_SOURCES += size_max.h
1043
1044## end gnulib module size_max
1045
61cd9dc9
LC
1046## begin gnulib module snprintf
1047
1048
1049EXTRA_DIST += snprintf.c
1050
1051EXTRA_libgnu_la_SOURCES += snprintf.c
1052
1053## end gnulib module snprintf
1054
49114fd4
LC
1055## begin gnulib module socket
1056
1057
1058EXTRA_DIST += socket.c w32sock.h
1059
1060EXTRA_libgnu_la_SOURCES += socket.c
1061
1062## end gnulib module socket
1063
0f00f2c3
LC
1064## begin gnulib module sockets
1065
1066libgnu_la_SOURCES += sockets.h sockets.c
1067
1068EXTRA_DIST += w32sock.h
1069
1070## end gnulib module sockets
1071
8912421c
LC
1072## begin gnulib module stat
1073
1074
1075EXTRA_DIST += stat.c
1076
1077EXTRA_libgnu_la_SOURCES += stat.c
1078
1079## end gnulib module stat
1080
9157d901
LC
1081## begin gnulib module stat-time
1082
1083
1084EXTRA_DIST += stat-time.h
1085
1086## end gnulib module stat-time
1087
e65fc94b
LC
1088## begin gnulib module stdbool
1089
1090BUILT_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.
dd7d0148
LC
1094if GL_GENERATE_STDBOOL_H
1095stdbool.h: stdbool.in.h $(top_builddir)/config.status
8912421c 1096 $(AM_V_GEN)rm -f $@-t $@ && \
e65fc94b
LC
1097 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1098 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
8912421c 1099 } > $@-t && \
e65fc94b 1100 mv $@-t $@
dd7d0148
LC
1101else
1102stdbool.h: $(top_builddir)/config.status
1103 rm -f $@
1104endif
e65fc94b
LC
1105MOSTLYCLEANFILES += stdbool.h stdbool.h-t
1106
1107EXTRA_DIST += stdbool.in.h
1108
1109## end gnulib module stdbool
1110
8912421c
LC
1111## begin gnulib module stddef
1112
1113BUILT_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.
dd7d0148
LC
1117if GL_GENERATE_STDDEF_H
1118stddef.h: stddef.in.h $(top_builddir)/config.status
8912421c
LC
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' \
0f00f2c3 1123 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
8912421c
LC
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 $@
dd7d0148
LC
1130else
1131stddef.h: $(top_builddir)/config.status
1132 rm -f $@
1133endif
8912421c
LC
1134MOSTLYCLEANFILES += stddef.h stddef.h-t
1135
1136EXTRA_DIST += stddef.in.h
1137
1138## end gnulib module stddef
1139
f240aacb
LC
1140## begin gnulib module stdint
1141
1142BUILT_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.
dd7d0148
LC
1146if GL_GENERATE_STDINT_H
1147stdint.h: stdint.in.h $(top_builddir)/config.status
8912421c 1148 $(AM_V_GEN)rm -f $@-t $@ && \
f240aacb
LC
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' \
0f00f2c3 1153 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f240aacb
LC
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' \
dd36ce77 1159 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
f240aacb
LC
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; \
8912421c 1177 } > $@-t && \
f240aacb 1178 mv $@-t $@
dd7d0148
LC
1179else
1180stdint.h: $(top_builddir)/config.status
1181 rm -f $@
1182endif
f240aacb
LC
1183MOSTLYCLEANFILES += stdint.h stdint.h-t
1184
1185EXTRA_DIST += stdint.in.h
1186
1187## end gnulib module stdint
1188
c4b681fd
LC
1189## begin gnulib module stdio
1190
1191BUILT_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.
dd7d0148 1195stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 1196 $(AM_V_GEN)rm -f $@-t $@ && \
c4b681fd
LC
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' \
0f00f2c3 1200 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
c4b681fd 1201 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
c4b681fd 1202 -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
8912421c
LC
1203 -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
1204 -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
dd7d0148
LC
1205 -e 's|@''GNULIB_FGETC''@|$(GNULIB_FGETC)|g' \
1206 -e 's|@''GNULIB_FGETS''@|$(GNULIB_FGETS)|g' \
c4b681fd 1207 -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
8912421c
LC
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' \
dd7d0148 1213 -e 's|@''GNULIB_FREAD''@|$(GNULIB_FREAD)|g' \
c4b681fd 1214 -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
dd7d0148 1215 -e 's|@''GNULIB_FSCANF''@|$(GNULIB_FSCANF)|g' \
c4b681fd
LC
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' \
c4b681fd 1220 -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
dd7d0148
LC
1221 -e 's|@''GNULIB_GETC''@|$(GNULIB_GETC)|g' \
1222 -e 's|@''GNULIB_GETCHAR''@|$(GNULIB_GETCHAR)|g' \
c4b681fd
LC
1223 -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
1224 -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
dd7d0148 1225 -e 's|@''GNULIB_GETS''@|$(GNULIB_GETS)|g' \
8912421c
LC
1226 -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
1227 -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
c4b681fd 1228 -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
8912421c
LC
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' \
dd7d0148 1238 -e 's|@''GNULIB_SCANF''@|$(GNULIB_SCANF)|g' \
8912421c
LC
1239 -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
1240 -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
dd7d0148 1241 -e 's|@''GNULIB_STDIO_H_NONBLOCKING''@|$(GNULIB_STDIO_H_NONBLOCKING)|g' \
c4b681fd 1242 -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
a927b6c1 1243 -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
8912421c
LC
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' \
dd7d0148
LC
1248 -e 's|@''GNULIB_VFSCANF''@|$(GNULIB_VFSCANF)|g' \
1249 -e 's|@''GNULIB_VSCANF''@|$(GNULIB_VSCANF)|g' \
8912421c
LC
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' \
61cd9dc9
LC
1254 < $(srcdir)/stdio.in.h | \
1255 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
ab4d62ad
LC
1256 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1257 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
8912421c
LC
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' \
c4b681fd 1261 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
c4b681fd 1262 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
c4b681fd 1263 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
a927b6c1
LC
1264 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1265 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
8912421c 1266 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
c4b681fd 1267 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
8912421c
LC
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' \
c4b681fd 1272 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
8912421c
LC
1273 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1274 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
c4b681fd 1275 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
c4b681fd 1276 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
8912421c 1277 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
c4b681fd 1278 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
8912421c 1279 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
61cd9dc9 1280 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
c4b681fd 1281 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
8912421c 1282 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
c4b681fd 1283 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
8912421c
LC
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' \
dd7d0148 1291 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
8912421c 1292 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
a927b6c1 1293 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
8912421c
LC
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' \
a927b6c1 1300 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
f4c79b3c 1301 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 1302 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 1303 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
8912421c 1304 } > $@-t && \
c4b681fd
LC
1305 mv $@-t $@
1306MOSTLYCLEANFILES += stdio.h stdio.h-t
1307
dd36ce77 1308EXTRA_DIST += stdio.in.h
c4b681fd
LC
1309
1310## end gnulib module stdio
1311
f240aacb
LC
1312## begin gnulib module stdlib
1313
1314BUILT_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.
dd7d0148 1318stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 1319 $(AM_V_GEN)rm -f $@-t $@ && \
f240aacb
LC
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' \
0f00f2c3 1323 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f240aacb 1324 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
9157d901 1325 -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
f240aacb 1326 -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
8912421c
LC
1327 -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
1328 -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
f240aacb
LC
1329 -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
1330 -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
a927b6c1 1331 -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
8912421c 1332 -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
dd36ce77 1333 -e 's|@''GNULIB_MBTOWC''@|$(GNULIB_MBTOWC)|g' \
f240aacb 1334 -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
8912421c 1335 -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
f29ded4b 1336 -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
f240aacb 1337 -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
f29ded4b 1338 -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
a927b6c1 1339 -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
f240aacb
LC
1340 -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
1341 -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
8912421c
LC
1342 -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
1343 -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
f240aacb
LC
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' \
0f00f2c3 1349 -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \
a927b6c1 1350 -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
f240aacb 1351 -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
dd36ce77 1352 -e 's|@''GNULIB_WCTOMB''@|$(GNULIB_WCTOMB)|g' \
49114fd4
LC
1353 < $(srcdir)/stdlib.in.h | \
1354 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
f240aacb 1355 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
8912421c
LC
1356 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1357 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
f240aacb 1358 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
a927b6c1 1359 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
f240aacb 1360 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
8912421c 1361 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
f29ded4b 1362 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
a927b6c1 1363 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
f29ded4b 1364 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
a927b6c1 1365 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
8912421c 1366 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
f240aacb 1367 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
8912421c 1368 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
f240aacb 1369 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
ab4d62ad 1370 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
f240aacb
LC
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' \
a927b6c1 1376 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
ab4d62ad 1377 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
9157d901 1378 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
8912421c 1379 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
9157d901 1380 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
dd36ce77 1381 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
f240aacb
LC
1382 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1383 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
9157d901 1384 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
8912421c 1385 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
4f02b98d 1386 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
f240aacb 1387 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
4f02b98d 1388 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
dd36ce77 1389 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
f4c79b3c 1390 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 1391 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
49114fd4 1392 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
8912421c 1393 } > $@-t && \
f240aacb
LC
1394 mv $@-t $@
1395MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1396
1397EXTRA_DIST += stdlib.in.h
1398
1399## end gnulib module stdlib
1400
e65fc94b
LC
1401## begin gnulib module strftime
1402
1403
1404EXTRA_DIST += strftime.c strftime.h
1405
1406EXTRA_libgnu_la_SOURCES += strftime.c
1407
1408## end gnulib module strftime
1409
24d56127
LC
1410## begin gnulib module striconveh
1411
1412libgnu_la_SOURCES += striconveh.h striconveh.c
1413if GL_COND_LIBTOOL
1414libgnu_la_LDFLAGS += $(LTLIBICONV)
1415endif
1416
1417EXTRA_DIST += iconveh.h
1418
1419## end gnulib module striconveh
1420
1421## begin gnulib module string
1422
1423BUILT_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.
dd7d0148 1427string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 1428 $(AM_V_GEN)rm -f $@-t $@ && \
24d56127
LC
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' \
0f00f2c3 1432 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
24d56127
LC
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' \
ffca4c22 1448 -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
24d56127
LC
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' \
a927b6c1 1457 -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
24d56127
LC
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' \
0f00f2c3 1466 -e 's|@''GNULIB_STRERROR_R''@|$(GNULIB_STRERROR_R)|g' \
24d56127
LC
1467 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1468 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
61cd9dc9
LC
1469 < $(srcdir)/string.in.h | \
1470 sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
a927b6c1 1471 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
24d56127
LC
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' \
24d56127
LC
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' \
0f00f2c3 1486 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
24d56127
LC
1487 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1488 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
a927b6c1 1489 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
ffca4c22 1490 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
24d56127
LC
1491 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1492 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
dd7d0148 1493 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
24d56127
LC
1494 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1495 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1496 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
0f00f2c3 1497 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
a927b6c1 1498 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
8912421c 1499 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
a927b6c1 1500 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
24d56127 1501 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
8912421c
LC
1502 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1503 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
f4c79b3c 1504 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 1505 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 1506 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
24d56127 1507 < $(srcdir)/string.in.h; \
8912421c 1508 } > $@-t && \
24d56127
LC
1509 mv $@-t $@
1510MOSTLYCLEANFILES += string.h string.h-t
1511
1512EXTRA_DIST += string.in.h
1513
1514## end gnulib module string
1515
f240aacb
LC
1516## begin gnulib module sys_file
1517
61cd9dc9 1518BUILT_SOURCES += sys/file.h
f240aacb
LC
1519
1520# We need the following in order to create <sys/file.h> when the system
1521# has one that is incomplete.
dd7d0148 1522sys/file.h: sys_file.in.h $(top_builddir)/config.status $(WARN_ON_USE_H)
8912421c
LC
1523 $(AM_V_at)$(MKDIR_P) sys
1524 $(AM_V_GEN)rm -f $@-t $@ && \
f240aacb
LC
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' \
0f00f2c3 1529 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f240aacb
LC
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' \
61cd9dc9 1533 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
f240aacb 1534 < $(srcdir)/sys_file.in.h; \
8912421c 1535 } > $@-t && \
f240aacb
LC
1536 mv $@-t $@
1537MOSTLYCLEANFILES += sys/file.h sys/file.h-t
1538MOSTLYCLEANDIRS += sys
1539
1540EXTRA_DIST += sys_file.in.h
1541
1542## end gnulib module sys_file
1543
8912421c
LC
1544## begin gnulib module sys_socket
1545
61cd9dc9 1546BUILT_SOURCES += sys/socket.h
8912421c
LC
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.
dd7d0148 1550sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
8912421c
LC
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' \
0f00f2c3 1556 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
8912421c
LC
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' \
0f00f2c3 1578 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
8912421c
LC
1579 -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
1580 -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
f4c79b3c 1581 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 1582 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 1583 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
8912421c
LC
1584 < $(srcdir)/sys_socket.in.h; \
1585 } > $@-t && \
1586 mv -f $@-t $@
1587MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
1588MOSTLYCLEANDIRS += sys
1589
1590EXTRA_DIST += sys_socket.in.h
1591
1592## end gnulib module sys_socket
1593
1594## begin gnulib module sys_stat
1595
1596BUILT_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.
dd7d0148 1600sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c
LC
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' \
0f00f2c3 1606 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
8912421c
LC
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' \
f29ded4b 1614 -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
8912421c 1615 -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
f29ded4b 1616 -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
8912421c
LC
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' \
f29ded4b 1626 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
8912421c 1627 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
f29ded4b 1628 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
8912421c
LC
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' \
f29ded4b
LC
1636 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1637 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
8912421c
LC
1638 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1639 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
f4c79b3c 1640 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 1641 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 1642 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
8912421c
LC
1643 < $(srcdir)/sys_stat.in.h; \
1644 } > $@-t && \
1645 mv $@-t $@
1646MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1647MOSTLYCLEANDIRS += sys
1648
1649EXTRA_DIST += sys_stat.in.h
1650
1651## end gnulib module sys_stat
1652
49114fd4
LC
1653## begin gnulib module sys_time
1654
1655BUILT_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.
dd7d0148 1659sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
49114fd4
LC
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 $@
1678MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1679
1680EXTRA_DIST += sys_time.in.h
1681
1682## end gnulib module sys_time
1683
dd7d0148
LC
1684## begin gnulib module sys_uio
1685
1686BUILT_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.
1690sys/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 $@
1702MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
1703MOSTLYCLEANDIRS += sys
1704
1705EXTRA_DIST += sys_uio.in.h
1706
1707## end gnulib module sys_uio
1708
e65fc94b
LC
1709## begin gnulib module time
1710
1711BUILT_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.
dd7d0148 1715time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 1716 $(AM_V_GEN)rm -f $@-t $@ && \
e65fc94b
LC
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' \
0f00f2c3 1720 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
f4c79b3c
LC
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' \
49114fd4 1727 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
a927b6c1
LC
1728 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1729 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1730 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
f4c79b3c
LC
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' \
f4c79b3c 1734 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
6f32e5c7 1735 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
f4c79b3c
LC
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)' \
1cd4fffc 1739 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
f4c79b3c 1740 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
e65fc94b 1741 < $(srcdir)/time.in.h; \
8912421c 1742 } > $@-t && \
e65fc94b
LC
1743 mv $@-t $@
1744MOSTLYCLEANFILES += time.h time.h-t
1745
1746EXTRA_DIST += time.in.h
1747
1748## end gnulib module time
1749
1750## begin gnulib module time_r
1751
1752
1753EXTRA_DIST += time_r.c
1754
1755EXTRA_libgnu_la_SOURCES += time_r.c
1756
1757## end gnulib module time_r
1758
49114fd4
LC
1759## begin gnulib module trunc
1760
1761
1762EXTRA_DIST += trunc.c
1763
1764EXTRA_libgnu_la_SOURCES += trunc.c
1765
1766## end gnulib module trunc
1767
9b36a80c
LC
1768## begin gnulib module unistd
1769
1770BUILT_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.
dd7d0148 1774unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 1775 $(AM_V_GEN)rm -f $@-t $@ && \
9b36a80c
LC
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' \
0f00f2c3 1780 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
9b36a80c
LC
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' \
8912421c 1785 -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
9b36a80c
LC
1786 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1787 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
8912421c 1788 -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
9b36a80c 1789 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
8912421c 1790 -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
9b36a80c
LC
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' \
f29ded4b 1796 -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
9b36a80c 1797 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
61cd9dc9 1798 -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
9b36a80c
LC
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' \
f240aacb 1803 -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
8912421c 1804 -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
9b36a80c 1805 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
ab4d62ad 1806 -e 's|@''GNULIB_PIPE''@|$(GNULIB_PIPE)|g' \
8912421c 1807 -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1cd4fffc 1808 -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
a927b6c1 1809 -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
dd7d0148 1810 -e 's|@''GNULIB_READ''@|$(GNULIB_READ)|g' \
9b36a80c 1811 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
8912421c
LC
1812 -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1813 -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
9b36a80c 1814 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
8912421c
LC
1815 -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1816 -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
a927b6c1 1817 -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
8912421c 1818 -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
dd7d0148 1819 -e 's|@''GNULIB_UNISTD_H_NONBLOCKING''@|$(GNULIB_UNISTD_H_NONBLOCKING)|g' \
9b36a80c 1820 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
8912421c
LC
1821 -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1822 -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
414e4441 1823 -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
9b36a80c 1824 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
61cd9dc9
LC
1825 < $(srcdir)/unistd.in.h | \
1826 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
9b36a80c 1827 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
8912421c 1828 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
9b36a80c 1829 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
8912421c 1830 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
a927b6c1 1831 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
8912421c 1832 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
9b36a80c
LC
1833 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1834 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
9b36a80c 1835 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
f29ded4b 1836 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
9b36a80c 1837 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
61cd9dc9 1838 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
9b36a80c 1839 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
f29ded4b 1840 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
f240aacb 1841 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
8912421c 1842 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
ab4d62ad 1843 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
8912421c 1844 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1cd4fffc 1845 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
a927b6c1 1846 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
9b36a80c 1847 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
8912421c 1848 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
9b36a80c 1849 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
8912421c
LC
1850 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1851 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1852 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
414e4441 1853 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
9b36a80c 1854 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
ab4d62ad 1855 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
0f00f2c3 1856 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
9b36a80c 1857 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
a927b6c1
LC
1858 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1859 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
ab4d62ad 1860 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
9b36a80c
LC
1861 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1862 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
49114fd4
LC
1863 | \
1864 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
9b36a80c 1865 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
8912421c 1866 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
25361e4b 1867 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
8912421c 1868 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
9b36a80c 1869 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
0f00f2c3 1870 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
49114fd4 1871 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
f29ded4b 1872 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
9b36a80c
LC
1873 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1874 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
8912421c
LC
1875 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1876 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
9b36a80c 1877 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1cd4fffc 1878 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
a927b6c1 1879 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
dd7d0148 1880 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
8912421c
LC
1881 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1882 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
414e4441 1883 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
8912421c 1884 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
a927b6c1 1885 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
8912421c
LC
1886 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1887 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
414e4441 1888 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
9b36a80c
LC
1889 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1890 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
8912421c 1891 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
f4c79b3c 1892 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 1893 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
61cd9dc9 1894 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
8912421c 1895 } > $@-t && \
9b36a80c
LC
1896 mv $@-t $@
1897MOSTLYCLEANFILES += unistd.h unistd.h-t
1898
1899EXTRA_DIST += unistd.in.h
1900
1901## end gnulib module unistd
1902
24d56127
LC
1903## begin gnulib module unistr/base
1904
a927b6c1 1905BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
24d56127 1906
a927b6c1
LC
1907unistr.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 $@
1913MOSTLYCLEANFILES += unistr.h unistr.h-t
1914
1915EXTRA_DIST += unistr.in.h
24d56127
LC
1916
1917## end gnulib module unistr/base
1918
1919## begin gnulib module unistr/u8-mbtouc
1920
6f32e5c7
LC
1921if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC
1922libgnu_la_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
1923endif
24d56127
LC
1924
1925## end gnulib module unistr/u8-mbtouc
1926
1927## begin gnulib module unistr/u8-mbtouc-unsafe
1928
6f32e5c7
LC
1929if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE
1930libgnu_la_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
1931endif
24d56127
LC
1932
1933## end gnulib module unistr/u8-mbtouc-unsafe
1934
1935## begin gnulib module unistr/u8-mbtoucr
1936
6f32e5c7
LC
1937if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR
1938libgnu_la_SOURCES += unistr/u8-mbtoucr.c
1939endif
24d56127
LC
1940
1941## end gnulib module unistr/u8-mbtoucr
1942
1943## begin gnulib module unistr/u8-prev
1944
6f32e5c7
LC
1945if LIBUNISTRING_COMPILE_UNISTR_U8_PREV
1946libgnu_la_SOURCES += unistr/u8-prev.c
1947endif
24d56127
LC
1948
1949## end gnulib module unistr/u8-prev
1950
1951## begin gnulib module unistr/u8-uctomb
1952
6f32e5c7
LC
1953if LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB
1954libgnu_la_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
1955endif
24d56127
LC
1956
1957## end gnulib module unistr/u8-uctomb
1958
1959## begin gnulib module unitypes
1960
a927b6c1
LC
1961BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
1962
1963unitypes.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 $@
1969MOSTLYCLEANFILES += unitypes.h unitypes.h-t
24d56127 1970
a927b6c1 1971EXTRA_DIST += unitypes.in.h
24d56127
LC
1972
1973## end gnulib module unitypes
1974
61cd9dc9
LC
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
1982BUILT_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.
1986unused-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 $@
1992MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t
1993
1994UNUSED_PARAMETER_H=unused-parameter.h
1995
1996EXTRA_DIST += $(top_srcdir)/build-aux/unused-parameter.h
1997
1998## end gnulib module unused-parameter
1999
c84bdaf6
LC
2000## begin gnulib module useless-if-before-free
2001
2002
2003EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
2004
2005## end gnulib module useless-if-before-free
2006
c4b681fd
LC
2007## begin gnulib module vasnprintf
2008
2009
2010EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
2011
2012EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
2013
2014## end gnulib module vasnprintf
2015
c84bdaf6
LC
2016## begin gnulib module vc-list-files
2017
2018
2019EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
2020
2021## end gnulib module vc-list-files
2022
d7014610
LC
2023## begin gnulib module verify
2024
2025libgnu_la_SOURCES += verify.h
2026
2027## end gnulib module verify
2028
c4b681fd
LC
2029## begin gnulib module vsnprintf
2030
2031
2032EXTRA_DIST += vsnprintf.c
2033
2034EXTRA_libgnu_la_SOURCES += vsnprintf.c
2035
2036## end gnulib module vsnprintf
2037
61cd9dc9
LC
2038## begin gnulib module warn-on-use
2039
2040BUILT_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.
2043warn-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 $@
2049MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
2050
2051WARN_ON_USE_H=warn-on-use.h
2052
2053EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
2054
2055## end gnulib module warn-on-use
2056
e65fc94b
LC
2057## begin gnulib module wchar
2058
61cd9dc9 2059BUILT_SOURCES += wchar.h
e65fc94b
LC
2060
2061# We need the following in order to create <wchar.h> when the system
2062# version does not work standalone.
dd7d0148 2063wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
8912421c 2064 $(AM_V_GEN)rm -f $@-t $@ && \
e65fc94b
LC
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' \
0f00f2c3
LC
2068 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2069 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
e65fc94b 2070 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
4a462e35
NJ
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' \
e65fc94b 2082 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
49114fd4
LC
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' \
4a462e35
NJ
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' \
49114fd4
LC
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' \
4a462e35 2150 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
e65fc94b 2151 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
49114fd4
LC
2152 | \
2153 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
4a462e35
NJ
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' \
f240aacb 2163 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
e65fc94b 2164 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
49114fd4 2165 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
f4c79b3c 2166 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1cd4fffc 2167 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
49114fd4 2168 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
8912421c 2169 } > $@-t && \
e65fc94b
LC
2170 mv $@-t $@
2171MOSTLYCLEANFILES += wchar.h wchar.h-t
2172
2173EXTRA_DIST += wchar.in.h
2174
2175## end gnulib module wchar
2176
9b36a80c
LC
2177## begin gnulib module write
2178
2179
2180EXTRA_DIST += write.c
103dc4d4 2181
9b36a80c 2182EXTRA_libgnu_la_SOURCES += write.c
103dc4d4 2183
9b36a80c 2184## end gnulib module write
103dc4d4 2185
c4b681fd
LC
2186## begin gnulib module xsize
2187
2188libgnu_la_SOURCES += xsize.h
2189
2190## end gnulib module xsize
2191
103dc4d4
LC
2192
2193mostlyclean-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 :