~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-07 17:30:03 UTC
  • mto: (16.2.1 experimental) (2.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090607173003-rg37ui3h2bbv7wl0
Tags: upstream-1.5.19
ImportĀ upstreamĀ versionĀ 1.5.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = .
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
38
34
build_triplet = @build@
39
35
host_triplet = @host@
40
36
EXTRA_PROGRAMS = mutt_dotlock$(EXEEXT) pgpring$(EXEEXT) \
41
 
        pgpewrap$(EXEEXT)
 
37
        pgpewrap$(EXEEXT) mutt_md5$(EXEEXT)
42
38
bin_PROGRAMS = mutt$(EXEEXT) @DOTLOCK_TARGET@ @PGPAUX_TARGET@
 
39
subdir = .
43
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
44
41
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
45
42
        $(srcdir)/hcachever.sh.in $(srcdir)/muttbug.sh.in \
47
44
        ABOUT-NLS ChangeLog INSTALL NEWS TODO config.guess config.sub \
48
45
        depcomp install-sh missing mkinstalldirs regex.c setenv.c \
49
46
        snprintf.c strcasecmp.c strdup.c strsep.c strtok_r.c
50
 
subdir = .
51
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52
48
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
53
49
        $(top_srcdir)/m4/curslib.m4 $(top_srcdir)/m4/funcdecl.m4 \
60
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
57
        $(ACLOCAL_M4)
62
58
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63
 
 configure.lineno configure.status.lineno
 
59
 configure.lineno config.status.lineno
64
60
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
61
CONFIG_HEADER = config.h
66
62
CONFIG_CLEAN_FILES = intl/Makefile hcachever.sh muttbug.sh
67
63
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
68
64
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
69
 
PROGRAMS = $(bin_PROGRAMS)
 
65
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
70
66
am_mutt_OBJECTS = addrbook.$(OBJEXT) alias.$(OBJEXT) attach.$(OBJEXT) \
71
67
        base64.$(OBJEXT) browser.$(OBJEXT) buffy.$(OBJEXT) \
72
68
        color.$(OBJEXT) crypt.$(OBJEXT) cryptglue.$(OBJEXT) \
87
83
        system.$(OBJEXT) thread.$(OBJEXT) charset.$(OBJEXT) \
88
84
        history.$(OBJEXT) lib.$(OBJEXT) muttlib.$(OBJEXT) \
89
85
        editmsg.$(OBJEXT) mbyte.$(OBJEXT) url.$(OBJEXT) \
90
 
        ascii.$(OBJEXT) mutt_idna.$(OBJEXT) crypt-mod.$(OBJEXT)
 
86
        ascii.$(OBJEXT) crypt-mod.$(OBJEXT)
91
87
am__objects_1 = patchlist.$(OBJEXT)
92
88
nodist_mutt_OBJECTS = $(am__objects_1)
93
89
mutt_OBJECTS = $(am_mutt_OBJECTS) $(nodist_mutt_OBJECTS)
94
90
am__DEPENDENCIES_1 =
95
91
am_mutt_dotlock_OBJECTS = mutt_dotlock.$(OBJEXT)
96
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) \
 
97
        $(LDFLAGS) -o $@
97
98
pgpewrap_SOURCES = pgpewrap.c
98
99
pgpewrap_OBJECTS = pgpewrap.$(OBJEXT)
99
100
pgpewrap_LDADD = $(LDADD)
104
105
pgpring_OBJECTS = $(am_pgpring_OBJECTS)
105
106
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
106
107
SCRIPTS = $(bin_SCRIPTS)
107
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
108
DEFAULT_INCLUDES = -I.@am__isrc@
108
109
depcomp = $(SHELL) $(top_srcdir)/depcomp
109
110
am__depfiles_maybe = depfiles
110
111
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112
113
CCLD = $(CC)
113
114
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
114
115
SOURCES = $(mutt_SOURCES) $(EXTRA_mutt_SOURCES) $(nodist_mutt_SOURCES) \
115
 
        $(mutt_dotlock_SOURCES) pgpewrap.c $(pgpring_SOURCES)
 
116
        $(mutt_dotlock_SOURCES) $(mutt_md5_SOURCES) pgpewrap.c \
 
117
        $(pgpring_SOURCES)
116
118
DIST_SOURCES = $(mutt_SOURCES) $(EXTRA_mutt_SOURCES) \
117
 
        $(mutt_dotlock_SOURCES) pgpewrap.c $(pgpring_SOURCES)
 
119
        $(mutt_dotlock_SOURCES) $(mutt_md5_SOURCES) pgpewrap.c \
 
120
        $(pgpring_SOURCES)
118
121
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
119
122
        html-recursive info-recursive install-data-recursive \
120
 
        install-exec-recursive install-info-recursive \
121
 
        install-recursive installcheck-recursive installdirs-recursive \
122
 
        pdf-recursive ps-recursive uninstall-info-recursive \
123
 
        uninstall-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
124
130
ETAGS = etags
125
131
CTAGS = ctags
126
132
DIST_SUBDIRS = m4 po intl doc contrib imap
137
143
distcleancheck_listfiles = find . -type f -print
138
144
ACLOCAL = @ACLOCAL@
139
145
ALLOCA = @ALLOCA@
140
 
AMDEP_FALSE = @AMDEP_FALSE@
141
 
AMDEP_TRUE = @AMDEP_TRUE@
142
146
AMTAR = @AMTAR@
143
147
AR = @AR@
144
148
AUTOCONF = @AUTOCONF@
145
149
AUTOHEADER = @AUTOHEADER@
146
150
AUTOMAKE = @AUTOMAKE@
147
151
AWK = @AWK@
148
 
BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@
149
 
BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@
150
152
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
151
153
CATALOGS = @CATALOGS@
152
154
CATOBJEXT = @CATOBJEXT@
183
185
GPGME_CONFIG = @GPGME_CONFIG@
184
186
GPGME_LIBS = @GPGME_LIBS@
185
187
GREP = @GREP@
 
188
INSTALL = @INSTALL@
186
189
INSTALL_DATA = @INSTALL_DATA@
187
190
INSTALL_PROGRAM = @INSTALL_PROGRAM@
188
191
INSTALL_SCRIPT = @INSTALL_SCRIPT@
205
208
LIBS = @LIBS@
206
209
LTLIBOBJS = @LTLIBOBJS@
207
210
MAKEINFO = @MAKEINFO@
208
 
MD5 = @MD5@
 
211
MKDIR_P = @MKDIR_P@
209
212
MKINSTALLDIRS = @MKINSTALLDIRS@
210
213
MSGFMT = @MSGFMT@
211
214
MUTTLIBS = @MUTTLIBS@
212
215
MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
 
216
MUTT_MD5 = @MUTT_MD5@
213
217
OBJEXT = @OBJEXT@
214
218
OPS = @OPS@
215
219
OSPCAT = @OSPCAT@
231
235
SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
232
236
STRIP = @STRIP@
233
237
U = @U@
234
 
USE_GSS_FALSE = @USE_GSS_FALSE@
235
 
USE_GSS_TRUE = @USE_GSS_TRUE@
236
238
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
237
239
USE_NLS = @USE_NLS@
238
 
USE_SASL_FALSE = @USE_SASL_FALSE@
239
 
USE_SASL_TRUE = @USE_SASL_TRUE@
240
 
USE_SSL_FALSE = @USE_SSL_FALSE@
241
 
USE_SSL_TRUE = @USE_SSL_TRUE@
242
240
VERSION = @VERSION@
243
241
XGETTEXT = @XGETTEXT@
 
242
abs_builddir = @abs_builddir@
 
243
abs_srcdir = @abs_srcdir@
 
244
abs_top_builddir = @abs_top_builddir@
 
245
abs_top_srcdir = @abs_top_srcdir@
244
246
ac_ct_CC = @ac_ct_CC@
245
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
246
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
247
247
am__include = @am__include@
248
248
am__leading_dot = @am__leading_dot@
249
249
am__quote = @am__quote@
255
255
build_cpu = @build_cpu@
256
256
build_os = @build_os@
257
257
build_vendor = @build_vendor@
 
258
builddir = @builddir@
258
259
datadir = @datadir@
259
260
datarootdir = @datarootdir@
260
261
docdir = @docdir@
282
283
psdir = @psdir@
283
284
sbindir = @sbindir@
284
285
sharedstatedir = @sharedstatedir@
 
286
srcdir = @srcdir@
285
287
sysconfdir = @sysconfdir@
286
288
target_alias = @target_alias@
 
289
top_builddir = @top_builddir@
 
290
top_srcdir = @top_srcdir@
287
291
AUTOMAKE_OPTIONS = 1.6 foreign
288
292
@BUILD_IMAP_TRUE@IMAP_SUBDIR = imap
289
293
@BUILD_IMAP_TRUE@IMAP_INCLUDES = -I$(top_srcdir)/imap
303
307
        score.c send.c sendlib.c signal.c sort.c \
304
308
        status.c system.c thread.c charset.c history.c lib.c \
305
309
        muttlib.c editmsg.c mbyte.c \
306
 
        url.c ascii.c mutt_idna.c crypt-mod.c crypt-mod.h
 
310
        url.c ascii.c crypt-mod.c crypt-mod.h
307
311
 
308
312
nodist_mutt_SOURCES = $(BUILT_SOURCES)
309
313
mutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAP) $(MUTTLIBS) \
313
317
        $(INTLDEPS)
314
318
 
315
319
AM_CPPFLAGS = -I. -I$(top_srcdir) $(IMAP_INCLUDES) $(GPGME_CFLAGS) -Iintl
316
 
EXTRA_mutt_SOURCES = account.c md5.c mutt_sasl.c mutt_socket.c mutt_ssl.c \
317
 
        mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c \
318
 
        pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c \
319
 
        smtp.c browser.h mbyte.h remailer.h url.h \
320
 
        crypt-mod-pgp-classic.c crypt-mod-smime-classic.c \
321
 
        pgppacket.c mutt_idna.h hcache.h hcache.c bcache.c bcache.h mutt_ssl_gnutls.c \
322
 
        crypt-gpgme.c crypt-mod-pgp-gpgme.c crypt-mod-smime-gpgme.c \
323
 
        utf8.c wcwidth.c 
 
320
EXTRA_mutt_SOURCES = account.c bcache.c crypt-gpgme.c crypt-mod-pgp-classic.c \
 
321
        crypt-mod-pgp-gpgme.c crypt-mod-smime-classic.c \
 
322
        crypt-mod-smime-gpgme.c dotlock.c gnupgparse.c hcache.c md5.c \
 
323
        mutt_idna.c mutt_sasl.c mutt_socket.c mutt_ssl.c mutt_ssl_gnutls.c \
 
324
        mutt_tunnel.c pgp.c pgpinvoke.c pgpkey.c pgplib.c pgpmicalg.c \
 
325
        pgppacket.c pop.c pop_auth.c pop_lib.c remailer.c resize.c sha1.c \
 
326
        smime.c smtp.c utf8.c wcwidth.c \
 
327
        bcache.h browser.h hcache.h mbyte.h mutt_idna.h remailer.h url.h
324
328
 
325
329
EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO UPDATING \
326
330
        configure account.h \
334
338
        mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h \
335
339
        README.SSL smime.h \
336
340
        muttbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \
337
 
        ChangeLog ChangeLog.old mkchangelog.sh mutt_idna.h \
 
341
        ChangeLog mkchangelog.sh mutt_idna.h \
338
342
        snprintf.c regex.c crypt-gpgme.h hcachever.sh.in
339
343
 
340
344
EXTRA_SCRIPTS = smime_keys
344
348
pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5.c pgppacket.c ascii.c
345
349
pgpring_LDADD = @LIBOBJS@ $(INTLLIBS) 
346
350
pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
 
351
mutt_md5_SOURCES = md5.c
 
352
mutt_md5_CFLAGS = -DMD5UTIL
 
353
mutt_md5_LDADD = 
 
354
noinst_PROGRAMS = $(MUTT_MD5)
347
355
CLEANFILES = mutt_dotlock.c keymap_alldefs.h $(BUILT_SOURCES)
348
356
DISTCLEANFILES = flea smime_keys
349
357
ACLOCAL_AMFLAGS = -I m4
390
398
config.h: stamp-h1
391
399
        @if test ! -f $@; then \
392
400
          rm -f stamp-h1; \
393
 
          $(MAKE) stamp-h1; \
 
401
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
394
402
        else :; fi
395
403
 
396
404
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
411
419
        cd $(top_builddir) && $(SHELL) ./config.status $@
412
420
install-binPROGRAMS: $(bin_PROGRAMS)
413
421
        @$(NORMAL_INSTALL)
414
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
422
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
415
423
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
416
424
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
417
425
          if test -f $$p \
432
440
 
433
441
clean-binPROGRAMS:
434
442
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
443
 
 
444
clean-noinstPROGRAMS:
 
445
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
435
446
mutt$(EXEEXT): $(mutt_OBJECTS) $(mutt_DEPENDENCIES) 
436
447
        @rm -f mutt$(EXEEXT)
437
 
        $(LINK) $(mutt_LDFLAGS) $(mutt_OBJECTS) $(mutt_LDADD) $(LIBS)
 
448
        $(LINK) $(mutt_OBJECTS) $(mutt_LDADD) $(LIBS)
438
449
mutt_dotlock$(EXEEXT): $(mutt_dotlock_OBJECTS) $(mutt_dotlock_DEPENDENCIES) 
439
450
        @rm -f mutt_dotlock$(EXEEXT)
440
 
        $(LINK) $(mutt_dotlock_LDFLAGS) $(mutt_dotlock_OBJECTS) $(mutt_dotlock_LDADD) $(LIBS)
 
451
        $(LINK) $(mutt_dotlock_OBJECTS) $(mutt_dotlock_LDADD) $(LIBS)
 
452
mutt_md5$(EXEEXT): $(mutt_md5_OBJECTS) $(mutt_md5_DEPENDENCIES) 
 
453
        @rm -f mutt_md5$(EXEEXT)
 
454
        $(mutt_md5_LINK) $(mutt_md5_OBJECTS) $(mutt_md5_LDADD) $(LIBS)
441
455
pgpewrap$(EXEEXT): $(pgpewrap_OBJECTS) $(pgpewrap_DEPENDENCIES) 
442
456
        @rm -f pgpewrap$(EXEEXT)
443
 
        $(LINK) $(pgpewrap_LDFLAGS) $(pgpewrap_OBJECTS) $(pgpewrap_LDADD) $(LIBS)
 
457
        $(LINK) $(pgpewrap_OBJECTS) $(pgpewrap_LDADD) $(LIBS)
444
458
pgpring$(EXEEXT): $(pgpring_OBJECTS) $(pgpring_DEPENDENCIES) 
445
459
        @rm -f pgpring$(EXEEXT)
446
 
        $(LINK) $(pgpring_LDFLAGS) $(pgpring_OBJECTS) $(pgpring_LDADD) $(LIBS)
 
460
        $(LINK) $(pgpring_OBJECTS) $(pgpring_LDADD) $(LIBS)
447
461
install-binSCRIPTS: $(bin_SCRIPTS)
448
462
        @$(NORMAL_INSTALL)
449
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
463
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
450
464
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
451
465
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452
466
          if test -f $$d$$p; then \
533
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mh.Po@am__quote@
534
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt_dotlock.Po@am__quote@
535
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt_idna.Po@am__quote@
 
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt_md5-md5.Po@am__quote@
536
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt_sasl.Po@am__quote@
537
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt_socket.Po@am__quote@
538
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutt_ssl.Po@am__quote@
582
597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcwidth.Po@am__quote@
583
598
 
584
599
.c.o:
585
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
586
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
600
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
601
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589
604
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
590
605
 
591
606
.c.obj:
592
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
593
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
607
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
608
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
594
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
595
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596
611
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
597
 
uninstall-info-am:
 
612
 
 
613
mutt_md5-md5.o: md5.c
 
614
@am__fastdepCC_TRUE@    $(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
 
615
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mutt_md5-md5.Tpo $(DEPDIR)/mutt_md5-md5.Po
 
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5.c' object='mutt_md5-md5.o' libtool=no @AMDEPBACKSLASH@
 
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
618
@am__fastdepCC_FALSE@   $(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
 
619
 
 
620
mutt_md5-md5.obj: md5.c
 
621
@am__fastdepCC_TRUE@    $(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`
 
622
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mutt_md5-md5.Tpo $(DEPDIR)/mutt_md5-md5.Po
 
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5.c' object='mutt_md5-md5.obj' libtool=no @AMDEPBACKSLASH@
 
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
625
@am__fastdepCC_FALSE@   $(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`
598
626
 
599
627
# This directory's subdirectories are mostly independent; you can cd
600
628
# into them and run `make' without going through this Makefile.
627
655
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
628
656
        fi; test -z "$$fail"
629
657
 
630
 
mostlyclean-recursive clean-recursive distclean-recursive \
631
 
maintainer-clean-recursive:
 
658
$(RECURSIVE_CLEAN_TARGETS):
632
659
        @failcom='exit 1'; \
633
660
        for f in x $$MAKEFLAGS; do \
634
661
          case $$f in \
672
699
        unique=`for i in $$list; do \
673
700
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
674
701
          done | \
675
 
          $(AWK) '    { files[$$0] = 1; } \
676
 
               END { for (i in files) print i; }'`; \
 
702
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
703
              END { if (nonempty) { for (i in files) print i; }; }'`; \
677
704
        mkid -fID $$unique
678
705
tags: TAGS
679
706
 
698
725
        unique=`for i in $$list; do \
699
726
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
700
727
          done | \
701
 
          $(AWK) '    { files[$$0] = 1; } \
702
 
               END { for (i in files) print i; }'`; \
 
728
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
729
              END { if (nonempty) { for (i in files) print i; }; }'`; \
703
730
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
704
731
          test -n "$$unique" || unique=$$empty_fix; \
705
732
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
709
736
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
710
737
                $(TAGS_FILES) $(LISP)
711
738
        tags=; \
712
 
        here=`pwd`; \
713
739
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
714
740
        unique=`for i in $$list; do \
715
741
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716
742
          done | \
717
 
          $(AWK) '    { files[$$0] = 1; } \
718
 
               END { for (i in files) print i; }'`; \
 
743
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
744
              END { if (nonempty) { for (i in files) print i; }; }'`; \
719
745
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
720
746
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
721
747
             $$tags $$unique
730
756
 
731
757
distdir: $(DISTFILES)
732
758
        $(am__remove_distdir)
733
 
        mkdir $(distdir)
734
 
        $(mkdir_p) $(distdir)/. $(distdir)/doc $(distdir)/intl $(distdir)/m4 $(distdir)/po
735
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
736
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
737
 
        list='$(DISTFILES)'; for file in $$list; do \
738
 
          case $$file in \
739
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
740
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
741
 
          esac; \
 
759
        test -d $(distdir) || mkdir $(distdir)
 
760
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
761
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
762
        list='$(DISTFILES)'; \
 
763
          dist_files=`for file in $$list; do echo $$file; done | \
 
764
          sed -e "s|^$$srcdirstrip/||;t" \
 
765
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
766
        case $$dist_files in \
 
767
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
768
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
769
                           sort -u` ;; \
 
770
        esac; \
 
771
        for file in $$dist_files; do \
742
772
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
743
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
744
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
745
 
            dir="/$$dir"; \
746
 
            $(mkdir_p) "$(distdir)$$dir"; \
747
 
          else \
748
 
            dir=''; \
749
 
          fi; \
750
773
          if test -d $$d/$$file; then \
 
774
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
751
775
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
752
776
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
753
777
            fi; \
761
785
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
762
786
          if test "$$subdir" = .; then :; else \
763
787
            test -d "$(distdir)/$$subdir" \
764
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
788
            || $(MKDIR_P) "$(distdir)/$$subdir" \
765
789
            || exit 1; \
766
790
            distdir=`$(am__cd) $(distdir) && pwd`; \
767
791
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
769
793
              $(MAKE) $(AM_MAKEFLAGS) \
770
794
                top_distdir="$$top_distdir" \
771
795
                distdir="$$distdir/$$subdir" \
 
796
                am__remove_distdir=: \
 
797
                am__skip_length_check=: \
772
798
                distdir) \
773
799
              || exit 1; \
774
800
          fi; \
776
802
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
777
803
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
778
804
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
779
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
805
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
780
806
        || chmod -R a+r $(distdir)
781
807
dist-gzip: distdir
782
808
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
786
812
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
787
813
        $(am__remove_distdir)
788
814
 
 
815
dist-lzma: distdir
 
816
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
817
        $(am__remove_distdir)
 
818
 
789
819
dist-tarZ: distdir
790
820
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
791
821
        $(am__remove_distdir)
812
842
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
813
843
        *.tar.bz2*) \
814
844
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
845
        *.tar.lzma*) \
 
846
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
815
847
        *.tar.Z*) \
816
848
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
817
849
        *.shar.gz*) \
851
883
        $(am__remove_distdir)
852
884
        @(echo "$(distdir) archives ready for distribution: "; \
853
885
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
854
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
886
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
855
887
distuninstallcheck:
856
888
        @cd $(distuninstallcheck_dir) \
857
889
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
877
909
installdirs: installdirs-recursive
878
910
installdirs-am:
879
911
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
880
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
912
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
881
913
        done
882
914
install: $(BUILT_SOURCES)
883
915
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
909
941
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
910
942
clean: clean-recursive
911
943
 
912
 
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
944
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
 
945
        mostlyclean-am
913
946
 
914
947
distclean: distclean-recursive
915
948
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
930
963
 
931
964
install-data-am: install-data-local
932
965
 
 
966
install-dvi: install-dvi-recursive
 
967
 
933
968
install-exec-am: install-binPROGRAMS install-binSCRIPTS
934
969
        @$(NORMAL_INSTALL)
935
970
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
936
971
 
 
972
install-html: install-html-recursive
 
973
 
937
974
install-info: install-info-recursive
938
975
 
939
976
install-man:
940
977
 
 
978
install-pdf: install-pdf-recursive
 
979
 
 
980
install-ps: install-ps-recursive
 
981
 
941
982
installcheck-am:
942
983
 
943
984
maintainer-clean: maintainer-clean-recursive
960
1001
ps-am:
961
1002
 
962
1003
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
963
 
        uninstall-info-am uninstall-local
964
 
 
965
 
uninstall-info: uninstall-info-recursive
966
 
 
967
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
968
 
        check-am clean clean-binPROGRAMS clean-generic clean-recursive \
969
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
970
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
971
 
        distclean-compile distclean-generic distclean-hdr \
972
 
        distclean-recursive distclean-tags distcleancheck distdir \
973
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
974
 
        install install-am install-binPROGRAMS install-binSCRIPTS \
975
 
        install-data install-data-am install-data-local install-exec \
976
 
        install-exec-am install-exec-hook install-info install-info-am \
977
 
        install-man install-strip installcheck installcheck-am \
978
 
        installdirs installdirs-am maintainer-clean \
979
 
        maintainer-clean-generic maintainer-clean-recursive \
980
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
981
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
982
 
        uninstall uninstall-am uninstall-binPROGRAMS \
983
 
        uninstall-binSCRIPTS uninstall-info-am uninstall-local
 
1004
        uninstall-local
 
1005
 
 
1006
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
1007
        install-exec-am install-strip
 
1008
 
 
1009
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1010
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
 
1011
        clean-generic clean-noinstPROGRAMS ctags ctags-recursive dist \
 
1012
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
 
1013
        dist-zip distcheck distclean distclean-compile \
 
1014
        distclean-generic distclean-hdr distclean-tags distcleancheck \
 
1015
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
1016
        info-am install install-am install-binPROGRAMS \
 
1017
        install-binSCRIPTS install-data install-data-am \
 
1018
        install-data-local install-dvi install-dvi-am install-exec \
 
1019
        install-exec-am install-exec-hook install-html install-html-am \
 
1020
        install-info install-info-am install-man install-pdf \
 
1021
        install-pdf-am install-ps install-ps-am install-strip \
 
1022
        installcheck installcheck-am installdirs installdirs-am \
 
1023
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1024
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
1025
        tags tags-recursive uninstall uninstall-am \
 
1026
        uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-local
984
1027
 
985
1028
 
986
1029
mutt_dotlock.c: dotlock.c
1008
1051
        cmp -s reldate.h.tmp reldate.h || cp reldate.h.tmp reldate.h; \
1009
1052
        rm reldate.h.tmp
1010
1053
 
1011
 
hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh
 
1054
hcversion.h: $(srcdir)/mutt.h $(srcdir)/rfc822.h hcachever.sh $(MUTT_MD5)
1012
1055
        ( echo '#include "config.h"'; echo '#include "mutt.h"'; ) \
1013
1056
        | $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - | sh ./hcachever.sh hcversion.h
1014
1057
 
1041
1084
                rm $(DESTDIR)$(sysconfdir)/$${i}.dist ; \
1042
1085
        done
1043
1086
 
1044
 
# Don't make this one ChangeLog - it's intended to be
1045
 
# used manually.
1046
 
 
1047
1087
pclean:
1048
1088
        cat /dev/null > $(top_srcdir)/PATCHES
1049
1089
 
1050
1090
check-security:
1051
1091
        (cd $(top_srcdir) && ./check_sec.sh)
1052
1092
 
1053
 
commit-real:
1054
 
        (cd $(top_srcdir) && cvs commit)
1055
 
 
1056
 
commit-changelog:
1057
 
        (cd $(top_srcdir) && cvs commit -m "# changelog commit" ChangeLog)
1058
 
 
1059
 
commit: pclean check-security commit-real update-changelog commit-changelog
 
1093
commit:
 
1094
        @echo "make commit is obsolete; use hg-commit"; false
1060
1095
 
1061
1096
update-changelog:
1062
1097
        (cd $(top_srcdir); \
1069
1104
update-doc:
1070
1105
        (cd doc && $(MAKE) update-doc)
1071
1106
 
1072
 
.PHONY: commit pclean check-security commit-real commit-changelog
1073
 
# .PHONY: changelog ChangeLog
 
1107
.PHONY: commit pclean check-security
1074
1108
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1075
1109
# Otherwise a system limit (for SysV at least) may be exceeded.
1076
1110
.NOEXPORT: