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

« back to all changes in this revision

Viewing changes to contrib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.1.11 upstream) (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090617171728-lj10l5x2m2vg6cag
Tags: 1.5.20-1ubuntu1
* Merge from debian unstable (LP: #388515)
* Build-depend on elinks-lite
  + elinks-lite doesn't provide links anymore.
  + elinks-lite is now in main, and pulls less dependencies than the
    full-fledged elinks.
* debian/control: Recommend default-mta instead of exim4. (LP: #386308)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
# $Id$
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
40
42
        $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
41
43
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
42
44
        $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
43
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libgnutls.m4 \
44
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
45
 
        $(top_srcdir)/configure.ac
 
45
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/progtest.m4 \
 
46
        $(top_srcdir)/m4/types.m4 $(top_srcdir)/configure.ac
46
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
48
        $(ACLOCAL_M4)
48
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
50
CONFIG_HEADER = $(top_builddir)/config.h
50
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
51
53
SOURCES =
52
54
DIST_SOURCES =
53
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
107
ISPELL = @ISPELL@
106
108
KRB5CFGPATH = @KRB5CFGPATH@
107
109
LDFLAGS = @LDFLAGS@
108
 
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
109
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
110
 
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
111
110
LIBICONV = @LIBICONV@
112
111
LIBIMAP = @LIBIMAP@
113
112
LIBIMAPDEPS = @LIBIMAPDEPS@
193
192
srcdir = @srcdir@
194
193
sysconfdir = @sysconfdir@
195
194
target_alias = @target_alias@
 
195
top_build_prefix = @top_build_prefix@
196
196
top_builddir = @top_builddir@
197
197
top_srcdir = @top_srcdir@
198
198
subdir = contrib
215
215
        @for dep in $?; do \
216
216
          case '$(am__configure_deps)' in \
217
217
            *$$dep*) \
218
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
219
 
                && exit 0; \
 
218
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
219
                && { if test -f $@; then exit 0; else break; fi; }; \
220
220
              exit 1;; \
221
221
          esac; \
222
222
        done; \
223
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/Makefile'; \
224
 
        cd $(top_srcdir) && \
225
 
          $(AUTOMAKE) --foreign  contrib/Makefile
 
223
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
 
224
        $(am__cd) $(top_srcdir) && \
 
225
          $(AUTOMAKE) --gnu contrib/Makefile
226
226
.PRECIOUS: Makefile
227
227
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228
228
        @case '$?' in \
240
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
241
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
242
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
243
$(am__aclocal_m4_deps):
243
244
tags: TAGS
244
245
TAGS:
245
246
 
263
264
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
264
265
          if test -d $$d/$$file; then \
265
266
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
267
            if test -d "$(distdir)/$$file"; then \
 
268
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
269
            fi; \
266
270
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
267
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
271
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
272
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
268
273
            fi; \
269
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
274
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
270
275
          else \
271
 
            test -f $(distdir)/$$file \
272
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
276
            test -f "$(distdir)/$$file" \
 
277
            || cp -p $$d/$$file "$(distdir)/$$file" \
273
278
            || exit 1; \
274
279
          fi; \
275
280
        done
300
305
 
301
306
distclean-generic:
302
307
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
308
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
303
309
 
304
310
maintainer-clean-generic:
305
311
        @echo "This command is intended for maintainers to use"
318
324
 
319
325
html: html-am
320
326
 
 
327
html-am:
 
328
 
321
329
info: info-am
322
330
 
323
331
info-am:
326
334
 
327
335
install-dvi: install-dvi-am
328
336
 
 
337
install-dvi-am:
 
338
 
329
339
install-exec-am:
330
340
 
331
341
install-html: install-html-am
332
342
 
 
343
install-html-am:
 
344
 
333
345
install-info: install-info-am
334
346
 
 
347
install-info-am:
 
348
 
335
349
install-man:
336
350
 
337
351
install-pdf: install-pdf-am
338
352
 
 
353
install-pdf-am:
 
354
 
339
355
install-ps: install-ps-am
340
356
 
 
357
install-ps-am:
 
358
 
341
359
installcheck-am:
342
360
 
343
361
maintainer-clean: maintainer-clean-am
394
412
                ln $$file $(distdir)/iconv 2> /dev/null                         \
395
413
                        || cp -p $$file $(distdir)/iconv ;                      \
396
414
        done
 
415
 
397
416
# Tell versions [3.59,3.63) of GNU make to not export all variables.
398
417
# Otherwise a system limit (for SysV at least) may be exceeded.
399
418
.NOEXPORT: