1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 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
19 pkgdatadir = $(datadir)/mutt
20 pkglibdir = $(libdir)/mutt
21 pkgincludedir = $(includedir)/mutt
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
34 build_triplet = i486-pc-linux-gnu
35 host_triplet = i486-pc-linux-gnu
36 EXTRA_PROGRAMS = mutt_dotlock$(EXEEXT) pgpring$(EXEEXT) \
37 pgpewrap$(EXEEXT) mutt_md5$(EXEEXT)
38 bin_PROGRAMS = mutt$(EXEEXT) mutt_dotlock$(EXEEXT) pgpring$(EXEEXT) pgpewrap$(EXEEXT)
40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42 $(srcdir)/hcachever.sh.in $(srcdir)/muttbug.sh.in \
43 $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
44 ABOUT-NLS ChangeLog INSTALL NEWS TODO config.guess config.sub \
45 depcomp install-sh missing mkinstalldirs regex.c setenv.c \
46 snprintf.c strcasecmp.c strdup.c strsep.c strtok_r.c
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
49 $(top_srcdir)/m4/curslib.m4 $(top_srcdir)/m4/funcdecl.m4 \
50 $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
51 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
52 $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
53 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/progtest.m4 \
54 $(top_srcdir)/m4/types.m4 $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 configure.lineno config.status.lineno
59 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60 CONFIG_HEADER = config.h
61 CONFIG_CLEAN_FILES = intl/Makefile hcachever.sh muttbug.sh
62 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
63 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
64 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
65 am_mutt_OBJECTS = addrbook.$(OBJEXT) alias.$(OBJEXT) attach.$(OBJEXT) \
66 base64.$(OBJEXT) browser.$(OBJEXT) buffy.$(OBJEXT) \
67 color.$(OBJEXT) crypt.$(OBJEXT) cryptglue.$(OBJEXT) \
68 compress.$(OBJEXT) commands.$(OBJEXT) complete.$(OBJEXT) \
69 compose.$(OBJEXT) copy.$(OBJEXT) curs_lib.$(OBJEXT) \
70 curs_main.$(OBJEXT) date.$(OBJEXT) edit.$(OBJEXT) \
71 enter.$(OBJEXT) flags.$(OBJEXT) init.$(OBJEXT) \
72 filter.$(OBJEXT) from.$(OBJEXT) getdomain.$(OBJEXT) \
73 group.$(OBJEXT) handler.$(OBJEXT) hash.$(OBJEXT) \
74 hdrline.$(OBJEXT) headers.$(OBJEXT) help.$(OBJEXT) \
75 hook.$(OBJEXT) keymap.$(OBJEXT) main.$(OBJEXT) mbox.$(OBJEXT) \
76 menu.$(OBJEXT) mh.$(OBJEXT) mx.$(OBJEXT) pager.$(OBJEXT) \
77 parse.$(OBJEXT) pattern.$(OBJEXT) postpone.$(OBJEXT) \
78 query.$(OBJEXT) recvattach.$(OBJEXT) recvcmd.$(OBJEXT) \
79 rfc822.$(OBJEXT) rfc1524.$(OBJEXT) rfc2047.$(OBJEXT) \
80 rfc2231.$(OBJEXT) rfc3676.$(OBJEXT) score.$(OBJEXT) \
81 send.$(OBJEXT) sendlib.$(OBJEXT) signal.$(OBJEXT) \
82 sort.$(OBJEXT) status.$(OBJEXT) system.$(OBJEXT) \
83 thread.$(OBJEXT) charset.$(OBJEXT) history.$(OBJEXT) \
84 lib.$(OBJEXT) muttlib.$(OBJEXT) editmsg.$(OBJEXT) \
85 mbyte.$(OBJEXT) url.$(OBJEXT) ascii.$(OBJEXT) \
87 am__objects_1 = patchlist.$(OBJEXT)
88 nodist_mutt_OBJECTS = $(am__objects_1)
89 mutt_OBJECTS = $(am_mutt_OBJECTS) $(nodist_mutt_OBJECTS)
91 am_mutt_dotlock_OBJECTS = mutt_dotlock.$(OBJEXT)
92 mutt_dotlock_OBJECTS = $(am_mutt_dotlock_OBJECTS)
93 am_mutt_md5_OBJECTS = mutt_md5-md5.$(OBJEXT)
94 mutt_md5_OBJECTS = $(am_mutt_md5_OBJECTS)
95 mutt_md5_DEPENDENCIES =
96 mutt_md5_LINK = $(CCLD) $(mutt_md5_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98 pgpewrap_SOURCES = pgpewrap.c
99 pgpewrap_OBJECTS = pgpewrap.$(OBJEXT)
100 pgpewrap_LDADD = $(LDADD)
101 pgpewrap_DEPENDENCIES =
102 am_pgpring_OBJECTS = pgppubring.$(OBJEXT) pgplib.$(OBJEXT) \
103 lib.$(OBJEXT) extlib.$(OBJEXT) sha1.$(OBJEXT) md5.$(OBJEXT) \
104 pgppacket.$(OBJEXT) ascii.$(OBJEXT)
105 pgpring_OBJECTS = $(am_pgpring_OBJECTS)
106 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
107 SCRIPTS = $(bin_SCRIPTS)
108 DEFAULT_INCLUDES = -I. -I$(srcdir)
109 depcomp = $(SHELL) $(top_srcdir)/depcomp
110 am__depfiles_maybe = depfiles
111 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
115 SOURCES = $(mutt_SOURCES) $(EXTRA_mutt_SOURCES) $(nodist_mutt_SOURCES) \
116 $(mutt_dotlock_SOURCES) $(mutt_md5_SOURCES) pgpewrap.c \
118 DIST_SOURCES = $(mutt_SOURCES) $(EXTRA_mutt_SOURCES) \
119 $(mutt_dotlock_SOURCES) $(mutt_md5_SOURCES) pgpewrap.c \
121 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
122 html-recursive info-recursive install-data-recursive \
123 install-dvi-recursive install-exec-recursive \
124 install-html-recursive install-info-recursive \
125 install-pdf-recursive install-ps-recursive install-recursive \
126 installcheck-recursive installdirs-recursive pdf-recursive \
127 ps-recursive uninstall-recursive
128 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
129 distclean-recursive maintainer-clean-recursive
132 DIST_SUBDIRS = m4 po intl doc contrib imap
133 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134 distdir = $(PACKAGE)-$(VERSION)
135 top_distdir = $(distdir)
136 am__remove_distdir = \
137 { test ! -d $(distdir) \
138 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
139 && rm -fr $(distdir); }; }
140 DIST_ARCHIVES = $(distdir).tar.gz
142 distuninstallcheck_listfiles = find . -type f -print
143 distcleancheck_listfiles = find . -type f -print
144 ACLOCAL = ${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run aclocal-1.10
146 AMTAR = ${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run tar
148 AUTOCONF = ${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run autoconf
149 AUTOHEADER = ${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run autoheader
150 AUTOMAKE = ${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run automake-1.10
152 BUILD_INCLUDED_LIBINTL = no
153 CATALOGS = de.gmo eu.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gmo da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo ga.gmo
156 CCDEPMODE = depmode=none
157 CFLAGS = -Wall -pedantic -Wno-long-long -Wall -g -O2
158 CONFIG_STATUS_DEPENDENCIES = $(top_srcdir)/VERSION
160 CPPFLAGS = -I/usr/include/qdbm -I/usr/include/qdbm -I/include -I$(top_srcdir)/intl
164 DEBUGGER = /usr/bin/gdb
165 DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
166 -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \
171 DOTLOCK_PERMISSION = 2755
172 DOTLOCK_TARGET = mutt_dotlock$(EXEEXT)
182 GMOFILES = de.gmo eu.gmo ru.gmo it.gmo es.gmo uk.gmo fr.gmo pl.gmo nl.gmo cs.gmo id.gmo sk.gmo ko.gmo el.gmo zh_TW.gmo zh_CN.gmo pt_BR.gmo eo.gmo gl.gmo sv.gmo da.gmo lt.gmo tr.gmo ja.gmo hu.gmo et.gmo ca.gmo bg.gmo ga.gmo
183 GMSGFMT = /usr/bin/msgfmt
185 GNUTLS_LIBS = -lgnutls
187 GPGME_CONFIG = /usr/bin/gpgme-config
188 GPGME_LIBS = -lgpgme -lgpg-error
190 INSTALL = /usr/bin/install -c
191 INSTALL_DATA = ${INSTALL} -m 644
192 INSTALL_PROGRAM = ${INSTALL}
193 INSTALL_SCRIPT = ${INSTALL}
194 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
199 INTL_LIBTOOL_SUFFIX_PREFIX =
201 KRB5CFGPATH = /usr/bin/krb5-config
204 LIBIMAP = -Limap -limap
205 LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
210 MAKEINFO = ${SHELL} /home/nightolo/debian-pkg/mutt/mutt/missing --run makeinfo
211 MKDIR_P = /bin/mkdir -p
212 MKINSTALLDIRS = ../mkinstalldirs
213 MSGFMT = /usr/bin/msgfmt
214 MUTTLIBS = -lncursesw -lncursesw -L/usr/lib -Wall -g -O2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgnutls -lsasl2 -lgdbm
215 MUTT_LIB_OBJECTS = crypt-gpgme.o crypt-mod-pgp-gpgme.o crypt-mod-smime-gpgme.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o remailer.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl_gnutls.o mutt_sasl.o hcache.o md5.o mutt_idna.o
218 OPS = $(srcdir)/OPS $(srcdir)/OPS.MIX $(srcdir)/OPS.PGP $(srcdir)/OPS.SMIME $(srcdir)/OPS.CRYPT
219 OSPCAT = /usr/bin/ospcat
227 PGPAUX_TARGET = pgpring$(EXEEXT) pgpewrap$(EXEEXT)
228 PKG_CONFIG = /usr/bin/pkg-config
229 POFILES = de.po eu.po ru.po it.po es.po uk.po fr.po pl.po nl.po cs.po id.po sk.po ko.po el.po zh_TW.po zh_CN.po pt_BR.po eo.po gl.po sv.po da.po lt.po tr.po ja.po hu.po et.po ca.po bg.po ga.po
233 SENDMAIL = /usr/sbin/sendmail
236 SMIMEAUX_TARGET = smime_keys
239 USE_INCLUDED_LIBINTL = no
242 XGETTEXT = /usr/bin/xgettext
243 abs_builddir = /home/nightolo/debian-pkg/mutt/mutt/obj-i486-linux-gnu
244 abs_srcdir = /home/nightolo/debian-pkg/mutt/mutt/obj-i486-linux-gnu/..
245 abs_top_builddir = /home/nightolo/debian-pkg/mutt/mutt/obj-i486-linux-gnu
246 abs_top_srcdir = /home/nightolo/debian-pkg/mutt/mutt/obj-i486-linux-gnu/..
248 am__include = include
251 am__tar = ${AMTAR} chof - "$$tardir"
252 am__untar = ${AMTAR} xf -
253 bindir = ${exec_prefix}/bin
254 build = i486-pc-linux-gnu
255 build_alias = i486-linux-gnu
260 datadir = ${datarootdir}
261 datarootdir = ${prefix}/share
262 docdir = /usr/share/doc
264 exec_prefix = ${prefix}
265 host = i486-pc-linux-gnu
271 includedir = ${prefix}/include
272 infodir = ${datarootdir}/info
273 install_sh = $(SHELL) /home/nightolo/debian-pkg/mutt/mutt/install-sh
274 libdir = ${exec_prefix}/lib
275 libexecdir = ${exec_prefix}/libexec
276 localedir = ${datarootdir}/locale
277 localstatedir = ${prefix}/var
278 mandir = /usr/share/man
279 mkdir_p = /bin/mkdir -p
280 oldincludedir = /usr/include
283 program_transform_name = s,x,x,
285 sbindir = ${exec_prefix}/sbin
286 sharedstatedir = ${prefix}/com
293 AUTOMAKE_OPTIONS = 1.6 foreign
295 IMAP_INCLUDES = -I$(top_srcdir)/imap
296 SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
297 bin_SCRIPTS = muttbug flea smime_keys
298 BUILT_SOURCES = keymap_defs.h patchlist.c reldate.h hcversion.h
300 addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \
301 crypt.c cryptglue.c compress.c \
302 commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
303 edit.c enter.c flags.c init.c filter.c from.c \
304 getdomain.c group.c \
305 handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
306 main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c \
307 postpone.c query.c recvattach.c recvcmd.c \
308 rfc822.c rfc1524.c rfc2047.c rfc2231.c rfc3676.c \
309 score.c send.c sendlib.c signal.c sort.c \
310 status.c system.c thread.c charset.c history.c lib.c \
311 muttlib.c editmsg.c mbyte.c \
312 url.c ascii.c crypt-mod.c crypt-mod.h
314 nodist_mutt_SOURCES = $(BUILT_SOURCES)
315 mutt_LDADD = crypt-gpgme.o crypt-mod-pgp-gpgme.o crypt-mod-smime-gpgme.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o remailer.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl_gnutls.o mutt_sasl.o hcache.o md5.o mutt_idna.o $(LIBIMAP) $(MUTTLIBS) \
316 $(INTLLIBS) $(LIBICONV) $(GPGME_LIBS)
318 mutt_DEPENDENCIES = crypt-gpgme.o crypt-mod-pgp-gpgme.o crypt-mod-smime-gpgme.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o remailer.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl_gnutls.o mutt_sasl.o hcache.o md5.o mutt_idna.o $(LIBIMAPDEPS) \
321 AM_CPPFLAGS = -I. -I$(top_srcdir) $(IMAP_INCLUDES) $(GPGME_CFLAGS) -Iintl
322 EXTRA_mutt_SOURCES = account.c bcache.c crypt-gpgme.c crypt-mod-pgp-classic.c \
323 crypt-mod-pgp-gpgme.c crypt-mod-smime-classic.c \
324 crypt-mod-smime-gpgme.c dotlock.c gnupgparse.c hcache.c md5.c \
325 mutt_idna.c mutt_sasl.c mutt_socket.c mutt_ssl.c mutt_ssl_gnutls.c \
326 mutt_tunnel.c pgp.c pgpinvoke.c pgpkey.c pgplib.c pgpmicalg.c \
327 pgppacket.c pop.c pop_auth.c pop_lib.c remailer.c resize.c sha1.c \
328 smime.c smtp.c utf8.c wcwidth.c \
329 bcache.h browser.h hcache.h mbyte.h mutt_idna.h remailer.h url.h
331 EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO UPDATING \
332 configure account.h compress.h \
333 attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs \
334 globals.h hash.h history.h init.h keymap.h mutt_crypt.h \
335 mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h \
336 mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h \
337 mx.h pager.h pgp.h pop.h protos.h rfc1524.h rfc2047.h \
338 rfc2231.h rfc822.h rfc3676.h sha1.h sort.h mime.types VERSION prepare \
339 _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h \
340 mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h \
342 muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \
343 ChangeLog mkchangelog.sh mutt_idna.h \
344 snprintf.c regex.c crypt-gpgme.h hcachever.sh.in
346 EXTRA_SCRIPTS = smime_keys
347 mutt_dotlock_SOURCES = mutt_dotlock.c
349 mutt_dotlock_DEPENDENCIES =
350 pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5.c pgppacket.c ascii.c
351 pgpring_LDADD = $(INTLLIBS)
352 pgpring_DEPENDENCIES = $(INTLDEPS)
353 mutt_md5_SOURCES = md5.c
354 mutt_md5_CFLAGS = -DMD5UTIL
356 noinst_PROGRAMS = $(MUTT_MD5)
357 CLEANFILES = mutt_dotlock.c keymap_alldefs.h $(BUILT_SOURCES)
358 DISTCLEANFILES = flea smime_keys
359 ACLOCAL_AMFLAGS = -I m4
361 all: $(BUILT_SOURCES) config.h
362 $(MAKE) $(AM_MAKEFLAGS) all-recursive
365 .SUFFIXES: .c .o .obj
368 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
370 case '$(am__configure_deps)' in \
372 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
373 cd $(srcdir) && $(AUTOMAKE) --foreign \
378 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
379 cd $(top_srcdir) && \
380 $(AUTOMAKE) --foreign Makefile
382 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385 echo ' $(SHELL) ./config.status'; \
386 $(SHELL) ./config.status;; \
388 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
389 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
392 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
393 $(SHELL) ./config.status --recheck
395 $(top_srcdir)/configure: # $(am__configure_deps)
396 cd $(srcdir) && $(AUTOCONF)
397 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
398 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
401 @if test ! -f $@; then \
403 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
406 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
408 cd $(top_builddir) && $(SHELL) ./config.status config.h
409 $(srcdir)/config.h.in: # $(am__configure_deps)
410 cd $(top_srcdir) && $(AUTOHEADER)
415 -rm -f config.h stamp-h1
416 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
417 cd $(top_builddir) && $(SHELL) ./config.status $@
418 hcachever.sh: $(top_builddir)/config.status $(srcdir)/hcachever.sh.in
419 cd $(top_builddir) && $(SHELL) ./config.status $@
420 muttbug.sh: $(top_builddir)/config.status $(srcdir)/muttbug.sh.in
421 cd $(top_builddir) && $(SHELL) ./config.status $@
422 install-binPROGRAMS: $(bin_PROGRAMS)
424 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
425 @list='$(bin_PROGRAMS)'; for p in $$list; do \
426 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
429 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
430 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
431 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
435 uninstall-binPROGRAMS:
437 @list='$(bin_PROGRAMS)'; for p in $$list; do \
438 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
439 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
440 rm -f "$(DESTDIR)$(bindir)/$$f"; \
444 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
446 clean-noinstPROGRAMS:
447 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
448 mutt$(EXEEXT): $(mutt_OBJECTS) $(mutt_DEPENDENCIES)
450 $(LINK) $(mutt_OBJECTS) $(mutt_LDADD) $(LIBS)
451 mutt_dotlock$(EXEEXT): $(mutt_dotlock_OBJECTS) $(mutt_dotlock_DEPENDENCIES)
452 @rm -f mutt_dotlock$(EXEEXT)
453 $(LINK) $(mutt_dotlock_OBJECTS) $(mutt_dotlock_LDADD) $(LIBS)
454 mutt_md5$(EXEEXT): $(mutt_md5_OBJECTS) $(mutt_md5_DEPENDENCIES)
455 @rm -f mutt_md5$(EXEEXT)
456 $(mutt_md5_LINK) $(mutt_md5_OBJECTS) $(mutt_md5_LDADD) $(LIBS)
457 pgpewrap$(EXEEXT): $(pgpewrap_OBJECTS) $(pgpewrap_DEPENDENCIES)
458 @rm -f pgpewrap$(EXEEXT)
459 $(LINK) $(pgpewrap_OBJECTS) $(pgpewrap_LDADD) $(LIBS)
460 pgpring$(EXEEXT): $(pgpring_OBJECTS) $(pgpring_DEPENDENCIES)
461 @rm -f pgpring$(EXEEXT)
462 $(LINK) $(pgpring_OBJECTS) $(pgpring_LDADD) $(LIBS)
463 install-binSCRIPTS: $(bin_SCRIPTS)
465 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
466 @list='$(bin_SCRIPTS)'; for p in $$list; do \
467 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
468 if test -f $$d$$p; then \
469 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
470 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
471 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
475 uninstall-binSCRIPTS:
477 @list='$(bin_SCRIPTS)'; for p in $$list; do \
478 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
479 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
480 rm -f "$(DESTDIR)$(bindir)/$$f"; \
489 #include $(DEPDIR)/regex.Po
490 #include $(DEPDIR)/setenv.Po
491 #include $(DEPDIR)/snprintf.Po
492 #include $(DEPDIR)/strcasecmp.Po
493 #include $(DEPDIR)/strdup.Po
494 #include $(DEPDIR)/strsep.Po
495 #include $(DEPDIR)/strtok_r.Po
496 #include ./$(DEPDIR)/account.Po
497 #include ./$(DEPDIR)/addrbook.Po
498 #include ./$(DEPDIR)/alias.Po
499 #include ./$(DEPDIR)/ascii.Po
500 #include ./$(DEPDIR)/attach.Po
501 #include ./$(DEPDIR)/base64.Po
502 #include ./$(DEPDIR)/bcache.Po
503 #include ./$(DEPDIR)/browser.Po
504 #include ./$(DEPDIR)/buffy.Po
505 #include ./$(DEPDIR)/charset.Po
506 #include ./$(DEPDIR)/color.Po
507 #include ./$(DEPDIR)/commands.Po
508 #include ./$(DEPDIR)/complete.Po
509 #include ./$(DEPDIR)/compose.Po
510 #include ./$(DEPDIR)/compress.Po
511 #include ./$(DEPDIR)/copy.Po
512 #include ./$(DEPDIR)/crypt-gpgme.Po
513 #include ./$(DEPDIR)/crypt-mod-pgp-classic.Po
514 #include ./$(DEPDIR)/crypt-mod-pgp-gpgme.Po
515 #include ./$(DEPDIR)/crypt-mod-smime-classic.Po
516 #include ./$(DEPDIR)/crypt-mod-smime-gpgme.Po
517 #include ./$(DEPDIR)/crypt-mod.Po
518 #include ./$(DEPDIR)/crypt.Po
519 #include ./$(DEPDIR)/cryptglue.Po
520 #include ./$(DEPDIR)/curs_lib.Po
521 #include ./$(DEPDIR)/curs_main.Po
522 #include ./$(DEPDIR)/date.Po
523 #include ./$(DEPDIR)/dotlock.Po
524 #include ./$(DEPDIR)/edit.Po
525 #include ./$(DEPDIR)/editmsg.Po
526 #include ./$(DEPDIR)/enter.Po
527 #include ./$(DEPDIR)/extlib.Po
528 #include ./$(DEPDIR)/filter.Po
529 #include ./$(DEPDIR)/flags.Po
530 #include ./$(DEPDIR)/from.Po
531 #include ./$(DEPDIR)/getdomain.Po
532 #include ./$(DEPDIR)/gnupgparse.Po
533 #include ./$(DEPDIR)/group.Po
534 #include ./$(DEPDIR)/handler.Po
535 #include ./$(DEPDIR)/hash.Po
536 #include ./$(DEPDIR)/hcache.Po
537 #include ./$(DEPDIR)/hdrline.Po
538 #include ./$(DEPDIR)/headers.Po
539 #include ./$(DEPDIR)/help.Po
540 #include ./$(DEPDIR)/history.Po
541 #include ./$(DEPDIR)/hook.Po
542 #include ./$(DEPDIR)/init.Po
543 #include ./$(DEPDIR)/keymap.Po
544 #include ./$(DEPDIR)/lib.Po
545 #include ./$(DEPDIR)/main.Po
546 #include ./$(DEPDIR)/mbox.Po
547 #include ./$(DEPDIR)/mbyte.Po
548 #include ./$(DEPDIR)/md5.Po
549 #include ./$(DEPDIR)/menu.Po
550 #include ./$(DEPDIR)/mh.Po
551 #include ./$(DEPDIR)/mutt_dotlock.Po
552 #include ./$(DEPDIR)/mutt_idna.Po
553 #include ./$(DEPDIR)/mutt_md5-md5.Po
554 #include ./$(DEPDIR)/mutt_sasl.Po
555 #include ./$(DEPDIR)/mutt_socket.Po
556 #include ./$(DEPDIR)/mutt_ssl.Po
557 #include ./$(DEPDIR)/mutt_ssl_gnutls.Po
558 #include ./$(DEPDIR)/mutt_tunnel.Po
559 #include ./$(DEPDIR)/muttlib.Po
560 #include ./$(DEPDIR)/mx.Po
561 #include ./$(DEPDIR)/pager.Po
562 #include ./$(DEPDIR)/parse.Po
563 #include ./$(DEPDIR)/patchlist.Po
564 #include ./$(DEPDIR)/pattern.Po
565 #include ./$(DEPDIR)/pgp.Po
566 #include ./$(DEPDIR)/pgpewrap.Po
567 #include ./$(DEPDIR)/pgpinvoke.Po
568 #include ./$(DEPDIR)/pgpkey.Po
569 #include ./$(DEPDIR)/pgplib.Po
570 #include ./$(DEPDIR)/pgpmicalg.Po
571 #include ./$(DEPDIR)/pgppacket.Po
572 #include ./$(DEPDIR)/pgppubring.Po
573 #include ./$(DEPDIR)/pop.Po
574 #include ./$(DEPDIR)/pop_auth.Po
575 #include ./$(DEPDIR)/pop_lib.Po
576 #include ./$(DEPDIR)/postpone.Po
577 #include ./$(DEPDIR)/query.Po
578 #include ./$(DEPDIR)/recvattach.Po
579 #include ./$(DEPDIR)/recvcmd.Po
580 #include ./$(DEPDIR)/remailer.Po
581 #include ./$(DEPDIR)/resize.Po
582 #include ./$(DEPDIR)/rfc1524.Po
583 #include ./$(DEPDIR)/rfc2047.Po
584 #include ./$(DEPDIR)/rfc2231.Po
585 #include ./$(DEPDIR)/rfc3676.Po
586 #include ./$(DEPDIR)/rfc822.Po
587 #include ./$(DEPDIR)/score.Po
588 #include ./$(DEPDIR)/send.Po
589 #include ./$(DEPDIR)/sendlib.Po
590 #include ./$(DEPDIR)/sha1.Po
591 #include ./$(DEPDIR)/signal.Po
592 #include ./$(DEPDIR)/smime.Po
593 #include ./$(DEPDIR)/smtp.Po
594 #include ./$(DEPDIR)/sort.Po
595 #include ./$(DEPDIR)/status.Po
596 #include ./$(DEPDIR)/system.Po
597 #include ./$(DEPDIR)/thread.Po
598 #include ./$(DEPDIR)/url.Po
599 #include ./$(DEPDIR)/utf8.Po
600 #include ./$(DEPDIR)/wcwidth.Po
603 # $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
604 # mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
605 # source='$<' object='$@' libtool=no
606 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
610 # $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
611 # mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
612 # source='$<' object='$@' libtool=no
613 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
614 $(COMPILE) -c `$(CYGPATH_W) '$<'`
616 mutt_md5-md5.o: md5.c
617 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mutt_md5_CFLAGS) $(CFLAGS) -MT mutt_md5-md5.o -MD -MP -MF $(DEPDIR)/mutt_md5-md5.Tpo -c -o mutt_md5-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
618 # mv -f $(DEPDIR)/mutt_md5-md5.Tpo $(DEPDIR)/mutt_md5-md5.Po
619 # source='md5.c' object='mutt_md5-md5.o' libtool=no
620 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
621 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mutt_md5_CFLAGS) $(CFLAGS) -c -o mutt_md5-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
623 mutt_md5-md5.obj: md5.c
624 # $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mutt_md5_CFLAGS) $(CFLAGS) -MT mutt_md5-md5.obj -MD -MP -MF $(DEPDIR)/mutt_md5-md5.Tpo -c -o mutt_md5-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
625 # mv -f $(DEPDIR)/mutt_md5-md5.Tpo $(DEPDIR)/mutt_md5-md5.Po
626 # source='md5.c' object='mutt_md5-md5.obj' libtool=no
627 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
628 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mutt_md5_CFLAGS) $(CFLAGS) -c -o mutt_md5-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
630 # This directory's subdirectories are mostly independent; you can cd
631 # into them and run `make' without going through this Makefile.
632 # To change the values of `make' variables: instead of editing Makefiles,
633 # (1) if the variable is set in `config.status', edit `config.status'
634 # (which will cause the Makefiles to be regenerated when you run `make');
635 # (2) otherwise, pass the desired values on the `make' command line.
636 $(RECURSIVE_TARGETS):
638 for f in x $$MAKEFLAGS; do \
641 *k*) failcom='fail=yes';; \
645 target=`echo $@ | sed s/-recursive//`; \
646 list='$(SUBDIRS)'; for subdir in $$list; do \
647 echo "Making $$target in $$subdir"; \
648 if test "$$subdir" = "."; then \
650 local_target="$$target-am"; \
652 local_target="$$target"; \
654 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
657 if test "$$dot_seen" = "no"; then \
658 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
661 $(RECURSIVE_CLEAN_TARGETS):
663 for f in x $$MAKEFLAGS; do \
666 *k*) failcom='fail=yes';; \
671 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
672 *) list='$(SUBDIRS)' ;; \
674 rev=''; for subdir in $$list; do \
675 if test "$$subdir" = "."; then :; else \
676 rev="$$subdir $$rev"; \
680 target=`echo $@ | sed s/-recursive//`; \
681 for subdir in $$rev; do \
682 echo "Making $$target in $$subdir"; \
683 if test "$$subdir" = "."; then \
684 local_target="$$target-am"; \
686 local_target="$$target"; \
688 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
690 done && test -z "$$fail"
692 list='$(SUBDIRS)'; for subdir in $$list; do \
693 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
696 list='$(SUBDIRS)'; for subdir in $$list; do \
697 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
700 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
701 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
702 unique=`for i in $$list; do \
703 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
705 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
706 END { if (nonempty) { for (i in files) print i; }; }'`; \
710 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
711 $(TAGS_FILES) $(LISP)
714 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
715 include_option=--etags-include; \
718 include_option=--include; \
721 list='$(SUBDIRS)'; for subdir in $$list; do \
722 if test "$$subdir" = .; then :; else \
723 test ! -f $$subdir/TAGS || \
724 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
727 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
728 unique=`for i in $$list; do \
729 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
731 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
732 END { if (nonempty) { for (i in files) print i; }; }'`; \
733 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
734 test -n "$$unique" || unique=$$empty_fix; \
735 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
739 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
740 $(TAGS_FILES) $(LISP)
742 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
743 unique=`for i in $$list; do \
744 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
746 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
747 END { if (nonempty) { for (i in files) print i; }; }'`; \
748 test -z "$(CTAGS_ARGS)$$tags$$unique" \
749 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
753 here=`$(am__cd) $(top_builddir) && pwd` \
754 && cd $(top_srcdir) \
755 && gtags -i $(GTAGS_ARGS) $$here
758 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
760 distdir: $(DISTFILES)
761 $(am__remove_distdir)
762 test -d $(distdir) || mkdir $(distdir)
763 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
764 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
765 list='$(DISTFILES)'; \
766 dist_files=`for file in $$list; do echo $$file; done | \
767 sed -e "s|^$$srcdirstrip/||;t" \
768 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
769 case $$dist_files in \
770 */*) $(MKDIR_P) `echo "$$dist_files" | \
771 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
774 for file in $$dist_files; do \
775 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
776 if test -d $$d/$$file; then \
777 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
778 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
779 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
781 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
783 test -f $(distdir)/$$file \
784 || cp -p $$d/$$file $(distdir)/$$file \
788 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
789 if test "$$subdir" = .; then :; else \
790 test -d "$(distdir)/$$subdir" \
791 || $(MKDIR_P) "$(distdir)/$$subdir" \
793 distdir=`$(am__cd) $(distdir) && pwd`; \
794 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
796 $(MAKE) $(AM_MAKEFLAGS) \
797 top_distdir="$$top_distdir" \
798 distdir="$$distdir/$$subdir" \
799 am__remove_distdir=: \
800 am__skip_length_check=: \
805 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
806 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
807 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
808 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
809 || chmod -R a+r $(distdir)
811 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
812 $(am__remove_distdir)
815 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
816 $(am__remove_distdir)
819 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
820 $(am__remove_distdir)
823 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
824 $(am__remove_distdir)
827 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
828 $(am__remove_distdir)
831 -rm -f $(distdir).zip
832 zip -rq $(distdir).zip $(distdir)
833 $(am__remove_distdir)
835 dist dist-all: distdir
836 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
837 $(am__remove_distdir)
839 # This target untars the dist file and tries a VPATH configuration. Then
840 # it guarantees that the distribution is self-contained by making another
843 case '$(DIST_ARCHIVES)' in \
845 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
847 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
849 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
851 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
853 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
855 unzip $(distdir).zip ;;\
857 chmod -R a-w $(distdir); chmod a+w $(distdir)
858 mkdir $(distdir)/_build
859 mkdir $(distdir)/_inst
861 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
862 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
863 && cd $(distdir)/_build \
864 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
865 $(DISTCHECK_CONFIGURE_FLAGS) \
866 && $(MAKE) $(AM_MAKEFLAGS) \
867 && $(MAKE) $(AM_MAKEFLAGS) dvi \
868 && $(MAKE) $(AM_MAKEFLAGS) check \
869 && $(MAKE) $(AM_MAKEFLAGS) install \
870 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
871 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
872 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
874 && chmod -R a-w "$$dc_install_base" \
876 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
877 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
878 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
879 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
880 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
881 } || { rm -rf "$$dc_destdir"; exit 1; }) \
882 && rm -rf "$$dc_destdir" \
883 && $(MAKE) $(AM_MAKEFLAGS) dist \
884 && rm -rf $(DIST_ARCHIVES) \
885 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
886 $(am__remove_distdir)
887 @(echo "$(distdir) archives ready for distribution: "; \
888 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
889 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
891 @cd $(distuninstallcheck_dir) \
892 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
893 || { echo "ERROR: files left after uninstall:" ; \
894 if test -n "$(DESTDIR)"; then \
895 echo " (check DESTDIR support)"; \
897 $(distuninstallcheck_listfiles) ; \
899 distcleancheck: distclean
900 @if test '$(srcdir)' = . ; then \
901 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
904 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
905 || { echo "ERROR: files left in build directory after distclean:" ; \
906 $(distcleancheck_listfiles) ; \
909 check: $(BUILT_SOURCES)
910 $(MAKE) $(AM_MAKEFLAGS) check-recursive
911 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
912 installdirs: installdirs-recursive
914 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
915 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
917 install: $(BUILT_SOURCES)
918 $(MAKE) $(AM_MAKEFLAGS) install-recursive
919 install-exec: install-exec-recursive
920 install-data: install-data-recursive
921 uninstall: uninstall-recursive
924 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
926 installcheck: installcheck-recursive
928 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
929 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
930 `test -z '$(STRIP)' || \
931 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
935 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
938 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
939 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
941 maintainer-clean-generic:
942 @echo "This command is intended for maintainers to use"
943 @echo "it deletes files that may require special tools to rebuild."
944 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
945 clean: clean-recursive
947 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
950 distclean: distclean-recursive
951 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
952 -rm -rf $(DEPDIR) ./$(DEPDIR)
954 distclean-am: clean-am distclean-compile distclean-generic \
955 distclean-hdr distclean-tags
967 install-data-am: install-data-local
969 install-dvi: install-dvi-recursive
971 install-exec-am: install-binPROGRAMS install-binSCRIPTS
973 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
975 install-html: install-html-recursive
977 install-info: install-info-recursive
981 install-pdf: install-pdf-recursive
983 install-ps: install-ps-recursive
987 maintainer-clean: maintainer-clean-recursive
988 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
989 -rm -rf $(top_srcdir)/autom4te.cache
990 -rm -rf $(DEPDIR) ./$(DEPDIR)
992 maintainer-clean-am: distclean-am maintainer-clean-generic
994 mostlyclean: mostlyclean-recursive
996 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1006 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1009 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1010 install-exec-am install-strip
1012 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1013 all all-am am--refresh check check-am clean clean-binPROGRAMS \
1014 clean-generic clean-noinstPROGRAMS ctags ctags-recursive dist \
1015 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
1016 dist-zip distcheck distclean distclean-compile \
1017 distclean-generic distclean-hdr distclean-tags distcleancheck \
1018 distdir distuninstallcheck dvi dvi-am html html-am info \
1019 info-am install install-am install-binPROGRAMS \
1020 install-binSCRIPTS install-data install-data-am \
1021 install-data-local install-dvi install-dvi-am install-exec \
1022 install-exec-am install-exec-hook install-html install-html-am \
1023 install-info install-info-am install-man install-pdf \
1024 install-pdf-am install-ps install-ps-am install-strip \
1025 installcheck installcheck-am installdirs installdirs-am \
1026 maintainer-clean maintainer-clean-generic mostlyclean \
1027 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1028 tags tags-recursive uninstall uninstall-am \
1029 uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-local
1032 mutt_dotlock.c: dotlock.c
1033 cp $(srcdir)/dotlock.c mutt_dotlock.c
1039 smime_keys: $(srcdir)/smime_keys.pl
1040 cp $(srcdir)/smime_keys.pl smime_keys
1043 keymap_defs.h: $(OPS) $(srcdir)/gen_defs
1044 $(srcdir)/gen_defs $(OPS) > keymap_defs.h
1046 keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.PGP $(srcdir)/OPS.MIX $(srcdir)/OPS.CRYPT $(srcdir)/OPS.SMIME $(srcdir)/gen_defs
1048 $(srcdir)/gen_defs $(srcdir)/OPS $(srcdir)/OPS.PGP \
1049 $(srcdir)/OPS.MIX $(srcdir)/OPS.CRYPT $(srcdir)/OPS.SMIME \
1052 reldate.h: $(srcdir)/ChangeLog
1053 echo 'const char *ReleaseDate = "'`head -n 1 $(srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1`'";' > reldate.h.tmp; \
1054 cmp -s reldate.h.tmp reldate.h || cp reldate.h.tmp reldate.h; \
1057 hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh $(MUTT_MD5)
1058 ( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \
1059 | $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - | sh ./hcachever.sh hcversion.h
1061 patchlist.c: $(srcdir)/PATCHES $(srcdir)/patchlist.sh
1062 $(srcdir)/patchlist.sh < $(srcdir)/PATCHES > patchlist.c
1065 if test -f $(DESTDIR)$(bindir)/mutt.dotlock && test -f $(DESTDIR)$(bindir)/mutt_dotlock ; then \
1066 rm -f $(DESTDIR)$(bindir)/mutt.dotlock ; \
1067 ln -sf $(DESTDIR)$(bindir)/mutt_dotlock $(DESTDIR)$(bindir)/mutt.dotlock ; \
1069 if test -f $(DESTDIR)$(bindir)/mutt_dotlock && test xmail != x ; then \
1070 chgrp mail $(DESTDIR)$(bindir)/mutt_dotlock && \
1071 chmod 2755 $(DESTDIR)$(bindir)/mutt_dotlock || \
1072 { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \
1076 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
1077 $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/mime.types.dist
1078 -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \
1079 $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \
1083 for i in mime.types ; do \
1084 if cmp -s $(DESTDIR)$(sysconfdir)/$$i.dist $(DESTDIR)$(sysconfdir)/$$i ; then \
1085 rm $(DESTDIR)$(sysconfdir)/$$i ; \
1087 rm $(DESTDIR)$(sysconfdir)/$${i}.dist ; \
1091 cat /dev/null > $(top_srcdir)/PATCHES
1094 (cd $(top_srcdir) && ./check_sec.sh)
1097 @echo "make commit is obsolete; use hg-commit"; false
1100 (cd $(top_srcdir); \
1101 sh ./mkchangelog.sh | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog; \
1102 $${VISUAL:-vi} ChangeLog)
1105 (cd $(srcdir) && ./build-release )
1108 (cd doc && $(MAKE) update-doc)
1110 .PHONY: commit pclean check-security
1111 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1112 # Otherwise a system limit (for SysV at least) may be exceeded.