]> sjero.net Git - wget/blob - lib/Makefile.am
Use gnulib's getpass-gnu module for password prompting.
[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 c-ctype getopt getpass-gnu maintainer-makefile
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 c-ctype
38
39 libgnu_a_SOURCES += c-ctype.h c-ctype.c
40
41 ## end   gnulib module c-ctype
42
43 ## begin gnulib module getdelim
44
45
46 EXTRA_DIST += getdelim.c
47
48 EXTRA_libgnu_a_SOURCES += getdelim.c
49
50 ## end   gnulib module getdelim
51
52 ## begin gnulib module getline
53
54
55 EXTRA_DIST += getline.c
56
57 EXTRA_libgnu_a_SOURCES += getline.c
58
59 ## end   gnulib module getline
60
61 ## begin gnulib module getopt
62
63 BUILT_SOURCES += $(GETOPT_H)
64
65 # We need the following in order to create <getopt.h> when the system
66 # doesn't have one that works with the given compiler.
67 getopt.h: getopt.in.h
68         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
69           cat $(srcdir)/getopt.in.h; \
70         } > $@-t
71         mv -f $@-t $@
72 MOSTLYCLEANFILES += getopt.h getopt.h-t
73
74 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
75
76 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
77
78 ## end   gnulib module getopt
79
80 ## begin gnulib module getpass-gnu
81
82
83 EXTRA_DIST += getpass.c getpass.h
84
85 EXTRA_libgnu_a_SOURCES += getpass.c
86
87 ## end   gnulib module getpass-gnu
88
89 ## begin gnulib module gettext-h
90
91 libgnu_a_SOURCES += gettext.h
92
93 ## end   gnulib module gettext-h
94
95 ## begin gnulib module gnumakefile
96
97 distclean-local: clean-GNUmakefile
98 clean-GNUmakefile:
99         test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
100
101 EXTRA_DIST += $(top_srcdir)/GNUmakefile
102
103 ## end   gnulib module gnumakefile
104
105 ## begin gnulib module link-warning
106
107 LINK_WARNING_H=$(top_srcdir)/./link-warning.h
108
109 EXTRA_DIST += $(top_srcdir)/./link-warning.h
110
111 ## end   gnulib module link-warning
112
113 ## begin gnulib module maintainer-makefile
114
115 EXTRA_DIST += $(top_srcdir)/maint.mk
116
117 ## end   gnulib module maintainer-makefile
118
119 ## begin gnulib module realloc-posix
120
121
122 EXTRA_DIST += realloc.c
123
124 EXTRA_libgnu_a_SOURCES += realloc.c
125
126 ## end   gnulib module realloc-posix
127
128 ## begin gnulib module stdbool
129
130 BUILT_SOURCES += $(STDBOOL_H)
131
132 # We need the following in order to create <stdbool.h> when the system
133 # doesn't have one that works.
134 stdbool.h: stdbool.in.h
135         rm -f $@-t $@
136         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
137           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
138         } > $@-t
139         mv $@-t $@
140 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
141
142 EXTRA_DIST += stdbool.in.h
143
144 ## end   gnulib module stdbool
145
146 ## begin gnulib module stdio
147
148 BUILT_SOURCES += stdio.h
149
150 # We need the following in order to create <stdio.h> when the system
151 # doesn't have one that works with the given compiler.
152 stdio.h: stdio.in.h
153         rm -f $@-t $@
154         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
155           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
156               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
157               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
158               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
159               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
160               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
161               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
162               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
163               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
164               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
165               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
166               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
167               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
168               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
169               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
170               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
171               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
172               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
173               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
174               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
175               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
176               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
177               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
178               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
179               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
180               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
181               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
182               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
183               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
184               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
185               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
186               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
187               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
188               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
189               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
190               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
191               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
192               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
193               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
194               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
195               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
196               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
197               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
198               < $(srcdir)/stdio.in.h; \
199         } > $@-t
200         mv $@-t $@
201 MOSTLYCLEANFILES += stdio.h stdio.h-t
202
203 EXTRA_DIST += stdio.in.h
204
205 ## end   gnulib module stdio
206
207 ## begin gnulib module stdlib
208
209 BUILT_SOURCES += stdlib.h
210
211 # We need the following in order to create <stdlib.h> when the system
212 # doesn't have one that works with the given compiler.
213 stdlib.h: stdlib.in.h
214         rm -f $@-t $@
215         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
216           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
217               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
218               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
219               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
220               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
221               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
222               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
223               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
224               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
225               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
226               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
227               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
228               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
229               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
230               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
231               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
232               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
233               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
234               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
235               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
236               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
237               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
238               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
239               -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
240               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
241               < $(srcdir)/stdlib.in.h; \
242         } > $@-t
243         mv $@-t $@
244 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
245
246 EXTRA_DIST += stdlib.in.h
247
248 ## end   gnulib module stdlib
249
250 ## begin gnulib module unistd
251
252 BUILT_SOURCES += unistd.h
253
254 # We need the following in order to create an empty placeholder for
255 # <unistd.h> when the system doesn't have one.
256 unistd.h: unistd.in.h
257         rm -f $@-t $@
258         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
259           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
260               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
261               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
262               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
263               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
264               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
265               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
266               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
267               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
268               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
269               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
270               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
271               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
272               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
273               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
274               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
275               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
276               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
277               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
278               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
279               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
280               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
281               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
282               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
283               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
284               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
285               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
286               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
287               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
288               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
289               < $(srcdir)/unistd.in.h; \
290         } > $@-t
291         mv $@-t $@
292 MOSTLYCLEANFILES += unistd.h unistd.h-t
293
294 EXTRA_DIST += unistd.in.h
295
296 ## end   gnulib module unistd
297
298
299 mostlyclean-local: mostlyclean-generic
300         @for dir in '' $(MOSTLYCLEANDIRS); do \
301           if test -n "$$dir" && test -d $$dir; then \
302             echo "rmdir $$dir"; rmdir $$dir; \
303           fi; \
304         done; \
305         :