~ubuntu-branches/ubuntu/trusty/dovecot/trusty-proposed

« back to all changes in this revision

Viewing changes to pigeonhole/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page, James Page, Ante Karamatic
  • Date: 2013-02-11 12:41:24 UTC
  • mfrom: (4.1.33 sid)
  • Revision ID: package-import@ubuntu.com-20130211124124-v7bdegzftlhw7yfr
Tags: 1:2.1.7-7ubuntu1
[ James Page ]
* Merge from Debian unstable (LP: #1117613, #1075456), 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/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/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.
  + d/patches/dovecot-drac.patch: Updated with version for dovecot >= 2.0.0.
* Dropped changes, included in Debian:
  + d/{control,rules}: enable PIE hardening.
  + d/control: Drop B-D on systemd.
* d/p/mail-stack-delivery.postinst: Updated to ensure that configured SSL
  cert and key locations are used when configuring postfix, sorted out
  formatting.
* d/p/dovecot-core.postinst: Create compat links to old style, existing
  SSL cert and key if found.
* d/rules: Don't pass hardening flags for DRAC plugin.
* d/dovecot-{pop3d,imapd}.prerm: Re-sync with Debian.
* d/dovecot-core.lintian-overrides: Drop override for DRAC plugin as not
  required in Ubuntu.
* d/01-mail-stack-delivery: Renamed 99-mail-stack-delivery to ensure that
  the mail-stack-delivery configuration overrides configuration options
  set elsewhere, updated with new cert/key file locations.

[ Ante Karamatic ]
* Change configuration file for LDA on new installs and upgrades
  (LP: #671065).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
20
21
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
24
install_sh_DATA = $(install_sh) -c -m 644
24
25
install_sh_PROGRAM = $(install_sh) -c
52
53
mkinstalldirs = $(install_sh) -d
53
54
CONFIG_HEADER = dummy-config.h pigeonhole-config.h
54
55
CONFIG_CLEAN_FILES = stamp.h
 
56
CONFIG_CLEAN_VPATH_FILES =
55
57
SOURCES =
56
58
DIST_SOURCES =
57
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
69
    *) f=$$p;; \
68
70
  esac;
69
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
87
am__uninstall_files_from_dir = { \
 
88
  test -z "$$files" \
 
89
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
90
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
91
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
92
  }
70
93
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
71
 
nodist_pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
72
94
HEADERS = $(nodist_pkginc_lib_HEADERS)
73
95
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74
96
  distclean-recursive maintainer-clean-recursive
 
97
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
98
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
99
        distdir dist dist-all distcheck
75
100
ETAGS = etags
76
101
CTAGS = ctags
77
102
DIST_SUBDIRS = src doc
79
104
distdir = $(PACKAGE)-$(VERSION)
80
105
top_distdir = $(distdir)
81
106
am__remove_distdir = \
82
 
  { test ! -d $(distdir) \
83
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
84
 
         && rm -fr $(distdir); }; }
 
107
  if test -d "$(distdir)"; then \
 
108
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
109
      && rm -rf "$(distdir)" \
 
110
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
111
  else :; fi
 
112
am__relativize = \
 
113
  dir0=`pwd`; \
 
114
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
115
  sed_rest='s,^[^/]*/*,,'; \
 
116
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
117
  sed_butlast='s,/*[^/]*$$,,'; \
 
118
  while test -n "$$dir1"; do \
 
119
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
120
    if test "$$first" != "."; then \
 
121
      if test "$$first" = ".."; then \
 
122
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
123
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
124
      else \
 
125
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
126
        if test "$$first2" = "$$first"; then \
 
127
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
128
        else \
 
129
          dir2="../$$dir2"; \
 
130
        fi; \
 
131
        dir0="$$dir0"/"$$first"; \
 
132
      fi; \
 
133
    fi; \
 
134
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
135
  done; \
 
136
  reldir="$$dir2"
85
137
DIST_ARCHIVES = $(distdir).tar.gz
86
138
GZIP_ENV = --best
87
139
distuninstallcheck_listfiles = find . -type f -print
 
140
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
141
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
88
142
distcleancheck_listfiles = find . -type f -print
89
143
ACLOCAL = @ACLOCAL@
90
144
AMTAR = @AMTAR@
102
156
DEFS = @DEFS@
103
157
DEPDIR = @DEPDIR@
104
158
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
159
DLLTOOL = @DLLTOOL@
105
160
DOVECOT_CFLAGS = @DOVECOT_CFLAGS@
106
161
DOVECOT_LIBS = @DOVECOT_LIBS@
 
162
DOVECOT_SQL_LIBS = @DOVECOT_SQL_LIBS@
107
163
DOVECOT_SSL_LIBS = @DOVECOT_SSL_LIBS@
108
164
DSYMUTIL = @DSYMUTIL@
109
165
DUMPBIN = @DUMPBIN@
145
201
LTLIBOBJS = @LTLIBOBJS@
146
202
MAINT = @MAINT@
147
203
MAKEINFO = @MAKEINFO@
 
204
MANIFEST_TOOL = @MANIFEST_TOOL@
148
205
MKDIR_P = @MKDIR_P@
149
206
NM = @NM@
150
207
NMEDIT = @NMEDIT@
170
227
abs_srcdir = @abs_srcdir@
171
228
abs_top_builddir = @abs_top_builddir@
172
229
abs_top_srcdir = @abs_top_srcdir@
 
230
ac_ct_AR = @ac_ct_AR@
173
231
ac_ct_CC = @ac_ct_CC@
174
232
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175
233
am__include = @am__include@
192
250
dovecot_pkgincludedir = @dovecot_pkgincludedir@
193
251
dovecot_pkglibdir = @dovecot_pkglibdir@
194
252
dovecot_pkglibexecdir = @dovecot_pkglibexecdir@
 
253
dovecotdir = @dovecotdir@
195
254
dvidir = @dvidir@
196
255
exec_prefix = @exec_prefix@
197
256
host = @host@
207
266
libexecdir = @libexecdir@
208
267
localedir = @localedir@
209
268
localstatedir = @localstatedir@
210
 
lt_ECHO = @lt_ECHO@
211
269
mandir = @mandir@
212
270
mkdir_p = @mkdir_p@
213
271
moduledir = @moduledir@
340
398
        tests/extensions/editheader/protected.svtest \
341
399
        tests/extensions/editheader/errors.svtest \
342
400
        tests/extensions/vnd.dovecot/debug/execute.svtest \
 
401
        tests/extensions/vnd.dovecot/duplicate/errors.svtest \
 
402
        tests/extensions/vnd.dovecot/duplicate/execute.svtest \
343
403
        tests/deprecated/notify/basic.svtest \
344
404
        tests/deprecated/notify/mailto.svtest \
345
405
        tests/deprecated/notify/errors.svtest \
353
413
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
354
414
 
355
415
.SUFFIXES:
356
 
am--refresh:
 
416
am--refresh: Makefile
357
417
        @:
358
418
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
359
419
        @for dep in $?; do \
360
420
          case '$(am__configure_deps)' in \
361
421
            *$$dep*) \
362
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
363
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
422
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
423
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
364
424
                && exit 0; \
365
425
              exit 1;; \
366
426
          esac; \
367
427
        done; \
368
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
369
 
        cd $(top_srcdir) && \
370
 
          $(AUTOMAKE) --foreign  Makefile
 
428
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
429
        $(am__cd) $(top_srcdir) && \
 
430
          $(AUTOMAKE) --foreign Makefile
371
431
.PRECIOUS: Makefile
372
432
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373
433
        @case '$?' in \
383
443
        $(SHELL) ./config.status --recheck
384
444
 
385
445
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
386
 
        cd $(srcdir) && $(AUTOCONF)
 
446
        $(am__cd) $(srcdir) && $(AUTOCONF)
387
447
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
388
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
448
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
449
$(am__aclocal_m4_deps):
389
450
 
390
451
dummy-config.h: stamp-h1
391
 
        @if test ! -f $@; then \
392
 
          rm -f stamp-h1; \
393
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
394
 
        else :; fi
 
452
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
453
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
395
454
 
396
455
stamp-h1: $(srcdir)/dummy-config.h.in $(top_builddir)/config.status
397
456
        @rm -f stamp-h1
398
457
        cd $(top_builddir) && $(SHELL) ./config.status dummy-config.h
399
458
$(srcdir)/dummy-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
400
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
459
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
401
460
        rm -f stamp-h1
402
461
        touch $@
403
462
 
404
463
pigeonhole-config.h: stamp-h2
405
 
        @if test ! -f $@; then \
406
 
          rm -f stamp-h2; \
407
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h2; \
408
 
        else :; fi
 
464
        @if test ! -f $@; then rm -f stamp-h2; else :; fi
 
465
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h2; else :; fi
409
466
 
410
467
stamp-h2: $(srcdir)/pigeonhole-config.h.in $(top_builddir)/config.status
411
468
        @rm -f stamp-h2
427
484
install-nodist_pkginc_libHEADERS: $(nodist_pkginc_lib_HEADERS)
428
485
        @$(NORMAL_INSTALL)
429
486
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
430
 
        @list='$(nodist_pkginc_lib_HEADERS)'; for p in $$list; do \
 
487
        @list='$(nodist_pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
488
        for p in $$list; do \
431
489
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
432
 
          f=$(am__strip_dir) \
433
 
          echo " $(nodist_pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
434
 
          $(nodist_pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
490
          echo "$$d$$p"; \
 
491
        done | $(am__base_list) | \
 
492
        while read files; do \
 
493
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
 
494
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
435
495
        done
436
496
 
437
497
uninstall-nodist_pkginc_libHEADERS:
438
498
        @$(NORMAL_UNINSTALL)
439
 
        @list='$(nodist_pkginc_lib_HEADERS)'; for p in $$list; do \
440
 
          f=$(am__strip_dir) \
441
 
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
442
 
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
443
 
        done
 
499
        @list='$(nodist_pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
500
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
501
        dir='$(DESTDIR)$(pkginc_libdir)'; $(am__uninstall_files_from_dir)
444
502
 
445
503
# This directory's subdirectories are mostly independent; you can cd
446
504
# into them and run `make' without going through this Makefile.
466
524
          else \
467
525
            local_target="$$target"; \
468
526
          fi; \
469
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
527
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
470
528
          || eval $$failcom; \
471
529
        done; \
472
530
        if test "$$dot_seen" = "no"; then \
500
558
          else \
501
559
            local_target="$$target"; \
502
560
          fi; \
503
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
561
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
504
562
          || eval $$failcom; \
505
563
        done && test -z "$$fail"
506
564
tags-recursive:
507
565
        list='$(SUBDIRS)'; for subdir in $$list; do \
508
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
566
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
509
567
        done
510
568
ctags-recursive:
511
569
        list='$(SUBDIRS)'; for subdir in $$list; do \
512
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
570
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
513
571
        done
514
572
 
515
573
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
524
582
 
525
583
TAGS: tags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in pigeonhole-config.h.in $(TAGS_DEPENDENCIES) \
526
584
                $(TAGS_FILES) $(LISP)
527
 
        tags=; \
 
585
        set x; \
528
586
        here=`pwd`; \
529
587
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
530
588
          include_option=--etags-include; \
536
594
        list='$(SUBDIRS)'; for subdir in $$list; do \
537
595
          if test "$$subdir" = .; then :; else \
538
596
            test ! -f $$subdir/TAGS || \
539
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
597
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
540
598
          fi; \
541
599
        done; \
542
600
        list='$(SOURCES) $(HEADERS) dummy-config.h.in pigeonhole-config.h.in $(LISP) $(TAGS_FILES)'; \
545
603
          done | \
546
604
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
547
605
              END { if (nonempty) { for (i in files) print i; }; }'`; \
548
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
606
        shift; \
 
607
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
549
608
          test -n "$$unique" || unique=$$empty_fix; \
550
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551
 
            $$tags $$unique; \
 
609
          if test $$# -gt 0; then \
 
610
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
611
              "$$@" $$unique; \
 
612
          else \
 
613
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
614
              $$unique; \
 
615
          fi; \
552
616
        fi
553
617
ctags: CTAGS
554
618
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in pigeonhole-config.h.in $(TAGS_DEPENDENCIES) \
555
619
                $(TAGS_FILES) $(LISP)
556
 
        tags=; \
557
620
        list='$(SOURCES) $(HEADERS) dummy-config.h.in pigeonhole-config.h.in $(LISP) $(TAGS_FILES)'; \
558
621
        unique=`for i in $$list; do \
559
622
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560
623
          done | \
561
624
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562
625
              END { if (nonempty) { for (i in files) print i; }; }'`; \
563
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
626
        test -z "$(CTAGS_ARGS)$$unique" \
564
627
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
565
 
             $$tags $$unique
 
628
             $$unique
566
629
 
567
630
GTAGS:
568
631
        here=`$(am__cd) $(top_builddir) && pwd` \
569
 
          && cd $(top_srcdir) \
570
 
          && gtags -i $(GTAGS_ARGS) $$here
 
632
          && $(am__cd) $(top_srcdir) \
 
633
          && gtags -i $(GTAGS_ARGS) "$$here"
571
634
 
572
635
distclean-tags:
573
636
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
637
 
575
638
distdir: $(DISTFILES)
576
639
        $(am__remove_distdir)
577
 
        test -d $(distdir) || mkdir $(distdir)
 
640
        test -d "$(distdir)" || mkdir "$(distdir)"
578
641
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579
642
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580
643
        list='$(DISTFILES)'; \
590
653
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
591
654
          if test -d $$d/$$file; then \
592
655
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
656
            if test -d "$(distdir)/$$file"; then \
 
657
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
658
            fi; \
593
659
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
594
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
660
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
661
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595
662
            fi; \
596
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
663
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
597
664
          else \
598
 
            test -f $(distdir)/$$file \
599
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
665
            test -f "$(distdir)/$$file" \
 
666
            || cp -p $$d/$$file "$(distdir)/$$file" \
600
667
            || exit 1; \
601
668
          fi; \
602
669
        done
603
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
670
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
604
671
          if test "$$subdir" = .; then :; else \
605
672
            test -d "$(distdir)/$$subdir" \
606
673
            || $(MKDIR_P) "$(distdir)/$$subdir" \
607
674
            || exit 1; \
608
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
609
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
610
 
            (cd $$subdir && \
 
675
          fi; \
 
676
        done
 
677
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
678
          if test "$$subdir" = .; then :; else \
 
679
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
680
            $(am__relativize); \
 
681
            new_distdir=$$reldir; \
 
682
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
683
            $(am__relativize); \
 
684
            new_top_distdir=$$reldir; \
 
685
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
686
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
687
            ($(am__cd) $$subdir && \
611
688
              $(MAKE) $(AM_MAKEFLAGS) \
612
 
                top_distdir="$$top_distdir" \
613
 
                distdir="$$distdir/$$subdir" \
 
689
                top_distdir="$$new_top_distdir" \
 
690
                distdir="$$new_distdir" \
614
691
                am__remove_distdir=: \
615
692
                am__skip_length_check=: \
 
693
                am__skip_mode_fix=: \
616
694
                distdir) \
617
695
              || exit 1; \
618
696
          fi; \
619
697
        done
620
 
        -find "$(distdir)" -type d ! -perm -755 \
 
698
        -test -n "$(am__skip_mode_fix)" \
 
699
        || find "$(distdir)" -type d ! -perm -755 \
621
700
                -exec chmod u+rwx,go+rx {} \; -o \
622
701
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
623
702
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
624
703
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
625
 
        || chmod -R a+r $(distdir)
 
704
        || chmod -R a+r "$(distdir)"
626
705
dist-gzip: distdir
627
706
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
628
707
        $(am__remove_distdir)
629
708
 
630
709
dist-bzip2: distdir
631
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
710
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
711
        $(am__remove_distdir)
 
712
 
 
713
dist-lzip: distdir
 
714
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
632
715
        $(am__remove_distdir)
633
716
 
634
717
dist-lzma: distdir
635
718
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
636
719
        $(am__remove_distdir)
637
720
 
 
721
dist-xz: distdir
 
722
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
723
        $(am__remove_distdir)
 
724
 
638
725
dist-tarZ: distdir
639
726
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
640
727
        $(am__remove_distdir)
658
745
distcheck: dist
659
746
        case '$(DIST_ARCHIVES)' in \
660
747
        *.tar.gz*) \
661
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
748
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
662
749
        *.tar.bz2*) \
