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