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