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

« back to all changes in this revision

Viewing changes to imap/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090617171728-61dkl7w5fgn7ybdq
Tags: upstream-1.5.20
Import upstream version 1.5.20

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
 
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
42
44
        $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
43
45
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
44
46
        $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
45
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libgnutls.m4 \
46
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
47
 
        $(top_srcdir)/configure.ac
 
47
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/progtest.m4 \
 
48
        $(top_srcdir)/m4/types.m4 $(top_srcdir)/configure.ac
48
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
50
        $(ACLOCAL_M4)
50
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51
52
CONFIG_HEADER = $(top_builddir)/config.h
52
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
53
55
LIBRARIES = $(noinst_LIBRARIES)
54
56
ARFLAGS = cru
55
57
libimap_a_AR = $(AR) $(ARFLAGS)
69
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
73
am__depfiles_maybe = depfiles
 
74
am__mv = mv -f
72
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
77
CCLD = $(CC)
133
136
ISPELL = @ISPELL@
134
137
KRB5CFGPATH = @KRB5CFGPATH@
135
138
LDFLAGS = @LDFLAGS@
136
 
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
137
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
138
 
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
139
139
LIBICONV = @LIBICONV@
140
140
LIBIMAP = @LIBIMAP@
141
141
LIBIMAPDEPS = @LIBIMAPDEPS@
221
221
srcdir = @srcdir@
222
222
sysconfdir = @sysconfdir@
223
223
target_alias = @target_alias@
 
224
top_build_prefix = @top_build_prefix@
224
225
top_builddir = @top_builddir@
225
226
top_srcdir = @top_srcdir@
226
227
AUTOMAKE_OPTIONS = 1.6 foreign
242
243
        @for dep in $?; do \
243
244
          case '$(am__configure_deps)' in \
244
245
            *$$dep*) \
245
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246
 
                && exit 0; \
 
246
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
247
                && { if test -f $@; then exit 0; else break; fi; }; \
247
248
              exit 1;; \
248
249
          esac; \
249
250
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  imap/Makefile'; \
251
 
        cd $(top_srcdir) && \
252
 
          $(AUTOMAKE) --foreign  imap/Makefile
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign imap/Makefile'; \
 
252
        $(am__cd) $(top_srcdir) && \
 
253
          $(AUTOMAKE) --foreign imap/Makefile
253
254
.PRECIOUS: Makefile
254
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
256
        @case '$?' in \
267
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
$(am__aclocal_m4_deps):
270
272
 
271
273
clean-noinstLIBRARIES:
272
274
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
296
298
 
297
299
.c.o:
298
300
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
301
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300
302
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301
303
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
304
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
303
305
 
304
306
.c.obj:
305
307
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
306
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
308
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
311
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
313
315
        unique=`for i in $$list; do \
314
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
317
          done | \
316
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
320
        mkid -fID $$unique
319
321
tags: TAGS
320
322
 
321
323
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322
324
                $(TAGS_FILES) $(LISP)
323
 
        tags=; \
 
325
        set x; \
324
326
        here=`pwd`; \
325
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
328
        unique=`for i in $$list; do \
328
330
          done | \
329
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
333
        shift; \
 
334
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
332
335
          test -n "$$unique" || unique=$$empty_fix; \
333
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
 
            $$tags $$unique; \
 
336
          if test $$# -gt 0; then \
 
337
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
338
              "$$@" $$unique; \
 
339
          else \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              $$unique; \
 
342
          fi; \
335
343
        fi
336
344
ctags: CTAGS
337
345
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
346
                $(TAGS_FILES) $(LISP)
339
 
        tags=; \
340
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341
348
        unique=`for i in $$list; do \
342
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
350
          done | \
344
351
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
353
        test -z "$(CTAGS_ARGS)$$unique" \
347
354
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348
 
             $$tags $$unique
 
355
             $$unique
349
356
 
350
357
GTAGS:
351
358
        here=`$(am__cd) $(top_builddir) && pwd` \
352
 
          && cd $(top_srcdir) \
353
 
          && gtags -i $(GTAGS_ARGS) $$here
 
359
          && $(am__cd) $(top_srcdir) \
 
360
          && gtags -i $(GTAGS_ARGS) "$$here"
354
361
 
355
362
distclean-tags:
356
363
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
371
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372
379
          if test -d $$d/$$file; then \
373
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d "$(distdir)/$$file"; then \
 
382
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
383
            fi; \
374
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376
387
            fi; \
377
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
378
389
          else \
379
 
            test -f $(distdir)/$$file \
380
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
381
392
            || exit 1; \
382
393
          fi; \
383
394
        done
405
416
 
406
417
distclean-generic:
407
418
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
419
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
408
420
 
409
421
maintainer-clean-generic:
410
422
        @echo "This command is intended for maintainers to use"
425
437
 
426
438
html: html-am
427
439
 
 
440
html-am:
 
441
 
428
442
info: info-am
429
443
 
430
444
info-am:
433
447
 
434
448
install-dvi: install-dvi-am
435
449
 
 
450
install-dvi-am:
 
451
 
436
452
install-exec-am:
437
453
 
438
454
install-html: install-html-am
439
455
 
 
456
install-html-am:
 
457
 
440
458
install-info: install-info-am
441
459
 
 
460
install-info-am:
 
461
 
442
462
install-man:
443
463
 
444
464
install-pdf: install-pdf-am
445
465
 
 
466
install-pdf-am:
 
467
 
446
468
install-ps: install-ps-am
447
469
 
 
470
install-ps-am:
 
471
 
448
472
installcheck-am:
449
473
 
450
474
maintainer-clean: maintainer-clean-am
481
505
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
482
506
        uninstall-am
483
507
 
 
508
 
484
509
# Tell versions [3.59,3.63) of GNU make to not export all variables.
485
510
# Otherwise a system limit (for SysV at least) may be exceeded.
486
511
.NOEXPORT: