* Implement a different way to delete a password from the cache.
[alpine.git] / pith / Makefile.in
blobe97b5fa1077708ebea467f3de09b12f7a9494b6c
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 2013-2021 Eduardo Chappa
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 # ========================================================================
30 VPATH = @srcdir@
31 am__is_gnu_make = { \
32 if test -z '$(MAKELEVEL)'; then \
33 false; \
34 elif test -n '$(MAKE_HOST)'; then \
35 true; \
36 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
37 true; \
38 else \
39 false; \
40 fi; \
42 am__make_running_with_option = \
43 case $${target_option-} in \
44 ?) ;; \
45 *) echo "am__make_running_with_option: internal error: invalid" \
46 "target option '$${target_option-}' specified" >&2; \
47 exit 1;; \
48 esac; \
49 has_opt=no; \
50 sane_makeflags=$$MAKEFLAGS; \
51 if $(am__is_gnu_make); then \
52 sane_makeflags=$$MFLAGS; \
53 else \
54 case $$MAKEFLAGS in \
55 *\\[\ \ ]*) \
56 bs=\\; \
57 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
59 esac; \
60 fi; \
61 skip_next=no; \
62 strip_trailopt () \
63 { \
64 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65 }; \
66 for flg in $$sane_makeflags; do \
67 test $$skip_next = yes && { skip_next=no; continue; }; \
68 case $$flg in \
69 *=*|--*) continue;; \
70 -*I) strip_trailopt 'I'; skip_next=yes;; \
71 -*I?*) strip_trailopt 'I';; \
72 -*O) strip_trailopt 'O'; skip_next=yes;; \
73 -*O?*) strip_trailopt 'O';; \
74 -*l) strip_trailopt 'l'; skip_next=yes;; \
75 -*l?*) strip_trailopt 'l';; \
76 -[dEDm]) skip_next=yes;; \
77 -[JT]) skip_next=yes;; \
78 esac; \
79 case $$flg in \
80 *$$target_option*) has_opt=yes; break;; \
81 esac; \
82 done; \
83 test $$has_opt = yes
84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86 pkgdatadir = $(datadir)/@PACKAGE@
87 pkgincludedir = $(includedir)/@PACKAGE@
88 pkglibdir = $(libdir)/@PACKAGE@
89 pkglibexecdir = $(libexecdir)/@PACKAGE@
90 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91 install_sh_DATA = $(install_sh) -c -m 644
92 install_sh_PROGRAM = $(install_sh) -c
93 install_sh_SCRIPT = $(install_sh) -c
94 INSTALL_HEADER = $(INSTALL_DATA)
95 transform = $(program_transform_name)
96 NORMAL_INSTALL = :
97 PRE_INSTALL = :
98 POST_INSTALL = :
99 NORMAL_UNINSTALL = :
100 PRE_UNINSTALL = :
101 POST_UNINSTALL = :
102 build_triplet = @build@
103 host_triplet = @host@
104 noinst_PROGRAMS = help_h_gen$(EXEEXT) help_c_gen$(EXEEXT)
105 subdir = pith
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
108 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
109 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
110 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
111 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
112 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
113 $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
114 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
115 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120 CONFIG_HEADER = $(top_builddir)/include/config.h
121 CONFIG_CLEAN_FILES =
122 CONFIG_CLEAN_VPATH_FILES =
123 LIBRARIES = $(noinst_LIBRARIES)
124 ARFLAGS = cru
125 AM_V_AR = $(am__v_AR_@AM_V@)
126 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
127 am__v_AR_0 = @echo " AR " $@;
128 am__v_AR_1 =
129 libpith_a_AR = $(AR) $(ARFLAGS)
130 libpith_a_LIBADD =
131 am_libpith_a_OBJECTS = ablookup.$(OBJEXT) abdlc.$(OBJEXT) \
132 addrbook.$(OBJEXT) addrstring.$(OBJEXT) adrbklib.$(OBJEXT) \
133 bldaddr.$(OBJEXT) body.$(OBJEXT) charset.$(OBJEXT) \
134 color.$(OBJEXT) conf.$(OBJEXT) context.$(OBJEXT) \
135 copyaddr.$(OBJEXT) detoken.$(OBJEXT) detach.$(OBJEXT) \
136 editorial.$(OBJEXT) escapes.$(OBJEXT) filter.$(OBJEXT) \
137 flag.$(OBJEXT) folder.$(OBJEXT) handle.$(OBJEXT) \
138 help.$(OBJEXT) helpindx.$(OBJEXT) hist.$(OBJEXT) \
139 icache.$(OBJEXT) ical.$(OBJEXT) imap.$(OBJEXT) init.$(OBJEXT) \
140 keyword.$(OBJEXT) ldap.$(OBJEXT) list.$(OBJEXT) \
141 mailcap.$(OBJEXT) mailcmd.$(OBJEXT) mailindx.$(OBJEXT) \
142 maillist.$(OBJEXT) mailview.$(OBJEXT) margin.$(OBJEXT) \
143 mimedesc.$(OBJEXT) mimetype.$(OBJEXT) msgno.$(OBJEXT) \
144 newmail.$(OBJEXT) news.$(OBJEXT) pattern.$(OBJEXT) \
145 pipe.$(OBJEXT) readfile.$(OBJEXT) remote.$(OBJEXT) \
146 reply.$(OBJEXT) rfc2231.$(OBJEXT) save.$(OBJEXT) \
147 search.$(OBJEXT) sequence.$(OBJEXT) send.$(OBJEXT) \
148 sort.$(OBJEXT) state.$(OBJEXT) status.$(OBJEXT) \
149 store.$(OBJEXT) stream.$(OBJEXT) string.$(OBJEXT) \
150 strlst.$(OBJEXT) takeaddr.$(OBJEXT) tempfile.$(OBJEXT) \
151 text.$(OBJEXT) thread.$(OBJEXT) adjtime.$(OBJEXT) \
152 url.$(OBJEXT) util.$(OBJEXT) helptext.$(OBJEXT) \
153 smkeys.$(OBJEXT) smime.$(OBJEXT)
154 libpith_a_OBJECTS = $(am_libpith_a_OBJECTS)
155 PROGRAMS = $(noinst_PROGRAMS)
156 help_c_gen_SOURCES = help_c_gen.c
157 help_c_gen_OBJECTS = help_c_gen.$(OBJEXT)
158 help_c_gen_LDADD = $(LDADD)
159 AM_V_lt = $(am__v_lt_@AM_V@)
160 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
161 am__v_lt_0 = --silent
162 am__v_lt_1 =
163 help_h_gen_SOURCES = help_h_gen.c
164 help_h_gen_OBJECTS = help_h_gen.$(OBJEXT)
165 help_h_gen_LDADD = $(LDADD)
166 AM_V_P = $(am__v_P_@AM_V@)
167 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168 am__v_P_0 = false
169 am__v_P_1 = :
170 AM_V_GEN = $(am__v_GEN_@AM_V@)
171 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172 am__v_GEN_0 = @echo " GEN " $@;
173 am__v_GEN_1 =
174 AM_V_at = $(am__v_at_@AM_V@)
175 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176 am__v_at_0 = @
177 am__v_at_1 =
178 DEFAULT_INCLUDES =
179 depcomp = $(SHELL) $(top_srcdir)/depcomp
180 am__depfiles_maybe = depfiles
181 am__mv = mv -f
182 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
186 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
187 $(AM_CFLAGS) $(CFLAGS)
188 AM_V_CC = $(am__v_CC_@AM_V@)
189 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
190 am__v_CC_0 = @echo " CC " $@;
191 am__v_CC_1 =
192 CCLD = $(CC)
193 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
194 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
195 $(AM_LDFLAGS) $(LDFLAGS) -o $@
196 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
197 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
198 am__v_CCLD_0 = @echo " CCLD " $@;
199 am__v_CCLD_1 =
200 SOURCES = $(libpith_a_SOURCES) help_c_gen.c help_h_gen.c
201 DIST_SOURCES = $(libpith_a_SOURCES) help_c_gen.c help_h_gen.c
202 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
203 ctags-recursive dvi-recursive html-recursive info-recursive \
204 install-data-recursive install-dvi-recursive \
205 install-exec-recursive install-html-recursive \
206 install-info-recursive install-pdf-recursive \
207 install-ps-recursive install-recursive installcheck-recursive \
208 installdirs-recursive pdf-recursive ps-recursive \
209 tags-recursive uninstall-recursive
210 am__can_run_installinfo = \
211 case $$AM_UPDATE_INFO_DIR in \
212 n|no|NO) false;; \
213 *) (install-info --version) >/dev/null 2>&1;; \
214 esac
215 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
216 distclean-recursive maintainer-clean-recursive
217 am__recursive_targets = \
218 $(RECURSIVE_TARGETS) \
219 $(RECURSIVE_CLEAN_TARGETS) \
220 $(am__extra_recursive_targets)
221 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
222 distdir
223 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
224 # Read a list of newline-separated strings from the standard input,
225 # and print each of them once, without duplicates. Input order is
226 # *not* preserved.
227 am__uniquify_input = $(AWK) '\
228 BEGIN { nonempty = 0; } \
229 { items[$$0] = 1; nonempty = 1; } \
230 END { if (nonempty) { for (i in items) print i; }; } \
232 # Make sure the list of sources is unique. This is necessary because,
233 # e.g., the same source file might be shared among _SOURCES variables
234 # for different programs/libraries.
235 am__define_uniq_tagged_files = \
236 list='$(am__tagged_files)'; \
237 unique=`for i in $$list; do \
238 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
239 done | $(am__uniquify_input)`
240 ETAGS = etags
241 CTAGS = ctags
242 DIST_SUBDIRS = $(SUBDIRS)
243 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
244 $(top_srcdir)/mkinstalldirs
245 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246 am__relativize = \
247 dir0=`pwd`; \
248 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
249 sed_rest='s,^[^/]*/*,,'; \
250 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
251 sed_butlast='s,/*[^/]*$$,,'; \
252 while test -n "$$dir1"; do \
253 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
254 if test "$$first" != "."; then \
255 if test "$$first" = ".."; then \
256 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
257 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
258 else \
259 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
260 if test "$$first2" = "$$first"; then \
261 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
262 else \
263 dir2="../$$dir2"; \
264 fi; \
265 dir0="$$dir0"/"$$first"; \
266 fi; \
267 fi; \
268 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
269 done; \
270 reldir="$$dir2"
271 ACLOCAL = @ACLOCAL@
272 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
273 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
274 AMTAR = @AMTAR@
275 AM_CFLAGS = @AM_CFLAGS@
276 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
277 AM_LDFLAGS = @AM_LDFLAGS@
278 AR = @AR@
279 AUTOCONF = @AUTOCONF@
280 AUTOHEADER = @AUTOHEADER@
281 AUTOMAKE = @AUTOMAKE@
282 AWK = @AWK@
283 BUILD_EXEEXT = @BUILD_EXEEXT@
284 BUILD_OBJEXT = @BUILD_OBJEXT@
285 CC = @CC@
286 CCDEPMODE = @CCDEPMODE@
287 CC_FOR_BUILD = @CC_FOR_BUILD@
288 CFLAGS = @CFLAGS@
289 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
290 CP = @CP@
291 CPP = @CPP@
292 CPPFLAGS = @CPPFLAGS@
293 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
294 CPP_FOR_BUILD = @CPP_FOR_BUILD@
295 CYGPATH_W = @CYGPATH_W@
296 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
297 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
298 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
299 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
300 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
301 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
302 C_CLIENT_TARGET = @C_CLIENT_TARGET@
303 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
304 DEFS = @DEFS@
305 DEPDIR = @DEPDIR@
306 DLLTOOL = @DLLTOOL@
307 DSYMUTIL = @DSYMUTIL@
308 DUMPBIN = @DUMPBIN@
309 ECHO_C = @ECHO_C@
310 ECHO_N = @ECHO_N@
311 ECHO_T = @ECHO_T@
312 EGREP = @EGREP@
313 EXEEXT = @EXEEXT@
314 FGREP = @FGREP@
315 GMSGFMT = @GMSGFMT@
316 GMSGFMT_015 = @GMSGFMT_015@
317 GREP = @GREP@
318 INSTALL = @INSTALL@
319 INSTALL_DATA = @INSTALL_DATA@
320 INSTALL_PROGRAM = @INSTALL_PROGRAM@
321 INSTALL_SCRIPT = @INSTALL_SCRIPT@
322 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
323 INTLLIBS = @INTLLIBS@
324 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
325 ISPELLPROG = @ISPELLPROG@
326 LD = @LD@
327 LDFLAGS = @LDFLAGS@
328 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
329 LIBICONV = @LIBICONV@
330 LIBINTL = @LIBINTL@
331 LIBOBJS = @LIBOBJS@
332 LIBS = @LIBS@
333 LIBTOOL = @LIBTOOL@
334 LIBTOOL_DEPS = @LIBTOOL_DEPS@
335 LIPO = @LIPO@
336 LN = @LN@
337 LN_S = @LN_S@
338 LS = @LS@
339 LTLIBICONV = @LTLIBICONV@
340 LTLIBINTL = @LTLIBINTL@
341 LTLIBOBJS = @LTLIBOBJS@
342 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
343 MAINT = @MAINT@
344 MAKE = @MAKE@
345 MAKEINFO = @MAKEINFO@
346 MANIFEST_TOOL = @MANIFEST_TOOL@
347 MKDIR_P = @MKDIR_P@
348 MSGFMT = @MSGFMT@
349 MSGFMT_015 = @MSGFMT_015@
350 MSGMERGE = @MSGMERGE@
351 NM = @NM@
352 NMEDIT = @NMEDIT@
353 NPA_PROG = @NPA_PROG@
354 OBJDUMP = @OBJDUMP@
355 OBJEXT = @OBJEXT@
356 OTOOL = @OTOOL@
357 OTOOL64 = @OTOOL64@
358 PACKAGE = @PACKAGE@
359 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
360 PACKAGE_NAME = @PACKAGE_NAME@
361 PACKAGE_STRING = @PACKAGE_STRING@
362 PACKAGE_TARNAME = @PACKAGE_TARNAME@
363 PACKAGE_URL = @PACKAGE_URL@
364 PACKAGE_VERSION = @PACKAGE_VERSION@
365 PATH_SEPARATOR = @PATH_SEPARATOR@
366 POSUB = @POSUB@
367 PTHREAD_CC = @PTHREAD_CC@
368 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
369 PTHREAD_LIBS = @PTHREAD_LIBS@
370 PWPROG = @PWPROG@
371 RANLIB = @RANLIB@
372 REGEX_BUILD = @REGEX_BUILD@
373 RM = @RM@
374 SED = @SED@
375 SENDMAIL = @SENDMAIL@
376 SET_MAKE = @SET_MAKE@
377 SHELL = @SHELL@
378 SPELLPROG = @SPELLPROG@
379 STRIP = @STRIP@
380 USE_NLS = @USE_NLS@
381 VERSION = @VERSION@
382 WEB_BINDIR = @WEB_BINDIR@
383 WEB_BUILD = @WEB_BUILD@
384 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
385 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
386 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
387 XGETTEXT = @XGETTEXT@
388 XGETTEXT_015 = @XGETTEXT_015@
389 abs_builddir = @abs_builddir@
390 abs_srcdir = @abs_srcdir@
391 abs_top_builddir = @abs_top_builddir@
392 abs_top_srcdir = @abs_top_srcdir@
393 ac_ct_AR = @ac_ct_AR@
394 ac_ct_CC = @ac_ct_CC@
395 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
396 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
397 acx_pthread_config = @acx_pthread_config@
398 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
399 alpine_simple_spellcheck = @alpine_simple_spellcheck@
400 am__include = @am__include@
401 am__leading_dot = @am__leading_dot@
402 am__quote = @am__quote@
403 am__tar = @am__tar@
404 am__untar = @am__untar@
405 bindir = @bindir@
406 build = @build@
407 build_alias = @build_alias@
408 build_cpu = @build_cpu@
409 build_os = @build_os@
410 build_vendor = @build_vendor@
411 builddir = @builddir@
412 datadir = @datadir@
413 datarootdir = @datarootdir@
414 docdir = @docdir@
415 dvidir = @dvidir@
416 exec_prefix = @exec_prefix@
417 host = @host@
418 host_alias = @host_alias@
419 host_cpu = @host_cpu@
420 host_os = @host_os@
421 host_vendor = @host_vendor@
422 htmldir = @htmldir@
423 includedir = @includedir@
424 infodir = @infodir@
425 install_sh = @install_sh@
426 libdir = @libdir@
427 libexecdir = @libexecdir@
428 localedir = @localedir@
429 localstatedir = @localstatedir@
430 mandir = @mandir@
431 mkdir_p = @mkdir_p@
432 oldincludedir = @oldincludedir@
433 pdfdir = @pdfdir@
434 prefix = @prefix@
435 program_transform_name = @program_transform_name@
436 psdir = @psdir@
437 sbindir = @sbindir@
438 sharedstatedir = @sharedstatedir@
439 srcdir = @srcdir@
440 sysconfdir = @sysconfdir@
441 target_alias = @target_alias@
442 top_build_prefix = @top_build_prefix@
443 top_builddir = @top_builddir@
444 top_srcdir = @top_srcdir@
445 SUBDIRS = osdep charconv
446 noinst_LIBRARIES = libpith.a
447 BUILT_SOURCES = helptext.h helptext.c
448 libpith_a_SOURCES = ablookup.c abdlc.c addrbook.c addrstring.c adrbklib.c bldaddr.c body.c charset.c \
449 color.c conf.c context.c copyaddr.c detoken.c detach.c editorial.c escapes.c \
450 filter.c flag.c folder.c handle.c help.c helpindx.c hist.c icache.c ical.c imap.c init.c \
451 keyword.c ldap.c list.c mailcap.c mailcmd.c mailindx.c maillist.c mailview.c \
452 margin.c mimedesc.c mimetype.c msgno.c newmail.c news.c pattern.c pipe.c \
453 readfile.c remote.c reply.c rfc2231.c save.c search.c sequence.c send.c sort.c \
454 state.c status.c store.c stream.c string.c strlst.c takeaddr.c tempfile.c text.c \
455 thread.c adjtime.c url.c util.c helptext.c smkeys.c smime.c
457 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
458 CLEANFILES = helptext.c helptext.h help_h_gen help_c_gen
459 all: $(BUILT_SOURCES)
460 $(MAKE) $(AM_MAKEFLAGS) all-recursive
462 .SUFFIXES:
463 .SUFFIXES: .c .lo .o .obj
464 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
465 @for dep in $?; do \
466 case '$(am__configure_deps)' in \
467 *$$dep*) \
468 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
469 && { if test -f $@; then exit 0; else break; fi; }; \
470 exit 1;; \
471 esac; \
472 done; \
473 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/Makefile'; \
474 $(am__cd) $(top_srcdir) && \
475 $(AUTOMAKE) --foreign pith/Makefile
476 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
477 @case '$?' in \
478 *config.status*) \
479 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
480 *) \
481 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
482 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
483 esac;
485 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
491 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492 $(am__aclocal_m4_deps):
494 clean-noinstLIBRARIES:
495 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
497 libpith.a: $(libpith_a_OBJECTS) $(libpith_a_DEPENDENCIES) $(EXTRA_libpith_a_DEPENDENCIES)
498 $(AM_V_at)-rm -f libpith.a
499 $(AM_V_AR)$(libpith_a_AR) libpith.a $(libpith_a_OBJECTS) $(libpith_a_LIBADD)
500 $(AM_V_at)$(RANLIB) libpith.a
502 clean-noinstPROGRAMS:
503 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
504 echo " rm -f" $$list; \
505 rm -f $$list || exit $$?; \
506 test -n "$(EXEEXT)" || exit 0; \
507 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
508 echo " rm -f" $$list; \
509 rm -f $$list
511 mostlyclean-compile:
512 -rm -f *.$(OBJEXT)
514 distclean-compile:
515 -rm -f *.tab.c
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abdlc.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ablookup.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrbook.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrstring.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjtime.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adrbklib.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bldaddr.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/body.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copyaddr.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/detach.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/detoken.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editorial.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escapes.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flag.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/folder.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handle.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_c_gen.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help_h_gen.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helpindx.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helptext.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icache.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ical.Po@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyword.Po@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldap.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mailcap.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mailcmd.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mailindx.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maillist.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mailview.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/margin.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimedesc.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimetype.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msgno.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newmail.Po@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/news.Po@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pattern.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe.Po@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readfile.Po@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote.Po@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reply.Po@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2231.Po@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save.Po@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sequence.Po@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smime.Po@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smkeys.Po@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sort.Po@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/store.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/takeaddr.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempfile.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/url.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
588 .c.o:
589 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
590 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
595 .c.obj:
596 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
597 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
602 .c.lo:
603 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
604 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
605 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
609 mostlyclean-libtool:
610 -rm -f *.lo
612 clean-libtool:
613 -rm -rf .libs _libs
615 # This directory's subdirectories are mostly independent; you can cd
616 # into them and run 'make' without going through this Makefile.
617 # To change the values of 'make' variables: instead of editing Makefiles,
618 # (1) if the variable is set in 'config.status', edit 'config.status'
619 # (which will cause the Makefiles to be regenerated when you run 'make');
620 # (2) otherwise, pass the desired values on the 'make' command line.
621 $(am__recursive_targets):
622 @fail=; \
623 if $(am__make_keepgoing); then \
624 failcom='fail=yes'; \
625 else \
626 failcom='exit 1'; \
627 fi; \
628 dot_seen=no; \
629 target=`echo $@ | sed s/-recursive//`; \
630 case "$@" in \
631 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
632 *) list='$(SUBDIRS)' ;; \
633 esac; \
634 for subdir in $$list; do \
635 echo "Making $$target in $$subdir"; \
636 if test "$$subdir" = "."; then \
637 dot_seen=yes; \
638 local_target="$$target-am"; \
639 else \
640 local_target="$$target"; \
641 fi; \
642 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
643 || eval $$failcom; \
644 done; \
645 if test "$$dot_seen" = "no"; then \
646 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
647 fi; test -z "$$fail"
649 ID: $(am__tagged_files)
650 $(am__define_uniq_tagged_files); mkid -fID $$unique
651 tags: tags-recursive
652 TAGS: tags
654 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655 set x; \
656 here=`pwd`; \
657 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
658 include_option=--etags-include; \
659 empty_fix=.; \
660 else \
661 include_option=--include; \
662 empty_fix=; \
663 fi; \
664 list='$(SUBDIRS)'; for subdir in $$list; do \
665 if test "$$subdir" = .; then :; else \
666 test ! -f $$subdir/TAGS || \
667 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
668 fi; \
669 done; \
670 $(am__define_uniq_tagged_files); \
671 shift; \
672 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
673 test -n "$$unique" || unique=$$empty_fix; \
674 if test $$# -gt 0; then \
675 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
676 "$$@" $$unique; \
677 else \
678 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
679 $$unique; \
680 fi; \
682 ctags: ctags-recursive
684 CTAGS: ctags
685 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
686 $(am__define_uniq_tagged_files); \
687 test -z "$(CTAGS_ARGS)$$unique" \
688 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
689 $$unique
691 GTAGS:
692 here=`$(am__cd) $(top_builddir) && pwd` \
693 && $(am__cd) $(top_srcdir) \
694 && gtags -i $(GTAGS_ARGS) "$$here"
695 cscopelist: cscopelist-recursive
697 cscopelist-am: $(am__tagged_files)
698 list='$(am__tagged_files)'; \
699 case "$(srcdir)" in \
700 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
701 *) sdir=$(subdir)/$(srcdir) ;; \
702 esac; \
703 for i in $$list; do \
704 if test -f "$$i"; then \
705 echo "$(subdir)/$$i"; \
706 else \
707 echo "$$sdir/$$i"; \
708 fi; \
709 done >> $(top_builddir)/cscope.files
711 distclean-tags:
712 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
714 distdir: $(DISTFILES)
715 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
716 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
717 list='$(DISTFILES)'; \
718 dist_files=`for file in $$list; do echo $$file; done | \
719 sed -e "s|^$$srcdirstrip/||;t" \
720 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
721 case $$dist_files in \
722 */*) $(MKDIR_P) `echo "$$dist_files" | \
723 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
724 sort -u` ;; \
725 esac; \
726 for file in $$dist_files; do \
727 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
728 if test -d $$d/$$file; then \
729 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
730 if test -d "$(distdir)/$$file"; then \
731 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
732 fi; \
733 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
734 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
735 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
736 fi; \
737 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
738 else \
739 test -f "$(distdir)/$$file" \
740 || cp -p $$d/$$file "$(distdir)/$$file" \
741 || exit 1; \
742 fi; \
743 done
744 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
745 if test "$$subdir" = .; then :; else \
746 $(am__make_dryrun) \
747 || test -d "$(distdir)/$$subdir" \
748 || $(MKDIR_P) "$(distdir)/$$subdir" \
749 || exit 1; \
750 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
751 $(am__relativize); \
752 new_distdir=$$reldir; \
753 dir1=$$subdir; dir2="$(top_distdir)"; \
754 $(am__relativize); \
755 new_top_distdir=$$reldir; \
756 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
757 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
758 ($(am__cd) $$subdir && \
759 $(MAKE) $(AM_MAKEFLAGS) \
760 top_distdir="$$new_top_distdir" \
761 distdir="$$new_distdir" \
762 am__remove_distdir=: \
763 am__skip_length_check=: \
764 am__skip_mode_fix=: \
765 distdir) \
766 || exit 1; \
767 fi; \
768 done
769 check-am: all-am
770 check: $(BUILT_SOURCES)
771 $(MAKE) $(AM_MAKEFLAGS) check-recursive
772 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
773 installdirs: installdirs-recursive
774 installdirs-am:
775 install: $(BUILT_SOURCES)
776 $(MAKE) $(AM_MAKEFLAGS) install-recursive
777 install-exec: install-exec-recursive
778 install-data: install-data-recursive
779 uninstall: uninstall-recursive
781 install-am: all-am
782 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
784 installcheck: installcheck-recursive
785 install-strip:
786 if test -z '$(STRIP)'; then \
787 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
788 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
789 install; \
790 else \
791 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
792 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
793 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
795 mostlyclean-generic:
797 clean-generic:
798 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
800 distclean-generic:
801 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
802 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
804 maintainer-clean-generic:
805 @echo "This command is intended for maintainers to use"
806 @echo "it deletes files that may require special tools to rebuild."
807 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
808 clean: clean-recursive
810 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
811 clean-noinstPROGRAMS mostlyclean-am
813 distclean: distclean-recursive
814 -rm -rf ./$(DEPDIR)
815 -rm -f Makefile
816 distclean-am: clean-am distclean-compile distclean-generic \
817 distclean-tags
819 dvi: dvi-recursive
821 dvi-am:
823 html: html-recursive
825 html-am:
827 info: info-recursive
829 info-am:
831 install-data-am:
833 install-dvi: install-dvi-recursive
835 install-dvi-am:
837 install-exec-am:
839 install-html: install-html-recursive
841 install-html-am:
843 install-info: install-info-recursive
845 install-info-am:
847 install-man:
849 install-pdf: install-pdf-recursive
851 install-pdf-am:
853 install-ps: install-ps-recursive
855 install-ps-am:
857 installcheck-am:
859 maintainer-clean: maintainer-clean-recursive
860 -rm -rf ./$(DEPDIR)
861 -rm -f Makefile
862 maintainer-clean-am: distclean-am maintainer-clean-generic
864 mostlyclean: mostlyclean-recursive
866 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
867 mostlyclean-libtool
869 pdf: pdf-recursive
871 pdf-am:
873 ps: ps-recursive
875 ps-am:
877 uninstall-am:
879 .MAKE: $(am__recursive_targets) all check install install-am \
880 install-strip
882 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
883 check-am clean clean-generic clean-libtool \
884 clean-noinstLIBRARIES clean-noinstPROGRAMS cscopelist-am ctags \
885 ctags-am distclean distclean-compile distclean-generic \
886 distclean-libtool distclean-tags distdir dvi dvi-am html \
887 html-am info info-am install install-am install-data \
888 install-data-am install-dvi install-dvi-am install-exec \
889 install-exec-am install-html install-html-am install-info \
890 install-info-am install-man install-pdf install-pdf-am \
891 install-ps install-ps-am install-strip installcheck \
892 installcheck-am installdirs installdirs-am maintainer-clean \
893 maintainer-clean-generic mostlyclean mostlyclean-compile \
894 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
895 tags tags-am uninstall uninstall-am
897 .PRECIOUS: Makefile
900 help_c_gen$(EXEEXT): $(help_c_gen_OBJECTS) $(help_c_gen_DEPENDENCIES)
901 @rm -f help_c_gen$(EXEEXT)
902 $(LINK) $(help_c_gen_OBJECTS) $(help_c_gen_LDADD)
903 help_h_gen$(EXEEXT): $(help_h_gen_OBJECTS) $(help_h_gen_DEPENDENCIES)
904 @rm -f help_h_gen$(EXEEXT)
905 $(LINK) $(help_h_gen_OBJECTS) $(help_h_gen_LDADD)
907 helptext.c: help_c_gen pine.hlp
908 ./help_c_gen < pine.hlp > $@
910 helptext.h: help_h_gen pine.hlp
911 ./help_h_gen < pine.hlp > $@
913 # Tell versions [3.59,3.63) of GNU make to not export all variables.
914 # Otherwise a system limit (for SysV at least) may be exceeded.
915 .NOEXPORT: