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