Fix SMTP bug
[alpine.git] / Makefile.in
bloba8d6756e0e1e6c3131432e5bbb9acb5c080c6742
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # ========================================================================
19 # Copyright 2006-2008 University of Washington
21 # Licensed under the Apache License, Version 2.0 (the "License");
22 # you may not use this file except in compliance with the License.
23 # You may obtain a copy of the License at
25 # http://www.apache.org/licenses/LICENSE-2.0
27 # ========================================================================
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 pkglibdir = $(libdir)/@PACKAGE@
32 pkglibexecdir = $(libexecdir)/@PACKAGE@
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name)
39 NORMAL_INSTALL = :
40 PRE_INSTALL = :
41 POST_INSTALL = :
42 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = :
44 POST_UNINSTALL = :
45 build_triplet = @build@
46 host_triplet = @host@
47 subdir = .
48 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
49 $(srcdir)/Makefile.in $(top_srcdir)/configure \
50 $(top_srcdir)/include/config.h.in ABOUT-NLS config.guess \
51 config.rpath config.sub depcomp install-sh ltmain.sh missing \
52 mkinstalldirs
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
55 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
56 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
57 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
58 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
59 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
61 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION \
62 $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66 configure.lineno config.status.lineno
67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68 CONFIG_HEADER = $(top_builddir)/include/config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74 html-recursive info-recursive install-data-recursive \
75 install-dvi-recursive install-exec-recursive \
76 install-html-recursive install-info-recursive \
77 install-pdf-recursive install-ps-recursive install-recursive \
78 installcheck-recursive installdirs-recursive pdf-recursive \
79 ps-recursive uninstall-recursive
80 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81 am__vpath_adj = case $$p in \
82 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83 *) f=$$p;; \
84 esac;
85 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
86 am__install_max = 40
87 am__nobase_strip_setup = \
88 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
89 am__nobase_strip = \
90 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
91 am__nobase_list = $(am__nobase_strip_setup); \
92 for p in $$list; do echo "$$p $$p"; done | \
93 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
94 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
95 if (++n[$$2] == $(am__install_max)) \
96 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
97 END { for (dir in files) print dir, files[dir] }'
98 am__base_list = \
99 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
101 man1dir = $(mandir)/man1
102 am__installdirs = "$(DESTDIR)$(man1dir)"
103 NROFF = nroff
104 MANS = $(man_MANS)
105 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
106 distclean-recursive maintainer-clean-recursive
107 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
108 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
109 distdir dist dist-all distcheck
110 ETAGS = etags
111 CTAGS = ctags
112 DIST_SUBDIRS = $(SUBDIRS)
113 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114 distdir = $(PACKAGE)-$(VERSION)
115 top_distdir = $(distdir)
116 am__remove_distdir = \
117 { test ! -d "$(distdir)" \
118 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
119 && rm -fr "$(distdir)"; }; }
120 am__relativize = \
121 dir0=`pwd`; \
122 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
123 sed_rest='s,^[^/]*/*,,'; \
124 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
125 sed_butlast='s,/*[^/]*$$,,'; \
126 while test -n "$$dir1"; do \
127 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
128 if test "$$first" != "."; then \
129 if test "$$first" = ".."; then \
130 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
131 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
132 else \
133 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
134 if test "$$first2" = "$$first"; then \
135 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
136 else \
137 dir2="../$$dir2"; \
138 fi; \
139 dir0="$$dir0"/"$$first"; \
140 fi; \
141 fi; \
142 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
143 done; \
144 reldir="$$dir2"
145 DIST_ARCHIVES = $(distdir).tar.gz
146 GZIP_ENV = --best
147 distuninstallcheck_listfiles = find . -type f -print
148 distcleancheck_listfiles = find . -type f -print
149 ACLOCAL = @ACLOCAL@
150 AMTAR = @AMTAR@
151 AM_CFLAGS = @AM_CFLAGS@
152 AM_LDFLAGS = @AM_LDFLAGS@
153 AR = @AR@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 CC = @CC@
159 CCDEPMODE = @CCDEPMODE@
160 CFLAGS = @CFLAGS@
161 CP = @CP@
162 CPP = @CPP@
163 CPPFLAGS = @CPPFLAGS@
164 CYGPATH_W = @CYGPATH_W@
165 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
166 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
167 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
168 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
169 C_CLIENT_TARGET = @C_CLIENT_TARGET@
170 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
171 DEFS = @DEFS@
172 DEPDIR = @DEPDIR@
173 DSYMUTIL = @DSYMUTIL@
174 DUMPBIN = @DUMPBIN@
175 ECHO_C = @ECHO_C@
176 ECHO_N = @ECHO_N@
177 ECHO_T = @ECHO_T@
178 EGREP = @EGREP@
179 EXEEXT = @EXEEXT@
180 FGREP = @FGREP@
181 GMSGFMT = @GMSGFMT@
182 GMSGFMT_015 = @GMSGFMT_015@
183 GREP = @GREP@
184 INSTALL = @INSTALL@
185 INSTALL_DATA = @INSTALL_DATA@
186 INSTALL_PROGRAM = @INSTALL_PROGRAM@
187 INSTALL_SCRIPT = @INSTALL_SCRIPT@
188 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189 INTLLIBS = @INTLLIBS@
190 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
191 ISPELLPROG = @ISPELLPROG@
192 LD = @LD@
193 LDFLAGS = @LDFLAGS@
194 LIBICONV = @LIBICONV@
195 LIBINTL = @LIBINTL@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LIBTOOL = @LIBTOOL@
199 LIPO = @LIPO@
200 LN = @LN@
201 LN_S = @LN_S@
202 LTLIBICONV = @LTLIBICONV@
203 LTLIBINTL = @LTLIBINTL@
204 LTLIBOBJS = @LTLIBOBJS@
205 MAINT = @MAINT@
206 MAKE = @MAKE@
207 MAKEINFO = @MAKEINFO@
208 MKDIR_P = @MKDIR_P@
209 MSGFMT = @MSGFMT@
210 MSGFMT_015 = @MSGFMT_015@
211 MSGMERGE = @MSGMERGE@
212 NM = @NM@
213 NMEDIT = @NMEDIT@
214 NPA_PROG = @NPA_PROG@
215 OBJDUMP = @OBJDUMP@
216 OBJEXT = @OBJEXT@
217 OTOOL = @OTOOL@
218 OTOOL64 = @OTOOL64@
219 PACKAGE = @PACKAGE@
220 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221 PACKAGE_NAME = @PACKAGE_NAME@
222 PACKAGE_STRING = @PACKAGE_STRING@
223 PACKAGE_TARNAME = @PACKAGE_TARNAME@
224 PACKAGE_URL = @PACKAGE_URL@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 POSUB = @POSUB@
228 PTHREAD_CC = @PTHREAD_CC@
229 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
230 PTHREAD_LIBS = @PTHREAD_LIBS@
231 PWPROG = @PWPROG@
232 RANLIB = @RANLIB@
233 REGEX_BUILD = @REGEX_BUILD@
234 RM = @RM@
235 SED = @SED@
236 SENDMAIL = @SENDMAIL@
237 SET_MAKE = @SET_MAKE@
238 SHELL = @SHELL@
239 SPELLPROG = @SPELLPROG@
240 STRIP = @STRIP@
241 USE_NLS = @USE_NLS@
242 VERSION = @VERSION@
243 WEB_BINDIR = @WEB_BINDIR@
244 WEB_BUILD = @WEB_BUILD@
245 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
246 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
247 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
248 XGETTEXT = @XGETTEXT@
249 XGETTEXT_015 = @XGETTEXT_015@
250 abs_builddir = @abs_builddir@
251 abs_srcdir = @abs_srcdir@
252 abs_top_builddir = @abs_top_builddir@
253 abs_top_srcdir = @abs_top_srcdir@
254 ac_ct_CC = @ac_ct_CC@
255 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256 acx_pthread_config = @acx_pthread_config@
257 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
258 alpine_simple_spellcheck = @alpine_simple_spellcheck@
259 am__include = @am__include@
260 am__leading_dot = @am__leading_dot@
261 am__quote = @am__quote@
262 am__tar = @am__tar@
263 am__untar = @am__untar@
264 bindir = @bindir@
265 build = @build@
266 build_alias = @build_alias@
267 build_cpu = @build_cpu@
268 build_os = @build_os@
269 build_vendor = @build_vendor@
270 builddir = @builddir@
271 datadir = @datadir@
272 datarootdir = @datarootdir@
273 docdir = @docdir@
274 dvidir = @dvidir@
275 exec_prefix = @exec_prefix@
276 host = @host@
277 host_alias = @host_alias@
278 host_cpu = @host_cpu@
279 host_os = @host_os@
280 host_vendor = @host_vendor@
281 htmldir = @htmldir@
282 includedir = @includedir@
283 infodir = @infodir@
284 install_sh = @install_sh@
285 libdir = @libdir@
286 libexecdir = @libexecdir@
287 localedir = @localedir@
288 localstatedir = @localstatedir@
289 lt_ECHO = @lt_ECHO@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 oldincludedir = @oldincludedir@
293 pdfdir = @pdfdir@
294 prefix = @prefix@
295 program_transform_name = @program_transform_name@
296 psdir = @psdir@
297 sbindir = @sbindir@
298 sharedstatedir = @sharedstatedir@
299 srcdir = @srcdir@
300 sysconfdir = @sysconfdir@
301 target_alias = @target_alias@
302 top_build_prefix = @top_build_prefix@
303 top_builddir = @top_builddir@
304 top_srcdir = @top_srcdir@
305 EXTRA_DIST = config.rpath VERSION README LICENSE
306 SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
307 BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
308 CLEANFILES = c-client
309 man_MANS = doc/alpine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1
310 ACLOCAL_AMFLAGS = -I m4
311 all: $(BUILT_SOURCES)
312 $(MAKE) $(AM_MAKEFLAGS) all-recursive
314 .SUFFIXES:
315 am--refresh:
317 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
318 @for dep in $?; do \
319 case '$(am__configure_deps)' in \
320 *$$dep*) \
321 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
322 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
323 && exit 0; \
324 exit 1;; \
325 esac; \
326 done; \
327 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
328 $(am__cd) $(top_srcdir) && \
329 $(AUTOMAKE) --foreign Makefile
330 .PRECIOUS: Makefile
331 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332 @case '$?' in \
333 *config.status*) \
334 echo ' $(SHELL) ./config.status'; \
335 $(SHELL) ./config.status;; \
336 *) \
337 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
338 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
339 esac;
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342 $(SHELL) ./config.status --recheck
344 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345 $(am__cd) $(srcdir) && $(AUTOCONF)
346 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348 $(am__aclocal_m4_deps):
350 include/config.h: include/stamp-h1
351 @if test ! -f $@; then \
352 rm -f include/stamp-h1; \
353 $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; \
354 else :; fi
356 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
357 @rm -f include/stamp-h1
358 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
359 $(top_srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
361 rm -f include/stamp-h1
362 touch $@
364 distclean-hdr:
365 -rm -f include/config.h include/stamp-h1
367 mostlyclean-libtool:
368 -rm -f *.lo
370 clean-libtool:
371 -rm -rf .libs _libs
373 distclean-libtool:
374 -rm -f libtool config.lt
375 install-man1: $(man_MANS)
376 @$(NORMAL_INSTALL)
377 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
378 @list=''; test -n "$(man1dir)" || exit 0; \
379 { for i in $$list; do echo "$$i"; done; \
380 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
381 sed -n '/\.1[a-z]*$$/p'; \
382 } | while read p; do \
383 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
384 echo "$$d$$p"; echo "$$p"; \
385 done | \
386 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
387 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
388 sed 'N;N;s,\n, ,g' | { \
389 list=; while read file base inst; do \
390 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
391 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
392 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
393 fi; \
394 done; \
395 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
396 while read files; do \
397 test -z "$$files" || { \
398 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
399 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
400 done; }
402 uninstall-man1:
403 @$(NORMAL_UNINSTALL)
404 @list=''; test -n "$(man1dir)" || exit 0; \
405 files=`{ for i in $$list; do echo "$$i"; done; \
406 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
407 sed -n '/\.1[a-z]*$$/p'; \
408 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
409 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
410 test -z "$$files" || { \
411 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
412 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
414 # This directory's subdirectories are mostly independent; you can cd
415 # into them and run `make' without going through this Makefile.
416 # To change the values of `make' variables: instead of editing Makefiles,
417 # (1) if the variable is set in `config.status', edit `config.status'
418 # (which will cause the Makefiles to be regenerated when you run `make');
419 # (2) otherwise, pass the desired values on the `make' command line.
420 $(RECURSIVE_TARGETS):
421 @fail= failcom='exit 1'; \
422 for f in x $$MAKEFLAGS; do \
423 case $$f in \
424 *=* | --[!k]*);; \
425 *k*) failcom='fail=yes';; \
426 esac; \
427 done; \
428 dot_seen=no; \
429 target=`echo $@ | sed s/-recursive//`; \
430 list='$(SUBDIRS)'; for subdir in $$list; do \
431 echo "Making $$target in $$subdir"; \
432 if test "$$subdir" = "."; then \
433 dot_seen=yes; \
434 local_target="$$target-am"; \
435 else \
436 local_target="$$target"; \
437 fi; \
438 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439 || eval $$failcom; \
440 done; \
441 if test "$$dot_seen" = "no"; then \
442 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
443 fi; test -z "$$fail"
445 $(RECURSIVE_CLEAN_TARGETS):
446 @fail= failcom='exit 1'; \
447 for f in x $$MAKEFLAGS; do \
448 case $$f in \
449 *=* | --[!k]*);; \
450 *k*) failcom='fail=yes';; \
451 esac; \
452 done; \
453 dot_seen=no; \
454 case "$@" in \
455 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
456 *) list='$(SUBDIRS)' ;; \
457 esac; \
458 rev=''; for subdir in $$list; do \
459 if test "$$subdir" = "."; then :; else \
460 rev="$$subdir $$rev"; \
461 fi; \
462 done; \
463 rev="$$rev ."; \
464 target=`echo $@ | sed s/-recursive//`; \
465 for subdir in $$rev; do \
466 echo "Making $$target in $$subdir"; \
467 if test "$$subdir" = "."; then \
468 local_target="$$target-am"; \
469 else \
470 local_target="$$target"; \
471 fi; \
472 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
473 || eval $$failcom; \
474 done && test -z "$$fail"
475 tags-recursive:
476 list='$(SUBDIRS)'; for subdir in $$list; do \
477 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
478 done
479 ctags-recursive:
480 list='$(SUBDIRS)'; for subdir in $$list; do \
481 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
482 done
484 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
485 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488 done | \
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490 END { if (nonempty) { for (i in files) print i; }; }'`; \
491 mkid -fID $$unique
492 tags: TAGS
494 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
495 $(TAGS_FILES) $(LISP)
496 set x; \
497 here=`pwd`; \
498 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499 include_option=--etags-include; \
500 empty_fix=.; \
501 else \
502 include_option=--include; \
503 empty_fix=; \
504 fi; \
505 list='$(SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
507 test ! -f $$subdir/TAGS || \
508 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509 fi; \
510 done; \
511 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
512 unique=`for i in $$list; do \
513 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514 done | \
515 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516 END { if (nonempty) { for (i in files) print i; }; }'`; \
517 shift; \
518 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519 test -n "$$unique" || unique=$$empty_fix; \
520 if test $$# -gt 0; then \
521 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522 "$$@" $$unique; \
523 else \
524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525 $$unique; \
526 fi; \
528 ctags: CTAGS
529 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
530 $(TAGS_FILES) $(LISP)
531 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
532 unique=`for i in $$list; do \
533 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534 done | \
535 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
536 END { if (nonempty) { for (i in files) print i; }; }'`; \
537 test -z "$(CTAGS_ARGS)$$unique" \
538 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539 $$unique
541 GTAGS:
542 here=`$(am__cd) $(top_builddir) && pwd` \
543 && $(am__cd) $(top_srcdir) \
544 && gtags -i $(GTAGS_ARGS) "$$here"
546 distclean-tags:
547 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
549 distdir: $(DISTFILES)
550 @list='$(MANS)'; if test -n "$$list"; then \
551 list=`for p in $$list; do \
552 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
553 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
554 if test -n "$$list" && \
555 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
556 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
557 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
558 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
559 echo " typically \`make maintainer-clean' will remove them" >&2; \
560 exit 1; \
561 else :; fi; \
562 else :; fi
563 $(am__remove_distdir)
564 test -d "$(distdir)" || mkdir "$(distdir)"
565 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567 list='$(DISTFILES)'; \
568 dist_files=`for file in $$list; do echo $$file; done | \
569 sed -e "s|^$$srcdirstrip/||;t" \
570 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
571 case $$dist_files in \
572 */*) $(MKDIR_P) `echo "$$dist_files" | \
573 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
574 sort -u` ;; \
575 esac; \
576 for file in $$dist_files; do \
577 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578 if test -d $$d/$$file; then \
579 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
580 if test -d "$(distdir)/$$file"; then \
581 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582 fi; \
583 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
584 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586 fi; \
587 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588 else \
589 test -f "$(distdir)/$$file" \
590 || cp -p $$d/$$file "$(distdir)/$$file" \
591 || exit 1; \
592 fi; \
593 done
594 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
595 if test "$$subdir" = .; then :; else \
596 test -d "$(distdir)/$$subdir" \
597 || $(MKDIR_P) "$(distdir)/$$subdir" \
598 || exit 1; \
599 fi; \
600 done
601 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
602 if test "$$subdir" = .; then :; else \
603 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
604 $(am__relativize); \
605 new_distdir=$$reldir; \
606 dir1=$$subdir; dir2="$(top_distdir)"; \
607 $(am__relativize); \
608 new_top_distdir=$$reldir; \
609 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
610 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
611 ($(am__cd) $$subdir && \
612 $(MAKE) $(AM_MAKEFLAGS) \
613 top_distdir="$$new_top_distdir" \
614 distdir="$$new_distdir" \
615 am__remove_distdir=: \
616 am__skip_length_check=: \
617 am__skip_mode_fix=: \
618 distdir) \
619 || exit 1; \
620 fi; \
621 done
622 -test -n "$(am__skip_mode_fix)" \
623 || find "$(distdir)" -type d ! -perm -755 \
624 -exec chmod u+rwx,go+rx {} \; -o \
625 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
626 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
627 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
628 || chmod -R a+r "$(distdir)"
629 dist-gzip: distdir
630 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
631 $(am__remove_distdir)
633 dist-bzip2: distdir
634 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
635 $(am__remove_distdir)
637 dist-lzma: distdir
638 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
639 $(am__remove_distdir)
641 dist-xz: distdir
642 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
643 $(am__remove_distdir)
645 dist-tarZ: distdir
646 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
647 $(am__remove_distdir)
649 dist-shar: distdir
650 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
651 $(am__remove_distdir)
653 dist-zip: distdir
654 -rm -f $(distdir).zip
655 zip -rq $(distdir).zip $(distdir)
656 $(am__remove_distdir)
658 dist dist-all: distdir
659 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
660 $(am__remove_distdir)
662 # This target untars the dist file and tries a VPATH configuration. Then
663 # it guarantees that the distribution is self-contained by making another
664 # tarfile.
665 distcheck: dist
666 case '$(DIST_ARCHIVES)' in \
667 *.tar.gz*) \
668 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
669 *.tar.bz2*) \
670 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
671 *.tar.lzma*) \
672 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
673 *.tar.xz*) \
674 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
675 *.tar.Z*) \
676 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
677 *.shar.gz*) \
678 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
679 *.zip*) \
680 unzip $(distdir).zip ;;\
681 esac
682 chmod -R a-w $(distdir); chmod a+w $(distdir)
683 mkdir $(distdir)/_build
684 mkdir $(distdir)/_inst
685 chmod a-w $(distdir)
686 test -d $(distdir)/_build || exit 0; \
687 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
688 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
689 && am__cwd=`pwd` \
690 && $(am__cd) $(distdir)/_build \
691 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
692 $(DISTCHECK_CONFIGURE_FLAGS) \
693 && $(MAKE) $(AM_MAKEFLAGS) \
694 && $(MAKE) $(AM_MAKEFLAGS) dvi \
695 && $(MAKE) $(AM_MAKEFLAGS) check \
696 && $(MAKE) $(AM_MAKEFLAGS) install \
697 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
698 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
699 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
700 distuninstallcheck \
701 && chmod -R a-w "$$dc_install_base" \
702 && ({ \
703 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
704 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
705 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
706 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
707 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
708 } || { rm -rf "$$dc_destdir"; exit 1; }) \
709 && rm -rf "$$dc_destdir" \
710 && $(MAKE) $(AM_MAKEFLAGS) dist \
711 && rm -rf $(DIST_ARCHIVES) \
712 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
713 && cd "$$am__cwd" \
714 || exit 1
715 $(am__remove_distdir)
716 @(echo "$(distdir) archives ready for distribution: "; \
717 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
718 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
719 distuninstallcheck:
720 @$(am__cd) '$(distuninstallcheck_dir)' \
721 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
722 || { echo "ERROR: files left after uninstall:" ; \
723 if test -n "$(DESTDIR)"; then \
724 echo " (check DESTDIR support)"; \
725 fi ; \
726 $(distuninstallcheck_listfiles) ; \
727 exit 1; } >&2
728 distcleancheck: distclean
729 @if test '$(srcdir)' = . ; then \
730 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
731 exit 1 ; \
733 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
734 || { echo "ERROR: files left in build directory after distclean:" ; \
735 $(distcleancheck_listfiles) ; \
736 exit 1; } >&2
737 check-am: all-am
738 check: $(BUILT_SOURCES)
739 $(MAKE) $(AM_MAKEFLAGS) check-recursive
740 all-am: Makefile $(MANS)
741 installdirs: installdirs-recursive
742 installdirs-am:
743 for dir in "$(DESTDIR)$(man1dir)"; do \
744 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
745 done
746 install: $(BUILT_SOURCES)
747 $(MAKE) $(AM_MAKEFLAGS) install-recursive
748 install-exec: install-exec-recursive
749 install-data: install-data-recursive
750 uninstall: uninstall-recursive
752 install-am: all-am
753 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
755 installcheck: installcheck-recursive
756 install-strip:
757 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
758 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
759 `test -z '$(STRIP)' || \
760 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
761 mostlyclean-generic:
763 clean-generic:
764 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
766 distclean-generic:
767 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
768 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
770 maintainer-clean-generic:
771 @echo "This command is intended for maintainers to use"
772 @echo "it deletes files that may require special tools to rebuild."
773 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
774 clean: clean-recursive
776 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
778 distclean: distclean-recursive
779 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
780 -rm -f Makefile
781 distclean-am: clean-am distclean-generic distclean-hdr \
782 distclean-libtool distclean-tags
784 dvi: dvi-recursive
786 dvi-am:
788 html: html-recursive
790 html-am:
792 info: info-recursive
794 info-am:
796 install-data-am: install-man
798 install-dvi: install-dvi-recursive
800 install-dvi-am:
802 install-exec-am:
804 install-html: install-html-recursive
806 install-html-am:
808 install-info: install-info-recursive
810 install-info-am:
812 install-man: install-man1
814 install-pdf: install-pdf-recursive
816 install-pdf-am:
818 install-ps: install-ps-recursive
820 install-ps-am:
822 installcheck-am:
824 maintainer-clean: maintainer-clean-recursive
825 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
826 -rm -rf $(top_srcdir)/autom4te.cache
827 -rm -f Makefile
828 maintainer-clean-am: distclean-am maintainer-clean-generic
830 mostlyclean: mostlyclean-recursive
832 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
834 pdf: pdf-recursive
836 pdf-am:
838 ps: ps-recursive
840 ps-am:
842 uninstall-am: uninstall-man
844 uninstall-man: uninstall-man1
846 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
847 ctags-recursive install install-am install-strip \
848 tags-recursive
850 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
851 all all-am am--refresh check check-am clean clean-generic \
852 clean-libtool clean-local ctags ctags-recursive dist dist-all \
853 dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
854 dist-zip distcheck distclean distclean-generic distclean-hdr \
855 distclean-libtool distclean-tags distcleancheck distdir \
856 distuninstallcheck dvi dvi-am html html-am info info-am \
857 install install-am install-data install-data-am install-dvi \
858 install-dvi-am install-exec install-exec-am install-html \
859 install-html-am install-info install-info-am install-man \
860 install-man1 install-pdf install-pdf-am install-ps \
861 install-ps-am install-strip installcheck installcheck-am \
862 installdirs installdirs-am maintainer-clean \
863 maintainer-clean-generic mostlyclean mostlyclean-generic \
864 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
865 uninstall uninstall-am uninstall-man uninstall-man1
868 .PHONY: c-client.d c-client gssapi_proxy.l
870 c-client.d:
871 if test ! -L c-client ; then $(LN_S) imap/c-client c-client ; fi
873 c-client:
874 $(C_CLIENT_WITH_IPV6)
875 cd imap && $(MAKE) $(C_CLIENT_TARGET) $(C_CLIENT_CFLAGS) $(C_CLIENT_LDFLAGS) $(C_CLIENT_GCCOPTLEVEL) EXTRASPECIALS="$(C_CLIENT_SPECIALS)"
877 gssapi_proxy.l:
878 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
880 clean-local:
881 cd imap && $(MAKE) clean
883 # Tell versions [3.59,3.63) of GNU make to not export all variables.
884 # Otherwise a system limit (for SysV at least) may be exceeded.
885 .NOEXPORT: