]> sjero.net Git - wget/blob - lib/Makefile.am
Automated merge.
[wget] / lib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2008 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 --aux-dir=. --no-libtool --macro-prefix=gl alloca c-ctype getopt getpass-gnu maintainer-makefile quote quotearg
13
14 AUTOMAKE_OPTIONS = 1.5 gnits
15
16 noinst_HEADERS =
17 noinst_LIBRARIES =
18 noinst_LTLIBRARIES =
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES = core *.stackdump
23 MOSTLYCLEANDIRS =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 AM_CPPFLAGS =
29
30 noinst_LIBRARIES += libgnu.a
31
32 libgnu_a_SOURCES =
33 libgnu_a_LIBADD = $(gl_LIBOBJS)
34 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
35 EXTRA_libgnu_a_SOURCES =
36
37 ## begin gnulib module alloca
38
39
40 EXTRA_DIST += alloca.c
41
42 EXTRA_libgnu_a_SOURCES += alloca.c
43
44 libgnu_a_LIBADD += @ALLOCA@
45 libgnu_a_DEPENDENCIES += @ALLOCA@
46 ## end   gnulib module alloca
47
48 ## begin gnulib module alloca-opt
49
50 BUILT_SOURCES += $(ALLOCA_H)
51
52 # We need the following in order to create <alloca.h> when the system
53 # doesn't have one that works with the given compiler.
54 alloca.h: alloca.in.h
55         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
56           cat $(srcdir)/alloca.in.h; \
57         } > $@-t
58         mv -f $@-t $@
59 MOSTLYCLEANFILES += alloca.h alloca.h-t
60
61 EXTRA_DIST += alloca.in.h
62
63 ## end   gnulib module alloca-opt
64
65 ## begin gnulib module c-ctype
66
67 libgnu_a_SOURCES += c-ctype.h c-ctype.c
68
69 ## end   gnulib module c-ctype
70
71 ## begin gnulib module error
72
73
74 EXTRA_DIST += error.c error.h
75
76 EXTRA_libgnu_a_SOURCES += error.c
77
78 ## end   gnulib module error
79
80 ## begin gnulib module exitfail
81
82
83 EXTRA_DIST += exitfail.c exitfail.h
84
85 EXTRA_libgnu_a_SOURCES += exitfail.c
86
87 ## end   gnulib module exitfail
88
89 ## begin gnulib module fseeko
90
91
92 EXTRA_DIST += fseeko.c stdio-impl.h
93
94 EXTRA_libgnu_a_SOURCES += fseeko.c
95
96 ## end   gnulib module fseeko
97
98 ## begin gnulib module getdelim
99
100
101 EXTRA_DIST += getdelim.c
102
103 EXTRA_libgnu_a_SOURCES += getdelim.c
104
105 ## end   gnulib module getdelim
106
107 ## begin gnulib module getline
108
109
110 EXTRA_DIST += getline.c
111
112 EXTRA_libgnu_a_SOURCES += getline.c
113
114 ## end   gnulib module getline
115
116 ## begin gnulib module getopt
117
118 BUILT_SOURCES += $(GETOPT_H)
119
120 # We need the following in order to create <getopt.h> when the system
121 # doesn't have one that works with the given compiler.
122 getopt.h: getopt.in.h
123         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
124           cat $(srcdir)/getopt.in.h; \
125         } > $@-t
126         mv -f $@-t $@
127 MOSTLYCLEANFILES += getopt.h getopt.h-t
128
129 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
130
131 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
132
133 ## end   gnulib module getopt
134
135 ## begin gnulib module getpass-gnu
136
137
138 EXTRA_DIST += getpass.c getpass.h
139
140 EXTRA_libgnu_a_SOURCES += getpass.c
141
142 ## end   gnulib module getpass-gnu
143
144 ## begin gnulib module gettext-h
145
146 libgnu_a_SOURCES += gettext.h
147
148 ## end   gnulib module gettext-h
149
150 ## begin gnulib module gnumakefile
151
152 distclean-local: clean-GNUmakefile
153 clean-GNUmakefile:
154         test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
155
156 EXTRA_DIST += $(top_srcdir)/GNUmakefile
157
158 ## end   gnulib module gnumakefile
159
160 ## begin gnulib module intprops
161
162
163 EXTRA_DIST += intprops.h
164
165 ## end   gnulib module intprops
166
167 ## begin gnulib module link-warning
168
169 LINK_WARNING_H=$(top_srcdir)/./link-warning.h
170
171 EXTRA_DIST += $(top_srcdir)/./link-warning.h
172
173 ## end   gnulib module link-warning
174
175 ## begin gnulib module lseek
176
177
178 EXTRA_DIST += lseek.c
179
180 EXTRA_libgnu_a_SOURCES += lseek.c
181
182 ## end   gnulib module lseek
183
184 ## begin gnulib module maintainer-makefile
185
186 EXTRA_DIST += $(top_srcdir)/maint.mk
187
188 ## end   gnulib module maintainer-makefile
189
190 ## begin gnulib module quote
191
192
193 EXTRA_DIST += quote.c quote.h
194
195 EXTRA_libgnu_a_SOURCES += quote.c
196
197 ## end   gnulib module quote
198
199 ## begin gnulib module quotearg
200
201
202 EXTRA_DIST += quotearg.c quotearg.h
203
204 EXTRA_libgnu_a_SOURCES += quotearg.c
205
206 ## end   gnulib module quotearg
207
208 ## begin gnulib module realloc-posix
209
210
211 EXTRA_DIST += realloc.c
212
213 EXTRA_libgnu_a_SOURCES += realloc.c
214
215 ## end   gnulib module realloc-posix
216
217 ## begin gnulib module stdbool
218
219 BUILT_SOURCES += $(STDBOOL_H)
220
221 # We need the following in order to create <stdbool.h> when the system
222 # doesn't have one that works.
223 stdbool.h: stdbool.in.h
224         rm -f $@-t $@
225         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
226           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
227         } > $@-t
228         mv $@-t $@
229 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
230
231 EXTRA_DIST += stdbool.in.h
232
233 ## end   gnulib module stdbool
234
235 ## begin gnulib module stdio
236
237 BUILT_SOURCES += stdio.h
238
239 # We need the following in order to create <stdio.h> when the system
240 # doesn't have one that works with the given compiler.
241 stdio.h: stdio.in.h
242         rm -f $@-t $@
243         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
244           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
245               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
246               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
247               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
248               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
249               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
250               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
251               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
252               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
253               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
254               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
255               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
256               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
257               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
258               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
259               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
260               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
261               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
262               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
263               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
264               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
265               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
266               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
267               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
268               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
269               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
270               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
271               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
272               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
273               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
274               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
275               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
276               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
277               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
278               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
279               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
280               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
281               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
282               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
283               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
284               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
285               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
286               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
287               < $(srcdir)/stdio.in.h; \
288         } > $@-t
289         mv $@-t $@
290 MOSTLYCLEANFILES += stdio.h stdio.h-t
291
292 EXTRA_DIST += stdio.in.h
293
294 ## end   gnulib module stdio
295
296 ## begin gnulib module stdlib
297
298 BUILT_SOURCES += stdlib.h
299
300 # We need the following in order to create <stdlib.h> when the system
301 # doesn't have one that works with the given compiler.
302 stdlib.h: stdlib.in.h
303         rm -f $@-t $@
304         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
305           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
306               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
307               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
308               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
309               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
310               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
311               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
312               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
313               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
314               -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
315               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
316               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
317               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
318               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
319               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
320               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
321               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
322               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
323               -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
324               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
325               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
326               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
327               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
328               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
329               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
330               -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
331               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
332               < $(srcdir)/stdlib.in.h; \
333         } > $@-t
334         mv $@-t $@
335 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
336
337 EXTRA_DIST += stdlib.in.h
338
339 ## end   gnulib module stdlib
340
341 ## begin gnulib module strerror
342
343
344 EXTRA_DIST += strerror.c
345
346 EXTRA_libgnu_a_SOURCES += strerror.c
347
348 ## end   gnulib module strerror
349
350 ## begin gnulib module string
351
352 BUILT_SOURCES += string.h
353
354 # We need the following in order to create <string.h> when the system
355 # doesn't have one that works with the given compiler.
356 string.h: string.in.h
357         rm -f $@-t $@
358         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
359           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
360               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
361               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
362               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
363               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
364               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
365               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
366               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
367               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
368               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
369               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
370               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
371               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
372               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
373               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
374               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
375               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
376               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
377               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
378               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
379               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
380               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
381               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
382               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
383               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
384               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
385               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
386               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
387               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
388               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
389               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
390               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
391               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
392               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
393               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
394               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
395               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
396               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
397               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
398               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
399               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
400               -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
401               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
402               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
403               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
404               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
405               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
406               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
407               -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
408               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
409               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
410               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
411               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
412               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
413               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
414               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
415               < $(srcdir)/string.in.h; \
416         } > $@-t
417         mv $@-t $@
418 MOSTLYCLEANFILES += string.h string.h-t
419
420 EXTRA_DIST += string.in.h
421
422 ## end   gnulib module string
423
424 ## begin gnulib module unistd
425
426 BUILT_SOURCES += unistd.h
427
428 # We need the following in order to create an empty placeholder for
429 # <unistd.h> when the system doesn't have one.
430 unistd.h: unistd.in.h
431         rm -f $@-t $@
432         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
433           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
434               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
435               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
436               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
437               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
438               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
439               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
440               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
441               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
442               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
443               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
444               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
445               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
446               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
447               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
448               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
449               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
450               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
451               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
452               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
453               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
454               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
455               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
456               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
457               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
458               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
459               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
460               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
461               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
462               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
463               < $(srcdir)/unistd.in.h; \
464         } > $@-t
465         mv $@-t $@
466 MOSTLYCLEANFILES += unistd.h unistd.h-t
467
468 EXTRA_DIST += unistd.in.h
469
470 ## end   gnulib module unistd
471
472 ## begin gnulib module wchar
473
474 BUILT_SOURCES += $(WCHAR_H)
475
476 # We need the following in order to create <wchar.h> when the system
477 # version does not work standalone.
478 wchar.h: wchar.in.h
479         rm -f $@-t $@
480         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
481           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
482               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
483               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
484               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
485               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
486               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
487               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
488             < $(srcdir)/wchar.in.h; \
489         } > $@-t
490         mv $@-t $@
491 MOSTLYCLEANFILES += wchar.h wchar.h-t
492
493 EXTRA_DIST += wchar.in.h
494
495 ## end   gnulib module wchar
496
497 ## begin gnulib module wctype
498
499 BUILT_SOURCES += $(WCTYPE_H)
500
501 # We need the following in order to create <wctype.h> when the system
502 # doesn't have one that works with the given compiler.
503 wctype.h: wctype.in.h
504         rm -f $@-t $@
505         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
506           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
507               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
508               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
509               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
510               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
511               -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
512               < $(srcdir)/wctype.in.h; \
513         } > $@-t
514         mv $@-t $@
515 MOSTLYCLEANFILES += wctype.h wctype.h-t
516
517 EXTRA_DIST += wctype.in.h
518
519 ## end   gnulib module wctype
520
521 ## begin gnulib module xalloc
522
523
524 EXTRA_DIST += xalloc.h xmalloc.c
525
526 EXTRA_libgnu_a_SOURCES += xmalloc.c
527
528 ## end   gnulib module xalloc
529
530 ## begin gnulib module xalloc-die
531
532 libgnu_a_SOURCES += xalloc-die.c
533
534 ## end   gnulib module xalloc-die
535
536
537 mostlyclean-local: mostlyclean-generic
538         @for dir in '' $(MOSTLYCLEANDIRS); do \
539           if test -n "$$dir" && test -d $$dir; then \
540             echo "rmdir $$dir"; rmdir $$dir; \
541           fi; \
542         done; \
543         :