~ubuntu-branches/ubuntu/lucid/wget/lucid-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2009-12-12 08:15:59 UTC
  • mfrom: (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091212081559-mvccl4kzdqb138y3
Tags: 1.12-1.1ubuntu1
* Merge from debian testing, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
* Keep build dependencies in main:
  - debian/control: remove info2man build-dep
  - debian/patches/00list: disable wget-infopod_generated_manpage.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
1
17
# Makefile for `Wget' utility
2
18
# Copyright (C) 1995, 1996, 1997, 2006, 2007,
3
 
# 2008 Free Software Foundation, Inc.
 
19
#   2008, 2009 Free Software Foundation, Inc.
4
20
 
5
21
# This program is free software; you can redistribute it and/or modify
6
22
# it under the terms of the GNU General Public License as published by
29
45
#
30
46
# Version: @VERSION@
31
47
#
32
 
 
33
 
SHELL = /bin/sh
34
 
@SET_MAKE@
35
 
 
36
 
top_builddir = .
37
 
 
38
 
srcdir = @srcdir@
39
 
VPATH  = @srcdir@
40
 
 
41
 
#
42
 
# User configuration section
43
 
#
44
 
 
45
 
#
46
 
# Install variables
47
 
#
48
 
prefix      = @prefix@
49
 
exec_prefix = @exec_prefix@
50
 
bindir      = @bindir@
51
 
infodir     = @infodir@
52
 
sysconfdir  = @sysconfdir@
53
 
mandir      = @mandir@
54
 
manext      = 1
55
 
localedir   = $(prefix)/share/locale
56
 
 
 
48
VPATH = @srcdir@
 
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkglibdir = $(libdir)/@PACKAGE@
 
51
pkgincludedir = $(includedir)/@PACKAGE@
 
52
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
53
install_sh_DATA = $(install_sh) -c -m 644
 
54
install_sh_PROGRAM = $(install_sh) -c
 
55
install_sh_SCRIPT = $(install_sh) -c
 
56
INSTALL_HEADER = $(INSTALL_DATA)
 
57
transform = $(program_transform_name)
 
58
NORMAL_INSTALL = :
 
59
PRE_INSTALL = :
 
60
POST_INSTALL = :
 
61
NORMAL_UNINSTALL = :
 
62
PRE_UNINSTALL = :
 
63
POST_UNINSTALL = :
 
64
build_triplet = @build@
 
65
host_triplet = @host@
 
66
subdir = .
 
67
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
68
        $(srcdir)/Makefile.in $(top_srcdir)/configure ABOUT-NLS \
 
69
        AUTHORS COPYING ChangeLog INSTALL NEWS build-aux/compile \
 
70
        build-aux/config.guess build-aux/config.rpath \
 
71
        build-aux/config.sub build-aux/depcomp build-aux/install-sh \
 
72
        build-aux/mdate-sh build-aux/missing build-aux/mkinstalldirs \
 
73
        build-aux/texinfo.tex build-aux/ylwrap
 
74
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
75
am__aclocal_m4_deps = $(top_srcdir)/md5/m4/gnulib-comp.m4 \
 
76
        $(top_srcdir)/md5/m4/md5.m4 $(top_srcdir)/m4/00gnulib.m4 \
 
77
        $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/codeset.m4 \
 
78
        $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \
 
79
        $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \
 
80
        $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/getdelim.m4 \
 
81
        $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \
 
82
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
 
83
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
 
84
        $(top_srcdir)/m4/gnulib-common.m4 \
 
85
        $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \
 
86
        $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inline.m4 \
 
87
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
88
        $(top_srcdir)/m4/lib-prefix.m4 \
 
89
        $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/locale-fr.m4 \
 
90
        $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-zh.m4 \
 
91
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lseek.m4 \
 
92
        $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/mbrtowc.m4 \
 
93
        $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
 
94
        $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mmap-anon.m4 \
 
95
        $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/nls.m4 \
 
96
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/quote.m4 \
 
97
        $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/realloc.m4 \
 
98
        $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
 
99
        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \
 
100
        $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strcase.m4 \
 
101
        $(top_srcdir)/m4/strcasestr.m4 $(top_srcdir)/m4/strerror.m4 \
 
102
        $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strings_h.m4 \
 
103
        $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/wchar.m4 \
 
104
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wctype.m4 \
 
105
        $(top_srcdir)/m4/wget.m4 $(top_srcdir)/m4/wint_t.m4 \
 
106
        $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/configure.ac
 
107
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
108
        $(ACLOCAL_M4)
 
109
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
110
 configure.lineno config.status.lineno
 
111
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
 
112
CONFIG_HEADER = $(top_builddir)/src/config.h
 
113
CONFIG_CLEAN_FILES =
 
114
SOURCES =
 
115
DIST_SOURCES =
 
116
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
117
        html-recursive info-recursive install-data-recursive \
 
118
        install-dvi-recursive install-exec-recursive \
 
119
        install-html-recursive install-info-recursive \
 
120
        install-pdf-recursive install-ps-recursive install-recursive \
 
121
        installcheck-recursive installdirs-recursive pdf-recursive \
 
122
        ps-recursive uninstall-recursive
 
123
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
124
  distclean-recursive maintainer-clean-recursive
 
125
ETAGS = etags
 
126
CTAGS = ctags
 
127
DIST_SUBDIRS = $(SUBDIRS)
 
128
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
129
distdir = $(PACKAGE)-$(VERSION)
 
130
top_distdir = $(distdir)
 
131
am__remove_distdir = \
 
132
  { test ! -d $(distdir) \
 
133
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
134
         && rm -fr $(distdir); }; }
 
135
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 \
 
136
        $(distdir).tar.lzma
 
137
GZIP_ENV = --best
 
138
distcleancheck_listfiles = find . -type f -print
 
139
ACLOCAL = @ACLOCAL@
 
140
ALLOCA = @ALLOCA@
 