663
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
750
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
664
751
        *.tar.lzma*) \
665
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
752
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
753
        *.tar.lz*) \
 
754
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
755
        *.tar.xz*) \
 
756
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
666
757
        *.tar.Z*) \
667
758
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
668
759
        *.shar.gz*) \
669
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
760
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
670
761
        *.zip*) \
671
762
          unzip $(distdir).zip ;;\
672
763
        esac
674
765
        mkdir $(distdir)/_build
675
766
        mkdir $(distdir)/_inst
676
767
        chmod a-w $(distdir)
 
768
        test -d $(distdir)/_build || exit 0; \
677
769
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
678
770
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
679
 
          && cd $(distdir)/_build \
 
771
          && am__cwd=`pwd` \
 
772
          && $(am__cd) $(distdir)/_build \
680
773
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
774
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
681
775
            $(DISTCHECK_CONFIGURE_FLAGS) \
682
776
          && $(MAKE) $(AM_MAKEFLAGS) \
683
777
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
698
792
          && rm -rf "$$dc_destdir" \
699
793
          && $(MAKE) $(AM_MAKEFLAGS) dist \
700
794
          && rm -rf $(DIST_ARCHIVES) \
701
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
795
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
796
          && cd "$$am__cwd" \
 
797
          || exit 1
702
798
        $(am__remove_distdir)
703
799
        @(echo "$(distdir) archives ready for distribution: "; \
704
800
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
705
801
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
706
802
distuninstallcheck:
707
 
        @cd $(distuninstallcheck_dir) \
708
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
803
        @test -n '$(distuninstallcheck_dir)' || { \
 
804
          echo 'ERROR: trying to run $@ with an empty' \
 
805
               '$$(distuninstallcheck_dir)' >&2; \
 
806
          exit 1; \
 
807
        }; \
 
808
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
809
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
810
          exit 1; \
 
811
        }; \
 
812
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
709
813
           || { echo "ERROR: files left after uninstall:" ; \
710
814
                if test -n "$(DESTDIR)"; then \
711
815
                  echo "  (check DESTDIR support)"; \
739
843
 
740
844
installcheck: installcheck-recursive
741
845
install-strip:
742
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
743
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
744
 
          `test -z '$(STRIP)' || \
745
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
846
        if test -z '$(STRIP)'; then \
 
847
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
848
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
849
              install; \
 
850
        else \
 
851
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
852
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
853
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
854
        fi
746
855
mostlyclean-generic:
747
856
 
748
857
clean-generic:
749
858
 
750
859
distclean-generic:
751
860
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
861
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
752
862
 
753
863
maintainer-clean-generic:
754
864
        @echo "This command is intended for maintainers to use"
823
933
 
824
934
uninstall-am: uninstall-nodist_pkginc_libHEADERS
825
935
 
826
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
827
 
        install-strip
 
936
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
937
        ctags-recursive install-am install-strip tags-recursive
828
938
 
829
939
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
830
940
        all all-am am--refresh check check-am clean clean-generic \
831
941
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
832
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
833
 
        distclean distclean-generic distclean-hdr distclean-libtool \
834
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
835
 
        dvi-am html html-am info info-am install install-am \
836
 
        install-data install-data-am install-dvi install-dvi-am \
837
 
        install-exec install-exec-am install-html install-html-am \
838
 
        install-info install-info-am install-man \
 
942
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
943
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
944
        distclean-libtool distclean-tags distcleancheck distdir \
 
945
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
946
        install install-am install-data install-data-am install-dvi \
 
947
        install-dvi-am install-exec install-exec-am install-html \
 
948
        install-html-am install-info install-info-am install-man \
839
949
        install-nodist_pkginc_libHEADERS install-pdf install-pdf-am \
840
950
        install-ps install-ps-am install-strip installcheck \
841
951
        installcheck-am installdirs installdirs-am maintainer-clean \
855
965
test: $(test_cases)
856
966
 
857
967
check: check-am test all-am
 
968
 
858
969
# Tell versions [3.59,3.63) of GNU make to not export all variables.
859
970
# Otherwise a system limit (for SysV at least) may be exceeded.
860
971
.NOEXPORT: