diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 09:22:57 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 10:19:08 (GMT) |
commit | 71cdb52799220f8d9052643baf1d3e9836a9c755 (patch) | |
tree | 27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /gl/Makefile.am | |
parent | f7afa46586645e50498d8b2d0c67884f014dc3a4 (diff) | |
download | monitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz |
Sync with gnulib
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 343 |
1 files changed, 310 insertions, 33 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 1eefee9..1a407c5 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! | 1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! |
2 | ## Process this file with automake to produce Makefile.in. | 2 | ## Process this file with automake to produce Makefile.in. |
3 | # Copyright (C) 2004-2007 Free Software Foundation, Inc. | 3 | # Copyright (C) 2002-2009 Free Software Foundation, Inc. |
4 | # | 4 | # |
5 | # This file is free software, distributed under the terms of the GNU | 5 | # This file is free software, distributed under the terms of the GNU |
6 | # General Public License. As a special exception to the GNU General | 6 | # General Public License. As a special exception to the GNU General |
@@ -9,10 +9,11 @@ | |||
9 | # the same distribution terms as the rest of that program. | 9 | # the same distribution terms as the rest of that program. |
10 | # | 10 | # |
11 | # Generated by gnulib-tool. | 11 | # Generated by gnulib-tool. |
12 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=build-aux --no-libtool --macro-prefix=gl base64 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex vasprintf vsnprintf | 12 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl base64 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex vasprintf vsnprintf |
13 | 13 | ||
14 | AUTOMAKE_OPTIONS = 1.5 gnits | 14 | AUTOMAKE_OPTIONS = 1.5 gnits |
15 | 15 | ||
16 | SUBDIRS = | ||
16 | noinst_HEADERS = | 17 | noinst_HEADERS = |
17 | noinst_LIBRARIES = | 18 | noinst_LIBRARIES = |
18 | noinst_LTLIBRARIES = | 19 | noinst_LTLIBRARIES = |
@@ -24,6 +25,7 @@ MOSTLYCLEANDIRS = | |||
24 | CLEANFILES = | 25 | CLEANFILES = |
25 | DISTCLEANFILES = | 26 | DISTCLEANFILES = |
26 | MAINTAINERCLEANFILES = | 27 | MAINTAINERCLEANFILES = |
28 | EXTRA_DIST += m4/gnulib-cache.m4 | ||
27 | 29 | ||
28 | AM_CPPFLAGS = | 30 | AM_CPPFLAGS = |
29 | 31 | ||
@@ -34,15 +36,6 @@ libgnu_a_LIBADD = $(gl_LIBOBJS) | |||
34 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | 36 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) |
35 | EXTRA_libgnu_a_SOURCES = | 37 | EXTRA_libgnu_a_SOURCES = |
36 | 38 | ||
37 | ## begin gnulib module absolute-header | ||
38 | |||
39 | # Use this preprocessor expression to decide whether #include_next works. | ||
40 | # Do not rely on a 'configure'-time test for this, since the expression | ||
41 | # might appear in an installed header, which is used by some other compiler. | ||
42 | HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) | ||
43 | |||
44 | ## end gnulib module absolute-header | ||
45 | |||
46 | ## begin gnulib module alloca | 39 | ## begin gnulib module alloca |
47 | 40 | ||
48 | 41 | ||
@@ -81,12 +74,23 @@ arpa/inet.h: | |||
81 | @MKDIR_P@ arpa | 74 | @MKDIR_P@ arpa |
82 | rm -f $@-t $@ | 75 | rm -f $@-t $@ |
83 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 76 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
84 | echo '#include <sys/socket.h>'; \ | 77 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
78 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
79 | -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ | ||
80 | -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ | ||
81 | -e 's|@''GNULIB_INET_NTOP''@|$(GNULIB_INET_NTOP)|g' \ | ||
82 | -e 's|@''GNULIB_INET_PTON''@|$(GNULIB_INET_PTON)|g' \ | ||
83 | -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ | ||
84 | -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ | ||
85 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | ||
86 | < $(srcdir)/arpa_inet.in.h; \ | ||
85 | } > $@-t | 87 | } > $@-t |
86 | mv $@-t $@ | 88 | mv $@-t $@ |
87 | MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t | 89 | MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t |
88 | MOSTLYCLEANDIRS += arpa | 90 | MOSTLYCLEANDIRS += arpa |
89 | 91 | ||
92 | EXTRA_DIST += arpa_inet.in.h | ||
93 | |||
90 | ## end gnulib module arpa_inet | 94 | ## end gnulib module arpa_inet |
91 | 95 | ||
92 | ## begin gnulib module base64 | 96 | ## begin gnulib module base64 |
@@ -95,6 +99,15 @@ libgnu_a_SOURCES += base64.h base64.c | |||
95 | 99 | ||
96 | ## end gnulib module base64 | 100 | ## end gnulib module base64 |
97 | 101 | ||
102 | ## begin gnulib module btowc | ||
103 | |||
104 | |||
105 | EXTRA_DIST += btowc.c | ||
106 | |||
107 | EXTRA_libgnu_a_SOURCES += btowc.c | ||
108 | |||
109 | ## end gnulib module btowc | ||
110 | |||
98 | ## begin gnulib module c-strtod | 111 | ## begin gnulib module c-strtod |
99 | 112 | ||
100 | 113 | ||
@@ -178,6 +191,33 @@ EXTRA_libgnu_a_SOURCES += basename.c dirname.c stripslash.c | |||
178 | 191 | ||
179 | ## end gnulib module dirname | 192 | ## end gnulib module dirname |
180 | 193 | ||
194 | ## begin gnulib module errno | ||
195 | |||
196 | BUILT_SOURCES += $(ERRNO_H) | ||
197 | |||
198 | # We need the following in order to create <errno.h> when the system | ||
199 | # doesn't have one that is POSIX compliant. | ||
200 | errno.h: errno.in.h | ||
201 | rm -f $@-t $@ | ||
202 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | ||
203 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
204 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
205 | -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ | ||
206 | -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ | ||
207 | -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ | ||
208 | -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ | ||
209 | -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ | ||
210 | -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ | ||
211 | -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ | ||
212 | < $(srcdir)/errno.in.h; \ | ||
213 | } > $@-t | ||
214 | mv $@-t $@ | ||
215 | MOSTLYCLEANFILES += errno.h errno.h-t | ||
216 | |||
217 | EXTRA_DIST += errno.in.h | ||
218 | |||
219 | ## end gnulib module errno | ||
220 | |||
181 | ## begin gnulib module error | 221 | ## begin gnulib module error |
182 | 222 | ||
183 | 223 | ||
@@ -196,6 +236,29 @@ EXTRA_libgnu_a_SOURCES += exitfail.c | |||
196 | 236 | ||
197 | ## end gnulib module exitfail | 237 | ## end gnulib module exitfail |
198 | 238 | ||
239 | ## begin gnulib module fcntl | ||
240 | |||
241 | BUILT_SOURCES += $(FCNTL_H) | ||
242 | |||
243 | # We need the following in order to create <fcntl.h> when the system | ||
244 | # doesn't have one that works with the given compiler. | ||
245 | fcntl.h: fcntl.in.h | ||
246 | rm -f $@-t $@ | ||
247 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
248 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
249 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
250 | -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ | ||
251 | -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \ | ||
252 | -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ | ||
253 | < $(srcdir)/fcntl.in.h; \ | ||
254 | } > $@-t | ||
255 | mv $@-t $@ | ||
256 | MOSTLYCLEANFILES += fcntl.h fcntl.h-t | ||
257 | |||
258 | EXTRA_DIST += fcntl.in.h | ||
259 | |||
260 | ## end gnulib module fcntl | ||
261 | |||
199 | ## begin gnulib module fcntl-safer | 262 | ## begin gnulib module fcntl-safer |
200 | 263 | ||
201 | 264 | ||
@@ -214,7 +277,8 @@ BUILT_SOURCES += $(FLOAT_H) | |||
214 | float.h: float.in.h | 277 | float.h: float.in.h |
215 | rm -f $@-t $@ | 278 | rm -f $@-t $@ |
216 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 279 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
217 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 280 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
281 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
218 | -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ | 282 | -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ |
219 | < $(srcdir)/float.in.h; \ | 283 | < $(srcdir)/float.in.h; \ |
220 | } > $@-t | 284 | } > $@-t |
@@ -258,7 +322,7 @@ libgnu_a_SOURCES += full-write.h full-write.c | |||
258 | ## begin gnulib module getaddrinfo | 322 | ## begin gnulib module getaddrinfo |
259 | 323 | ||
260 | 324 | ||
261 | EXTRA_DIST += gai_strerror.c getaddrinfo.c getaddrinfo.h | 325 | EXTRA_DIST += gai_strerror.c getaddrinfo.c |
262 | 326 | ||
263 | EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c | 327 | EXTRA_libgnu_a_SOURCES += gai_strerror.c getaddrinfo.c |
264 | 328 | ||
@@ -333,7 +397,7 @@ EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath | |||
333 | ## begin gnulib module inet_ntop | 397 | ## begin gnulib module inet_ntop |
334 | 398 | ||
335 | 399 | ||
336 | EXTRA_DIST += inet_ntop.c inet_ntop.h | 400 | EXTRA_DIST += inet_ntop.c |
337 | 401 | ||
338 | EXTRA_libgnu_a_SOURCES += inet_ntop.c | 402 | EXTRA_libgnu_a_SOURCES += inet_ntop.c |
339 | 403 | ||
@@ -439,7 +503,8 @@ BUILT_SOURCES += math.h | |||
439 | math.h: math.in.h | 503 | math.h: math.in.h |
440 | rm -f $@-t $@ | 504 | rm -f $@-t $@ |
441 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 505 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
442 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 506 | sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \ |
507 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
443 | -e 's|@''NEXT_MATH_H''@|$(NEXT_MATH_H)|g' \ | 508 | -e 's|@''NEXT_MATH_H''@|$(NEXT_MATH_H)|g' \ |
444 | -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \ | 509 | -e 's|@''GNULIB_CEILF''@|$(GNULIB_CEILF)|g' \ |
445 | -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \ | 510 | -e 's|@''GNULIB_CEILL''@|$(GNULIB_CEILL)|g' \ |
@@ -448,6 +513,11 @@ math.h: math.in.h | |||
448 | -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \ | 513 | -e 's|@''GNULIB_FREXP''@|$(GNULIB_FREXP)|g' \ |
449 | -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \ | 514 | -e 's|@''GNULIB_FREXPL''@|$(GNULIB_FREXPL)|g' \ |
450 | -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \ | 515 | -e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \ |
516 | -e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \ | ||
517 | -e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \ | ||
518 | -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \ | ||
519 | -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \ | ||
520 | -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \ | ||
451 | -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \ | 521 | -e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \ |
452 | -e 's|@''GNULIB_MATHL''@|$(GNULIB_MATHL)|g' \ | 522 | -e 's|@''GNULIB_MATHL''@|$(GNULIB_MATHL)|g' \ |
453 | -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \ | 523 | -e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \ |
@@ -457,6 +527,9 @@ math.h: math.in.h | |||
457 | -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \ | 527 | -e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \ |
458 | -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \ | 528 | -e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \ |
459 | -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \ | 529 | -e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \ |
530 | -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \ | ||
531 | -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \ | ||
532 | -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \ | ||
460 | -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ | 533 | -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \ |
461 | -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ | 534 | -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \ |
462 | -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ | 535 | -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \ |
@@ -470,20 +543,24 @@ math.h: math.in.h | |||
470 | -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \ | 543 | -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \ |
471 | -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \ | 544 | -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \ |
472 | -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ | 545 | -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \ |
473 | -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \ | ||
474 | -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ | 546 | -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \ |
475 | -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ | 547 | -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \ |
476 | -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \ | 548 | -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \ |
477 | -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \ | 549 | -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \ |
478 | -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \ | 550 | -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \ |
479 | -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \ | 551 | -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \ |
552 | -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \ | ||
480 | -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ | 553 | -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \ |
554 | -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \ | ||
555 | -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \ | ||
481 | -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ | 556 | -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \ |
557 | -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \ | ||
482 | -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ | 558 | -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \ |
483 | -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ | 559 | -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \ |
484 | -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ | 560 | -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \ |
485 | -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ | 561 | -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \ |
486 | -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ | 562 | -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \ |
563 | -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \ | ||
487 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | 564 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ |
488 | < $(srcdir)/math.in.h; \ | 565 | < $(srcdir)/math.in.h; \ |
489 | } > $@-t | 566 | } > $@-t |
@@ -494,6 +571,24 @@ EXTRA_DIST += math.in.h | |||
494 | 571 | ||
495 | ## end gnulib module math | 572 | ## end gnulib module math |
496 | 573 | ||
574 | ## begin gnulib module mbrtowc | ||
575 | |||
576 | |||
577 | EXTRA_DIST += mbrtowc.c | ||
578 | |||
579 | EXTRA_libgnu_a_SOURCES += mbrtowc.c | ||
580 | |||
581 | ## end gnulib module mbrtowc | ||
582 | |||
583 | ## begin gnulib module mbsinit | ||
584 | |||
585 | |||
586 | EXTRA_DIST += mbsinit.c | ||
587 | |||
588 | EXTRA_libgnu_a_SOURCES += mbsinit.c | ||
589 | |||
590 | ## end gnulib module mbsinit | ||
591 | |||
497 | ## begin gnulib module mountlist | 592 | ## begin gnulib module mountlist |
498 | 593 | ||
499 | 594 | ||
@@ -503,6 +598,34 @@ EXTRA_libgnu_a_SOURCES += mountlist.c | |||
503 | 598 | ||
504 | ## end gnulib module mountlist | 599 | ## end gnulib module mountlist |
505 | 600 | ||
601 | ## begin gnulib module netdb | ||
602 | |||
603 | BUILT_SOURCES += $(NETDB_H) | ||
604 | |||
605 | # We need the following in order to create <netdb.h> when the system | ||
606 | # doesn't have one that works with the given compiler. | ||
607 | netdb.h: netdb.in.h | ||
608 | rm -f $@-t $@ | ||
609 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
610 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
611 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
612 | -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \ | ||
613 | -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \ | ||
614 | -e 's|@''GNULIB_GETADDRINFO''@|$(GNULIB_GETADDRINFO)|g' \ | ||
615 | -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \ | ||
616 | -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \ | ||
617 | -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \ | ||
618 | -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \ | ||
619 | -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \ | ||
620 | < $(srcdir)/netdb.in.h; \ | ||
621 | } > $@-t | ||
622 | mv $@-t $@ | ||
623 | MOSTLYCLEANFILES += netdb.h netdb.h-t | ||
624 | |||
625 | EXTRA_DIST += netdb.in.h | ||
626 | |||
627 | ## end gnulib module netdb | ||
628 | |||
506 | ## begin gnulib module netinet_in | 629 | ## begin gnulib module netinet_in |
507 | 630 | ||
508 | BUILT_SOURCES += $(NETINET_IN_H) | 631 | BUILT_SOURCES += $(NETINET_IN_H) |
@@ -513,7 +636,8 @@ netinet/in.h: netinet_in.in.h | |||
513 | @MKDIR_P@ netinet | 636 | @MKDIR_P@ netinet |
514 | rm -f $@-t $@ | 637 | rm -f $@-t $@ |
515 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 638 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
516 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 639 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
640 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
517 | -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ | 641 | -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ |
518 | -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ | 642 | -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ |
519 | < $(srcdir)/netinet_in.in.h; \ | 643 | < $(srcdir)/netinet_in.in.h; \ |
@@ -526,6 +650,15 @@ EXTRA_DIST += netinet_in.in.h | |||
526 | 650 | ||
527 | ## end gnulib module netinet_in | 651 | ## end gnulib module netinet_in |
528 | 652 | ||
653 | ## begin gnulib module open | ||
654 | |||
655 | |||
656 | EXTRA_DIST += open.c | ||
657 | |||
658 | EXTRA_libgnu_a_SOURCES += open.c | ||
659 | |||
660 | ## end gnulib module open | ||
661 | |||
529 | ## begin gnulib module regex | 662 | ## begin gnulib module regex |
530 | 663 | ||
531 | 664 | ||
@@ -596,7 +729,8 @@ stdint.h: stdint.in.h | |||
596 | rm -f $@-t $@ | 729 | rm -f $@-t $@ |
597 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 730 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
598 | sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | 731 | sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ |
599 | -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 732 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
733 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
600 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ | 734 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ |
601 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ | 735 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ |
602 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ | 736 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ |
@@ -604,6 +738,7 @@ stdint.h: stdint.in.h | |||
604 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ | 738 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ |
605 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ | 739 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ |
606 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ | 740 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ |
741 | -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ | ||
607 | -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ | 742 | -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ |
608 | -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ | 743 | -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ |
609 | -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ | 744 | -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ |
@@ -635,17 +770,24 @@ BUILT_SOURCES += stdio.h | |||
635 | stdio.h: stdio.in.h | 770 | stdio.h: stdio.in.h |
636 | rm -f $@-t $@ | 771 | rm -f $@-t $@ |
637 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 772 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
638 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 773 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
774 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
639 | -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ | 775 | -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ |
776 | -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \ | ||
640 | -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \ | 777 | -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \ |
778 | -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \ | ||
641 | -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \ | 779 | -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \ |
642 | -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \ | 780 | -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \ |
643 | -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \ | 781 | -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \ |
782 | -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \ | ||
644 | -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \ | 783 | -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \ |
784 | -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \ | ||
645 | -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \ | 785 | -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \ |
646 | -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \ | 786 | -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \ |
647 | -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \ | 787 | -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \ |
648 | -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \ | 788 | -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \ |
789 | -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \ | ||
790 | -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \ | ||
649 | -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \ | 791 | -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \ |
650 | -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \ | 792 | -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \ |
651 | -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \ | 793 | -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \ |
@@ -653,8 +795,18 @@ stdio.h: stdio.in.h | |||
653 | -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \ | 795 | -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \ |
654 | -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \ | 796 | -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \ |
655 | -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \ | 797 | -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \ |
798 | -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \ | ||
799 | -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \ | ||
800 | -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \ | ||
801 | -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \ | ||
802 | -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \ | ||
803 | -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \ | ||
804 | -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \ | ||
656 | -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \ | 805 | -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \ |
657 | -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \ | 806 | -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \ |
807 | -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \ | ||
808 | -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \ | ||
809 | -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ | ||
658 | -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ | 810 | -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ |
659 | -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ | 811 | -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ |
660 | -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ | 812 | -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ |
@@ -667,6 +819,8 @@ stdio.h: stdio.in.h | |||
667 | -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ | 819 | -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ |
668 | -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ | 820 | -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ |
669 | -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ | 821 | -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ |
822 | -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ | ||
823 | -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ | ||
670 | -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ | 824 | -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ |
671 | -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ | 825 | -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ |
672 | -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ | 826 | -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ |
@@ -674,16 +828,20 @@ stdio.h: stdio.in.h | |||
674 | -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ | 828 | -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ |
675 | -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ | 829 | -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ |
676 | -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ | 830 | -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ |
831 | -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ | ||
677 | -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ | 832 | -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ |
678 | -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ | 833 | -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ |
679 | -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ | 834 | -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ |
835 | -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ | ||
680 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | 836 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ |
681 | < $(srcdir)/stdio.in.h; \ | 837 | < $(srcdir)/stdio.in.h; \ |
682 | } > $@-t | 838 | } > $@-t |
683 | mv $@-t $@ | 839 | mv $@-t $@ |
684 | MOSTLYCLEANFILES += stdio.h stdio.h-t | 840 | MOSTLYCLEANFILES += stdio.h stdio.h-t |
685 | 841 | ||
686 | EXTRA_DIST += stdio.in.h | 842 | EXTRA_DIST += stdio-write.c stdio.in.h |
843 | |||
844 | EXTRA_libgnu_a_SOURCES += stdio-write.c | ||
687 | 845 | ||
688 | ## end gnulib module stdio | 846 | ## end gnulib module stdio |
689 | 847 | ||
@@ -696,26 +854,44 @@ BUILT_SOURCES += stdlib.h | |||
696 | stdlib.h: stdlib.in.h | 854 | stdlib.h: stdlib.in.h |
697 | rm -f $@-t $@ | 855 | rm -f $@-t $@ |
698 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 856 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
699 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 857 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
858 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
700 | -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ | 859 | -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ |
701 | -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \ | 860 | -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \ |
702 | -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \ | 861 | -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \ |
703 | -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \ | 862 | -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \ |
863 | -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \ | ||
864 | -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \ | ||
704 | -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \ | 865 | -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \ |
705 | -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \ | 866 | -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \ |
706 | -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \ | 867 | -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \ |
707 | -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \ | 868 | -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \ |
869 | -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \ | ||
870 | -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \ | ||
708 | -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \ | 871 | -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \ |
872 | -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \ | ||
873 | -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \ | ||
874 | -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \ | ||
709 | -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \ | 875 | -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \ |
876 | -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ | ||
710 | -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \ | 877 | -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \ |
711 | -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ | 878 | -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ |
712 | -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \ | 879 | -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \ |
713 | -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ | 880 | -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ |
714 | -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \ | 881 | -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \ |
882 | -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ | ||
883 | -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ | ||
715 | -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \ | 884 | -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \ |
885 | -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ | ||
886 | -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ | ||
887 | -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ | ||
888 | -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ | ||
889 | -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ | ||
716 | -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \ | 890 | -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \ |
891 | -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ | ||
717 | -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ | 892 | -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ |
718 | -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ | 893 | -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ |
894 | -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ | ||
719 | -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \ | 895 | -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \ |
720 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | 896 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ |
721 | < $(srcdir)/stdlib.in.h; \ | 897 | < $(srcdir)/stdlib.in.h; \ |
@@ -727,14 +903,12 @@ EXTRA_DIST += stdlib.in.h | |||
727 | 903 | ||
728 | ## end gnulib module stdlib | 904 | ## end gnulib module stdlib |
729 | 905 | ||
730 | ## begin gnulib module strdup | 906 | ## begin gnulib module streq |
731 | |||
732 | 907 | ||
733 | EXTRA_DIST += strdup.c | ||
734 | 908 | ||
735 | EXTRA_libgnu_a_SOURCES += strdup.c | 909 | EXTRA_DIST += streq.h |
736 | 910 | ||
737 | ## end gnulib module strdup | 911 | ## end gnulib module streq |
738 | 912 | ||
739 | ## begin gnulib module strerror | 913 | ## begin gnulib module strerror |
740 | 914 | ||
@@ -754,7 +928,8 @@ BUILT_SOURCES += string.h | |||
754 | string.h: string.in.h | 928 | string.h: string.in.h |
755 | rm -f $@-t $@ | 929 | rm -f $@-t $@ |
756 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 930 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
757 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 931 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
932 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
758 | -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ | 933 | -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ |
759 | -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ | 934 | -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ |
760 | -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ | 935 | -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ |
@@ -773,6 +948,7 @@ string.h: string.in.h | |||
773 | -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ | 948 | -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ |
774 | -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ | 949 | -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ |
775 | -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ | 950 | -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ |
951 | -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \ | ||
776 | -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ | 952 | -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ |
777 | -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ | 953 | -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ |
778 | -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ | 954 | -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ |
@@ -786,9 +962,11 @@ string.h: string.in.h | |||
786 | -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ | 962 | -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ |
787 | -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ | 963 | -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ |
788 | -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ | 964 | -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ |
965 | -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \ | ||
789 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ | 966 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ |
790 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ | 967 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ |
791 | -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ | 968 | -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ |
969 | -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ | ||
792 | -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ | 970 | -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ |
793 | -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ | 971 | -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ |
794 | -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ | 972 | -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ |
@@ -802,8 +980,10 @@ string.h: string.in.h | |||
802 | -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ | 980 | -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ |
803 | -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \ | 981 | -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \ |
804 | -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ | 982 | -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ |
983 | -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ | ||
805 | -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ | 984 | -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ |
806 | -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ | 985 | -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ |
986 | -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ | ||
807 | -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ | 987 | -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ |
808 | -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ | 988 | -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ |
809 | -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ | 989 | -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ |
@@ -844,11 +1024,28 @@ BUILT_SOURCES += $(SYS_SOCKET_H) | |||
844 | sys/socket.h: sys_socket.in.h | 1024 | sys/socket.h: sys_socket.in.h |
845 | @MKDIR_P@ sys | 1025 | @MKDIR_P@ sys |
846 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1026 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
847 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 1027 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1028 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
848 | -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ | 1029 | -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ |
849 | -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ | 1030 | -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ |
1031 | -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \ | ||
1032 | -e 's|@''GNULIB_SOCKET''@|$(GNULIB_SOCKET)|g' \ | ||
1033 | -e 's|@''GNULIB_CONNECT''@|$(GNULIB_CONNECT)|g' \ | ||
1034 | -e 's|@''GNULIB_ACCEPT''@|$(GNULIB_ACCEPT)|g' \ | ||
1035 | -e 's|@''GNULIB_BIND''@|$(GNULIB_BIND)|g' \ | ||
1036 | -e 's|@''GNULIB_GETPEERNAME''@|$(GNULIB_GETPEERNAME)|g' \ | ||
1037 | -e 's|@''GNULIB_GETSOCKNAME''@|$(GNULIB_GETSOCKNAME)|g' \ | ||
1038 | -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \ | ||
1039 | -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \ | ||
1040 | -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \ | ||
1041 | -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \ | ||
1042 | -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \ | ||
1043 | -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \ | ||
1044 | -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \ | ||
1045 | -e 's|@''GNULIB_SHUTDOWN''@|$(GNULIB_SHUTDOWN)|g' \ | ||
850 | -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ | 1046 | -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ |
851 | -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ | 1047 | -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ |
1048 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | ||
852 | < $(srcdir)/sys_socket.in.h; \ | 1049 | < $(srcdir)/sys_socket.in.h; \ |
853 | } > $@-t | 1050 | } > $@-t |
854 | mv -f $@-t $@ | 1051 | mv -f $@-t $@ |
@@ -869,33 +1066,55 @@ unistd.h: unistd.in.h | |||
869 | rm -f $@-t $@ | 1066 | rm -f $@-t $@ |
870 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1067 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
871 | sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ | 1068 | sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ |
872 | -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 1069 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1070 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
873 | -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ | 1071 | -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ |
874 | -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \ | 1072 | -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \ |
1073 | -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \ | ||
875 | -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \ | 1074 | -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \ |
1075 | -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \ | ||
1076 | -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \ | ||
876 | -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \ | 1077 | -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \ |
1078 | -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \ | ||
877 | -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \ | 1079 | -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \ |
878 | -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \ | 1080 | -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \ |
1081 | -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \ | ||
1082 | -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \ | ||
1083 | -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \ | ||
879 | -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \ | 1084 | -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \ |
880 | -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \ | 1085 | -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \ |
1086 | -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \ | ||
881 | -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \ | 1087 | -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \ |
882 | -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \ | 1088 | -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \ |
883 | -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \ | 1089 | -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \ |
884 | -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \ | 1090 | -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \ |
1091 | -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \ | ||
1092 | -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \ | ||
885 | -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ | 1093 | -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ |
1094 | -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ | ||
1095 | -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ | ||
886 | -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ | 1096 | -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ |
1097 | -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \ | ||
1098 | -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ | ||
1099 | -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ | ||
887 | -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ | 1100 | -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ |
1101 | -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \ | ||
888 | -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ | 1102 | -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ |
889 | -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ | 1103 | -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ |
1104 | -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ | ||
890 | -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ | 1105 | -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ |
891 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ | 1106 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ |
892 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | 1107 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ |
893 | -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | 1108 | -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ |
1109 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ | ||
894 | -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \ | 1110 | -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \ |
895 | -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ | 1111 | -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ |
896 | -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ | 1112 | -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ |
897 | -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ | 1113 | -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ |
898 | -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ | 1114 | -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ |
1115 | -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ | ||
1116 | -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ | ||
1117 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | ||
899 | < $(srcdir)/unistd.in.h; \ | 1118 | < $(srcdir)/unistd.in.h; \ |
900 | } > $@-t | 1119 | } > $@-t |
901 | mv $@-t $@ | 1120 | mv $@-t $@ |
@@ -932,6 +1151,12 @@ EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c | |||
932 | 1151 | ||
933 | ## end gnulib module vasprintf | 1152 | ## end gnulib module vasprintf |
934 | 1153 | ||
1154 | ## begin gnulib module verify | ||
1155 | |||
1156 | libgnu_a_SOURCES += verify.h | ||
1157 | |||
1158 | ## end gnulib module verify | ||
1159 | |||
935 | ## begin gnulib module vsnprintf | 1160 | ## begin gnulib module vsnprintf |
936 | 1161 | ||
937 | 1162 | ||
@@ -950,11 +1175,43 @@ BUILT_SOURCES += $(WCHAR_H) | |||
950 | wchar.h: wchar.in.h | 1175 | wchar.h: wchar.in.h |
951 | rm -f $@-t $@ | 1176 | rm -f $@-t $@ |
952 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1177 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
953 | sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 1178 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1179 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
954 | -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ | 1180 | -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ |
955 | -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ | 1181 | -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ |
1182 | -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \ | ||
1183 | -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \ | ||
1184 | -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \ | ||
1185 | -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \ | ||
1186 | -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \ | ||
1187 | -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \ | ||
1188 | -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \ | ||
1189 | -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \ | ||
1190 | -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \ | ||
1191 | -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \ | ||
956 | -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ | 1192 | -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ |
1193 | -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ | ||
1194 | -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ | ||
1195 | -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ | ||
1196 | -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ | ||
1197 | -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ | ||
1198 | -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ | ||
1199 | -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ | ||
1200 | -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ | ||
1201 | -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ | ||
1202 | -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ | ||
1203 | -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ | ||
957 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | 1204 | -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ |
1205 | -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ | ||
1206 | -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ | ||
1207 | -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ | ||
1208 | -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ | ||
1209 | -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ | ||
1210 | -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ | ||
1211 | -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ | ||
1212 | -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ | ||
1213 | -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ | ||
1214 | -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ | ||
958 | -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ | 1215 | -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ |
959 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ | 1216 | -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ |
960 | < $(srcdir)/wchar.in.h; \ | 1217 | < $(srcdir)/wchar.in.h; \ |
@@ -966,6 +1223,15 @@ EXTRA_DIST += wchar.in.h | |||
966 | 1223 | ||
967 | ## end gnulib module wchar | 1224 | ## end gnulib module wchar |
968 | 1225 | ||
1226 | ## begin gnulib module wcrtomb | ||
1227 | |||
1228 | |||
1229 | EXTRA_DIST += wcrtomb.c | ||
1230 | |||
1231 | EXTRA_libgnu_a_SOURCES += wcrtomb.c | ||
1232 | |||
1233 | ## end gnulib module wcrtomb | ||
1234 | |||
969 | ## begin gnulib module wctype | 1235 | ## begin gnulib module wctype |
970 | 1236 | ||
971 | BUILT_SOURCES += $(WCTYPE_H) | 1237 | BUILT_SOURCES += $(WCTYPE_H) |
@@ -976,10 +1242,12 @@ wctype.h: wctype.in.h | |||
976 | rm -f $@-t $@ | 1242 | rm -f $@-t $@ |
977 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1243 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
978 | sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ | 1244 | sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ |
979 | -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 1245 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
1246 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
980 | -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ | 1247 | -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ |
981 | -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ | 1248 | -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ |
982 | -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ | 1249 | -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ |
1250 | -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ | ||
983 | < $(srcdir)/wctype.in.h; \ | 1251 | < $(srcdir)/wctype.in.h; \ |
984 | } > $@-t | 1252 | } > $@-t |
985 | mv $@-t $@ | 1253 | mv $@-t $@ |
@@ -989,6 +1257,15 @@ EXTRA_DIST += wctype.in.h | |||
989 | 1257 | ||
990 | ## end gnulib module wctype | 1258 | ## end gnulib module wctype |
991 | 1259 | ||
1260 | ## begin gnulib module write | ||
1261 | |||
1262 | |||
1263 | EXTRA_DIST += write.c | ||
1264 | |||
1265 | EXTRA_libgnu_a_SOURCES += write.c | ||
1266 | |||
1267 | ## end gnulib module write | ||
1268 | |||
992 | ## begin gnulib module xalloc | 1269 | ## begin gnulib module xalloc |
993 | 1270 | ||
994 | 1271 | ||