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