141
ALLOCA_H = @ALLOCA_H@
 
142
AMTAR = @AMTAR@
 
143
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
 
144
AUTOCONF = @AUTOCONF@
 
145
AUTOHEADER = @AUTOHEADER@
 
146
AUTOMAKE = @AUTOMAKE@
 
147
AWK = @AWK@
 
148
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
 
149
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
 
150
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
 
151
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
 
152
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
57
153
CC = @CC@
 
154
CCDEPMODE = @CCDEPMODE@
58
155
CFLAGS = @CFLAGS@
 
156
COMMENT_IF_NO_POD2MAN = @COMMENT_IF_NO_POD2MAN@
 
157
CPP = @CPP@
59
158
CPPFLAGS = @CPPFLAGS@
60
 
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
61
 
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
 
159
CYGPATH_W = @CYGPATH_W@
 
160
DEFS = @DEFS@
 
161
DEPDIR = @DEPDIR@
 
162
ECHO_C = @ECHO_C@
 
163
ECHO_N = @ECHO_N@
 
164
ECHO_T = @ECHO_T@
 
165
EGREP = @EGREP@
 
166
EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
 
167
EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
 
168
ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
 
169
ENOLINK_VALUE = @ENOLINK_VALUE@
 
170
EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
 
171
EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
 
172
ERRNO_H = @ERRNO_H@
 
173
EXEEXT = @EXEEXT@
 
174
GETOPT_H = @GETOPT_H@
 
175
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
176
GLIBC21 = @GLIBC21@
 
177
GMSGFMT = @GMSGFMT@
 
178
GMSGFMT_015 = @GMSGFMT_015@
 
179
GNULIB_ATOLL = @GNULIB_ATOLL@
 
180
GNULIB_BTOWC = @GNULIB_BTOWC@
 
181
GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
 
182
GNULIB_CHOWN = @GNULIB_CHOWN@
 
183
GNULIB_CLOSE = @GNULIB_CLOSE@
 
184
GNULIB_DPRINTF = @GNULIB_DPRINTF@
 
185
GNULIB_DUP2 = @GNULIB_DUP2@
 
186
GNULIB_DUP3 = @GNULIB_DUP3@
 
187
GNULIB_ENVIRON = @GNULIB_ENVIRON@
 
188
GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
 
189
GNULIB_FCHDIR = @GNULIB_FCHDIR@
 
190
GNULIB_FCLOSE = @GNULIB_FCLOSE@
 
191
GNULIB_FFLUSH = @GNULIB_FFLUSH@
 
192
GNULIB_FOPEN = @GNULIB_FOPEN@
 
193
GNULIB_FPRINTF = @GNULIB_FPRINTF@
 
194
GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
 
195
GNULIB_FPURGE = @GNULIB_FPURGE@
 
196
GNULIB_FPUTC = @GNULIB_FPUTC@
 
197
GNULIB_FPUTS = @GNULIB_FPUTS@
 
198
GNULIB_FREOPEN = @GNULIB_FREOPEN@
 
199
GNULIB_FSEEK = @GNULIB_FSEEK@
 
200
GNULIB_FSEEKO = @GNULIB_FSEEKO@
 
201
GNULIB_FSYNC = @GNULIB_FSYNC@
 
202
GNULIB_FTELL = @GNULIB_FTELL@
 
203
GNULIB_FTELLO = @GNULIB_FTELLO@
 
204
GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
 
205
GNULIB_FWRITE = @GNULIB_FWRITE@
 
206
GNULIB_GETCWD = @GNULIB_GETCWD@
 
207
GNULIB_GETDELIM = @GNULIB_GETDELIM@
 
208
GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
 
209
GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
 
210
GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
 
211
GNULIB_GETLINE = @GNULIB_GETLINE@
 
212
GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
 
213
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
 
214
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
 
215
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
 
216
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
 
217
GNULIB_LCHOWN = @GNULIB_LCHOWN@
 
218
GNULIB_LINK = @GNULIB_LINK@
 
219
GNULIB_LSEEK = @GNULIB_LSEEK@
 
220
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
 
221
GNULIB_MBRLEN = @GNULIB_MBRLEN@
 
222
GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
 
223
GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
 
224
GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
 
225
GNULIB_MBSCHR = @GNULIB_MBSCHR@
 
226
GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
 
227
GNULIB_MBSINIT = @GNULIB_MBSINIT@
 
228
GNULIB_MBSLEN = @GNULIB_MBSLEN@
 
229
GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
 
230
GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
 
231
GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
 
232
GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
 
233
GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
 
234
GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
 
235
GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
 
236
GNULIB_MBSSEP = @GNULIB_MBSSEP@
 
237
GNULIB_MBSSPN = @GNULIB_MBSSPN@
 
238
GNULIB_MBSSTR = @GNULIB_MBSSTR@
 
239
GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
 
240
GNULIB_MEMCHR = @GNULIB_MEMCHR@
 
241
GNULIB_MEMMEM = @GNULIB_MEMMEM@
 
242
GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
 
243
GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
 
244
GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
 
245
GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
 
246
GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
 
247
GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
 
248
GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
 
249
GNULIB_PERROR = @GNULIB_PERROR@
 
250
GNULIB_PIPE2 = @GNULIB_PIPE2@
 
251
GNULIB_POPEN = @GNULIB_POPEN@
 
252
GNULIB_PRINTF = @GNULIB_PRINTF@
 
253
GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
 
254
GNULIB_PUTC = @GNULIB_PUTC@
 
255
GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
 
256
GNULIB_PUTENV = @GNULIB_PUTENV@
 
257
GNULIB_PUTS = @GNULIB_PUTS@
 
258
GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
 
259
GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
 
260
GNULIB_READLINK = @GNULIB_READLINK@
 
261
GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
 
262
GNULIB_RPMATCH = @GNULIB_RPMATCH@
 
263
GNULIB_SETENV = @GNULIB_SETENV@
 
264
GNULIB_SLEEP = @GNULIB_SLEEP@
 
265
GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
 
266
GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
 
267
GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
 
268
GNULIB_STPCPY = @GNULIB_STPCPY@
 
269
GNULIB_STPNCPY = @GNULIB_STPNCPY@
 
270
GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
 
271
GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
 
272
GNULIB_STRDUP = @GNULIB_STRDUP@
 
273
GNULIB_STRERROR = @GNULIB_STRERROR@
 
274
GNULIB_STRNDUP = @GNULIB_STRNDUP@
 
275
GNULIB_STRNLEN = @GNULIB_STRNLEN@
 
276
GNULIB_STRPBRK = @GNULIB_STRPBRK@
 
277
GNULIB_STRSEP = @GNULIB_STRSEP@
 
278
GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
 
279
GNULIB_STRSTR = @GNULIB_STRSTR@
 
280
GNULIB_STRTOD = @GNULIB_STRTOD@
 
281
GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
 
282
GNULIB_STRTOLL = @GNULIB_STRTOLL@
 
283
GNULIB_STRTOULL = @GNULIB_STRTOULL@
 
284
GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
 
285
GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
 
286
GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
 
287
GNULIB_UNSETENV = @GNULIB_UNSETENV@
 
288
GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
 
289
GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
 
290
GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
 
291
GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
 
292
GNULIB_VPRINTF = @GNULIB_VPRINTF@
 
293
GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
 
294
GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
 
295
GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
 
296
GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
 
297
GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
 
298
GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
 
299
GNULIB_WCTOB = @GNULIB_WCTOB@
 
300
GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
 
301
GNULIB_WRITE = @GNULIB_WRITE@
 
302
GREP = @GREP@
 
303
HAVE_ATOLL = @HAVE_ATOLL@
 
304
HAVE_BTOWC = @HAVE_BTOWC@
 
305
HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
 
306
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
 
307
HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
 
308
HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
 
309
HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
 
310
HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
 
311
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
 
312
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
 
313
HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
 
314
HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
 
315
HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
 
316
HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
 
317
HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
 
318
HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
 
319
HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
 
320
HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
 
321
HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
 
322
HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
 
323
HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
 
324
HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
 
325
HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
 
326
HAVE_DPRINTF = @HAVE_DPRINTF@
 
327
HAVE_DUP2 = @HAVE_DUP2@
 
328
HAVE_DUP3 = @HAVE_DUP3@
 
329
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
 
330
HAVE_FSEEKO = @HAVE_FSEEKO@
 
331
HAVE_FSYNC = @HAVE_FSYNC@
 
332
HAVE_FTELLO = @HAVE_FTELLO@
 
333
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
 
334
HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
 
335
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
 
336
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
 
337
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
 
338
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
 
339
HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
 
340
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
 
341
HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
 
342
HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@
 
343
HAVE_LIBSSL = @HAVE_LIBSSL@
 
344
HAVE_LINK = @HAVE_LINK@
 
345
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
 
346
HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
 
347
HAVE_MBRLEN = @HAVE_MBRLEN@
 
348
HAVE_MBRTOWC = @HAVE_MBRTOWC@
 
349
HAVE_MBSINIT = @HAVE_MBSINIT@
 
350
HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
 
351
HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
 
352
HAVE_MEMPCPY = @HAVE_MEMPCPY@
 
353
HAVE_MKDTEMP = @HAVE_MKDTEMP@
 
354
HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
 
355
HAVE_OS_H = @HAVE_OS_H@
 
356
HAVE_PIPE2 = @HAVE_PIPE2@
 
357
HAVE_RANDOM_H = @HAVE_RANDOM_H@
 
358
HAVE_RANDOM_R = @HAVE_RANDOM_R@
 
359
HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
 
360
HAVE_READLINK = @HAVE_READLINK@
 
361
HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
 
362
HAVE_RPMATCH = @HAVE_RPMATCH@
 
363
HAVE_SETENV = @HAVE_SETENV@
 
364
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
 
365
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
 
366
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
 
367
HAVE_SLEEP = @HAVE_SLEEP@
 
368
HAVE_STDINT_H = @HAVE_STDINT_H@
 
369
HAVE_STPCPY = @HAVE_STPCPY@
 
370
HAVE_STPNCPY = @HAVE_STPNCPY@
 
371
HAVE_STRCASECMP = @HAVE_STRCASECMP@
 
372
HAVE_STRCASESTR = @HAVE_STRCASESTR@
 
373
HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
 
374
HAVE_STRNDUP = @HAVE_STRNDUP@
 
375
HAVE_STRPBRK = @HAVE_STRPBRK@
 
376
HAVE_STRSEP = @HAVE_STRSEP@
 
377
HAVE_STRTOD = @HAVE_STRTOD@
 
378
HAVE_STRTOLL = @HAVE_STRTOLL@
 
379
HAVE_STRTOULL = @HAVE_STRTOULL@
 
380
HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
 
381
HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
 
382
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
 
383
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
 
384
HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
 
385
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
 
386
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
 
387
HAVE_UNISTD_H = @HAVE_UNISTD_H@
 
388
HAVE_UNSETENV = @HAVE_UNSETENV@
 
389
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
 
390
HAVE_VASPRINTF = @HAVE_VASPRINTF@
 
391
HAVE_VDPRINTF = @HAVE_VDPRINTF@
 
392
HAVE_WCHAR_H = @HAVE_WCHAR_H@
 
393
HAVE_WCHAR_T = @HAVE_WCHAR_T@
 
394
HAVE_WCRTOMB = @HAVE_WCRTOMB@
 
395
HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
 
396
HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
 
397
HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
 
398
HAVE_WINT_T = @HAVE_WINT_T@
 
399
HAVE__BOOL = @HAVE__BOOL@
 
400
INCLUDE_NEXT = @INCLUDE_NEXT@
 
401
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 
402
INSTALL = @INSTALL@
 
403
INSTALL_DATA = @INSTALL_DATA@
 
404
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
405
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
406
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
407
INTLLIBS = @INTLLIBS@
 
408
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
62
409
LDFLAGS = @LDFLAGS@
63
 
 
64
 
#
65
 
# End of user configuration section.  There should be no need to change
66
 
# anything below this line.
67
 
#
68
 
 
69
 
DISTNAME = wget-@VERSION@
70
 
RM = rm -f
71
 
 
72
 
# These are used for maintenance only, so they are safe without
73
 
# special autoconf cruft.
74
 
FIND = find
75
 
GZIP = gzip
76
 
TAR = tar
77
 
 
78
 
# flags passed to recursive makes in subdirectories
79
 
MAKEDEFS = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' DEFS='$(DEFS)' \
80
 
CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \
81
 
DESTDIR='$(DESTDIR)' prefix='$(prefix)' exec_prefix='$(exec_prefix)' \
82
 
bindir='$(bindir)' infodir='$(infodir)' mandir='$(mandir)' \
83
 
manext='$(manext)'
 
410
LEX = @LEX@
 
411
LEXLIB = @LEXLIB@
 
412
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
413
LIBGNUTLS = @LIBGNUTLS@
 
414
LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@
 
415
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
 
416
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
 
417
LIBICONV = @LIBICONV@
 
418
LIBINTL = @LIBINTL@
 
419
LIBMD5_LIBDEPS = @LIBMD5_LIBDEPS@
 
420
LIBMD5_LTLIBDEPS = @LIBMD5_LTLIBDEPS@
 
421
LIBOBJS = @LIBOBJS@
 
422
LIBS = @LIBS@
 
423
LIBSSL = @LIBSSL@
 
424
LIBSSL_PREFIX = @LIBSSL_PREFIX@
 
425
LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
 
426
LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
 
427
LOCALE_JA = @LOCALE_JA@
 
428
LOCALE_ZH_CN = @LOCALE_ZH_CN@
 
429
LTLIBGNUTLS = @LTLIBGNUTLS@
 
430
LTLIBICONV = @LTLIBICONV@
 
431
LTLIBINTL = @LTLIBINTL@
 
432
LTLIBOBJS = @LTLIBOBJS@
 
433
LTLIBSSL = @LTLIBSSL@
 
434
MAKEINFO = @MAKEINFO@
 
435
MD5_CPPFLAGS = @MD5_CPPFLAGS@
 
436
MD5_LDADD = @MD5_LDADD@
 
437
MD5_SUBDIR = @MD5_SUBDIR@
 
438
MKDIR_P = @MKDIR_P@
 
439
MSGFMT = @MSGFMT@
 
440
MSGFMT_015 = @MSGFMT_015@
 
441
MSGMERGE = @MSGMERGE@
 
442
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
 
443
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
 
444
NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
 
445
NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
 
446
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
 
447
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@
 
448
NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
 
449
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
 
450
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
 
451
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
 
452
NEXT_ERRNO_H = @NEXT_ERRNO_H@
 
453
NEXT_STDDEF_H = @NEXT_STDDEF_H@
 
454
NEXT_STDINT_H = @NEXT_STDINT_H@
 
455
NEXT_STDIO_H = @NEXT_STDIO_H@
 
456
NEXT_STDLIB_H = @NEXT_STDLIB_H@
 
457
NEXT_STRINGS_H = @NEXT_STRINGS_H@
 
458
NEXT_STRING_H = @NEXT_STRING_H@
 
459
NEXT_UNISTD_H = @NEXT_UNISTD_H@
 
460
NEXT_WCHAR_H = @NEXT_WCHAR_H@
 
461
NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
 
462
OBJEXT = @OBJEXT@
 
463
PACKAGE = @PACKAGE@
 
464
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
465
PACKAGE_NAME = @PACKAGE_NAME@
 
466
PACKAGE_STRING = @PACKAGE_STRING@
 
467
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
468
PACKAGE_VERSION = @PACKAGE_VERSION@
 
469
PATH_SEPARATOR = @PATH_SEPARATOR@
 
470
PERL = @PERL@
 
471
POD2MAN = @POD2MAN@
 
472
POSUB = @POSUB@
 
473
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
 
474
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
 
475
RANLIB = @RANLIB@
 
476
REPLACE_BTOWC = @REPLACE_BTOWC@
 
477
REPLACE_CHOWN = @REPLACE_CHOWN@
 
478
REPLACE_CLOSE = @REPLACE_CLOSE@
 
479
REPLACE_DPRINTF = @REPLACE_DPRINTF@
 
480
REPLACE_DUP2 = @REPLACE_DUP2@
 
481
REPLACE_FCHDIR = @REPLACE_FCHDIR@
 
482
REPLACE_FCLOSE = @REPLACE_FCLOSE@
 
483
REPLACE_FFLUSH = @REPLACE_FFLUSH@
 
484
REPLACE_FOPEN = @REPLACE_FOPEN@
 
485
REPLACE_FPRINTF = @REPLACE_FPRINTF@
 
486
REPLACE_FPURGE = @REPLACE_FPURGE@
 
487
REPLACE_FREOPEN = @REPLACE_FREOPEN@
 
488
REPLACE_FSEEK = @REPLACE_FSEEK@
 
489
REPLACE_FSEEKO = @REPLACE_FSEEKO@
 
490
REPLACE_FTELL = @REPLACE_FTELL@
 
491
REPLACE_FTELLO = @REPLACE_FTELLO@
 
492
REPLACE_GETCWD = @REPLACE_GETCWD@
 
493
REPLACE_GETLINE = @REPLACE_GETLINE@
 
494
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
 
495
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
 
496
REPLACE_LCHOWN = @REPLACE_LCHOWN@
 
497
REPLACE_LSEEK = @REPLACE_LSEEK@
 
498
REPLACE_MBRLEN = @REPLACE_MBRLEN@
 
499
REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
 
500
REPLACE_MBSINIT = @REPLACE_MBSINIT@
 
501
REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
 
502
REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
 
503
REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
 
504
REPLACE_MEMCHR = @REPLACE_MEMCHR@
 
505
REPLACE_MEMMEM = @REPLACE_MEMMEM@
 
506
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
 
507
REPLACE_NULL = @REPLACE_NULL@
 
508
REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
 
509
REPLACE_PERROR = @REPLACE_PERROR@
 
510
REPLACE_POPEN = @REPLACE_POPEN@
 
511
REPLACE_PRINTF = @REPLACE_PRINTF@
 
512
REPLACE_PUTENV = @REPLACE_PUTENV@
 
513
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
 
514
REPLACE_SPRINTF = @REPLACE_SPRINTF@
 
515
REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
 
516
REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
 
517
REPLACE_STRDUP = @REPLACE_STRDUP@
 
518
REPLACE_STRERROR = @REPLACE_STRERROR@
 
519
REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
 
520
REPLACE_STRSTR = @REPLACE_STRSTR@
 
521
REPLACE_STRTOD = @REPLACE_STRTOD@
 
522
REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
 
523
REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
 
524
REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
 
525
REPLACE_VPRINTF = @REPLACE_VPRINTF@
 
526
REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
 
527
REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
 
528
REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
 
529
REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
 
530
REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
 
531
REPLACE_WCTOB = @REPLACE_WCTOB@
 
532
REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
 
533
REPLACE_WRITE = @REPLACE_WRITE@
 
534
SET_MAKE = @SET_MAKE@
 
535
SHELL = @SHELL@
 
536
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
 
537
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
 
538
STDBOOL_H = @STDBOOL_H@
 
539
STDDEF_H = @STDDEF_H@
 
540
STDINT_H = @STDINT_H@
 
541
STRIP = @STRIP@
 
542
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
 
543
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
 
544
USE_NLS = @USE_NLS@
 
545
VERSION = @VERSION@
 
546
VOID_UNSETENV = @VOID_UNSETENV@
 
547
WCHAR_H = @WCHAR_H@
 
548
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
 
549
WCTYPE_H = @WCTYPE_H@
 
550
WINT_T_SUFFIX = @WINT_T_SUFFIX@
 
551
XGETTEXT = @XGETTEXT@
 
552
XGETTEXT_015 = @XGETTEXT_015@
 
553
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
554
abs_builddir = @abs_builddir@
 
555
abs_srcdir = @abs_srcdir@
 
556
abs_top_builddir = @abs_top_builddir@
 
557
abs_top_srcdir = @abs_top_srcdir@
 
558
ac_ct_CC = @ac_ct_CC@
 
559
am__include = @am__include@
 
560
am__leading_dot = @am__leading_dot@
 
561
am__quote = @am__quote@
 
562
am__tar = @am__tar@
 
563
am__untar = @am__untar@
 
564
bindir = @bindir@
 
565
build = @build@
 
566
build_alias = @build_alias@
 
567
build_cpu = @build_cpu@
 
568
build_os = @build_os@
 
569
build_vendor = @build_vendor@
 
570
builddir = @builddir@
 
571
datadir = @datadir@
 
572
datarootdir = @datarootdir@
 
573
docdir = @docdir@
 
574
dvidir = @dvidir@
 
575
exec_prefix = @exec_prefix@
 
576
gl_LIBOBJS = @gl_LIBOBJS@
 
577
gl_LTLIBOBJS = @gl_LTLIBOBJS@
 
578
gltests_LIBOBJS = @gltests_LIBOBJS@
 
579
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
 
580
host = @host@
 
581
host_alias = @host_alias@
 
582
host_cpu = @host_cpu@
 
583
host_os = @host_os@
 
584
host_vendor = @host_vendor@
 
585
htmldir = @htmldir@
 
586
includedir = @includedir@
 
587
infodir = @infodir@
 
588
install_sh = @install_sh@
 
589
libdir = @libdir@
 
590
libexecdir = @libexecdir@
 
591
localedir = @localedir@
 
592
localstatedir = @localstatedir@
 
593
mandir = @mandir@
 
594
md5_LIBOBJS = @md5_LIBOBJS@
 
595
md5_LTLIBOBJS = @md5_LTLIBOBJS@
 
596
md5tests_LIBOBJS = @md5tests_LIBOBJS@
 
597
md5tests_LTLIBOBJS = @md5tests_LTLIBOBJS@
 
598
mkdir_p = @mkdir_p@
 
599
oldincludedir = @oldincludedir@
 
600
pdfdir = @pdfdir@
 
601
prefix = @prefix@
 
602
program_transform_name = @program_transform_name@
 
603
psdir = @psdir@
 
604
sbindir = @sbindir@
 
605
sharedstatedir = @sharedstatedir@
 
606
srcdir = @srcdir@
 
607
sysconfdir = @sysconfdir@
 
608
target_alias = @target_alias@
 
609
top_build_prefix = @top_build_prefix@
 
610
top_builddir = @top_builddir@
 
611
top_srcdir = @top_srcdir@
 
612
 
 
613
# We can't help that installing wget.info leaves /usr/share/info/dir
 
614
# around, and we need to prevent uninstallation of the possibly
 
615
# previously-existing /etc/wgetrc.
 
616
distuninstallcheck_listfiles = find . -type f | \
 
617
                               grep -Ev '(/share/info/dir|/etc/wgetrc)$$'
 
618
 
 
619
 
 
620
# Search for macros in the m4 subdirectory:
 
621
ACLOCAL_AMFLAGS = -I m4 -I md5/m4
84
622
 
85
623
# subdirectories in the distribution
86
 
SUBDIRS = src doc po tests util windows
87
 
 
88
 
# default target
89
 
all: src/config.h Makefile $(SUBDIRS)
90
 
 
91
 
test: src/config.h Makefile src
92
 
        cd tests && $(MAKE) $(MAKEDEFS) $@
93
 
        
94
 
check: all
95
 
 
96
 
$(SUBDIRS): FORCE
97
 
        cd $@ && $(MAKE) $(MAKEDEFS)
98
 
 
99
 
# install everything
100
 
install: install.bin install.info install.wgetrc \
101
 
         install.mo @COMMENT_IF_NO_POD2MAN@install.man
102
 
 
103
 
# install/uninstall the binary
104
 
install.bin uninstall.bin:
105
 
        cd src && $(MAKE) $(MAKEDEFS) $@
106
 
 
107
 
# Rules for info, man page (needed for make dist)
108
 
doc/wget.1 doc/wget.info:
109
 
        cd doc && $(MAKE) $(MAKEDEFS)
110
 
 
111
 
# install/uninstall the info/man pages
112
 
install.info uninstall.info install.man uninstall.man install.wgetrc:
113
 
        cd doc && $(MAKE) $(MAKEDEFS) $@
114
 
 
115
 
# Install `.mo' files
116
 
install.mo:
117
 
        cd po && $(MAKE) $(MAKEDEFS) $@
118
 
 
119
 
# create tag files for Emacs
120
 
TAGS:
121
 
        cd src && $(MAKE) $@
122
 
 
123
 
dist: $(srcdir)/configure doc/wget.1 doc/wget.info DISTFILES
124
 
        cd po && $(MAKE) wget.pot
125
 
        mkdir $(DISTNAME)
126
 
        for d in `$(FIND) . -type d ! -regex '.*/\.\(svn\|hg\)\(/.*\)?' -print`; do \
127
 
                if [ "$$d" != "." -a "$$d" != "./$(DISTNAME)" ]; then \
128
 
                        mkdir $(DISTNAME)/$$d; \
129
 
                fi; \
130
 
        done
131
 
        for f in `cat DISTFILES`; do \
132
 
                ln $(srcdir)/$$f $(DISTNAME)/$$f || \
133
 
                { echo copying $$f; cp -p $(srcdir)/$$f $(DISTNAME)/$$f ; } \
134
 
        done
135
 
        $(TAR) chvf - $(DISTNAME) | $(GZIP) -c --best >$(DISTNAME).tar.gz
136
 
        $(RM) -r $(DISTNAME)
137
 
 
138
 
#
139
 
# Cleanup dependencies
140
 
#
141
 
 
142
 
clean:          clean-recursive         clean-top
143
 
distclean:      distclean-recursive     distclean-top
144
 
realclean:      realclean-recursive     realclean-top
145
 
 
146
 
clean-top:
147
 
        $(RM) *~ *.bak $(DISTNAME).tar.gz
148
 
 
149
 
distclean-top: clean-top
150
 
        $(RM) Makefile config.status config.log config.cache libtool stamp-h
151
 
        $(RM) -r autom4te.cache
152
 
 
153
 
realclean-top: distclean-top
154
 
        $(RM) configure
155
 
 
156
 
clean-recursive distclean-recursive realclean-recursive:
157
 
        for subdir in $(SUBDIRS); do \
158
 
           target=`echo $@ | sed s/-recursive//`; \
159
 
           (cd $$subdir && $(MAKE) $(MAKEDEFS) $$target) || exit 1; \
160
 
        done
161
 
 
162
 
#
163
 
# Dependencies for maintenance
164
 
#
165
 
 
166
 
$(srcdir)/configure: configure.in
167
 
        cd $(srcdir) && autoconf
168
 
 
169
 
# autoheader might not change config.h.in, so touch a stamp file.
170
 
$(srcdir)/src/config.h.in: stamp-h.in
171
 
$(srcdir)/stamp-h.in: configure.in
172
 
        @true; # running autoheader here breaks: cd $(srcdir) && autoheader
173
 
        echo timestamp > $(srcdir)/stamp-h.in
174
 
 
175
 
src/config.h: stamp-h
176
 
stamp-h: src/config.h.in config.status
177
 
        ./config.status
178
 
 
179
 
Makefile: Makefile.in config.status
180
 
        ./config.status
181
 
 
182
 
config.status: configure
183
 
        ./config.status --recheck
184
 
 
185
 
FORCE:
 
624
SUBDIRS = lib md5 src doc po tests util windows
 
625
EXTRA_DIST = ChangeLog.README configure.bat MAILING-LIST \
 
626
             msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \
 
627
             msdos/Makefile.WC ABOUT-NLS autogen.sh \
 
628
             build-aux/build_info.pl
 
629
 
 
630
CLEANFILES = *~ *.bak $(DISTNAME).tar.gz
 
631
all: all-recursive
 
632
 
 
633
.SUFFIXES:
 
634
am--refresh:
 
635
        @:
 
636
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
637
        @for dep in $?; do \
 
638
          case '$(am__configure_deps)' in \
 
639
            *$$dep*) \
 
640
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
641
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
642
                && exit 0; \
 
643
              exit 1;; \
 
644
          esac; \
 
645
        done; \
 
646
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
647
        cd $(top_srcdir) && \
 
648
          $(AUTOMAKE) --gnu  Makefile
 
649
.PRECIOUS: Makefile
 
650
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
651
        @case '$?' in \
 
652
          *config.status*) \
 
653
            echo ' $(SHELL) ./config.status'; \
 
654
            $(SHELL) ./config.status;; \
 
655
          *) \
 
656
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
657
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
658
        esac;
 
659
 
 
660
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
661
        $(SHELL) ./config.status --recheck
 
662
 
 
663
$(top_srcdir)/configure:  $(am__configure_deps)
 
664
        cd $(srcdir) && $(AUTOCONF)
 
665
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
666
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
667
 
 
668
# This directory's subdirectories are mostly independent; you can cd
 
669
# into them and run `make' without going through this Makefile.
 
670
# To change the values of `make' variables: instead of editing Makefiles,
 
671
# (1) if the variable is set in `config.status', edit `config.status'
 
672
#     (which will cause the Makefiles to be regenerated when you run `make');
 
673
# (2) otherwise, pass the desired values on the `make' command line.
 
674
$(RECURSIVE_TARGETS):
 
675
        @failcom='exit 1'; \
 
676
        for f in x $$MAKEFLAGS; do \
 
677
          case $$f in \
 
678
            *=* | --[!k]*);; \
 
679
            *k*) failcom='fail=yes';; \
 
680
          esac; \
 
681
        done; \
 
682
        dot_seen=no; \
 
683
        target=`echo $@ | sed s/-recursive//`; \
 
684
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
685
          echo "Making $$target in $$subdir"; \
 
686
          if test "$$subdir" = "."; then \
 
687
            dot_seen=yes; \
 
688
            local_target="$$target-am"; \
 
689
          else \
 
690
            local_target="$$target"; \
 
691
          fi; \
 
692
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
693
          || eval $$failcom; \
 
694
        done; \
 
695
        if test "$$dot_seen" = "no"; then \
 
696
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
697
        fi; test -z "$$fail"
 
698
 
 
699
$(RECURSIVE_CLEAN_TARGETS):
 
700
        @failcom='exit 1'; \
 
701
        for f in x $$MAKEFLAGS; do \
 
702
          case $$f in \
 
703
            *=* | --[!k]*);; \
 
704
            *k*) failcom='fail=yes';; \
 
705
          esac; \
 
706
        done; \
 
707
        dot_seen=no; \
 
708
        case "$@" in \
 
709
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
710
          *) list='$(SUBDIRS)' ;; \
 
711
        esac; \
 
712
        rev=''; for subdir in $$list; do \
 
713
          if test "$$subdir" = "."; then :; else \
 
714
            rev="$$subdir $$rev"; \
 
715
          fi; \
 
716
        done; \
 
717
        rev="$$rev ."; \
 
718
        target=`echo $@ | sed s/-recursive//`; \
 
719
        for subdir in $$rev; do \
 
720
          echo "Making $$target in $$subdir"; \
 
721
          if test "$$subdir" = "."; then \
 
722
            local_target="$$target-am"; \
 
723
          else \
 
724
            local_target="$$target"; \
 
725
          fi; \
 
726
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
727
          || eval $$failcom; \
 
728
        done && test -z "$$fail"
 
729
tags-recursive:
 
730
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
731
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
732
        done
 
733
ctags-recursive:
 
734
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
735
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
736
        done
 
737
 
 
738
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
739
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
740
        unique=`for i in $$list; do \
 
741
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
742
          done | \
 
743
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
744
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
745
        mkid -fID $$unique
 
746
tags: TAGS
 
747
 
 
748
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
749
                $(TAGS_FILES) $(LISP)
 
750
        tags=; \
 
751
        here=`pwd`; \
 
752
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
753
          include_option=--etags-include; \
 
754
          empty_fix=.; \
 
755
        else \
 
756
          include_option=--include; \
 
757
          empty_fix=; \
 
758
        fi; \
 
759
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
760
          if test "$$subdir" = .; then :; else \
 
761
            test ! -f $$subdir/TAGS || \
 
762
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
763
          fi; \
 
764
        done; \
 
765
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
766
        unique=`for i in $$list; do \
 
767
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
768
          done | \
 
769
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
770
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
771
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
772
          test -n "$$unique" || unique=$$empty_fix; \
 
773
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
774
            $$tags $$unique; \
 
775
        fi
 
776
ctags: CTAGS
 
777
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
778
                $(TAGS_FILES) $(LISP)
 
779
        tags=; \
 
780
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
781
        unique=`for i in $$list; do \
 
782
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
783
          done | \
 
784
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
785
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
786
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
787
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
788
             $$tags $$unique
 
789
 
 
790
GTAGS:
 
791
        here=`$(am__cd) $(top_builddir) && pwd` \
 
792
          && cd $(top_srcdir) \
 
793
          && gtags -i $(GTAGS_ARGS) $$here
 
794
 
 
795
distclean-tags:
 
796
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
797
 
 
798
distdir: $(DISTFILES)
 
799
        $(am__remove_distdir)
 
800
        test -d $(distdir) || mkdir $(distdir)
 
801
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
802
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
803
        list='$(DISTFILES)'; \
 
804
          dist_files=`for file in $$list; do echo $$file; done | \
 
805
          sed -e "s|^$$srcdirstrip/||;t" \
 
806
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
807
        case $$dist_files in \
 
808
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
809
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
810
                           sort -u` ;; \
 
811
        esac; \
 
812
        for file in $$dist_files; do \
 
813
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
814
          if test -d $$d/$$file; then \
 
815
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
816
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
817
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
818
            fi; \
 
819
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
820
          else \
 
821
            test -f $(distdir)/$$file \
 
822
            || cp -p $$d/$$file $(distdir)/$$file \
 
823
            || exit 1; \
 
824
          fi; \
 
825
        done
 
826
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
827
          if test "$$subdir" = .; then :; else \
 
828
            test -d "$(distdir)/$$subdir" \
 
829
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
830
            || exit 1; \
 
831
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
832
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
833
            (cd $$subdir && \
 
834
              $(MAKE) $(AM_MAKEFLAGS) \
 
835
                top_distdir="$$top_distdir" \
 
836
                distdir="$$distdir/$$subdir" \
 
837
                am__remove_distdir=: \
 
838
                am__skip_length_check=: \
 
839
                distdir) \
 
840
              || exit 1; \
 
841
          fi; \
 
842
        done
 
843
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
844
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
845
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
846
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
847
        || chmod -R a+r $(distdir)
 
848
dist-gzip: distdir
 
849
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
850
        $(am__remove_distdir)
 
851
dist-bzip2: distdir
 
852
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
853
        $(am__remove_distdir)
 
854
dist-lzma: distdir
 
855
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
856
        $(am__remove_distdir)
 
857
 
 
858
dist-tarZ: distdir
 
859
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
860
        $(am__remove_distdir)
 
861
 
 
862
dist-shar: distdir
 
863
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
864
        $(am__remove_distdir)
 
865
 
 
866
dist-zip: distdir
 
867
        -rm -f $(distdir).zip
 
868
        zip -rq $(distdir).zip $(distdir)
 
869
        $(am__remove_distdir)
 
870
 
 
871
dist dist-all: distdir
 
872
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
873
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
874
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
875
        $(am__remove_distdir)
 
876
 
 
877
# This target untars the dist file and tries a VPATH configuration.  Then
 
878
# it guarantees that the distribution is self-contained by making another
 
879
# tarfile.
 
880
distcheck: dist
 
881
        case '$(DIST_ARCHIVES)' in \
 
882
        *.tar.gz*) \
 
883
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
884
        *.tar.bz2*) \
 
885
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
886
        *.tar.lzma*) \
 
887
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
888
        *.tar.Z*) \
 
889
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
890
        *.shar.gz*) \
 
891
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
892
        *.zip*) \
 
893
          unzip $(distdir).zip ;;\
 
894
        esac
 
895
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
896
        mkdir $(distdir)/_build
 
897
        mkdir $(distdir)/_inst
 
898
        chmod a-w $(distdir)
 
899
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
900
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
901
          && cd $(distdir)/_build \
 
902
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
903
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
904
          && $(MAKE) $(AM_MAKEFLAGS) \
 
905
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
906
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
907
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
908
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
909
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
910
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
911
                distuninstallcheck \
 
912
          && chmod -R a-w "$$dc_install_base" \
 
913
          && ({ \
 
914
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
915
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
916
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
917
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
918
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
919
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
920
          && rm -rf "$$dc_destdir" \
 
921
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
922
          && rm -rf $(DIST_ARCHIVES) \
 
923
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
924
        $(am__remove_distdir)
 
925
        @(echo "$(distdir) archives ready for distribution: "; \
 
926
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
927
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
928
distuninstallcheck:
 
929
        @cd $(distuninstallcheck_dir) \
 
930
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
931
           || { echo "ERROR: files left after uninstall:" ; \
 
932
                if test -n "$(DESTDIR)"; then \
 
933
                  echo "  (check DESTDIR support)"; \
 
934
                fi ; \
 
935
                $(distuninstallcheck_listfiles) ; \
 
936
                exit 1; } >&2
 
937
distcleancheck: distclean
 
938
        @if test '$(srcdir)' = . ; then \
 
939
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
940
          exit 1 ; \
 
941
        fi
 
942
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
943
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
944
               $(distcleancheck_listfiles) ; \
 
945
               exit 1; } >&2
 
946
check-am: all-am
 
947
check: check-recursive
 
948
all-am: Makefile
 
949
installdirs: installdirs-recursive
 
950
installdirs-am:
 
951
install: install-recursive
 
952
install-exec: install-exec-recursive
 
953
install-data: install-data-recursive
 
954
uninstall: uninstall-recursive
 
955
 
 
956
install-am: all-am
 
957
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
958
 
 
959
installcheck: installcheck-recursive
 
960
install-strip:
 
961
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
962
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
963
          `test -z '$(STRIP)' || \
 
964
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
965
mostlyclean-generic:
 
966
 
 
967
clean-generic:
 
968
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
969
 
 
970
distclean-generic:
 
971
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
972
 
 
973
maintainer-clean-generic:
 
974
        @echo "This command is intended for maintainers to use"
 
975
        @echo "it deletes files that may require special tools to rebuild."
 
976
clean: clean-recursive
 
977
 
 
978
clean-am: clean-generic mostlyclean-am
 
979
 
 
980
distclean: distclean-recursive
 
981
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
982
        -rm -f Makefile
 
983
distclean-am: clean-am distclean-generic distclean-tags
 
984
 
 
985
dvi: dvi-recursive
 
986
 
 
987
dvi-am:
 
988
 
 
989
html: html-recursive
 
990
 
 
991
info: info-recursive
 
992
 
 
993
info-am:
 
994
 
 
995
install-data-am:
 
996
 
 
997
install-dvi: install-dvi-recursive
 
998
 
 
999
install-exec-am:
 
1000
 
 
1001
install-html: install-html-recursive
 
1002
 
 
1003
install-info: install-info-recursive
 
1004
 
 
1005
install-man:
 
1006
 
 
1007
install-pdf: install-pdf-recursive
 
1008
 
 
1009
install-ps: install-ps-recursive
 
1010
 
 
1011
installcheck-am:
 
1012
 
 
1013
maintainer-clean: maintainer-clean-recursive
 
1014
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
1015
        -rm -rf $(top_srcdir)/autom4te.cache
 
1016
        -rm -f Makefile
 
1017
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1018
 
 
1019
mostlyclean: mostlyclean-recursive
 
1020
 
 
1021
mostlyclean-am: mostlyclean-generic
 
1022
 
 
1023
pdf: pdf-recursive
 
1024
 
 
1025
pdf-am:
 
1026
 
 
1027
ps: ps-recursive
 
1028
 
 
1029
ps-am:
 
1030
 
 
1031
uninstall-am:
 
1032
 
 
1033
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
1034
        install-strip
 
1035
 
 
1036
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1037
        all all-am am--refresh check check-am clean clean-generic \
 
1038
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
1039
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
 
1040
        distclean-generic distclean-tags distcleancheck distdir \
 
1041
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
1042
        install install-am install-data install-data-am install-dvi \
 
1043
        install-dvi-am install-exec install-exec-am install-html \
 
1044
        install-html-am install-info install-info-am install-man \
 
1045
        install-pdf install-pdf-am install-ps install-ps-am \
 
1046
        install-strip installcheck installcheck-am installdirs \
 
1047
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1048
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
1049
        tags-recursive uninstall uninstall-am
 
1050
 
 
1051
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1052
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1053
.NOEXPORT: