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