* reverse backward search momemtarily, it will be released as patch,
[alpine.git] / Makefile.in
blobe93e31d677b3d3059fbded4d56698fee39afd007
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 LD = @LD@
198 LDFLAGS = @LDFLAGS@
199 LIBICONV = @LIBICONV@
200 LIBINTL = @LIBINTL@
201 LIBOBJS = @LIBOBJS@
202 LIBS = @LIBS@
203 LIBTOOL = @LIBTOOL@
204 LIPO = @LIPO@
205 LN = @LN@
206 LN_S = @LN_S@
207 LTLIBICONV = @LTLIBICONV@
208 LTLIBINTL = @LTLIBINTL@
209 LTLIBOBJS = @LTLIBOBJS@
210 MAINT = @MAINT@
211 MAKE = @MAKE@
212 MAKEINFO = @MAKEINFO@
213 MKDIR_P = @MKDIR_P@
214 MSGFMT = @MSGFMT@
215 MSGFMT_015 = @MSGFMT_015@
216 MSGMERGE = @MSGMERGE@
217 NM = @NM@
218 NMEDIT = @NMEDIT@
219 NPA_PROG = @NPA_PROG@
220 OBJDUMP = @OBJDUMP@
221 OBJEXT = @OBJEXT@
222 OTOOL = @OTOOL@
223 OTOOL64 = @OTOOL64@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_URL = @PACKAGE_URL@
230 PACKAGE_VERSION = @PACKAGE_VERSION@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 POSUB = @POSUB@
233 PTHREAD_CC = @PTHREAD_CC@
234 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
235 PTHREAD_LIBS = @PTHREAD_LIBS@
236 PWPROG = @PWPROG@
237 RANLIB = @RANLIB@
238 REGEX_BUILD = @REGEX_BUILD@
239 RM = @RM@
240 SED = @SED@
241 SENDMAIL = @SENDMAIL@
242 SET_MAKE = @SET_MAKE@
243 SHELL = @SHELL@
244 SPELLPROG = @SPELLPROG@
245 STRIP = @STRIP@
246 USE_NLS = @USE_NLS@
247 VERSION = @VERSION@
248 WEB_BINDIR = @WEB_BINDIR@
249 WEB_BUILD = @WEB_BUILD@
250 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
251 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
252 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
253 XGETTEXT = @XGETTEXT@
254 XGETTEXT_015 = @XGETTEXT_015@
255 abs_builddir = @abs_builddir@
256 abs_srcdir = @abs_srcdir@
257 abs_top_builddir = @abs_top_builddir@
258 abs_top_srcdir = @abs_top_srcdir@
259 ac_ct_CC = @ac_ct_CC@
260 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
261 acx_pthread_config = @acx_pthread_config@
262 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
263 alpine_simple_spellcheck = @alpine_simple_spellcheck@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 am__tar = @am__tar@
268 am__untar = @am__untar@
269 bindir = @bindir@
270 build = @build@
271 build_alias = @build_alias@
272 build_cpu = @build_cpu@
273 build_os = @build_os@
274 build_vendor = @build_vendor@
275 builddir = @builddir@
276 datadir = @datadir@
277 datarootdir = @datarootdir@
278 docdir = @docdir@
279 dvidir = @dvidir@
280 exec_prefix = @exec_prefix@
281 host = @host@
282 host_alias = @host_alias@
283 host_cpu = @host_cpu@
284 host_os = @host_os@
285 host_vendor = @host_vendor@
286 htmldir = @htmldir@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 lt_ECHO = @lt_ECHO@
295 mandir = @mandir@
296 mkdir_p = @mkdir_p@
297 oldincludedir = @oldincludedir@
298 pdfdir = @pdfdir@
299 prefix = @prefix@
300 program_transform_name = @program_transform_name@
301 psdir = @psdir@
302 sbindir = @sbindir@
303 sharedstatedir = @sharedstatedir@
304 srcdir = @srcdir@
305 sysconfdir = @sysconfdir@
306 target_alias = @target_alias@
307 top_build_prefix = @top_build_prefix@
308 top_builddir = @top_builddir@
309 top_srcdir = @top_srcdir@
310 EXTRA_DIST = config.rpath VERSION README LICENSE
311 SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
312 BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
313 CLEANFILES = c-client
314 man_MANS = doc/alpine.1 doc/pico.1 doc/pilot.1 doc/rpdump.1 doc/rpload.1
315 ACLOCAL_AMFLAGS = -I m4
316 all: $(BUILT_SOURCES)
317 $(MAKE) $(AM_MAKEFLAGS) all-recursive
319 .SUFFIXES:
320 am--refresh:
322 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
327 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
328 && exit 0; \
329 exit 1;; \
330 esac; \
331 done; \
332 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
333 $(am__cd) $(top_srcdir) && \
334 $(AUTOMAKE) --foreign Makefile
335 .PRECIOUS: Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337 @case '$?' in \
338 *config.status*) \
339 echo ' $(SHELL) ./config.status'; \
340 $(SHELL) ./config.status;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
344 esac;
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 $(SHELL) ./config.status --recheck
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350 $(am__cd) $(srcdir) && $(AUTOCONF)
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
353 $(am__aclocal_m4_deps):
355 include/config.h: include/stamp-h1
356 @if test ! -f $@; then \
357 rm -f include/stamp-h1; \
358 $(MAKE) $(AM_MAKEFLAGS) include/stamp-h1; \
359 else :; fi
361 include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.status
362 @rm -f include/stamp-h1
363 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
364 $(top_srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
365 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
366 rm -f include/stamp-h1
367 touch $@
369 distclean-hdr:
370 -rm -f include/config.h include/stamp-h1
372 mostlyclean-libtool:
373 -rm -f *.lo
375 clean-libtool:
376 -rm -rf .libs _libs
378 distclean-libtool:
379 -rm -f libtool config.lt
380 install-man1: $(man_MANS)
381 @$(NORMAL_INSTALL)
382 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
383 @list=''; test -n "$(man1dir)" || exit 0; \
384 { for i in $$list; do echo "$$i"; done; \
385 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
386 sed -n '/\.1[a-z]*$$/p'; \
387 } | while read p; do \
388 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
389 echo "$$d$$p"; echo "$$p"; \
390 done | \
391 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
392 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
393 sed 'N;N;s,\n, ,g' | { \
394 list=; while read file base inst; do \
395 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
396 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
397 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
398 fi; \
399 done; \
400 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
401 while read files; do \
402 test -z "$$files" || { \
403 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
404 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
405 done; }
407 uninstall-man1:
408 @$(NORMAL_UNINSTALL)
409 @list=''; test -n "$(man1dir)" || exit 0; \
410 files=`{ for i in $$list; do echo "$$i"; done; \
411 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
412 sed -n '/\.1[a-z]*$$/p'; \
413 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
414 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
415 test -z "$$files" || { \
416 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
417 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
419 # This directory's subdirectories are mostly independent; you can cd
420 # into them and run `make' without going through this Makefile.
421 # To change the values of `make' variables: instead of editing Makefiles,
422 # (1) if the variable is set in `config.status', edit `config.status'
423 # (which will cause the Makefiles to be regenerated when you run `make');
424 # (2) otherwise, pass the desired values on the `make' command line.
425 $(RECURSIVE_TARGETS):
426 @fail= failcom='exit 1'; \
427 for f in x $$MAKEFLAGS; do \
428 case $$f in \
429 *=* | --[!k]*);; \
430 *k*) failcom='fail=yes';; \
431 esac; \
432 done; \
433 dot_seen=no; \
434 target=`echo $@ | sed s/-recursive//`; \
435 list='$(SUBDIRS)'; for subdir in $$list; do \
436 echo "Making $$target in $$subdir"; \
437 if test "$$subdir" = "."; then \
438 dot_seen=yes; \
439 local_target="$$target-am"; \
440 else \
441 local_target="$$target"; \
442 fi; \
443 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444 || eval $$failcom; \
445 done; \
446 if test "$$dot_seen" = "no"; then \
447 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448 fi; test -z "$$fail"
450 $(RECURSIVE_CLEAN_TARGETS):
451 @fail= failcom='exit 1'; \
452 for f in x $$MAKEFLAGS; do \
453 case $$f in \
454 *=* | --[!k]*);; \
455 *k*) failcom='fail=yes';; \
456 esac; \
457 done; \
458 dot_seen=no; \
459 case "$@" in \
460 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
461 *) list='$(SUBDIRS)' ;; \
462 esac; \
463 rev=''; for subdir in $$list; do \
464 if test "$$subdir" = "."; then :; else \
465 rev="$$subdir $$rev"; \
466 fi; \
467 done; \
468 rev="$$rev ."; \
469 target=`echo $@ | sed s/-recursive//`; \
470 for subdir in $$rev; do \
471 echo "Making $$target in $$subdir"; \
472 if test "$$subdir" = "."; then \
473 local_target="$$target-am"; \
474 else \
475 local_target="$$target"; \
476 fi; \
477 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
478 || eval $$failcom; \
479 done && test -z "$$fail"
480 tags-recursive:
481 list='$(SUBDIRS)'; for subdir in $$list; do \
482 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
483 done
484 ctags-recursive:
485 list='$(SUBDIRS)'; for subdir in $$list; do \
486 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
487 done
489 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
490 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
491 unique=`for i in $$list; do \
492 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493 done | \
494 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495 END { if (nonempty) { for (i in files) print i; }; }'`; \
496 mkid -fID $$unique
497 tags: TAGS
499 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
500 $(TAGS_FILES) $(LISP)
501 set x; \
502 here=`pwd`; \
503 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
504 include_option=--etags-include; \
505 empty_fix=.; \
506 else \
507 include_option=--include; \
508 empty_fix=; \
509 fi; \
510 list='$(SUBDIRS)'; for subdir in $$list; do \
511 if test "$$subdir" = .; then :; else \
512 test ! -f $$subdir/TAGS || \
513 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
514 fi; \
515 done; \
516 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
517 unique=`for i in $$list; do \
518 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519 done | \
520 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
521 END { if (nonempty) { for (i in files) print i; }; }'`; \
522 shift; \
523 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
524 test -n "$$unique" || unique=$$empty_fix; \
525 if test $$# -gt 0; then \
526 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527 "$$@" $$unique; \
528 else \
529 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530 $$unique; \
531 fi; \
533 ctags: CTAGS
534 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
535 $(TAGS_FILES) $(LISP)
536 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537 unique=`for i in $$list; do \
538 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539 done | \
540 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541 END { if (nonempty) { for (i in files) print i; }; }'`; \
542 test -z "$(CTAGS_ARGS)$$unique" \
543 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
544 $$unique
546 GTAGS:
547 here=`$(am__cd) $(top_builddir) && pwd` \
548 && $(am__cd) $(top_srcdir) \
549 && gtags -i $(GTAGS_ARGS) "$$here"
551 distclean-tags:
552 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554 distdir: $(DISTFILES)
555 @list='$(MANS)'; if test -n "$$list"; then \
556 list=`for p in $$list; do \
557 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
558 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
559 if test -n "$$list" && \
560 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
561 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
562 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
563 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
564 echo " typically \`make maintainer-clean' will remove them" >&2; \
565 exit 1; \
566 else :; fi; \
567 else :; fi
568 $(am__remove_distdir)
569 test -d "$(distdir)" || mkdir "$(distdir)"
570 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572 list='$(DISTFILES)'; \
573 dist_files=`for file in $$list; do echo $$file; done | \
574 sed -e "s|^$$srcdirstrip/||;t" \
575 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
576 case $$dist_files in \
577 */*) $(MKDIR_P) `echo "$$dist_files" | \
578 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
579 sort -u` ;; \
580 esac; \
581 for file in $$dist_files; do \
582 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583 if test -d $$d/$$file; then \
584 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
585 if test -d "$(distdir)/$$file"; then \
586 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587 fi; \
588 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
590 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
591 fi; \
592 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
593 else \
594 test -f "$(distdir)/$$file" \
595 || cp -p $$d/$$file "$(distdir)/$$file" \
596 || exit 1; \
597 fi; \
598 done
599 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
600 if test "$$subdir" = .; then :; else \
601 test -d "$(distdir)/$$subdir" \
602 || $(MKDIR_P) "$(distdir)/$$subdir" \
603 || exit 1; \
604 fi; \
605 done
606 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
607 if test "$$subdir" = .; then :; else \
608 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
609 $(am__relativize); \
610 new_distdir=$$reldir; \
611 dir1=$$subdir; dir2="$(top_distdir)"; \
612 $(am__relativize); \
613 new_top_distdir=$$reldir; \
614 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
615 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
616 ($(am__cd) $$subdir && \
617 $(MAKE) $(AM_MAKEFLAGS) \
618 top_distdir="$$new_top_distdir" \
619 distdir="$$new_distdir" \
620 am__remove_distdir=: \
621 am__skip_length_check=: \
622 am__skip_mode_fix=: \
623 distdir) \
624 || exit 1; \
625 fi; \
626 done
627 -test -n "$(am__skip_mode_fix)" \
628 || find "$(distdir)" -type d ! -perm -755 \
629 -exec chmod u+rwx,go+rx {} \; -o \
630 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
631 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
632 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
633 || chmod -R a+r "$(distdir)"
634 dist-gzip: distdir
635 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
636 $(am__remove_distdir)
638 dist-bzip2: distdir
639 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
640 $(am__remove_distdir)
642 dist-lzma: distdir
643 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
644 $(am__remove_distdir)
646 dist-xz: distdir
647 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
648 $(am__remove_distdir)
650 dist-tarZ: distdir
651 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
652 $(am__remove_distdir)
654 dist-shar: distdir
655 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
656 $(am__remove_distdir)
658 dist-zip: distdir
659 -rm -f $(distdir).zip
660 zip -rq $(distdir).zip $(distdir)
661 $(am__remove_distdir)
663 dist dist-all: distdir
664 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
665 $(am__remove_distdir)
667 # This target untars the dist file and tries a VPATH configuration. Then
668 # it guarantees that the distribution is self-contained by making another
669 # tarfile.
670 distcheck: dist
671 case '$(DIST_ARCHIVES)' in \
672 *.tar.gz*) \
673 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
674 *.tar.bz2*) \
675 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
676 *.tar.lzma*) \
677 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
678 *.tar.xz*) \
679 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
680 *.tar.Z*) \
681 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
682 *.shar.gz*) \
683 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
684 *.zip*) \
685 unzip $(distdir).zip ;;\
686 esac
687 chmod -R a-w $(distdir); chmod a+w $(distdir)
688 mkdir $(distdir)/_build
689 mkdir $(distdir)/_inst
690 chmod a-w $(distdir)
691 test -d $(distdir)/_build || exit 0; \
692 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
693 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
694 && am__cwd=`pwd` \
695 && $(am__cd) $(distdir)/_build \
696 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
697 $(DISTCHECK_CONFIGURE_FLAGS) \
698 && $(MAKE) $(AM_MAKEFLAGS) \
699 && $(MAKE) $(AM_MAKEFLAGS) dvi \
700 && $(MAKE) $(AM_MAKEFLAGS) check \
701 && $(MAKE) $(AM_MAKEFLAGS) install \
702 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
703 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
704 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
705 distuninstallcheck \
706 && chmod -R a-w "$$dc_install_base" \
707 && ({ \
708 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
709 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
710 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
711 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
712 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
713 } || { rm -rf "$$dc_destdir"; exit 1; }) \
714 && rm -rf "$$dc_destdir" \
715 && $(MAKE) $(AM_MAKEFLAGS) dist \
716 && rm -rf $(DIST_ARCHIVES) \
717 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
718 && cd "$$am__cwd" \
719 || exit 1
720 $(am__remove_distdir)
721 @(echo "$(distdir) archives ready for distribution: "; \
722 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
723 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
724 distuninstallcheck:
725 @$(am__cd) '$(distuninstallcheck_dir)' \
726 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
727 || { echo "ERROR: files left after uninstall:" ; \
728 if test -n "$(DESTDIR)"; then \
729 echo " (check DESTDIR support)"; \
730 fi ; \
731 $(distuninstallcheck_listfiles) ; \
732 exit 1; } >&2
733 distcleancheck: distclean
734 @if test '$(srcdir)' = . ; then \
735 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
736 exit 1 ; \
738 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
739 || { echo "ERROR: files left in build directory after distclean:" ; \
740 $(distcleancheck_listfiles) ; \
741 exit 1; } >&2
742 check-am: all-am
743 check: $(BUILT_SOURCES)
744 $(MAKE) $(AM_MAKEFLAGS) check-recursive
745 all-am: Makefile $(MANS)
746 installdirs: installdirs-recursive
747 installdirs-am:
748 for dir in "$(DESTDIR)$(man1dir)"; do \
749 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
750 done
751 install: $(BUILT_SOURCES)
752 $(MAKE) $(AM_MAKEFLAGS) install-recursive
753 install-exec: install-exec-recursive
754 install-data: install-data-recursive
755 uninstall: uninstall-recursive
757 install-am: all-am
758 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
760 installcheck: installcheck-recursive
761 install-strip:
762 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
763 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
764 `test -z '$(STRIP)' || \
765 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
766 mostlyclean-generic:
768 clean-generic:
769 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
771 distclean-generic:
772 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
773 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
775 maintainer-clean-generic:
776 @echo "This command is intended for maintainers to use"
777 @echo "it deletes files that may require special tools to rebuild."
778 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
779 clean: clean-recursive
781 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
783 distclean: distclean-recursive
784 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
785 -rm -f Makefile
786 distclean-am: clean-am distclean-generic distclean-hdr \
787 distclean-libtool distclean-tags
789 dvi: dvi-recursive
791 dvi-am:
793 html: html-recursive
795 html-am:
797 info: info-recursive
799 info-am:
801 install-data-am: install-man
803 install-dvi: install-dvi-recursive
805 install-dvi-am:
807 install-exec-am:
809 install-html: install-html-recursive
811 install-html-am:
813 install-info: install-info-recursive
815 install-info-am:
817 install-man: install-man1
819 install-pdf: install-pdf-recursive
821 install-pdf-am:
823 install-ps: install-ps-recursive
825 install-ps-am:
827 installcheck-am:
829 maintainer-clean: maintainer-clean-recursive
830 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
831 -rm -rf $(top_srcdir)/autom4te.cache
832 -rm -f Makefile
833 maintainer-clean-am: distclean-am maintainer-clean-generic
835 mostlyclean: mostlyclean-recursive
837 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
839 pdf: pdf-recursive
841 pdf-am:
843 ps: ps-recursive
845 ps-am:
847 uninstall-am: uninstall-man
849 uninstall-man: uninstall-man1
851 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
852 ctags-recursive install install-am install-strip \
853 tags-recursive
855 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
856 all all-am am--refresh check check-am clean clean-generic \
857 clean-libtool clean-local ctags ctags-recursive dist dist-all \
858 dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
859 dist-zip distcheck distclean distclean-generic distclean-hdr \
860 distclean-libtool distclean-tags distcleancheck distdir \
861 distuninstallcheck dvi dvi-am html html-am info info-am \
862 install install-am install-data install-data-am install-dvi \
863 install-dvi-am install-exec install-exec-am install-html \
864 install-html-am install-info install-info-am install-man \
865 install-man1 install-pdf install-pdf-am install-ps \
866 install-ps-am install-strip installcheck installcheck-am \
867 installdirs installdirs-am maintainer-clean \
868 maintainer-clean-generic mostlyclean mostlyclean-generic \
869 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
870 uninstall uninstall-am uninstall-man uninstall-man1
873 .PHONY: c-client.d c-client gssapi_proxy.l
875 c-client.d:
876 if test ! -L c-client ; then $(LN_S) imap/c-client c-client ; fi
878 c-client:
879 $(C_CLIENT_WITH_IPV6)
880 cd imap && $(MAKE) $(C_CLIENT_TARGET) $(C_CLIENT_CFLAGS) $(C_CLIENT_LDFLAGS) $(C_CLIENT_GCCOPTLEVEL) EXTRASPECIALS="$(C_CLIENT_SPECIALS)"
882 gssapi_proxy.l:
883 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
885 clean-local:
886 cd imap && $(MAKE) clean
888 # Tell versions [3.59,3.63) of GNU make to not export all variables.
889 # Otherwise a system limit (for SysV at least) may be exceeded.
890 .NOEXPORT: