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