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

« back to all changes in this revision

Viewing changes to m4/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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
39
41
        $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
40
42
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
41
43
        $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
42
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libgnutls.m4 \
43
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
44
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/progtest.m4 \
 
45
        $(top_srcdir)/m4/types.m4 $(top_srcdir)/configure.ac
45
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
47
        $(ACLOCAL_M4)
47
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
49
CONFIG_HEADER = $(top_builddir)/config.h
49
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
50
52
SOURCES =
51
53
DIST_SOURCES =
52
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
106
ISPELL = @ISPELL@
105
107
KRB5CFGPATH = @KRB5CFGPATH@
106
108
LDFLAGS = @LDFLAGS@
107
 
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
108
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
109
 
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
110
109
LIBICONV = @LIBICONV@
111
110
LIBIMAP = @LIBIMAP@
112
111
LIBIMAPDEPS = @LIBIMAPDEPS@
192
191
srcdir = @srcdir@
193
192
sysconfdir = @sysconfdir@
194
193
target_alias = @target_alias@
 
194
top_build_prefix = @top_build_prefix@
195
195
top_builddir = @top_builddir@
196
196
top_srcdir = @top_srcdir@
197
197
EXTRA_DIST = README
202
202
        @for dep in $?; do \
203
203
          case '$(am__configure_deps)' in \
204
204
            *$$dep*) \
205
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
206
 
                && exit 0; \
 
205
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
206
                && { if test -f $@; then exit 0; else break; fi; }; \
207
207
              exit 1;; \
208
208
          esac; \
209
209
        done; \
210
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  m4/Makefile'; \
211
 
        cd $(top_srcdir) && \
212
 
          $(AUTOMAKE) --foreign  m4/Makefile
 
210
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
 
211
        $(am__cd) $(top_srcdir) && \
 
212
          $(AUTOMAKE) --gnu m4/Makefile
213
213
.PRECIOUS: Makefile
214
214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215
215
        @case '$?' in \
227
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
228
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
229
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
230
$(am__aclocal_m4_deps):
230
231
tags: TAGS
231
232
TAGS:
232
233
 
250
251
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
251
252
          if test -d $$d/$$file; then \
252
253
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
254
            if test -d "$(distdir)/$$file"; then \
 
255
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
256
            fi; \
253
257
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
254
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
258
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
259
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
255
260
            fi; \
256
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
261
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
257
262
          else \
258
 
            test -f $(distdir)/$$file \
259
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
263
            test -f "$(distdir)/$$file" \
 
264
            || cp -p $$d/$$file "$(distdir)/$$file" \
260
265
            || exit 1; \
261
266
          fi; \
262
267
        done
287
292
 
288
293
distclean-generic:
289
294
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
295
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
290
296
 
291
297
maintainer-clean-generic:
292
298
        @echo "This command is intended for maintainers to use"
305
311
 
306
312
html: html-am
307
313
 
 
314
html-am:
 
315
 
308
316
info: info-am
309
317
 
310
318
info-am:
313
321
 
314
322
install-dvi: install-dvi-am
315
323
 
 
324
install-dvi-am:
 
325
 
316
326
install-exec-am:
317
327
 
318
328
install-html: install-html-am
319
329
 
 
330
install-html-am:
 
331
 
320
332
install-info: install-info-am
321
333
 
 
334
install-info-am:
 
335
 
322
336
install-man:
323
337
 
324
338
install-pdf: install-pdf-am
325
339
 
 
340
install-pdf-am:
 
341
 
326
342
install-ps: install-ps-am
327
343
 
 
344
install-ps-am:
 
345
 
328
346
installcheck-am:
329
347
 
330
348
maintainer-clean: maintainer-clean-am
363
381
        for i in $(srcdir)/*.m4 ; do \
364
382
                cp -f -p $$i $(distdir) ; \
365
383
        done
 
384
 
366
385
# Tell versions [3.59,3.63) of GNU make to not export all variables.
367
386
# Otherwise a system limit (for SysV at least) may be exceeded.
368
387
.NOEXPORT: