* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / Makefile.in
blob695b068547f8d67d7ce41a3029098e0da4cd4c05
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 config.guess config.rpath config.sub depcomp install-sh \
96 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/nls.m4 $(top_srcdir)/m4/po.m4 \
105 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION \
106 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
107 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
108 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
109 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
110 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
111 $(top_srcdir)/configure.ac
112 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113 $(ACLOCAL_M4)
114 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
115 configure.lineno config.status.lineno
116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117 CONFIG_HEADER = $(top_builddir)/include/config.h
118 CONFIG_CLEAN_FILES =
119 CONFIG_CLEAN_VPATH_FILES =
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo " GEN " $@;
127 am__v_GEN_1 =
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 =
132 SOURCES =
133 DIST_SOURCES =
134 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
135 ctags-recursive dvi-recursive html-recursive info-recursive \
136 install-data-recursive install-dvi-recursive \
137 install-exec-recursive install-html-recursive \
138 install-info-recursive install-pdf-recursive \
139 install-ps-recursive install-recursive installcheck-recursive \
140 installdirs-recursive pdf-recursive ps-recursive \
141 tags-recursive uninstall-recursive
142 am__can_run_installinfo = \
143 case $$AM_UPDATE_INFO_DIR in \
144 n|no|NO) false;; \
145 *) (install-info --version) >/dev/null 2>&1;; \
146 esac
147 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148 am__vpath_adj = case $$p in \
149 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
150 *) f=$$p;; \
151 esac;
152 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153 am__install_max = 40
154 am__nobase_strip_setup = \
155 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156 am__nobase_strip = \
157 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
158 am__nobase_list = $(am__nobase_strip_setup); \
159 for p in $$list; do echo "$$p $$p"; done | \
160 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
161 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
162 if (++n[$$2] == $(am__install_max)) \
163 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
164 END { for (dir in files) print dir, files[dir] }'
165 am__base_list = \
166 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
167 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
168 am__uninstall_files_from_dir = { \
169 test -z "$$files" \
170 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
171 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
172 $(am__cd) "$$dir" && rm -f $$files; }; \
174 man1dir = $(mandir)/man1
175 am__installdirs = "$(DESTDIR)$(man1dir)"
176 NROFF = nroff
177 MANS = $(man_MANS)
178 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
179 distclean-recursive maintainer-clean-recursive
180 am__recursive_targets = \
181 $(RECURSIVE_TARGETS) \
182 $(RECURSIVE_CLEAN_TARGETS) \
183 $(am__extra_recursive_targets)
184 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
185 cscope distdir dist dist-all distcheck
186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
187 # Read a list of newline-separated strings from the standard input,
188 # and print each of them once, without duplicates. Input order is
189 # *not* preserved.
190 am__uniquify_input = $(AWK) '\
191 BEGIN { nonempty = 0; } \
192 { items[$$0] = 1; nonempty = 1; } \
193 END { if (nonempty) { for (i in items) print i; }; } \
195 # Make sure the list of sources is unique. This is necessary because,
196 # e.g., the same source file might be shared among _SOURCES variables
197 # for different programs/libraries.
198 am__define_uniq_tagged_files = \
199 list='$(am__tagged_files)'; \
200 unique=`for i in $$list; do \
201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202 done | $(am__uniquify_input)`
203 ETAGS = etags
204 CTAGS = ctags
205 CSCOPE = cscope
206 DIST_SUBDIRS = $(SUBDIRS)
207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208 distdir = $(PACKAGE)-$(VERSION)
209 top_distdir = $(distdir)
210 am__remove_distdir = \
211 if test -d "$(distdir)"; then \
212 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
213 && rm -rf "$(distdir)" \
214 || { sleep 5 && rm -rf "$(distdir)"; }; \
215 else :; fi
216 am__post_remove_distdir = $(am__remove_distdir)
217 am__relativize = \
218 dir0=`pwd`; \
219 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
220 sed_rest='s,^[^/]*/*,,'; \
221 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
222 sed_butlast='s,/*[^/]*$$,,'; \
223 while test -n "$$dir1"; do \
224 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
225 if test "$$first" != "."; then \
226 if test "$$first" = ".."; then \
227 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
228 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
229 else \
230 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
231 if test "$$first2" = "$$first"; then \
232 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
233 else \
234 dir2="../$$dir2"; \
235 fi; \
236 dir0="$$dir0"/"$$first"; \
237 fi; \
238 fi; \
239 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
240 done; \
241 reldir="$$dir2"
242 DIST_ARCHIVES = $(distdir).tar.gz
243 GZIP_ENV = --best
244 DIST_TARGETS = dist-gzip
245 distuninstallcheck_listfiles = find . -type f -print
246 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
247 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
248 distcleancheck_listfiles = find . -type f -print
249 ACLOCAL = @ACLOCAL@
250 AMTAR = @AMTAR@
251 AM_CFLAGS = @AM_CFLAGS@
252 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
253 AM_LDFLAGS = @AM_LDFLAGS@
254 AR = @AR@
255 AUTOCONF = @AUTOCONF@
256 AUTOHEADER = @AUTOHEADER@
257 AUTOMAKE = @AUTOMAKE@
258 AWK = @AWK@
259 CC = @CC@
260 CCDEPMODE = @CCDEPMODE@
261 CFLAGS = @CFLAGS@
262 CP = @CP@
263 CPP = @CPP@
264 CPPFLAGS = @CPPFLAGS@
265 CYGPATH_W = @CYGPATH_W@
266 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
267 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
268 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
269 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
270 C_CLIENT_TARGET = @C_CLIENT_TARGET@
271 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
272 DEFS = @DEFS@
273 DEPDIR = @DEPDIR@
274 DLLTOOL = @DLLTOOL@
275 DSYMUTIL = @DSYMUTIL@
276 DUMPBIN = @DUMPBIN@
277 ECHO_C = @ECHO_C@
278 ECHO_N = @ECHO_N@
279 ECHO_T = @ECHO_T@
280 EGREP = @EGREP@
281 EXEEXT = @EXEEXT@
282 FGREP = @FGREP@
283 GMSGFMT = @GMSGFMT@
284 GMSGFMT_015 = @GMSGFMT_015@
285 GREP = @GREP@
286 INSTALL = @INSTALL@
287 INSTALL_DATA = @INSTALL_DATA@
288 INSTALL_PROGRAM = @INSTALL_PROGRAM@
289 INSTALL_SCRIPT = @INSTALL_SCRIPT@
290 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
291 INTLLIBS = @INTLLIBS@
292 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
293 ISPELLPROG = @ISPELLPROG@
294 LD = @LD@
295 LDFLAGS = @LDFLAGS@
296 LIBICONV = @LIBICONV@
297 LIBINTL = @LIBINTL@
298 LIBOBJS = @LIBOBJS@
299 LIBS = @LIBS@
300 LIBTOOL = @LIBTOOL@
301 LIBTOOL_DEPS = @LIBTOOL_DEPS@
302 LIPO = @LIPO@
303 LN = @LN@
304 LN_S = @LN_S@
305 LS = @LS@
306 LTLIBICONV = @LTLIBICONV@
307 LTLIBINTL = @LTLIBINTL@
308 LTLIBOBJS = @LTLIBOBJS@
309 MAINT = @MAINT@
310 MAKE = @MAKE@
311 MAKEINFO = @MAKEINFO@
312 MANIFEST_TOOL = @MANIFEST_TOOL@
313 MKDIR_P = @MKDIR_P@
314 MSGFMT = @MSGFMT@
315 MSGFMT_015 = @MSGFMT_015@
316 MSGMERGE = @MSGMERGE@
317 NM = @NM@
318 NMEDIT = @NMEDIT@
319 NPA_PROG = @NPA_PROG@
320 OBJDUMP = @OBJDUMP@
321 OBJEXT = @OBJEXT@
322 OTOOL = @OTOOL@
323 OTOOL64 = @OTOOL64@
324 PACKAGE = @PACKAGE@
325 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
326 PACKAGE_NAME = @PACKAGE_NAME@
327 PACKAGE_STRING = @PACKAGE_STRING@
328 PACKAGE_TARNAME = @PACKAGE_TARNAME@
329 PACKAGE_URL = @PACKAGE_URL@
330 PACKAGE_VERSION = @PACKAGE_VERSION@
331 PATH_SEPARATOR = @PATH_SEPARATOR@
332 POSUB = @POSUB@
333 PTHREAD_CC = @PTHREAD_CC@
334 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
335 PTHREAD_LIBS = @PTHREAD_LIBS@
336 PWPROG = @PWPROG@
337 RANLIB = @RANLIB@
338 REGEX_BUILD = @REGEX_BUILD@
339 RM = @RM@
340 SED = @SED@
341 SENDMAIL = @SENDMAIL@
342 SET_MAKE = @SET_MAKE@
343 SHELL = @SHELL@
344 SPELLPROG = @SPELLPROG@
345 STRIP = @STRIP@
346 USE_NLS = @USE_NLS@
347 VERSION = @VERSION@
348 WEB_BINDIR = @WEB_BINDIR@
349 WEB_BUILD = @WEB_BUILD@
350 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
351 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
352 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
353 XGETTEXT = @XGETTEXT@
354 XGETTEXT_015 = @XGETTEXT_015@
355 abs_builddir = @abs_builddir@
356 abs_srcdir = @abs_srcdir@
357 abs_top_builddir = @abs_top_builddir@
358 abs_top_srcdir = @abs_top_srcdir@
359 ac_ct_AR = @ac_ct_AR@
360 ac_ct_CC = @ac_ct_CC@
361 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362 acx_pthread_config = @acx_pthread_config@
363 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
364 alpine_simple_spellcheck = @alpine_simple_spellcheck@
365 am__include = @am__include@
366 am__leading_dot = @am__leading_dot@
367 am__quote = @am__quote@
368 am__tar = @am__tar@
369 am__untar = @am__untar@
370 bindir = @bindir@
371 build = @build@
372 build_alias = @build_alias@
373 build_cpu = @build_cpu@
374 build_os = @build_os@
375 build_vendor = @build_vendor@
376 builddir = @builddir@
377 datadir = @datadir@
378 datarootdir = @datarootdir@
379 docdir = @docdir@
380 dvidir = @dvidir@
381 exec_prefix = @exec_prefix@
382 host = @host@
383 host_alias = @host_alias@
384 host_cpu = @host_cpu@
385 host_os = @host_os@
386 host_vendor = @host_vendor@
387 htmldir = @htmldir@
388 includedir = @includedir@
389 infodir = @infodir@
390 install_sh = @install_sh@
391 libdir = @libdir@
392 libexecdir = @libexecdir@
393 localedir = @localedir@
394 localstatedir = @localstatedir@
395 mandir = @mandir@
396 mkdir_p = @mkdir_p@
397 oldincludedir = @oldincludedir@
398 pdfdir = @pdfdir@
399 prefix = @prefix@
400 program_transform_name = @program_transform_name@
401 psdir = @psdir@
402 sbindir = @sbindir@
403 sharedstatedir = @sharedstatedir@
404 srcdir = @srcdir@
405 sysconfdir = @sysconfdir@
406 target_alias = @target_alias@
407 top_build_prefix = @top_build_prefix@
408 top_builddir = @top_builddir@
409 top_srcdir = @top_srcdir@
410 EXTRA_DIST = config.rpath VERSION README LICENSE
411 SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
412 BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
413 CLEANFILES = c-client
414 man_MANS = doc/man1/alpine.1 doc/man1/pico.1 doc/man1/pilot.1 doc/man1/rpdump.1 doc/man1/rpload.1
415 ACLOCAL_AMFLAGS = --install -I m4
416 all: $(BUILT_SOURCES)
417 $(MAKE) $(AM_MAKEFLAGS) all-recursive
419 .SUFFIXES:
420 am--refresh: Makefile
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
423 @for dep in $?; do \
424 case '$(am__configure_deps)' in \
425 *$$dep*) \
426 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
427 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
428 && exit 0; \
429 exit 1;; \
430 esac; \
431 done; \
432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
433 $(am__cd) $(top_srcdir) && \
434 $(AUTOMAKE) --foreign Makefile
435 .PRECIOUS: Makefile
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437 @case '$?' in \
438 *config.status*) \
439 echo ' $(SHELL) ./config.status'; \
440 $(SHELL) ./config.status;; \
441 *) \
442 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
443 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
444 esac;
446 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
447 $(SHELL) ./config.status --recheck
449 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
450 $(am__cd) $(srcdir) && $(AUTOCONF)
451 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
452 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
453 $(am__aclocal_m4_deps):
455 include/config.h: include/stamp-h1
456 @if test ! -f $@; then rm -f include/stamp-h1; else :; fi
457 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; else :; fi
459 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
460 @rm -f include/stamp-h1
461 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
462 $(top_srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
463 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
464 rm -f include/stamp-h1
465 touch $@
467 distclean-hdr:
468 -rm -f include/config.h include/stamp-h1
470 mostlyclean-libtool:
471 -rm -f *.lo
473 clean-libtool:
474 -rm -rf .libs _libs
476 distclean-libtool:
477 -rm -f libtool config.lt
478 install-man1: $(man_MANS)
479 @$(NORMAL_INSTALL)
480 @list1=''; \
481 list2='$(man_MANS)'; \
482 test -n "$(man1dir)" \
483 && test -n "`echo $$list1$$list2`" \
484 || exit 0; \
485 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
486 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
487 { for i in $$list1; do echo "$$i"; done; \
488 if test -n "$$list2"; then \
489 for i in $$list2; do echo "$$i"; done \
490 | sed -n '/\.1[a-z]*$$/p'; \
491 fi; \
492 } | while read p; do \
493 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
494 echo "$$d$$p"; echo "$$p"; \
495 done | \
496 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
497 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
498 sed 'N;N;s,\n, ,g' | { \
499 list=; while read file base inst; do \
500 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
501 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
502 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
503 fi; \
504 done; \
505 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
506 while read files; do \
507 test -z "$$files" || { \
508 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
509 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
510 done; }
512 uninstall-man1:
513 @$(NORMAL_UNINSTALL)
514 @list=''; test -n "$(man1dir)" || exit 0; \
515 files=`{ for i in $$list; do echo "$$i"; done; \
516 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
517 sed -n '/\.1[a-z]*$$/p'; \
518 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
519 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
520 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
522 # This directory's subdirectories are mostly independent; you can cd
523 # into them and run 'make' without going through this Makefile.
524 # To change the values of 'make' variables: instead of editing Makefiles,
525 # (1) if the variable is set in 'config.status', edit 'config.status'
526 # (which will cause the Makefiles to be regenerated when you run 'make');
527 # (2) otherwise, pass the desired values on the 'make' command line.
528 $(am__recursive_targets):
529 @fail=; \
530 if $(am__make_keepgoing); then \
531 failcom='fail=yes'; \
532 else \
533 failcom='exit 1'; \
534 fi; \
535 dot_seen=no; \
536 target=`echo $@ | sed s/-recursive//`; \
537 case "$@" in \
538 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
539 *) list='$(SUBDIRS)' ;; \
540 esac; \
541 for subdir in $$list; do \
542 echo "Making $$target in $$subdir"; \
543 if test "$$subdir" = "."; then \
544 dot_seen=yes; \
545 local_target="$$target-am"; \
546 else \
547 local_target="$$target"; \
548 fi; \
549 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
550 || eval $$failcom; \
551 done; \
552 if test "$$dot_seen" = "no"; then \
553 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
554 fi; test -z "$$fail"
556 ID: $(am__tagged_files)
557 $(am__define_uniq_tagged_files); mkid -fID $$unique
558 tags: tags-recursive
559 TAGS: tags
561 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
562 set x; \
563 here=`pwd`; \
564 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
565 include_option=--etags-include; \
566 empty_fix=.; \
567 else \
568 include_option=--include; \
569 empty_fix=; \
570 fi; \
571 list='$(SUBDIRS)'; for subdir in $$list; do \
572 if test "$$subdir" = .; then :; else \
573 test ! -f $$subdir/TAGS || \
574 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
575 fi; \
576 done; \
577 $(am__define_uniq_tagged_files); \
578 shift; \
579 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
580 test -n "$$unique" || unique=$$empty_fix; \
581 if test $$# -gt 0; then \
582 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
583 "$$@" $$unique; \
584 else \
585 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586 $$unique; \
587 fi; \
589 ctags: ctags-recursive
591 CTAGS: ctags
592 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
593 $(am__define_uniq_tagged_files); \
594 test -z "$(CTAGS_ARGS)$$unique" \
595 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
596 $$unique
598 GTAGS:
599 here=`$(am__cd) $(top_builddir) && pwd` \
600 && $(am__cd) $(top_srcdir) \
601 && gtags -i $(GTAGS_ARGS) "$$here"
602 cscope: cscope.files
603 test ! -s cscope.files \
604 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
605 clean-cscope:
606 -rm -f cscope.files
607 cscope.files: clean-cscope cscopelist
608 cscopelist: cscopelist-recursive
610 cscopelist-am: $(am__tagged_files)
611 list='$(am__tagged_files)'; \
612 case "$(srcdir)" in \
613 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
614 *) sdir=$(subdir)/$(srcdir) ;; \
615 esac; \
616 for i in $$list; do \
617 if test -f "$$i"; then \
618 echo "$(subdir)/$$i"; \
619 else \
620 echo "$$sdir/$$i"; \
621 fi; \
622 done >> $(top_builddir)/cscope.files
624 distclean-tags:
625 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
626 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
628 distdir: $(DISTFILES)
629 $(am__remove_distdir)
630 test -d "$(distdir)" || mkdir "$(distdir)"
631 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
632 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633 list='$(DISTFILES)'; \
634 dist_files=`for file in $$list; do echo $$file; done | \
635 sed -e "s|^$$srcdirstrip/||;t" \
636 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
637 case $$dist_files in \
638 */*) $(MKDIR_P) `echo "$$dist_files" | \
639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
640 sort -u` ;; \
641 esac; \
642 for file in $$dist_files; do \
643 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
644 if test -d $$d/$$file; then \
645 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
646 if test -d "$(distdir)/$$file"; then \
647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
648 fi; \
649 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
652 fi; \
653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
654 else \
655 test -f "$(distdir)/$$file" \
656 || cp -p $$d/$$file "$(distdir)/$$file" \
657 || exit 1; \
658 fi; \
659 done
660 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
661 if test "$$subdir" = .; then :; else \
662 $(am__make_dryrun) \
663 || test -d "$(distdir)/$$subdir" \
664 || $(MKDIR_P) "$(distdir)/$$subdir" \
665 || exit 1; \
666 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
667 $(am__relativize); \
668 new_distdir=$$reldir; \
669 dir1=$$subdir; dir2="$(top_distdir)"; \
670 $(am__relativize); \
671 new_top_distdir=$$reldir; \
672 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
673 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
674 ($(am__cd) $$subdir && \
675 $(MAKE) $(AM_MAKEFLAGS) \
676 top_distdir="$$new_top_distdir" \
677 distdir="$$new_distdir" \
678 am__remove_distdir=: \
679 am__skip_length_check=: \
680 am__skip_mode_fix=: \
681 distdir) \
682 || exit 1; \
683 fi; \
684 done
685 -test -n "$(am__skip_mode_fix)" \
686 || find "$(distdir)" -type d ! -perm -755 \
687 -exec chmod u+rwx,go+rx {} \; -o \
688 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
689 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
690 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
691 || chmod -R a+r "$(distdir)"
692 dist-gzip: distdir
693 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
694 $(am__post_remove_distdir)
696 dist-bzip2: distdir
697 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
698 $(am__post_remove_distdir)
700 dist-lzip: distdir
701 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
702 $(am__post_remove_distdir)
704 dist-xz: distdir
705 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
706 $(am__post_remove_distdir)
708 dist-tarZ: distdir
709 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
710 $(am__post_remove_distdir)
712 dist-shar: distdir
713 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
714 $(am__post_remove_distdir)
716 dist-zip: distdir
717 -rm -f $(distdir).zip
718 zip -rq $(distdir).zip $(distdir)
719 $(am__post_remove_distdir)
721 dist dist-all:
722 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
723 $(am__post_remove_distdir)
725 # This target untars the dist file and tries a VPATH configuration. Then
726 # it guarantees that the distribution is self-contained by making another
727 # tarfile.
728 distcheck: dist
729 case '$(DIST_ARCHIVES)' in \
730 *.tar.gz*) \
731 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
732 *.tar.bz2*) \
733 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
734 *.tar.lz*) \
735 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
736 *.tar.xz*) \
737 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
738 *.tar.Z*) \
739 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
740 *.shar.gz*) \
741 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
742 *.zip*) \
743 unzip $(distdir).zip ;;\
744 esac
745 chmod -R a-w $(distdir)
746 chmod u+w $(distdir)
747 mkdir $(distdir)/_build $(distdir)/_inst
748 chmod a-w $(distdir)
749 test -d $(distdir)/_build || exit 0; \
750 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
751 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
752 && am__cwd=`pwd` \
753 && $(am__cd) $(distdir)/_build \
754 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
755 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
756 $(DISTCHECK_CONFIGURE_FLAGS) \
757 && $(MAKE) $(AM_MAKEFLAGS) \
758 && $(MAKE) $(AM_MAKEFLAGS) dvi \
759 && $(MAKE) $(AM_MAKEFLAGS) check \
760 && $(MAKE) $(AM_MAKEFLAGS) install \
761 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
762 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
763 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
764 distuninstallcheck \
765 && chmod -R a-w "$$dc_install_base" \
766 && ({ \
767 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
768 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
769 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
770 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
771 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
772 } || { rm -rf "$$dc_destdir"; exit 1; }) \
773 && rm -rf "$$dc_destdir" \
774 && $(MAKE) $(AM_MAKEFLAGS) dist \
775 && rm -rf $(DIST_ARCHIVES) \
776 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
777 && cd "$$am__cwd" \
778 || exit 1
779 $(am__post_remove_distdir)
780 @(echo "$(distdir) archives ready for distribution: "; \
781 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
782 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
783 distuninstallcheck:
784 @test -n '$(distuninstallcheck_dir)' || { \
785 echo 'ERROR: trying to run $@ with an empty' \
786 '$$(distuninstallcheck_dir)' >&2; \
787 exit 1; \
788 }; \
789 $(am__cd) '$(distuninstallcheck_dir)' || { \
790 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
791 exit 1; \
792 }; \
793 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
794 || { echo "ERROR: files left after uninstall:" ; \
795 if test -n "$(DESTDIR)"; then \
796 echo " (check DESTDIR support)"; \
797 fi ; \
798 $(distuninstallcheck_listfiles) ; \
799 exit 1; } >&2
800 distcleancheck: distclean
801 @if test '$(srcdir)' = . ; then \
802 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
803 exit 1 ; \
805 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
806 || { echo "ERROR: files left in build directory after distclean:" ; \
807 $(distcleancheck_listfiles) ; \
808 exit 1; } >&2
809 check-am: all-am
810 check: $(BUILT_SOURCES)
811 $(MAKE) $(AM_MAKEFLAGS) check-recursive
812 all-am: Makefile $(MANS)
813 installdirs: installdirs-recursive
814 installdirs-am:
815 for dir in "$(DESTDIR)$(man1dir)"; do \
816 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
817 done
818 install: $(BUILT_SOURCES)
819 $(MAKE) $(AM_MAKEFLAGS) install-recursive
820 install-exec: install-exec-recursive
821 install-data: install-data-recursive
822 uninstall: uninstall-recursive
824 install-am: all-am
825 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
827 installcheck: installcheck-recursive
828 install-strip:
829 if test -z '$(STRIP)'; then \
830 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
831 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
832 install; \
833 else \
834 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
835 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
836 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
838 mostlyclean-generic:
840 clean-generic:
841 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
843 distclean-generic:
844 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
845 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
847 maintainer-clean-generic:
848 @echo "This command is intended for maintainers to use"
849 @echo "it deletes files that may require special tools to rebuild."
850 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
851 clean: clean-recursive
853 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
855 distclean: distclean-recursive
856 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
857 -rm -f Makefile
858 distclean-am: clean-am distclean-generic distclean-hdr \
859 distclean-libtool distclean-tags
861 dvi: dvi-recursive
863 dvi-am:
865 html: html-recursive
867 html-am:
869 info: info-recursive
871 info-am:
873 install-data-am: install-man
875 install-dvi: install-dvi-recursive
877 install-dvi-am:
879 install-exec-am:
881 install-html: install-html-recursive
883 install-html-am:
885 install-info: install-info-recursive
887 install-info-am:
889 install-man: install-man1
891 install-pdf: install-pdf-recursive
893 install-pdf-am:
895 install-ps: install-ps-recursive
897 install-ps-am:
899 installcheck-am:
901 maintainer-clean: maintainer-clean-recursive
902 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
903 -rm -rf $(top_srcdir)/autom4te.cache
904 -rm -f Makefile
905 maintainer-clean-am: distclean-am maintainer-clean-generic
907 mostlyclean: mostlyclean-recursive
909 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
911 pdf: pdf-recursive
913 pdf-am:
915 ps: ps-recursive
917 ps-am:
919 uninstall-am: uninstall-man
921 uninstall-man: uninstall-man1
923 .MAKE: $(am__recursive_targets) all check install install-am \
924 install-strip
926 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
927 am--refresh check check-am clean clean-cscope clean-generic \
928 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
929 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
930 dist-tarZ dist-xz dist-zip distcheck distclean \
931 distclean-generic distclean-hdr distclean-libtool \
932 distclean-tags distcleancheck distdir distuninstallcheck dvi \
933 dvi-am html html-am info info-am install install-am \
934 install-data install-data-am install-dvi install-dvi-am \
935 install-exec install-exec-am install-html install-html-am \
936 install-info install-info-am install-man install-man1 \
937 install-pdf install-pdf-am install-ps install-ps-am \
938 install-strip installcheck installcheck-am installdirs \
939 installdirs-am maintainer-clean maintainer-clean-generic \
940 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
941 ps ps-am tags tags-am uninstall uninstall-am uninstall-man \
942 uninstall-man1
945 .PHONY: c-client.d c-client gssapi_proxy.l
947 c-client.d:
948 if test ! -L c-client ; then $(LN_S) imap/c-client c-client ; fi
950 c-client:
951 $(C_CLIENT_WITH_IPV6)
952 cd imap && $(MAKE) $(C_CLIENT_TARGET) $(C_CLIENT_CFLAGS) $(C_CLIENT_LDFLAGS) $(C_CLIENT_GCCOPTLEVEL) EXTRASPECIALS="$(C_CLIENT_SPECIALS)"
954 gssapi_proxy.l:
955 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
957 clean-local:
958 cd imap && $(MAKE) clean
960 # Tell versions [3.59,3.63) of GNU make to not export all variables.
961 # Otherwise a system limit (for SysV at least) may be exceeded.
962 .NOEXPORT: