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