comparison lib/Makefile.am @ 398:7987ee447833 3.0-beta1

Added generated files for release
author lost@l-w.ca
date Fri, 23 Jul 2010 17:18:52 -0600
parents
children
comparison
equal deleted inserted replaced
397:09fe7c40a082 398:7987ee447833
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2010 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License. As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl argp vasprintf
13
14 AUTOMAKE_OPTIONS = 1.5 gnits
15
16 SUBDIRS =
17 noinst_HEADERS =
18 noinst_LIBRARIES =
19 noinst_LTLIBRARIES =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES = core *.stackdump
24 MOSTLYCLEANDIRS =
25 CLEANFILES =
26 DISTCLEANFILES =
27 MAINTAINERCLEANFILES =
28
29 AM_CPPFLAGS =
30 AM_CFLAGS =
31
32 noinst_LIBRARIES += libgnu.a
33
34 libgnu_a_SOURCES =
35 libgnu_a_LIBADD = $(gl_LIBOBJS)
36 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
37 EXTRA_libgnu_a_SOURCES =
38
39 ## begin gnulib module alloca
40
41
42 EXTRA_DIST += alloca.c
43
44 EXTRA_libgnu_a_SOURCES += alloca.c
45
46 libgnu_a_LIBADD += @ALLOCA@
47 libgnu_a_DEPENDENCIES += @ALLOCA@
48 ## end gnulib module alloca
49
50 ## begin gnulib module alloca-opt
51
52 BUILT_SOURCES += $(ALLOCA_H)
53
54 # We need the following in order to create <alloca.h> when the system
55 # doesn't have one that works with the given compiler.
56 alloca.h: alloca.in.h
57 $(AM_V_GEN)rm -f $@-t $@ && \
58 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
59 cat $(srcdir)/alloca.in.h; \
60 } > $@-t && \
61 mv -f $@-t $@
62 MOSTLYCLEANFILES += alloca.h alloca.h-t
63
64 EXTRA_DIST += alloca.in.h
65
66 ## end gnulib module alloca-opt
67
68 ## begin gnulib module arg-nonnull
69
70 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
71 # statements but through direct file reference. Therefore this snippet must be
72 # present in all Makefile.am that need it. This is ensured by the applicability
73 # 'all' defined above.
74
75 BUILT_SOURCES += arg-nonnull.h
76 # The arg-nonnull.h that gets inserted into generated .h files is the same as
77 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
78 arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h
79 $(AM_V_GEN)rm -f $@-t $@ && \
80 sed -n -e '/GL_ARG_NONNULL/,$$p' \
81 < $(top_srcdir)/./arg-nonnull.h \
82 > $@-t && \
83 mv $@-t $@
84 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
85
86 ARG_NONNULL_H=arg-nonnull.h
87
88 EXTRA_DIST += $(top_srcdir)/./arg-nonnull.h
89
90 ## end gnulib module arg-nonnull
91
92 ## begin gnulib module argp
93
94 libgnu_a_SOURCES += argp.h argp-ba.c argp-eexst.c \
95 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
96 argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
97 argp-xinl.c
98
99 ## end gnulib module argp
100
101 ## begin gnulib module dirname-lgpl
102
103
104 EXTRA_DIST += basename-lgpl.c dirname-lgpl.c dirname.h stripslash.c
105
106 EXTRA_libgnu_a_SOURCES += basename-lgpl.c dirname-lgpl.c stripslash.c
107
108 ## end gnulib module dirname-lgpl
109
110 ## begin gnulib module errno
111
112 BUILT_SOURCES += $(ERRNO_H)
113
114 # We need the following in order to create <errno.h> when the system
115 # doesn't have one that is POSIX compliant.
116 errno.h: errno.in.h
117 $(AM_V_GEN)rm -f $@-t $@ && \
118 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
119 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
120 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
121 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
122 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
123 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
124 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
125 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
126 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
127 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
128 < $(srcdir)/errno.in.h; \
129 } > $@-t && \
130 mv $@-t $@
131 MOSTLYCLEANFILES += errno.h errno.h-t
132
133 EXTRA_DIST += errno.in.h
134
135 ## end gnulib module errno
136
137 ## begin gnulib module float
138
139 BUILT_SOURCES += $(FLOAT_H)
140
141 # We need the following in order to create <float.h> when the system
142 # doesn't have one that works with the given compiler.
143 float.h: float.in.h
144 $(AM_V_GEN)rm -f $@-t $@ && \
145 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
146 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
147 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
148 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
149 < $(srcdir)/float.in.h; \
150 } > $@-t && \
151 mv $@-t $@
152 MOSTLYCLEANFILES += float.h float.h-t
153
154 EXTRA_DIST += float.in.h
155
156 ## end gnulib module float
157
158 ## begin gnulib module getopt-posix
159
160 BUILT_SOURCES += $(GETOPT_H)
161
162 # We need the following in order to create <getopt.h> when the system
163 # doesn't have one that works with the given compiler.
164 getopt.h: getopt.in.h $(ARG_NONNULL_H)
165 $(AM_V_GEN)rm -f $@-t $@ && \
166 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
167 sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
168 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
169 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
170 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
171 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
172 < $(srcdir)/getopt.in.h; \
173 } > $@-t && \
174 mv -f $@-t $@
175 MOSTLYCLEANFILES += getopt.h getopt.h-t
176
177 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
178
179 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
180
181 ## end gnulib module getopt-posix
182
183 ## begin gnulib module gettext-h
184
185 libgnu_a_SOURCES += gettext.h
186
187 ## end gnulib module gettext-h
188
189 ## begin gnulib module intprops
190
191
192 EXTRA_DIST += intprops.h
193
194 ## end gnulib module intprops
195
196 ## begin gnulib module link-warning
197
198 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
199 # statements but through direct file reference. Therefore this snippet must be
200 # present in all Makefile.am that need it. This is ensured by the applicability
201 # 'all' defined above.
202
203 BUILT_SOURCES += link-warning.h
204 # The link-warning.h that gets inserted into generated .h files is the same as
205 # build-aux/link-warning.h, except that it has the copyright header cut off.
206 link-warning.h: $(top_srcdir)/./link-warning.h
207 $(AM_V_GEN)rm -f $@-t $@ && \
208 sed -n -e '/GL_LINK_WARNING/,$$p' \
209 < $(top_srcdir)/./link-warning.h \
210 > $@-t && \
211 mv $@-t $@
212 MOSTLYCLEANFILES += link-warning.h link-warning.h-t
213
214 LINK_WARNING_H=link-warning.h
215
216 EXTRA_DIST += $(top_srcdir)/./link-warning.h
217
218 ## end gnulib module link-warning
219
220 ## begin gnulib module malloc
221
222
223 EXTRA_DIST += malloc.c
224
225 EXTRA_libgnu_a_SOURCES += malloc.c
226
227 ## end gnulib module malloc
228
229 ## begin gnulib module malloc-posix
230
231
232 EXTRA_DIST += malloc.c
233
234 EXTRA_libgnu_a_SOURCES += malloc.c
235
236 ## end gnulib module malloc-posix
237
238 ## begin gnulib module memchr
239
240
241 EXTRA_DIST += memchr.c memchr.valgrind
242
243 EXTRA_libgnu_a_SOURCES += memchr.c
244
245 ## end gnulib module memchr
246
247 ## begin gnulib module mempcpy
248
249
250 EXTRA_DIST += mempcpy.c
251
252 EXTRA_libgnu_a_SOURCES += mempcpy.c
253
254 ## end gnulib module mempcpy
255
256 ## begin gnulib module rawmemchr
257
258
259 EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
260
261 EXTRA_libgnu_a_SOURCES += rawmemchr.c
262
263 ## end gnulib module rawmemchr
264
265 ## begin gnulib module size_max
266
267 libgnu_a_SOURCES += size_max.h
268
269 ## end gnulib module size_max
270
271 ## begin gnulib module sleep
272
273
274 EXTRA_DIST += sleep.c
275
276 EXTRA_libgnu_a_SOURCES += sleep.c
277
278 ## end gnulib module sleep
279
280 ## begin gnulib module stdbool
281
282 BUILT_SOURCES += $(STDBOOL_H)
283
284 # We need the following in order to create <stdbool.h> when the system
285 # doesn't have one that works.
286 stdbool.h: stdbool.in.h
287 $(AM_V_GEN)rm -f $@-t $@ && \
288 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
289 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
290 } > $@-t && \
291 mv $@-t $@
292 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
293
294 EXTRA_DIST += stdbool.in.h
295
296 ## end gnulib module stdbool
297
298 ## begin gnulib module stddef
299
300 BUILT_SOURCES += $(STDDEF_H)
301
302 # We need the following in order to create <stddef.h> when the system
303 # doesn't have one that works with the given compiler.
304 stddef.h: stddef.in.h
305 $(AM_V_GEN)rm -f $@-t $@ && \
306 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
307 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
308 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
309 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
310 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
311 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
312 < $(srcdir)/stddef.in.h; \
313 } > $@-t && \
314 mv $@-t $@
315 MOSTLYCLEANFILES += stddef.h stddef.h-t
316
317 EXTRA_DIST += stddef.in.h
318
319 ## end gnulib module stddef
320
321 ## begin gnulib module stdint
322
323 BUILT_SOURCES += $(STDINT_H)
324
325 # We need the following in order to create <stdint.h> when the system
326 # doesn't have one that works with the given compiler.
327 stdint.h: stdint.in.h
328 $(AM_V_GEN)rm -f $@-t $@ && \
329 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
330 sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
331 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
332 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
333 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
334 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
335 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
336 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
337 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
338 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
339 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
340 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
341 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
342 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
343 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
344 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
345 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
346 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
347 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
348 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
349 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
350 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
351 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
352 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
353 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
354 < $(srcdir)/stdint.in.h; \
355 } > $@-t && \
356 mv $@-t $@
357 MOSTLYCLEANFILES += stdint.h stdint.h-t
358
359 EXTRA_DIST += stdint.in.h
360
361 ## end gnulib module stdint
362
363 ## begin gnulib module stdio
364
365 BUILT_SOURCES += stdio.h
366
367 # We need the following in order to create <stdio.h> when the system
368 # doesn't have one that works with the given compiler.
369 stdio.h: stdio.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H)
370 $(AM_V_GEN)rm -f $@-t $@ && \
371 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
372 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
373 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
374 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
375 -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
376 -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
377 -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
378 -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
379 -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
380 -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
381 -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
382 -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
383 -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
384 -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
385 -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
386 -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
387 -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
388 -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
389 -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
390 -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
391 -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
392 -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
393 -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
394 -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
395 -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
396 -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
397 -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
398 -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
399 -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
400 -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
401 -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
402 -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
403 -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
404 -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
405 -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
406 -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
407 -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
408 -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
409 -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
410 -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
411 -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
412 -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
413 -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
414 -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
415 -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
416 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
417 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
418 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
419 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
420 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
421 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
422 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
423 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
424 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
425 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
426 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
427 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
428 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
429 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
430 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
431 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
432 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
433 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
434 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
435 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
436 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
437 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
438 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
439 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
440 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
441 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
442 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
443 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
444 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
445 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
446 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
447 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
448 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
449 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
450 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
451 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
452 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
453 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
454 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
455 < $(srcdir)/stdio.in.h; \
456 } > $@-t && \
457 mv $@-t $@
458 MOSTLYCLEANFILES += stdio.h stdio.h-t
459
460 EXTRA_DIST += stdio-write.c stdio.in.h
461
462 EXTRA_libgnu_a_SOURCES += stdio-write.c
463
464 ## end gnulib module stdio
465
466 ## begin gnulib module stdlib
467
468 BUILT_SOURCES += stdlib.h
469
470 # We need the following in order to create <stdlib.h> when the system
471 # doesn't have one that works with the given compiler.
472 stdlib.h: stdlib.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H)
473 $(AM_V_GEN)rm -f $@-t $@ && \
474 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
475 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
476 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
477 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
478 -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
479 -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
480 -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
481 -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
482 -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
483 -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
484 -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
485 -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
486 -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
487 -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
488 -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
489 -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
490 -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
491 -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
492 -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
493 -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
494 -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
495 -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
496 -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
497 -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
498 -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
499 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
500 -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
501 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
502 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
503 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
504 -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
505 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
506 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
507 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
508 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
509 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
510 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
511 -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
512 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
513 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
514 -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
515 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
516 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
517 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
518 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
519 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
520 -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
521 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
522 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
523 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
524 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
525 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
526 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
527 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
528 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
529 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
530 < $(srcdir)/stdlib.in.h; \
531 } > $@-t && \
532 mv $@-t $@
533 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
534
535 EXTRA_DIST += stdlib.in.h
536
537 ## end gnulib module stdlib
538
539 ## begin gnulib module strcase
540
541
542 EXTRA_DIST += strcasecmp.c strncasecmp.c
543
544 EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
545
546 ## end gnulib module strcase
547
548 ## begin gnulib module strchrnul
549
550
551 EXTRA_DIST += strchrnul.c strchrnul.valgrind
552
553 EXTRA_libgnu_a_SOURCES += strchrnul.c
554
555 ## end gnulib module strchrnul
556
557 ## begin gnulib module strerror
558
559
560 EXTRA_DIST += strerror.c
561
562 EXTRA_libgnu_a_SOURCES += strerror.c
563
564 ## end gnulib module strerror
565
566 ## begin gnulib module string
567
568 BUILT_SOURCES += string.h
569
570 # We need the following in order to create <string.h> when the system
571 # doesn't have one that works with the given compiler.
572 string.h: string.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H)
573 $(AM_V_GEN)rm -f $@-t $@ && \
574 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
575 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
576 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
577 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
578 -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
579 -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
580 -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
581 -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
582 -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
583 -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
584 -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
585 -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
586 -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
587 -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
588 -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
589 -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
590 -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
591 -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
592 -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
593 -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
594 -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
595 -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
596 -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
597 -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
598 -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
599 -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
600 -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
601 -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
602 -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
603 -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
604 -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
605 -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
606 -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
607 -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
608 -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
609 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
610 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
611 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
612 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
613 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
614 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
615 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
616 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
617 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
618 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
619 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
620 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
621 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
622 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
623 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
624 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
625 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
626 -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
627 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
628 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
629 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
630 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
631 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
632 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
633 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
634 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
635 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
636 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
637 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
638 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
639 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
640 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
641 < $(srcdir)/string.in.h; \
642 } > $@-t && \
643 mv $@-t $@
644 MOSTLYCLEANFILES += string.h string.h-t
645
646 EXTRA_DIST += string.in.h
647
648 ## end gnulib module string
649
650 ## begin gnulib module strings
651
652 BUILT_SOURCES += strings.h
653
654 # We need the following in order to create <strings.h> when the system
655 # doesn't have one that works with the given compiler.
656 strings.h: strings.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H)
657 $(AM_V_GEN)rm -f $@-t $@ && \
658 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
659 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
660 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
661 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
662 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
663 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
664 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
665 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
666 < $(srcdir)/strings.in.h; \
667 } > $@-t && \
668 mv $@-t $@
669 MOSTLYCLEANFILES += strings.h strings.h-t
670
671 EXTRA_DIST += strings.in.h
672
673 ## end gnulib module strings
674
675 ## begin gnulib module strndup
676
677
678 EXTRA_DIST += strndup.c
679
680 EXTRA_libgnu_a_SOURCES += strndup.c
681
682 ## end gnulib module strndup
683
684 ## begin gnulib module strnlen
685
686
687 EXTRA_DIST += strnlen.c
688
689 EXTRA_libgnu_a_SOURCES += strnlen.c
690
691 ## end gnulib module strnlen
692
693 ## begin gnulib module sysexits
694
695 BUILT_SOURCES += $(SYSEXITS_H)
696
697 # We need the following in order to create <sysexits.h> when the system
698 # doesn't have one that works with the given compiler.
699 sysexits.h: sysexits.in.h
700 $(AM_V_GEN)rm -f $@-t $@ && \
701 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
702 sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
703 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
704 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
705 -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
706 < $(srcdir)/sysexits.in.h; \
707 } > $@-t && \
708 mv -f $@-t $@
709 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
710
711 EXTRA_DIST += sysexits.in.h
712
713 ## end gnulib module sysexits
714
715 ## begin gnulib module unistd
716
717 BUILT_SOURCES += unistd.h
718
719 # We need the following in order to create an empty placeholder for
720 # <unistd.h> when the system doesn't have one.
721 unistd.h: unistd.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H)
722 $(AM_V_GEN)rm -f $@-t $@ && \
723 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
724 sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
725 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
726 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
727 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
728 -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
729 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
730 -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
731 -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
732 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
733 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
734 -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
735 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
736 -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
737 -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
738 -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
739 -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
740 -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
741 -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
742 -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
743 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
744 -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
745 -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
746 -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
747 -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
748 -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
749 -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
750 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
751 -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
752 -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
753 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
754 -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
755 -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
756 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
757 -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
758 -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
759 -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
760 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
761 -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
762 -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
763 -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
764 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
765 -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
766 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
767 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
768 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
769 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
770 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
771 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
772 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
773 -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
774 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
775 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
776 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
777 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
778 -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
779 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
780 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
781 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
782 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
783 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
784 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
785 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
786 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
787 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
788 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
789 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
790 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
791 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
792 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
793 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
794 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
795 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
796 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
797 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
798 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
799 -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
800 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
801 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
802 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
803 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
804 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
805 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
806 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
807 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
808 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
809 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
810 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
811 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
812 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
813 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
814 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
815 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
816 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
817 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
818 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
819 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
820 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
821 < $(srcdir)/unistd.in.h; \
822 } > $@-t && \
823 mv $@-t $@
824 MOSTLYCLEANFILES += unistd.h unistd.h-t
825
826 EXTRA_DIST += unistd.in.h
827
828 ## end gnulib module unistd
829
830 ## begin gnulib module vasnprintf
831
832
833 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
834
835 EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
836
837 ## end gnulib module vasnprintf
838
839 ## begin gnulib module vasprintf
840
841
842 EXTRA_DIST += asprintf.c vasprintf.c
843
844 EXTRA_libgnu_a_SOURCES += asprintf.c vasprintf.c
845
846 ## end gnulib module vasprintf
847
848 ## begin gnulib module verify
849
850 libgnu_a_SOURCES += verify.h
851
852 ## end gnulib module verify
853
854 ## begin gnulib module vsnprintf
855
856
857 EXTRA_DIST += vsnprintf.c
858
859 EXTRA_libgnu_a_SOURCES += vsnprintf.c
860
861 ## end gnulib module vsnprintf
862
863 ## begin gnulib module wchar
864
865 BUILT_SOURCES += wchar.h
866
867 # We need the following in order to create <wchar.h> when the system
868 # version does not work standalone.
869 wchar.h: wchar.in.h $(LINK_WARNING_H) $(ARG_NONNULL_H)
870 $(AM_V_GEN)rm -f $@-t $@ && \
871 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
872 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
873 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
874 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
875 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
876 -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
877 -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
878 -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
879 -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
880 -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
881 -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
882 -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
883 -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
884 -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
885 -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
886 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
887 -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
888 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
889 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
890 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
891 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
892 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
893 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
894 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
895 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
896 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
897 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
898 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
899 -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
900 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
901 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
902 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
903 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
904 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
905 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
906 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
907 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
908 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
909 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
910 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
911 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
912 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
913 < $(srcdir)/wchar.in.h; \
914 } > $@-t && \
915 mv $@-t $@
916 MOSTLYCLEANFILES += wchar.h wchar.h-t
917
918 EXTRA_DIST += wchar.in.h
919
920 ## end gnulib module wchar
921
922 ## begin gnulib module xsize
923
924 libgnu_a_SOURCES += xsize.h
925
926 ## end gnulib module xsize
927
928
929 mostlyclean-local: mostlyclean-generic
930 @for dir in '' $(MOSTLYCLEANDIRS); do \
931 if test -n "$$dir" && test -d $$dir; then \
932 echo "rmdir $$dir"; rmdir $$dir; \
933 fi; \
934 done; \
935 :