~ubuntu-branches/ubuntu/raring/dovecot/raring

« back to all changes in this revision

Viewing changes to pigeonhole/src/testsuite/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): James Page
  • Date: 2011-10-19 15:54:40 UTC
  • mfrom: (4.1.25 sid)
  • Revision ID: james.westby@ubuntu.com-20111019155440-dp0hs4h1trmm7bbe
Tags: 1:2.0.15-1ubuntu1
* Merge from Debian Testing, remaining changes:
  + Add mail-stack-delivery package:
    - Update d/rules
    - d/control: convert existing dovecot-postfix package to a dummy
      package and add new mail-stack-delivery package.
    - Update maintainer scripts.
    - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
    - d/mail-stack-delivery.preinst: Move previously installed backups and 
      config files to a new package namespace.
    - d/mail-stack-delivery.prerm: Added to handle downgrades.
  + Use Snakeoil SSL certificates by default:
    - d/control: Depend on ssl-cert.
    - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - d/dovecot-core.ufw.profile: new ufw profile.
    - d/rules: install profile in dovecot-core.
    - d/control: dovecot-core - suggest ufw.
  + d/{control,rules}: enable PIE hardening.
  + d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
  + Add apport hook:
    - d/rules, d/source_dovecot.py
  + Add upstart job:
    - d/rules, d/dovecot-core.dovecot.upstart, d/control,
      d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
      d/dovecot-pop3d.{postinst, postrm, prerm}. 
      d/mail-stack-deliver.postinst:
      Convert init script to upstart.
* d/01-mail-stack-delivery.conf: Add postfix->dovecot auth listener
  to mail-stack-delivery configuration (LP: #874135).
* d/mail-stack-delivery.{postinst,postrm}: Restart dovecot to pickup/drop
  mail-stack-delivery configuration (LP: #870244).
* d/control: Added Pre-Depends: dpkg (>= 1.15.6) to dovecot-dbg to support
  xz compression in Ubuntu.
* d/control: Demote dovecot-common Recommends: to Suggests: to prevent
  install of extra packages on upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
21
22
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
24
install_sh_DATA = $(install_sh) -c -m 644
26
25
install_sh_PROGRAM = $(install_sh) -c
50
49
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
51
50
        $(top_builddir)/pigeonhole-config.h
52
51
CONFIG_CLEAN_FILES =
53
 
CONFIG_CLEAN_VPATH_FILES =
54
52
PROGRAMS = $(noinst_PROGRAMS)
55
53
am__objects_1 = cmd-test.$(OBJEXT) cmd-test-fail.$(OBJEXT) \
56
54
        cmd-test-config.$(OBJEXT) cmd-test-set.$(OBJEXT) \
77
75
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78
76
depcomp = $(SHELL) $(top_srcdir)/depcomp
79
77
am__depfiles_maybe = depfiles
80
 
am__mv = mv -f
81
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
80
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
308
305
              exit 1;; \
309
306
          esac; \
310
307
        done; \
311
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/testsuite/Makefile'; \
312
 
        $(am__cd) $(top_srcdir) && \
313
 
          $(AUTOMAKE) --foreign src/testsuite/Makefile
 
308
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/testsuite/Makefile'; \
 
309
        cd $(top_srcdir) && \
 
310
          $(AUTOMAKE) --foreign  src/testsuite/Makefile
314
311
.PRECIOUS: Makefile
315
312
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316
313
        @case '$?' in \
328
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
326
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330
327
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
$(am__aclocal_m4_deps):
332
328
 
333
329
clean-noinstPROGRAMS:
334
 
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
335
 
        echo " rm -f" $$list; \
336
 
        rm -f $$list || exit $$?; \
337
 
        test -n "$(EXEEXT)" || exit 0; \
338
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
339
 
        echo " rm -f" $$list; \
340
 
        rm -f $$list
 
330
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
331
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
332
          echo " rm -f $$p $$f"; \
 
333
          rm -f $$p $$f ; \
 
334
        done
341
335
testsuite$(EXEEXT): $(testsuite_OBJECTS) $(testsuite_DEPENDENCIES)
342
336
        @rm -f testsuite$(EXEEXT)
343
337
        $(testsuite_LINK) $(testsuite_OBJECTS) $(testsuite_LDADD) $(LIBS)
379
373
 
380
374
.c.o:
381
375
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
379
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
386
380
 
387
381
.c.obj:
388
382
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
383
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
386
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
393
387
 
394
388
.c.lo:
395
389
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
390
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
397
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
398
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
393
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
416
410
 
417
411
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
412
                $(TAGS_FILES) $(LISP)
419
 
        set x; \
 
413
        tags=; \
420
414
        here=`pwd`; \
421
415
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
416
        unique=`for i in $$list; do \
424
418
          done | \
425
419
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
420
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        shift; \
428
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
421
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
429
422
          test -n "$$unique" || unique=$$empty_fix; \
430
 
          if test $$# -gt 0; then \
431
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432
 
              "$$@" $$unique; \
433
 
          else \
434
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
 
              $$unique; \
436
 
          fi; \
 
423
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
424
            $$tags $$unique; \
437
425
        fi
438
426
ctags: CTAGS
439
427
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440
428
                $(TAGS_FILES) $(LISP)
 
429
        tags=; \
441
430
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
431
        unique=`for i in $$list; do \
443
432
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
433
          done | \
445
434
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446
435
              END { if (nonempty) { for (i in files) print i; }; }'`; \
447
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
436
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
448
437
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449
 
             $$unique
 
438
             $$tags $$unique
450
439
 
451
440
GTAGS:
452
441
        here=`$(am__cd) $(top_builddir) && pwd` \
453
 
          && $(am__cd) $(top_srcdir) \
454
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
442
          && cd $(top_srcdir) \
 
443
          && gtags -i $(GTAGS_ARGS) $$here
455
444
 
456
445
distclean-tags:
457
446
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
461
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473
462
          if test -d $$d/$$file; then \
474
463
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475
 
            if test -d "$(distdir)/$$file"; then \
476
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477
 
            fi; \
478
464
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
465
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
481
466
            fi; \
482
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
467
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
483
468
          else \
484
 
            test -f "$(distdir)/$$file" \
485
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
469
            test -f $(distdir)/$$file \
 
470
            || cp -p $$d/$$file $(distdir)/$$file \
486
471
            || exit 1; \
487
472
          fi; \
488
473
        done
510
495
 
511
496
distclean-generic:
512
497
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
514
498
 
515
499
maintainer-clean-generic:
516
500
        @echo "This command is intended for maintainers to use"
601
585
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
602
586
        pdf pdf-am ps ps-am tags uninstall uninstall-am
603
587
 
604
 
 
605
588
# Tell versions [3.59,3.63) of GNU make to not export all variables.
606
589
# Otherwise a system limit (for SysV at least) may be exceeded.
607
590
.NOEXPORT: