* A few improvements to the http code, which make the http_* functions not return...
[alpine.git] / Makefile.in
blobe1bb7b172d9ed3bc3f4188d2349f9d72a0ae6b06
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 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.
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.
15 @SET_MAKE@
17 # ========================================================================
18 # Copyright 2006-2008 University of Washington
20 # Licensed under the Apache License, Version 2.0 (the "License");
21 # you may not use this file except in compliance with the License.
22 # You may obtain a copy of the License at
24 # http://www.apache.org/licenses/LICENSE-2.0
26 # ========================================================================
27 VPATH = @srcdir@
28 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
93 $(top_srcdir)/configure $(am__configure_deps) \
94 $(top_srcdir)/include/config.h.in mkinstalldirs ABOUT-NLS \
95 README compile config.guess config.rpath config.sub depcomp \
96 install-sh missing ltmain.sh
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
99 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
100 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
101 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
102 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104 $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
105 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
106 $(top_srcdir)/m4/progtest.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)/mkinstalldirs
112 CONFIG_HEADER = $(top_builddir)/include/config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo " GEN " $@;
122 am__v_GEN_1 =
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 =
127 SOURCES =
128 DIST_SOURCES =
129 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130 ctags-recursive dvi-recursive html-recursive info-recursive \
131 install-data-recursive install-dvi-recursive \
132 install-exec-recursive install-html-recursive \
133 install-info-recursive install-pdf-recursive \
134 install-ps-recursive install-recursive installcheck-recursive \
135 installdirs-recursive pdf-recursive ps-recursive \
136 tags-recursive uninstall-recursive
137 am__can_run_installinfo = \
138 case $$AM_UPDATE_INFO_DIR in \
139 n|no|NO) false;; \
140 *) (install-info --version) >/dev/null 2>&1;; \
141 esac
142 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143 am__vpath_adj = case $$p in \
144 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
145 *) f=$$p;; \
146 esac;
147 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
148 am__install_max = 40
149 am__nobase_strip_setup = \
150 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
151 am__nobase_strip = \
152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
153 am__nobase_list = $(am__nobase_strip_setup); \
154 for p in $$list; do echo "$$p $$p"; done | \
155 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
156 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 if (++n[$$2] == $(am__install_max)) \
158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
159 END { for (dir in files) print dir, files[dir] }'
160 am__base_list = \
161 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
162 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
163 am__uninstall_files_from_dir = { \
164 test -z "$$files" \
165 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167 $(am__cd) "$$dir" && rm -f $$files; }; \
169 man1dir = $(mandir)/man1
170 am__installdirs = "$(DESTDIR)$(man1dir)"
171 NROFF = nroff
172 MANS = $(man_MANS)
173 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
174 distclean-recursive maintainer-clean-recursive
175 am__recursive_targets = \
176 $(RECURSIVE_TARGETS) \
177 $(RECURSIVE_CLEAN_TARGETS) \
178 $(am__extra_recursive_targets)
179 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
180 cscope distdir dist dist-all distcheck
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182 # Read a list of newline-separated strings from the standard input,
183 # and print each of them once, without duplicates. Input order is
184 # *not* preserved.
185 am__uniquify_input = $(AWK) '\
186 BEGIN { nonempty = 0; } \
187 { items[$$0] = 1; nonempty = 1; } \
188 END { if (nonempty) { for (i in items) print i; }; } \
190 # Make sure the list of sources is unique. This is necessary because,
191 # e.g., the same source file might be shared among _SOURCES variables
192 # for different programs/libraries.
193 am__define_uniq_tagged_files = \
194 list='$(am__tagged_files)'; \
195 unique=`for i in $$list; do \
196 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197 done | $(am__uniquify_input)`
198 ETAGS = etags
199 CTAGS = ctags
200 CSCOPE = cscope
201 DIST_SUBDIRS = $(SUBDIRS)
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203 distdir = $(PACKAGE)-$(VERSION)
204 top_distdir = $(distdir)
205 am__remove_distdir = \
206 if test -d "$(distdir)"; then \
207 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
208 && rm -rf "$(distdir)" \
209 || { sleep 5 && rm -rf "$(distdir)"; }; \
210 else :; fi
211 am__post_remove_distdir = $(am__remove_distdir)
212 am__relativize = \
213 dir0=`pwd`; \
214 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
215 sed_rest='s,^[^/]*/*,,'; \
216 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
217 sed_butlast='s,/*[^/]*$$,,'; \
218 while test -n "$$dir1"; do \
219 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
220 if test "$$first" != "."; then \
221 if test "$$first" = ".."; then \
222 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
223 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
224 else \
225 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
226 if test "$$first2" = "$$first"; then \
227 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
228 else \
229 dir2="../$$dir2"; \
230 fi; \
231 dir0="$$dir0"/"$$first"; \
232 fi; \
233 fi; \
234 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
235 done; \
236 reldir="$$dir2"
237 DIST_ARCHIVES = $(distdir).tar.gz
238 GZIP_ENV = --best
239 DIST_TARGETS = dist-gzip
240 distuninstallcheck_listfiles = find . -type f -print
241 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
242 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
243 distcleancheck_listfiles = find . -type f -print
244 ACLOCAL = @ACLOCAL@
245 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
246 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
247 AMTAR = @AMTAR@
248 AM_CFLAGS = @AM_CFLAGS@
249 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250 AM_LDFLAGS = @AM_LDFLAGS@
251 AR = @AR@
252 AUTOCONF = @AUTOCONF@
253 AUTOHEADER = @AUTOHEADER@
254 AUTOMAKE = @AUTOMAKE@
255 AWK = @AWK@
256 BUILD_EXEEXT = @BUILD_EXEEXT@
257 BUILD_OBJEXT = @BUILD_OBJEXT@
258 CC = @CC@
259 CCDEPMODE = @CCDEPMODE@
260 CC_FOR_BUILD = @CC_FOR_BUILD@
261 CFLAGS = @CFLAGS@
262 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
263 CP = @CP@
264 CPP = @CPP@
265 CPPFLAGS = @CPPFLAGS@
266 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
267 CPP_FOR_BUILD = @CPP_FOR_BUILD@
268 CYGPATH_W = @CYGPATH_W@
269 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
270 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
271 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
272 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
273 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
274 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
275 C_CLIENT_TARGET = @C_CLIENT_TARGET@
276 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
277 DEFS = @DEFS@
278 DEPDIR = @DEPDIR@
279 DLLTOOL = @DLLTOOL@
280 DSYMUTIL = @DSYMUTIL@
281 DUMPBIN = @DUMPBIN@
282 ECHO_C = @ECHO_C@
283 ECHO_N = @ECHO_N@
284 ECHO_T = @ECHO_T@
285 EGREP = @EGREP@
286 EXEEXT = @EXEEXT@
287 FGREP = @FGREP@
288 GMSGFMT = @GMSGFMT@
289 GMSGFMT_015 = @GMSGFMT_015@
290 GREP = @GREP@
291 INSTALL = @INSTALL@
292 INSTALL_DATA = @INSTALL_DATA@
293 INSTALL_PROGRAM = @INSTALL_PROGRAM@
294 INSTALL_SCRIPT = @INSTALL_SCRIPT@
295 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
296 INTLLIBS = @INTLLIBS@
297 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
298 ISPELLPROG = @ISPELLPROG@
299 LD = @LD@
300 LDFLAGS = @LDFLAGS@
301 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
302 LIBICONV = @LIBICONV@
303 LIBINTL = @LIBINTL@
304 LIBOBJS = @LIBOBJS@
305 LIBS = @LIBS@
306 LIBTOOL = @LIBTOOL@
307 LIBTOOL_DEPS = @LIBTOOL_DEPS@
308 LIPO = @LIPO@
309 LN = @LN@
310 LN_S = @LN_S@
311 LS = @LS@
312 LTLIBICONV = @LTLIBICONV@
313 LTLIBINTL = @LTLIBINTL@
314 LTLIBOBJS = @LTLIBOBJS@
315 MAINT = @MAINT@
316 MAKE = @MAKE@
317 MAKEINFO = @MAKEINFO@
318 MANIFEST_TOOL = @MANIFEST_TOOL@
319 MKDIR_P = @MKDIR_P@
320 MSGFMT = @MSGFMT@
321 MSGFMT_015 = @MSGFMT_015@
322 MSGMERGE = @MSGMERGE@
323 NM = @NM@
324 NMEDIT = @NMEDIT@
325 NPA_PROG = @NPA_PROG@
326 OBJDUMP = @OBJDUMP@
327 OBJEXT = @OBJEXT@
328 OTOOL = @OTOOL@
329 OTOOL64 = @OTOOL64@
330 PACKAGE = @PACKAGE@
331 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
332 PACKAGE_NAME = @PACKAGE_NAME@
333 PACKAGE_STRING = @PACKAGE_STRING@
334 PACKAGE_TARNAME = @PACKAGE_TARNAME@
335 PACKAGE_URL = @PACKAGE_URL@
336 PACKAGE_VERSION = @PACKAGE_VERSION@
337 PATH_SEPARATOR = @PATH_SEPARATOR@
338 POSUB = @POSUB@
339 PTHREAD_CC = @PTHREAD_CC@
340 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
341 PTHREAD_LIBS = @PTHREAD_LIBS@
342 PWPROG = @PWPROG@
343 RANLIB = @RANLIB@
344 REGEX_BUILD = @REGEX_BUILD@
345 RM = @RM@
346 SED = @SED@
347 SENDMAIL = @SENDMAIL@
348 SET_MAKE = @SET_MAKE@
349 SHELL = @SHELL@
350 SPELLPROG = @SPELLPROG@
351 STRIP = @STRIP@
352 USE_NLS = @USE_NLS@
353 VERSION = @VERSION@
354 WEB_BINDIR = @WEB_BINDIR@
355 WEB_BUILD = @WEB_BUILD@
356 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
357 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
358 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
359 XGETTEXT = @XGETTEXT@
360 XGETTEXT_015 = @XGETTEXT_015@
361 abs_builddir = @abs_builddir@
362 abs_srcdir = @abs_srcdir@
363 abs_top_builddir = @abs_top_builddir@
364 abs_top_srcdir = @abs_top_srcdir@
365 ac_ct_AR = @ac_ct_AR@
366 ac_ct_CC = @ac_ct_CC@
367 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
368 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
369 acx_pthread_config = @acx_pthread_config@
370 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
371 alpine_simple_spellcheck = @alpine_simple_spellcheck@
372 am__include = @am__include@
373 am__leading_dot = @am__leading_dot@
374 am__quote = @am__quote@
375 am__tar = @am__tar@
376 am__untar = @am__untar@
377 bindir = @bindir@
378 build = @build@
379 build_alias = @build_alias@
380 build_cpu = @build_cpu@
381 build_os = @build_os@
382 build_vendor = @build_vendor@
383 builddir = @builddir@
384 datadir = @datadir@
385 datarootdir = @datarootdir@
386 docdir = @docdir@
387 dvidir = @dvidir@
388 exec_prefix = @exec_prefix@
389 host = @host@
390 host_alias = @host_alias@
391 host_cpu = @host_cpu@
392 host_os = @host_os@
393 host_vendor = @host_vendor@
394 htmldir = @htmldir@
395 includedir = @includedir@
396 infodir = @infodir@
397 install_sh = @install_sh@
398 libdir = @libdir@
399 libexecdir = @libexecdir@
400 localedir = @localedir@
401 localstatedir = @localstatedir@
402 mandir = @mandir@
403 mkdir_p = @mkdir_p@
404 oldincludedir = @oldincludedir@
405 pdfdir = @pdfdir@
406 prefix = @prefix@
407 program_transform_name = @program_transform_name@
408 psdir = @psdir@
409 sbindir = @sbindir@
410 sharedstatedir = @sharedstatedir@
411 srcdir = @srcdir@
412 sysconfdir = @sysconfdir@
413 target_alias = @target_alias@
414 top_build_prefix = @top_build_prefix@
415 top_builddir = @top_builddir@
416 top_srcdir = @top_srcdir@
417 EXTRA_DIST = config.rpath VERSION README LICENSE
418 SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
419 BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
420 CLEANFILES = c-client
421 man_MANS = doc/man1/alpine.1 doc/man1/pico.1 doc/man1/pilot.1 doc/man1/rpdump.1 doc/man1/rpload.1
422 ACLOCAL_AMFLAGS = --install -I m4
423 all: $(BUILT_SOURCES)
424 $(MAKE) $(AM_MAKEFLAGS) all-recursive
426 .SUFFIXES:
427 am--refresh: Makefile
429 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
430 @for dep in $?; do \
431 case '$(am__configure_deps)' in \
432 *$$dep*) \
433 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
434 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
435 && exit 0; \
436 exit 1;; \
437 esac; \
438 done; \
439 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
440 $(am__cd) $(top_srcdir) && \
441 $(AUTOMAKE) --foreign Makefile
442 .PRECIOUS: Makefile
443 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444 @case '$?' in \
445 *config.status*) \
446 echo ' $(SHELL) ./config.status'; \
447 $(SHELL) ./config.status;; \
448 *) \
449 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
450 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
451 esac;
453 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454 $(SHELL) ./config.status --recheck
456 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
457 $(am__cd) $(srcdir) && $(AUTOCONF)
458 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
459 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
460 $(am__aclocal_m4_deps):
462 include/config.h: include/stamp-h1
463 @if test ! -f $@; then rm -f include/stamp-h1; else :; fi
464 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; else :; fi
466 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
467 @rm -f include/stamp-h1
468 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
469 $(top_srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
470 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
471 rm -f include/stamp-h1
472 touch $@
474 distclean-hdr:
475 -rm -f include/config.h include/stamp-h1
477 mostlyclean-libtool:
478 -rm -f *.lo
480 clean-libtool:
481 -rm -rf .libs _libs
483 distclean-libtool:
484 -rm -f libtool config.lt
485 install-man1: $(man_MANS)
486 @$(NORMAL_INSTALL)
487 @list1=''; \
488 list2='$(man_MANS)'; \
489 test -n "$(man1dir)" \
490 && test -n "`echo $$list1$$list2`" \
491 || exit 0; \
492 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
493 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
494 { for i in $$list1; do echo "$$i"; done; \
495 if test -n "$$list2"; then \
496 for i in $$list2; do echo "$$i"; done \
497 | sed -n '/\.1[a-z]*$$/p'; \
498 fi; \
499 } | while read p; do \
500 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
501 echo "$$d$$p"; echo "$$p"; \
502 done | \
503 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
504 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
505 sed 'N;N;s,\n, ,g' | { \
506 list=; while read file base inst; do \
507 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
508 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
509 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
510 fi; \
511 done; \
512 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
513 while read files; do \
514 test -z "$$files" || { \
515 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
516 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
517 done; }
519 uninstall-man1:
520 @$(NORMAL_UNINSTALL)
521 @list=''; test -n "$(man1dir)" || exit 0; \
522 files=`{ for i in $$list; do echo "$$i"; done; \
523 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
524 sed -n '/\.1[a-z]*$$/p'; \
525 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
526 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
527 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
529 # This directory's subdirectories are mostly independent; you can cd
530 # into them and run 'make' without going through this Makefile.
531 # To change the values of 'make' variables: instead of editing Makefiles,
532 # (1) if the variable is set in 'config.status', edit 'config.status'
533 # (which will cause the Makefiles to be regenerated when you run 'make');
534 # (2) otherwise, pass the desired values on the 'make' command line.
535 $(am__recursive_targets):
536 @fail=; \
537 if $(am__make_keepgoing); then \
538 failcom='fail=yes'; \
539 else \
540 failcom='exit 1'; \
541 fi; \
542 dot_seen=no; \
543 target=`echo $@ | sed s/-recursive//`; \
544 case "$@" in \
545 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
546 *) list='$(SUBDIRS)' ;; \
547 esac; \
548 for subdir in $$list; do \
549 echo "Making $$target in $$subdir"; \
550 if test "$$subdir" = "."; then \
551 dot_seen=yes; \
552 local_target="$$target-am"; \
553 else \
554 local_target="$$target"; \
555 fi; \
556 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
557 || eval $$failcom; \
558 done; \
559 if test "$$dot_seen" = "no"; then \
560 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
561 fi; test -z "$$fail"
563 ID: $(am__tagged_files)
564 $(am__define_uniq_tagged_files); mkid -fID $$unique
565 tags: tags-recursive
566 TAGS: tags
568 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
569 set x; \
570 here=`pwd`; \
571 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
572 include_option=--etags-include; \
573 empty_fix=.; \
574 else \
575 include_option=--include; \
576 empty_fix=; \
577 fi; \
578 list='$(SUBDIRS)'; for subdir in $$list; do \
579 if test "$$subdir" = .; then :; else \
580 test ! -f $$subdir/TAGS || \
581 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
582 fi; \
583 done; \
584 $(am__define_uniq_tagged_files); \
585 shift; \
586 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
587 test -n "$$unique" || unique=$$empty_fix; \
588 if test $$# -gt 0; then \
589 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590 "$$@" $$unique; \
591 else \
592 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
593 $$unique; \
594 fi; \
596 ctags: ctags-recursive
598 CTAGS: ctags
599 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
600 $(am__define_uniq_tagged_files); \
601 test -z "$(CTAGS_ARGS)$$unique" \
602 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
603 $$unique
605 GTAGS:
606 here=`$(am__cd) $(top_builddir) && pwd` \
607 && $(am__cd) $(top_srcdir) \
608 && gtags -i $(GTAGS_ARGS) "$$here"
609 cscope: cscope.files
610 test ! -s cscope.files \
611 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
612 clean-cscope:
613 -rm -f cscope.files
614 cscope.files: clean-cscope cscopelist
615 cscopelist: cscopelist-recursive
617 cscopelist-am: $(am__tagged_files)
618 list='$(am__tagged_files)'; \
619 case "$(srcdir)" in \
620 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
621 *) sdir=$(subdir)/$(srcdir) ;; \
622 esac; \
623 for i in $$list; do \
624 if test -f "$$i"; then \
625 echo "$(subdir)/$$i"; \
626 else \
627 echo "$$sdir/$$i"; \
628 fi; \
629 done >> $(top_builddir)/cscope.files
631 distclean-tags:
632 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
633 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
635 distdir: $(DISTFILES)
636 $(am__remove_distdir)
637 test -d "$(distdir)" || mkdir "$(distdir)"
638 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640 list='$(DISTFILES)'; \
641 dist_files=`for file in $$list; do echo $$file; done | \
642 sed -e "s|^$$srcdirstrip/||;t" \
643 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
644 case $$dist_files in \
645 */*) $(MKDIR_P) `echo "$$dist_files" | \
646 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
647 sort -u` ;; \
648 esac; \
649 for file in $$dist_files; do \
650 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
651 if test -d $$d/$$file; then \
652 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
653 if test -d "$(distdir)/$$file"; then \
654 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655 fi; \
656 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
657 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
658 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
659 fi; \
660 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
661 else \
662 test -f "$(distdir)/$$file" \
663 || cp -p $$d/$$file "$(distdir)/$$file" \
664 || exit 1; \
665 fi; \
666 done
667 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
668 if test "$$subdir" = .; then :; else \
669 $(am__make_dryrun) \
670 || test -d "$(distdir)/$$subdir" \
671 || $(MKDIR_P) "$(distdir)/$$subdir" \
672 || exit 1; \
673 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
674 $(am__relativize); \
675 new_distdir=$$reldir; \
676 dir1=$$subdir; dir2="$(top_distdir)"; \
677 $(am__relativize); \
678 new_top_distdir=$$reldir; \
679 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
680 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
681 ($(am__cd) $$subdir && \
682 $(MAKE) $(AM_MAKEFLAGS) \
683 top_distdir="$$new_top_distdir" \
684 distdir="$$new_distdir" \
685 am__remove_distdir=: \
686 am__skip_length_check=: \
687 am__skip_mode_fix=: \
688 distdir) \
689 || exit 1; \
690 fi; \
691 done
692 -test -n "$(am__skip_mode_fix)" \
693 || find "$(distdir)" -type d ! -perm -755 \
694 -exec chmod u+rwx,go+rx {} \; -o \
695 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
696 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
697 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
698 || chmod -R a+r "$(distdir)"
699 dist-gzip: distdir
700 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
701 $(am__post_remove_distdir)
703 dist-bzip2: distdir
704 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
705 $(am__post_remove_distdir)
707 dist-lzip: distdir
708 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
709 $(am__post_remove_distdir)
711 dist-xz: distdir
712 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
713 $(am__post_remove_distdir)
715 dist-tarZ: distdir
716 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
717 $(am__post_remove_distdir)
719 dist-shar: distdir
720 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
721 $(am__post_remove_distdir)
723 dist-zip: distdir
724 -rm -f $(distdir).zip
725 zip -rq $(distdir).zip $(distdir)
726 $(am__post_remove_distdir)
728 dist dist-all:
729 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
730 $(am__post_remove_distdir)
732 # This target untars the dist file and tries a VPATH configuration. Then
733 # it guarantees that the distribution is self-contained by making another
734 # tarfile.
735 distcheck: dist
736 case '$(DIST_ARCHIVES)' in \
737 *.tar.gz*) \
738 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
739 *.tar.bz2*) \
740 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
741 *.tar.lz*) \
742 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
743 *.tar.xz*) \
744 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
745 *.tar.Z*) \
746 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
747 *.shar.gz*) \
748 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
749 *.zip*) \
750 unzip $(distdir).zip ;;\
751 esac
752 chmod -R a-w $(distdir)
753 chmod u+w $(distdir)
754 mkdir $(distdir)/_build $(distdir)/_inst
755 chmod a-w $(distdir)
756 test -d $(distdir)/_build || exit 0; \
757 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
758 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
759 && am__cwd=`pwd` \
760 && $(am__cd) $(distdir)/_build \
761 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
762 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
763 $(DISTCHECK_CONFIGURE_FLAGS) \
764 && $(MAKE) $(AM_MAKEFLAGS) \
765 && $(MAKE) $(AM_MAKEFLAGS) dvi \
766 && $(MAKE) $(AM_MAKEFLAGS) check \
767 && $(MAKE) $(AM_MAKEFLAGS) install \
768 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
769 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
770 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
771 distuninstallcheck \
772 && chmod -R a-w "$$dc_install_base" \
773 && ({ \
774 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
775 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
776 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
777 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
778 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
779 } || { rm -rf "$$dc_destdir"; exit 1; }) \
780 && rm -rf "$$dc_destdir" \
781 && $(MAKE) $(AM_MAKEFLAGS) dist \
782 && rm -rf $(DIST_ARCHIVES) \
783 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
784 && cd "$$am__cwd" \
785 || exit 1
786 $(am__post_remove_distdir)
787 @(echo "$(distdir) archives ready for distribution: "; \
788 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
789 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
790 distuninstallcheck:
791 @test -n '$(distuninstallcheck_dir)' || { \
792 echo 'ERROR: trying to run $@ with an empty' \
793 '$$(distuninstallcheck_dir)' >&2; \
794 exit 1; \
795 }; \
796 $(am__cd) '$(distuninstallcheck_dir)' || { \
797 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
798 exit 1; \
799 }; \
800 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
801 || { echo "ERROR: files left after uninstall:" ; \
802 if test -n "$(DESTDIR)"; then \
803 echo " (check DESTDIR support)"; \
804 fi ; \
805 $(distuninstallcheck_listfiles) ; \
806 exit 1; } >&2
807 distcleancheck: distclean
808 @if test '$(srcdir)' = . ; then \
809 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
810 exit 1 ; \
812 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
813 || { echo "ERROR: files left in build directory after distclean:" ; \
814 $(distcleancheck_listfiles) ; \
815 exit 1; } >&2
816 check-am: all-am
817 check: $(BUILT_SOURCES)
818 $(MAKE) $(AM_MAKEFLAGS) check-recursive
819 all-am: Makefile $(MANS)
820 installdirs: installdirs-recursive
821 installdirs-am:
822 for dir in "$(DESTDIR)$(man1dir)"; do \
823 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
824 done
825 install: $(BUILT_SOURCES)
826 $(MAKE) $(AM_MAKEFLAGS) install-recursive
827 install-exec: install-exec-recursive
828 install-data: install-data-recursive
829 uninstall: uninstall-recursive
831 install-am: all-am
832 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
834 installcheck: installcheck-recursive
835 install-strip:
836 if test -z '$(STRIP)'; then \
837 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
838 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
839 install; \
840 else \
841 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
842 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
843 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
845 mostlyclean-generic:
847 clean-generic:
848 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
850 distclean-generic:
851 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
852 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
854 maintainer-clean-generic:
855 @echo "This command is intended for maintainers to use"
856 @echo "it deletes files that may require special tools to rebuild."
857 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
858 clean: clean-recursive
860 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
862 distclean: distclean-recursive
863 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
864 -rm -f Makefile
865 distclean-am: clean-am distclean-generic distclean-hdr \
866 distclean-libtool distclean-tags
868 dvi: dvi-recursive
870 dvi-am:
872 html: html-recursive
874 html-am:
876 info: info-recursive
878 info-am:
880 install-data-am: install-man
882 install-dvi: install-dvi-recursive
884 install-dvi-am:
886 install-exec-am: install-exec-local
888 install-html: install-html-recursive
890 install-html-am:
892 install-info: install-info-recursive
894 install-info-am:
896 install-man: install-man1
898 install-pdf: install-pdf-recursive
900 install-pdf-am:
902 install-ps: install-ps-recursive
904 install-ps-am:
906 installcheck-am:
908 maintainer-clean: maintainer-clean-recursive
909 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
910 -rm -rf $(top_srcdir)/autom4te.cache
911 -rm -f Makefile
912 maintainer-clean-am: distclean-am maintainer-clean-generic
914 mostlyclean: mostlyclean-recursive
916 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
918 pdf: pdf-recursive
920 pdf-am:
922 ps: ps-recursive
924 ps-am:
926 uninstall-am: uninstall-local uninstall-man
928 uninstall-man: uninstall-man1
930 .MAKE: $(am__recursive_targets) all check install install-am \
931 install-strip
933 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
934 am--refresh check check-am clean clean-cscope clean-generic \
935 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
936 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
937 dist-tarZ dist-xz dist-zip distcheck distclean \
938 distclean-generic distclean-hdr distclean-libtool \
939 distclean-tags distcleancheck distdir distuninstallcheck dvi \
940 dvi-am html html-am info info-am install install-am \
941 install-data install-data-am install-dvi install-dvi-am \
942 install-exec install-exec-am install-exec-local install-html \
943 install-html-am install-info install-info-am install-man \
944 install-man1 install-pdf install-pdf-am install-ps \
945 install-ps-am install-strip installcheck installcheck-am \
946 installdirs installdirs-am maintainer-clean \
947 maintainer-clean-generic mostlyclean mostlyclean-generic \
948 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
949 uninstall-am uninstall-local uninstall-man uninstall-man1
952 .PHONY: c-client.d c-client gssapi_proxy.l
954 c-client.d:
955 if test ! -L c-client ; then $(LN_S) imap/c-client c-client ; fi
957 c-client:
958 $(C_CLIENT_WITH_IPV6)
959 cd imap && $(MAKE) $(C_CLIENT_TARGET) $(C_CLIENT_CFLAGS) $(C_CLIENT_LDFLAGS) $(C_CLIENT_GCCOPTLEVEL) EXTRAAUTHENTICATORS="$(C_CLIENT_AUTHS)" EXTRASPECIALS="$(C_CLIENT_SPECIALS)" BUNDLED="$(C_CLIENT_BUNDLED)"
961 gssapi_proxy.l:
962 if test ! -L c-client/auth_gss_proxy.c ; then $(LN_S) @abs_top_srcdir@/web/src/pubcookie/auth_gss_proxy.c c-client/auth_gss_proxy.c ; fi
964 clean-local:
965 cd imap && $(MAKE) clean
967 install-exec-local:
968 cd imap && $(MAKE) install-mailutil BUNDLED="$(C_CLIENT_BUNDLED)" DESTDIR="$(DESTDIR)" bindir="$(bindir)" mandir="$(mandir)"
970 uninstall-local:
971 cd imap && $(MAKE) uninstall-mailutil BUNDLED="$(C_CLIENT_BUNDLED)" DESTDIR="$(DESTDIR)" bindir="$(bindir)" mandir="$(mandir)"
973 # Tell versions [3.59,3.63) of GNU make to not export all variables.
974 # Otherwise a system limit (for SysV at least) may be exceeded.
975 .NOEXPORT: