~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid

« back to all changes in this revision

Viewing changes to camel/tests/mime-filter/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-08-31 17:47:33 UTC
  • mfrom: (1.1.72 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831174733-8pi6ji221me5qvmv
Tags: 2.27.91-0ubuntu1
* New upstream version:
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations  (lp: #182317)
  - #571206 - Index files on Maildir accounts are not updated on move
  - #590044 - Drop index on all columns of sqlite database 
  - #592310 - Deadlock in maildir provider after doing expunge 
  Miscellaneous:
  - #591324 - Cosmetic changes and fixes in configure.ac 
  - #591326 - Keep m4 macros in their own folder 
  - #591377 - Fails to detect krb5 in configure with -as-needed

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
36
38
subdir = camel/tests/mime-filter
37
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
 
        $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
 
42
        $(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/evo_ldap_check.m4 \
 
43
        $(top_srcdir)/m4/evo_pthread_check.m4 \
 
44
        $(top_srcdir)/m4/evo_purify_support.m4 \
 
45
        $(top_srcdir)/m4/evo_sunldap_check.m4 \
 
46
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
47
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
48
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
49
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
41
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
51
        $(ACLOCAL_M4)
43
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
53
CONFIG_HEADER = $(top_builddir)/config.h
45
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
46
56
test_charset_SOURCES = test-charset.c
47
57
test_charset_OBJECTS = test-charset.$(OBJEXT)
48
58
test_charset_LDADD = $(LDADD)
52
62
        $(top_builddir)/libedataserver/libedataserver-${API_VERSION}.la \
53
63
        $(top_builddir)/camel/tests/lib/libcameltest.a \
54
64
        $(am__DEPENDENCIES_1)
 
65
AM_V_lt = $(am__v_lt_$(V))
 
66
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
67
am__v_lt_0 = --silent
55
68
test_crlf_SOURCES = test-crlf.c
56
69
test_crlf_OBJECTS = test-crlf.$(OBJEXT)
57
70
test_crlf_LDADD = $(LDADD)
78
91
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79
92
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
93
am__depfiles_maybe = depfiles
 
94
am__mv = mv -f
81
95
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
96
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
97
AM_V_CC = $(am__v_CC_$(V))
 
98
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
99
am__v_CC_0 = @echo "  CC    " $@;
 
100
AM_V_at = $(am__v_at_$(V))
 
101
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_at_0 = @
83
103
CCLD = $(CC)
84
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86
 
        $(LDFLAGS) -o $@
 
104
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
105
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
106
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
107
AM_V_CCLD = $(am__v_CCLD_$(V))
 
108
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
109
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
110
AM_V_GEN = $(am__v_GEN_$(V))
 
111
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
112
am__v_GEN_0 = @echo "  GEN   " $@;
87
113
SOURCES = test-charset.c test-crlf.c test-tohtml.c test1.c
88
114
DIST_SOURCES = test-charset.c test-crlf.c test-tohtml.c test1.c
89
115
ETAGS = etags
93
119
ALLOCA = @ALLOCA@
94
120
ALL_LINGUAS = @ALL_LINGUAS@
95
121
AMTAR = @AMTAR@
 
122
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
123
API_VERSION = @API_VERSION@
97
124
AR = @AR@
98
125
AS = @AS@
166
193
GOBJECT_QUERY = @GOBJECT_QUERY@
167
194
GREP = @GREP@
168
195
GTKDOC_CHECK = @GTKDOC_CHECK@
169
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
170
 
GTKDOC_REBASE = @GTKDOC_REBASE@
171
196
HAVE_JW = @HAVE_JW@
172
197
HTML_DIR = @HTML_DIR@
173
198
ICONV_LIBS = @ICONV_LIBS@
186
211
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
187
212
JW = @JW@
188
213
KRB4_CFLAGS = @KRB4_CFLAGS@
189
 
KRB4_LDFLAGS = @KRB4_LDFLAGS@
 
214
KRB4_LIBS = @KRB4_LIBS@
190
215
KRB5_CFLAGS = @KRB5_CFLAGS@
191
 
KRB5_LDFLAGS = @KRB5_LDFLAGS@
 
216
KRB5_LIBS = @KRB5_LIBS@
192
217
LD = @LD@
193
218
LDAP_CFLAGS = @LDAP_CFLAGS@
194
219
LDAP_LIBS = @LDAP_LIBS@
397
422
        @for dep in $?; do \
398
423
          case '$(am__configure_deps)' in \
399
424
            *$$dep*) \
400
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
401
 
                && exit 0; \
 
425
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
426
                && { if test -f $@; then exit 0; else break; fi; }; \
402
427
              exit 1;; \
403
428
          esac; \
404
429
        done; \
405
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  camel/tests/mime-filter/Makefile'; \
406
 
        cd $(top_srcdir) && \
407
 
          $(AUTOMAKE) --gnu  camel/tests/mime-filter/Makefile
 
430
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu camel/tests/mime-filter/Makefile'; \
 
431
        $(am__cd) $(top_srcdir) && \
 
432
          $(AUTOMAKE) --gnu camel/tests/mime-filter/Makefile
408
433
.PRECIOUS: Makefile
409
434
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410
435
        @case '$?' in \
422
447
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423
448
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
424
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
450
$(am__aclocal_m4_deps):
425
451
 
426
452
clean-checkPROGRAMS:
427
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
428
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
429
 
          echo " rm -f $$p $$f"; \
430
 
          rm -f $$p $$f ; \
431
 
        done
 
453
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
454
        echo " rm -f" $$list; \
 
455
        rm -f $$list || exit $$?; \
 
456
        test -n "$(EXEEXT)" || exit 0; \
 
457
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
458
        echo " rm -f" $$list; \
 
459
        rm -f $$list
432
460
test-charset$(EXEEXT): $(test_charset_OBJECTS) $(test_charset_DEPENDENCIES) 
433
461
        @rm -f test-charset$(EXEEXT)
434
 
        $(LINK) $(test_charset_OBJECTS) $(test_charset_LDADD) $(LIBS)
 
462
        $(AM_V_CCLD)$(LINK) $(test_charset_OBJECTS) $(test_charset_LDADD) $(LIBS)
435
463
test-crlf$(EXEEXT): $(test_crlf_OBJECTS) $(test_crlf_DEPENDENCIES) 
436
464
        @rm -f test-crlf$(EXEEXT)
437
 
        $(LINK) $(test_crlf_OBJECTS) $(test_crlf_LDADD) $(LIBS)
 
465
        $(AM_V_CCLD)$(LINK) $(test_crlf_OBJECTS) $(test_crlf_LDADD) $(LIBS)
438
466
test-tohtml$(EXEEXT): $(test_tohtml_OBJECTS) $(test_tohtml_DEPENDENCIES) 
439
467
        @rm -f test-tohtml$(EXEEXT)
440
 
        $(LINK) $(test_tohtml_OBJECTS) $(test_tohtml_LDADD) $(LIBS)
 
468
        $(AM_V_CCLD)$(LINK) $(test_tohtml_OBJECTS) $(test_tohtml_LDADD) $(LIBS)
441
469
test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) 
442
470
        @rm -f test1$(EXEEXT)
443
 
        $(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
 
471
        $(AM_V_CCLD)$(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
444
472
 
445
473
mostlyclean-compile:
446
474
        -rm -f *.$(OBJEXT)
454
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1.Po@am__quote@
455
483
 
456
484
.c.o:
457
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
458
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
485
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
486
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
487
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
459
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
460
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
490
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
462
491
 
463
492
.c.obj:
464
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
465
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
493
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
494
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
495
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
466
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
498
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
469
499
 
470
500
.c.lo:
471
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
472
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
501
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
502
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
503
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
473
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
474
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
506
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
485
516
        unique=`for i in $$list; do \
486
517
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
518
          done | \
488
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
519
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489
520
              END { if (nonempty) { for (i in files) print i; }; }'`; \
490
521
        mkid -fID $$unique
491
522
tags: TAGS
492
523
 
493
524
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
494
525
                $(TAGS_FILES) $(LISP)
495
 
        tags=; \
 
526
        set x; \
496
527
        here=`pwd`; \
497
528
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
498
529
        unique=`for i in $$list; do \
500
531
          done | \
501
532
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
503
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
534
        shift; \
 
535
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
504
536
          test -n "$$unique" || unique=$$empty_fix; \
505
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506
 
            $$tags $$unique; \
 
537
          if test $$# -gt 0; then \
 
538
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
539
              "$$@" $$unique; \
 
540
          else \
 
541
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
542
              $$unique; \
 
543
          fi; \
507
544
        fi
508
545
ctags: CTAGS
509
546
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
510
547
                $(TAGS_FILES) $(LISP)
511
 
        tags=; \
512
548
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
513
549
        unique=`for i in $$list; do \
514
550
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515
551
          done | \
516
552
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
517
553
              END { if (nonempty) { for (i in files) print i; }; }'`; \
518
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
554
        test -z "$(CTAGS_ARGS)$$unique" \
519
555
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520
 
             $$tags $$unique
 
556
             $$unique
521
557
 
522
558
GTAGS:
523
559
        here=`$(am__cd) $(top_builddir) && pwd` \
524
 
          && cd $(top_srcdir) \
525
 
          && gtags -i $(GTAGS_ARGS) $$here
 
560
          && $(am__cd) $(top_srcdir) \
 
561
          && gtags -i $(GTAGS_ARGS) "$$here"
526
562
 
527
563
distclean-tags:
528
564
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
543
579
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
544
580
          if test -d $$d/$$file; then \
545
581
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
582
            if test -d "$(distdir)/$$file"; then \
 
583
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
584
            fi; \
546
585
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
547
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
586
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
587
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548
588
            fi; \
549
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
589
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550
590
          else \
551
 
            test -f $(distdir)/$$file \
552
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
591
            test -f "$(distdir)/$$file" \
 
592
            || cp -p $$d/$$file "$(distdir)/$$file" \
553
593
            || exit 1; \
554
594
          fi; \
555
595
        done
578
618
 
579
619
distclean-generic:
580
620
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
621
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581
622
 
582
623
maintainer-clean-generic:
583
624
        @echo "This command is intended for maintainers to use"
599
640
 
600
641
html: html-am
601
642
 
 
643
html-am:
 
644
 
602
645
info: info-am
603
646
 
604
647
info-am:
607
650
 
608
651
install-dvi: install-dvi-am
609
652
 
 
653
install-dvi-am:
 
654
 
610
655
install-exec-am:
611
656
 
612
657
install-html: install-html-am
613
658
 
 
659
install-html-am:
 
660
 
614
661
install-info: install-info-am
615
662
 
 
663
install-info-am:
 
664
 
616
665
install-man:
617
666
 
618
667
install-pdf: install-pdf-am
619
668
 
 
669
install-pdf-am:
 
670
 
620
671
install-ps: install-ps-am
621
672
 
 
673
install-ps-am:
 
674
 
622
675
installcheck-am:
623
676
 
624
677
maintainer-clean: maintainer-clean-am
641
694
 
642
695
uninstall-am:
643
696
 
644
 
.MAKE: install-am install-strip
 
697
.MAKE: check-am install-am install-strip
645
698
 
646
699
.PHONY: CTAGS GTAGS all all-am check check-am clean \
647
700
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
660
713
 
661
714
#TESTS = test1 \
662
715
#       test-crlf test-charset test-tohtml
 
716
 
663
717
# Tell versions [3.59,3.63) of GNU make to not export all variables.
664
718
# Otherwise a system limit (for SysV at least) may be exceeded.
665
719
.NOEXPORT: