Merge branch 'ical'
[alpine.git] / Makefile.in
blob15c893e5e9705d2843b09d555b9b09c202b7619c
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_CFLAGS = @C_CLIENT_CFLAGS@
271 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
272 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
273 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
274 C_CLIENT_TARGET = @C_CLIENT_TARGET@
275 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
276 DEFS = @DEFS@
277 DEPDIR = @DEPDIR@
278 DLLTOOL = @DLLTOOL@
279 DSYMUTIL = @DSYMUTIL@
280 DUMPBIN = @DUMPBIN@
281 ECHO_C = @ECHO_C@
282 ECHO_N = @ECHO_N@
283 ECHO_T = @ECHO_T@
284 EGREP = @EGREP@
285 EXEEXT = @EXEEXT@
286 FGREP = @FGREP@
287 GMSGFMT = @GMSGFMT@
288 GMSGFMT_015 = @GMSGFMT_015@
289 GREP = @GREP@
290 INSTALL = @INSTALL@
291 INSTALL_DATA = @INSTALL_DATA@
292 INSTALL_PROGRAM = @INSTALL_PROGRAM@
293 INSTALL_SCRIPT = @INSTALL_SCRIPT@
294 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295 INTLLIBS = @INTLLIBS@
296 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
297 ISPELLPROG = @ISPELLPROG@
298 LD = @LD@
299 LDFLAGS = @LDFLAGS@
300 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
301 LIBICONV = @LIBICONV@
302 LIBINTL = @LIBINTL@
303 LIBOBJS = @LIBOBJS@
304 LIBS = @LIBS@
305 LIBTOOL = @LIBTOOL@
306 LIBTOOL_DEPS = @LIBTOOL_DEPS@
307 LIPO = @LIPO@
308 LN = @LN@
309 LN_S = @LN_S@
310 LS = @LS@
311 LTLIBICONV = @LTLIBICONV@
312 LTLIBINTL = @LTLIBINTL@
313 LTLIBOBJS = @LTLIBOBJS@
314 MAINT = @MAINT@
315 MAKE = @MAKE@
316 MAKEINFO = @MAKEINFO@
317 MANIFEST_TOOL = @MANIFEST_TOOL@
318 MKDIR_P = @MKDIR_P@
319 MSGFMT = @MSGFMT@
320 MSGFMT_015 = @MSGFMT_015@
321 MSGMERGE = @MSGMERGE@
322 NM = @NM@
323 NMEDIT = @NMEDIT@
324 NPA_PROG = @NPA_PROG@
325 OBJDUMP = @OBJDUMP@
326 OBJEXT = @OBJEXT@
327 OTOOL = @OTOOL@
328 OTOOL64 = @OTOOL64@
329 PACKAGE = @PACKAGE@
330 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
331 PACKAGE_NAME = @PACKAGE_NAME@
332 PACKAGE_STRING = @PACKAGE_STRING@
333 PACKAGE_TARNAME = @PACKAGE_TARNAME@
334 PACKAGE_URL = @PACKAGE_URL@
335 PACKAGE_VERSION = @PACKAGE_VERSION@
336 PATH_SEPARATOR = @PATH_SEPARATOR@
337 POSUB = @POSUB@
338 PTHREAD_CC = @PTHREAD_CC@
339 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
340 PTHREAD_LIBS = @PTHREAD_LIBS@
341 PWPROG = @PWPROG@
342 RANLIB = @RANLIB@
343 REGEX_BUILD = @REGEX_BUILD@
344 RM = @RM@
345 SED = @SED@
346 SENDMAIL = @SENDMAIL@
347 SET_MAKE = @SET_MAKE@
348 SHELL = @SHELL@
349 SPELLPROG = @SPELLPROG@
350 STRIP = @STRIP@
351 USE_NLS = @USE_NLS@
352 VERSION = @VERSION@
353 WEB_BINDIR = @WEB_BINDIR@
354 WEB_BUILD = @WEB_BUILD@
355 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
356 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
357 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
358 XGETTEXT = @XGETTEXT@
359 XGETTEXT_015 = @XGETTEXT_015@
360 abs_builddir = @abs_builddir@
361 abs_srcdir = @abs_srcdir@
362 abs_top_builddir = @abs_top_builddir@
363 abs_top_srcdir = @abs_top_srcdir@
364 ac_ct_AR = @ac_ct_AR@
365 ac_ct_CC = @ac_ct_CC@
366 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
367 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
368 acx_pthread_config = @acx_pthread_config@
369 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
370 alpine_simple_spellcheck = @alpine_simple_spellcheck@
371 am__include = @am__include@
372 am__leading_dot = @am__leading_dot@
373 am__quote = @am__quote@
374 am__tar = @am__tar@
375 am__untar = @am__untar@
376 bindir = @bindir@
377 build = @build@
378 build_alias = @build_alias@
379 build_cpu = @build_cpu@
380 build_os = @build_os@
381 build_vendor = @build_vendor@
382 builddir = @builddir@
383 datadir = @datadir@
384 datarootdir = @datarootdir@
385 docdir = @docdir@
386 dvidir = @dvidir@
387 exec_prefix = @exec_prefix@
388 host = @host@
389 host_alias = @host_alias@
390 host_cpu = @host_cpu@
391 host_os = @host_os@
392 host_vendor = @host_vendor@
393 htmldir = @htmldir@
394 includedir = @includedir@
395 infodir = @infodir@
396 install_sh = @install_sh@
397 libdir = @libdir@
398 libexecdir = @libexecdir@
399 localedir = @localedir@
400 localstatedir = @localstatedir@
401 mandir = @mandir@
402 mkdir_p = @mkdir_p@
403 oldincludedir = @oldincludedir@
404 pdfdir = @pdfdir@
405 prefix = @prefix@
406 program_transform_name = @program_transform_name@
407 psdir = @psdir@
408 sbindir = @sbindir@
409 sharedstatedir = @sharedstatedir@
410 srcdir = @srcdir@
411 sysconfdir = @sysconfdir@
412 target_alias = @target_alias@
413 top_build_prefix = @top_build_prefix@
414 top_builddir = @top_builddir@
415 top_srcdir = @top_srcdir@
416 EXTRA_DIST = config.rpath VERSION README LICENSE
417 SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
418 BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
419 CLEANFILES = c-client
420 man_MANS = doc/man1/alpine.1 doc/man1/pico.1 doc/man1/pilot.1 doc/man1/rpdump.1 doc/man1/rpload.1
421 ACLOCAL_AMFLAGS = --install -I m4
422 all: $(BUILT_SOURCES)
423 $(MAKE) $(AM_MAKEFLAGS) all-recursive
425 .SUFFIXES:
426 am--refresh: Makefile
428 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
429 @for dep in $?; do \
430 case '$(am__configure_deps)' in \
431 *$$dep*) \
432 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
433 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
434 && exit 0; \
435 exit 1;; \
436 esac; \
437 done; \
438 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
439 $(am__cd) $(top_srcdir) && \
440 $(AUTOMAKE) --foreign Makefile
441 .PRECIOUS: Makefile
442 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
443 @case '$?' in \
444 *config.status*) \
445 echo ' $(SHELL) ./config.status'; \
446 $(SHELL) ./config.status;; \
447 *) \
448 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
449 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
450 esac;
452 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
453 $(SHELL) ./config.status --recheck
455 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
456 $(am__cd) $(srcdir) && $(AUTOCONF)
457 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
458 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
459 $(am__aclocal_m4_deps):
461 include/config.h: include/stamp-h1
462 @if test ! -f $@; then rm -f include/stamp-h1; else :; fi
463 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; else :; fi
465 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
466 @rm -f include/stamp-h1
467 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
468 $(top_srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
469 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
470 rm -f include/stamp-h1
471 touch $@
473 distclean-hdr:
474 -rm -f include/config.h include/stamp-h1
476 mostlyclean-libtool:
477 -rm -f *.lo
479 clean-libtool:
480 -rm -rf .libs _libs
482 distclean-libtool:
483 -rm -f libtool config.lt
484 install-man1: $(man_MANS)
485 @$(NORMAL_INSTALL)
486 @list1=''; \
487 list2='$(man_MANS)'; \
488 test -n "$(man1dir)" \
489 && test -n "`echo $$list1$$list2`" \
490 || exit 0; \
491 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
492 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
493 { for i in $$list1; do echo "$$i"; done; \
494 if test -n "$$list2"; then \
495 for i in $$list2; do echo "$$i"; done \
496 | sed -n '/\.1[a-z]*$$/p'; \
497 fi; \
498 } | while read p; do \
499 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
500 echo "$$d$$p"; echo "$$p"; \
501 done | \
502 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
503 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
504 sed 'N;N;s,\n, ,g' | { \
505 list=; while read file base inst; do \
506 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
507 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
508 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
509 fi; \
510 done; \
511 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
512 while read files; do \
513 test -z "$$files" || { \
514 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
515 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
516 done; }
518 uninstall-man1:
519 @$(NORMAL_UNINSTALL)
520 @list=''; test -n "$(man1dir)" || exit 0; \
521 files=`{ for i in $$list; do echo "$$i"; done; \
522 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
523 sed -n '/\.1[a-z]*$$/p'; \
524 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
525 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
526 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
528 # This directory's subdirectories are mostly independent; you can cd
529 # into them and run 'make' without going through this Makefile.
530 # To change the values of 'make' variables: instead of editing Makefiles,
531 # (1) if the variable is set in 'config.status', edit 'config.status'
532 # (which will cause the Makefiles to be regenerated when you run 'make');
533 # (2) otherwise, pass the desired values on the 'make' command line.
534 $(am__recursive_targets):
535 @fail=; \
536 if $(am__make_keepgoing); then \
537 failcom='fail=yes'; \
538 else \
539 failcom='exit 1'; \
540 fi; \
541 dot_seen=no; \
542 target=`echo $@ | sed s/-recursive//`; \
543 case "$@" in \
544 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
545 *) list='$(SUBDIRS)' ;; \
546 esac; \
547 for subdir in $$list; do \
548 echo "Making $$target in $$subdir"; \
549 if test "$$subdir" = "."; then \
550 dot_seen=yes; \
551 local_target="$$target-am"; \
552 else \
553 local_target="$$target"; \
554 fi; \
555 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
556 || eval $$failcom; \
557 done; \
558 if test "$$dot_seen" = "no"; then \
559 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
560 fi; test -z "$$fail"
562 ID: $(am__tagged_files)
563 $(am__define_uniq_tagged_files); mkid -fID $$unique
564 tags: tags-recursive
565 TAGS: tags
567 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
568 set x; \
569 here=`pwd`; \
570 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
571 include_option=--etags-include; \
572 empty_fix=.; \
573 else \
574 include_option=--include; \
575 empty_fix=; \
576 fi; \
577 list='$(SUBDIRS)'; for subdir in $$list; do \
578 if test "$$subdir" = .; then :; else \
579 test ! -f $$subdir/TAGS || \
580 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
581 fi; \
582 done; \
583 $(am__define_uniq_tagged_files); \
584 shift; \
585 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586 test -n "$$unique" || unique=$$empty_fix; \
587 if test $$# -gt 0; then \
588 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589 "$$@" $$unique; \
590 else \
591 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592 $$unique; \
593 fi; \
595 ctags: ctags-recursive
597 CTAGS: ctags
598 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
599 $(am__define_uniq_tagged_files); \
600 test -z "$(CTAGS_ARGS)$$unique" \
601 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
602 $$unique
604 GTAGS:
605 here=`$(am__cd) $(top_builddir) && pwd` \
606 && $(am__cd) $(top_srcdir) \
607 && gtags -i $(GTAGS_ARGS) "$$here"
608 cscope: cscope.files
609 test ! -s cscope.files \
610 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
611 clean-cscope:
612 -rm -f cscope.files
613 cscope.files: clean-cscope cscopelist
614 cscopelist: cscopelist-recursive
616 cscopelist-am: $(am__tagged_files)
617 list='$(am__tagged_files)'; \
618 case "$(srcdir)" in \
619 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
620 *) sdir=$(subdir)/$(srcdir) ;; \
621 esac; \
622 for i in $$list; do \
623 if test -f "$$i"; then \
624 echo "$(subdir)/$$i"; \
625 else \
626 echo "$$sdir/$$i"; \
627 fi; \
628 done >> $(top_builddir)/cscope.files
630 distclean-tags:
631 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
632 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
634 distdir: $(DISTFILES)
635 $(am__remove_distdir)
636 test -d "$(distdir)" || mkdir "$(distdir)"
637 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639 list='$(DISTFILES)'; \
640 dist_files=`for file in $$list; do echo $$file; done | \
641 sed -e "s|^$$srcdirstrip/||;t" \
642 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643 case $$dist_files in \
644 */*) $(MKDIR_P) `echo "$$dist_files" | \
645 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646 sort -u` ;; \
647 esac; \
648 for file in $$dist_files; do \
649 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650 if test -d $$d/$$file; then \
651 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652 if test -d "$(distdir)/$$file"; then \
653 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654 fi; \
655 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658 fi; \
659 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660 else \
661 test -f "$(distdir)/$$file" \
662 || cp -p $$d/$$file "$(distdir)/$$file" \
663 || exit 1; \
664 fi; \
665 done
666 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
667 if test "$$subdir" = .; then :; else \
668 $(am__make_dryrun) \
669 || test -d "$(distdir)/$$subdir" \
670 || $(MKDIR_P) "$(distdir)/$$subdir" \
671 || exit 1; \
672 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
673 $(am__relativize); \
674 new_distdir=$$reldir; \
675 dir1=$$subdir; dir2="$(top_distdir)"; \
676 $(am__relativize); \
677 new_top_distdir=$$reldir; \
678 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
679 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
680 ($(am__cd) $$subdir && \
681 $(MAKE) $(AM_MAKEFLAGS) \
682 top_distdir="$$new_top_distdir" \
683 distdir="$$new_distdir" \
684 am__remove_distdir=: \
685 am__skip_length_check=: \
686 am__skip_mode_fix=: \
687 distdir) \
688 || exit 1; \
689 fi; \
690 done
691 -test -n "$(am__skip_mode_fix)" \
692 || find "$(distdir)" -type d ! -perm -755 \
693 -exec chmod u+rwx,go+rx {} \; -o \
694 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
695 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
696 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
697 || chmod -R a+r "$(distdir)"
698 dist-gzip: distdir
699 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
700 $(am__post_remove_distdir)
702 dist-bzip2: distdir
703 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
704 $(am__post_remove_distdir)
706 dist-lzip: distdir
707 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
708 $(am__post_remove_distdir)
710 dist-xz: distdir
711 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
712 $(am__post_remove_distdir)
714 dist-tarZ: distdir
715 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
716 $(am__post_remove_distdir)
718 dist-shar: distdir
719 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
720 $(am__post_remove_distdir)
722 dist-zip: distdir
723 -rm -f $(distdir).zip
724 zip -rq $(distdir).zip $(distdir)
725 $(am__post_remove_distdir)
727 dist dist-all:
728 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
729 $(am__post_remove_distdir)
731 # This target untars the dist file and tries a VPATH configuration. Then
732 # it guarantees that the distribution is self-contained by making another
733 # tarfile.
734 distcheck: dist
735 case '$(DIST_ARCHIVES)' in \
736 *.tar.gz*) \
737 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
738 *.tar.bz2*) \
739 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
740 *.tar.lz*) \
741 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
742 *.tar.xz*) \
743 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
744 *.tar.Z*) \
745 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
746 *.shar.gz*) \
747 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
748 *.zip*) \
749 unzip $(distdir).zip ;;\
750 esac
751 chmod -R a-w $(distdir)
752 chmod u+w $(distdir)
753 mkdir $(distdir)/_build $(distdir)/_inst
754 chmod a-w $(distdir)
755 test -d $(distdir)/_build || exit 0; \
756 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
757 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
758 && am__cwd=`pwd` \
759 && $(am__cd) $(distdir)/_build \
760 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
761 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
762 $(DISTCHECK_CONFIGURE_FLAGS) \
763 && $(MAKE) $(AM_MAKEFLAGS) \
764 && $(MAKE) $(AM_MAKEFLAGS) dvi \
765 && $(MAKE) $(AM_MAKEFLAGS) check \
766 && $(MAKE) $(AM_MAKEFLAGS) install \
767 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
768 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
769 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
770 distuninstallcheck \
771 && chmod -R a-w "$$dc_install_base" \
772 && ({ \
773 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
774 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
775 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
776 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
777 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
778 } || { rm -rf "$$dc_destdir"; exit 1; }) \
779 && rm -rf "$$dc_destdir" \
780 && $(MAKE) $(AM_MAKEFLAGS) dist \
781 && rm -rf $(DIST_ARCHIVES) \
782 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
783 && cd "$$am__cwd" \
784 || exit 1
785 $(am__post_remove_distdir)
786 @(echo "$(distdir) archives ready for distribution: "; \
787 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
788 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
789 distuninstallcheck:
790 @test -n '$(distuninstallcheck_dir)' || { \
791 echo 'ERROR: trying to run $@ with an empty' \
792 '$$(distuninstallcheck_dir)' >&2; \
793 exit 1; \
794 }; \
795 $(am__cd) '$(distuninstallcheck_dir)' || { \
796 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
797 exit 1; \
798 }; \
799 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
800 || { echo "ERROR: files left after uninstall:" ; \
801 if test -n "$(DESTDIR)"; then \
802 echo " (check DESTDIR support)"; \
803 fi ; \
804 $(distuninstallcheck_listfiles) ; \
805 exit 1; } >&2
806 distcleancheck: distclean
807 @if test '$(srcdir)' = . ; then \
808 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
809 exit 1 ; \
811 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
812 || { echo "ERROR: files left in build directory after distclean:" ; \
813 $(distcleancheck_listfiles) ; \
814 exit 1; } >&2
815 check-am: all-am
816 check: $(BUILT_SOURCES)
817 $(MAKE) $(AM_MAKEFLAGS) check-recursive
818 all-am: Makefile $(MANS)
819 installdirs: installdirs-recursive
820 installdirs-am:
821 for dir in "$(DESTDIR)$(man1dir)"; do \
822 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
823 done
824 install: $(BUILT_SOURCES)
825 $(MAKE) $(AM_MAKEFLAGS) install-recursive
826 install-exec: install-exec-recursive
827 install-data: install-data-recursive
828 uninstall: uninstall-recursive
830 install-am: all-am
831 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
833 installcheck: installcheck-recursive
834 install-strip:
835 if test -z '$(STRIP)'; then \
836 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
837 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
838 install; \
839 else \
840 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
841 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
842 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
844 mostlyclean-generic:
846 clean-generic:
847 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
849 distclean-generic:
850 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
851 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
853 maintainer-clean-generic:
854 @echo "This command is intended for maintainers to use"
855 @echo "it deletes files that may require special tools to rebuild."
856 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
857 clean: clean-recursive
859 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
861 distclean: distclean-recursive
862 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
863 -rm -f Makefile
864 distclean-am: clean-am distclean-generic distclean-hdr \
865 distclean-libtool distclean-tags
867 dvi: dvi-recursive
869 dvi-am:
871 html: html-recursive
873 html-am:
875 info: info-recursive
877 info-am:
879 install-data-am: install-man
881 install-dvi: install-dvi-recursive
883 install-dvi-am:
885 install-exec-am:
887 install-html: install-html-recursive
889 install-html-am:
891 install-info: install-info-recursive
893 install-info-am:
895 install-man: install-man1
897 install-pdf: install-pdf-recursive
899 install-pdf-am:
901 install-ps: install-ps-recursive
903 install-ps-am:
905 installcheck-am:
907 maintainer-clean: maintainer-clean-recursive
908 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
909 -rm -rf $(top_srcdir)/autom4te.cache
910 -rm -f Makefile
911 maintainer-clean-am: distclean-am maintainer-clean-generic
913 mostlyclean: mostlyclean-recursive
915 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
917 pdf: pdf-recursive
919 pdf-am:
921 ps: ps-recursive
923 ps-am:
925 uninstall-am: uninstall-man
927 uninstall-man: uninstall-man1
929 .MAKE: $(am__recursive_targets) all check install install-am \
930 install-strip
932 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
933 am--refresh check check-am clean clean-cscope clean-generic \
934 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
935 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
936 dist-tarZ dist-xz dist-zip distcheck distclean \
937 distclean-generic distclean-hdr distclean-libtool \
938 distclean-tags distcleancheck distdir distuninstallcheck dvi \
939 dvi-am html html-am info info-am install install-am \
940 install-data install-data-am install-dvi install-dvi-am \
941 install-exec install-exec-am install-html install-html-am \
942 install-info install-info-am install-man install-man1 \
943 install-pdf install-pdf-am install-ps install-ps-am \
944 install-strip installcheck installcheck-am installdirs \
945 installdirs-am maintainer-clean maintainer-clean-generic \
946 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
947 ps ps-am tags tags-am uninstall uninstall-am uninstall-man \
948 uninstall-man1
951 .PHONY: c-client.d c-client gssapi_proxy.l
953 c-client.d:
954 if test ! -L c-client ; then $(LN_S) imap/c-client c-client ; fi
956 c-client:
957 $(C_CLIENT_WITH_IPV6)
958 cd imap && $(MAKE) $(C_CLIENT_TARGET) $(C_CLIENT_CFLAGS) $(C_CLIENT_LDFLAGS) $(C_CLIENT_GCCOPTLEVEL) EXTRAAUTHENTICATORS="$(C_CLIENT_AUTHS)" EXTRASPECIALS="$(C_CLIENT_SPECIALS)"
960 gssapi_proxy.l:
961 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
963 clean-local:
964 cd imap && $(MAKE) clean
966 # Tell versions [3.59,3.63) of GNU make to not export all variables.
967 # Otherwise a system limit (for SysV at least) may be exceeded.
968 .NOEXPORT: