~ubuntu-branches/ubuntu/trusty/dovecot/trusty-updates

« back to all changes in this revision

Viewing changes to src/plugins/Makefile.in

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-08 09:35:49 UTC
  • mfrom: (1.15.3) (96.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20140108093549-814nkqdcxfbvgktg
Tags: 1:2.2.9-1ubuntu1
* Merge from Debian unstable, 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.
  + Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
* Dropped changes, included in Debian:
  - Update Dovecot name to reflect distribution in login greeting.
  - Update Drac plugin for >= 2.0.0 support.
* d/control: Drop dovecot-postfix package as its no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18
62
pkgdatadir = $(datadir)/@PACKAGE@
19
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
34
78
build_triplet = @build@
35
79
host_triplet = @host@
36
80
subdir = src/plugins
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
38
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
83
am__aclocal_m4_deps = $(top_srcdir)/dovecot.m4 \
40
 
        $(top_srcdir)/configure.in
 
84
        $(top_srcdir)/configure.ac
41
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
86
        $(ACLOCAL_M4)
43
87
mkinstalldirs = $(install_sh) -d
44
88
CONFIG_HEADER = $(top_builddir)/config.h
45
89
CONFIG_CLEAN_FILES =
46
90
CONFIG_CLEAN_VPATH_FILES =
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
 
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
 
99
AM_V_at = $(am__v_at_@AM_V@)
 
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
101
am__v_at_0 = @
 
102
am__v_at_1 = 
47
103
SOURCES =
48
104
DIST_SOURCES =
49
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50
 
        html-recursive info-recursive install-data-recursive \
51
 
        install-dvi-recursive install-exec-recursive \
52
 
        install-html-recursive install-info-recursive \
53
 
        install-pdf-recursive install-ps-recursive install-recursive \
54
 
        installcheck-recursive installdirs-recursive pdf-recursive \
55
 
        ps-recursive uninstall-recursive
 
105
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
106
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
107
        install-data-recursive install-dvi-recursive \
 
108
        install-exec-recursive install-html-recursive \
 
109
        install-info-recursive install-pdf-recursive \
 
110
        install-ps-recursive install-recursive installcheck-recursive \
 
111
        installdirs-recursive pdf-recursive ps-recursive \
 
112
        tags-recursive uninstall-recursive
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
56
118
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
119
  distclean-recursive maintainer-clean-recursive
58
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
120
am__recursive_targets = \
 
121
  $(RECURSIVE_TARGETS) \
 
122
  $(RECURSIVE_CLEAN_TARGETS) \
 
123
  $(am__extra_recursive_targets)
 
124
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
60
125
        distdir
 
126
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
127
# Read a list of newline-separated strings from the standard input,
 
128
# and print each of them once, without duplicates.  Input order is
 
129
# *not* preserved.
 
130
am__uniquify_input = $(AWK) '\
 
131
  BEGIN { nonempty = 0; } \
 
132
  { items[$$0] = 1; nonempty = 1; } \
 
133
  END { if (nonempty) { for (i in items) print i; }; } \
 
134
'
 
135
# Make sure the list of sources is unique.  This is necessary because,
 
136
# e.g., the same source file might be shared among _SOURCES variables
 
137
# for different programs/libraries.
 
138
am__define_uniq_tagged_files = \
 
139
  list='$(am__tagged_files)'; \
 
140
  unique=`for i in $$list; do \
 
141
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
142
  done | $(am__uniquify_input)`
61
143
ETAGS = etags
62
144
CTAGS = ctags
63
145
DIST_SUBDIRS = acl imap-acl autocreate expire fts fts-squat \
64
 
        lazy-expunge listescape notify mail-log quota imap-quota \
65
 
        pop3-migration replication snarf stats imap-stats trash \
66
 
        virtual zlib imap-zlib fts-lucene fts-solr
 
146
        lazy-expunge listescape notify mail-filter mail-log \
 
147
        mailbox-alias quota imap-quota pop3-migration replication \
 
148
        snarf stats imap-stats trash virtual zlib imap-zlib fts-lucene \
 
149
        fts-solr
67
150
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
151
am__relativize = \
69
152
  dir0=`pwd`; \
93
176
ACLOCAL = @ACLOCAL@
94
177
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
95
178
AMTAR = @AMTAR@
 
179
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
180
AR = @AR@
97
181
AUTH_CFLAGS = @AUTH_CFLAGS@
98
182
AUTH_LIBS = @AUTH_LIBS@
102
186
AWK = @AWK@
103
187
CC = @CC@
104
188
CCDEPMODE = @CCDEPMODE@
 
189
CDB_LIBS = @CDB_LIBS@
105
190
CFLAGS = @CFLAGS@
 
191
CLUCENE_CFLAGS = @CLUCENE_CFLAGS@
 
192
CLUCENE_LIBS = @CLUCENE_LIBS@
 
193
COMPRESS_LIBS = @COMPRESS_LIBS@
106
194
CPP = @CPP@
107
195
CPPFLAGS = @CPPFLAGS@
108
196
CRYPT_LIBS = @CRYPT_LIBS@
109
 
CURLCONFIG = @CURLCONFIG@
110
 
CURL_CFLAGS = @CURL_CFLAGS@
111
 
CURL_LIBS = @CURL_LIBS@
112
197
CXX = @CXX@
113
198
CXXCPP = @CXXCPP@
114
199
CXXDEPMODE = @CXXDEPMODE@
140
225
LDFLAGS = @LDFLAGS@
141
226
LIBCAP = @LIBCAP@
142
227
LIBDOVECOT = @LIBDOVECOT@
 
228
LIBDOVECOT_COMPRESS = @LIBDOVECOT_COMPRESS@
143
229
LIBDOVECOT_DEPS = @LIBDOVECOT_DEPS@
144
230
LIBDOVECOT_LDA = @LIBDOVECOT_LDA@
145
231
LIBDOVECOT_LOGIN = @LIBDOVECOT_LOGIN@
187
273
PKG_CONFIG = @PKG_CONFIG@
188
274
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
189
275
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
276
QUOTA_LIBS = @QUOTA_LIBS@
190
277
RANLIB = @RANLIB@
191
278
RPCGEN = @RPCGEN@
192
279
RUN_TEST = @RUN_TEST@
278
365
        lazy-expunge \
279
366
        listescape \
280
367
        notify \
 
368
        mail-filter \
281
369
        mail-log \
 
370
        mailbox-alias \
282
371
        quota \
283
372
        imap-quota \
284
373
        pop3-migration \
333
422
        -rm -rf .libs _libs
334
423
 
335
424
# This directory's subdirectories are mostly independent; you can cd
336
 
# into them and run `make' without going through this Makefile.
337
 
# To change the values of `make' variables: instead of editing Makefiles,
338
 
# (1) if the variable is set in `config.status', edit `config.status'
339
 
#     (which will cause the Makefiles to be regenerated when you run `make');
340
 
# (2) otherwise, pass the desired values on the `make' command line.
341
 
$(RECURSIVE_TARGETS):
342
 
        @fail= failcom='exit 1'; \
343
 
        for f in x $$MAKEFLAGS; do \
344
 
          case $$f in \
345
 
            *=* | --[!k]*);; \
346
 
            *k*) failcom='fail=yes';; \
347
 
          esac; \
348
 
        done; \
 
425
# into them and run 'make' without going through this Makefile.
 
426
# To change the values of 'make' variables: instead of editing Makefiles,
 
427
# (1) if the variable is set in 'config.status', edit 'config.status'
 
428
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
429
# (2) otherwise, pass the desired values on the 'make' command line.
 
430
$(am__recursive_targets):
 
431
        @fail=; \
 
432
        if $(am__make_keepgoing); then \
 
433
          failcom='fail=yes'; \
 
434
        else \
 
435
          failcom='exit 1'; \
 
436
        fi; \
349
437
        dot_seen=no; \
350
438
        target=`echo $@ | sed s/-recursive//`; \
351
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
439
        case "$@" in \
 
440
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
441
          *) list='$(SUBDIRS)' ;; \
 
442
        esac; \
 
443
        for subdir in $$list; do \
352
444
          echo "Making $$target in $$subdir"; \
353
445
          if test "$$subdir" = "."; then \
354
446
            dot_seen=yes; \
363
455
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
364
456
        fi; test -z "$$fail"
365
457
 
366
 
$(RECURSIVE_CLEAN_TARGETS):
367
 
        @fail= failcom='exit 1'; \
368
 
        for f in x $$MAKEFLAGS; do \
369
 
          case $$f in \
370
 
            *=* | --[!k]*);; \
371
 
            *k*) failcom='fail=yes';; \
372
 
          esac; \
373
 
        done; \
374
 
        dot_seen=no; \
375
 
        case "$@" in \
376
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
377
 
          *) list='$(SUBDIRS)' ;; \
378
 
        esac; \
379
 
        rev=''; for subdir in $$list; do \
380
 
          if test "$$subdir" = "."; then :; else \
381
 
            rev="$$subdir $$rev"; \
382
 
          fi; \
383
 
        done; \
384
 
        rev="$$rev ."; \
385
 
        target=`echo $@ | sed s/-recursive//`; \
386
 
        for subdir in $$rev; do \
387
 
          echo "Making $$target in $$subdir"; \
388
 
          if test "$$subdir" = "."; then \
389
 
            local_target="$$target-am"; \
390
 
          else \
391
 
            local_target="$$target"; \
392
 
          fi; \
393
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394
 
          || eval $$failcom; \
395
 
        done && test -z "$$fail"
396
 
tags-recursive:
397
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
398
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399
 
        done
400
 
ctags-recursive:
401
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
402
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
403
 
        done
404
 
 
405
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407
 
        unique=`for i in $$list; do \
408
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
 
          done | \
410
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
 
        mkid -fID $$unique
413
 
tags: TAGS
414
 
 
415
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416
 
                $(TAGS_FILES) $(LISP)
 
458
ID: $(am__tagged_files)
 
459
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
460
tags: tags-recursive
 
461
TAGS: tags
 
462
 
 
463
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417
464
        set x; \
418
465
        here=`pwd`; \
419
466
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429
476
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
430
477
          fi; \
431
478
        done; \
432
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433
 
        unique=`for i in $$list; do \
434
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435
 
          done | \
436
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
479
        $(am__define_uniq_tagged_files); \
438
480
        shift; \
439
481
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440
482
          test -n "$$unique" || unique=$$empty_fix; \
446
488
              $$unique; \
447
489
          fi; \
448
490
        fi
449
 
ctags: CTAGS
450
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
451
 
                $(TAGS_FILES) $(LISP)
452
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
 
        unique=`for i in $$list; do \
454
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
 
          done | \
456
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
491
ctags: ctags-recursive
 
492
 
 
493
CTAGS: ctags
 
494
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
495
        $(am__define_uniq_tagged_files); \
458
496
        test -z "$(CTAGS_ARGS)$$unique" \
459
497
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
498
             $$unique
463
501
        here=`$(am__cd) $(top_builddir) && pwd` \
464
502
          && $(am__cd) $(top_srcdir) \
465
503
          && gtags -i $(GTAGS_ARGS) "$$here"
 
504
cscopelist: cscopelist-recursive
 
505
 
 
506
cscopelist-am: $(am__tagged_files)
 
507
        list='$(am__tagged_files)'; \
 
508
        case "$(srcdir)" in \
 
509
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
510
          *) sdir=$(subdir)/$(srcdir) ;; \
 
511
        esac; \
 
512
        for i in $$list; do \
 
513
          if test -f "$$i"; then \
 
514
            echo "$(subdir)/$$i"; \
 
515
          else \
 
516
            echo "$$sdir/$$i"; \
 
517
          fi; \
 
518
        done >> $(top_builddir)/cscope.files
466
519
 
467
520
distclean-tags:
468
521
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
552
        done
500
553
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
501
554
          if test "$$subdir" = .; then :; else \
502
 
            test -d "$(distdir)/$$subdir" \
503
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
504
 
            || exit 1; \
505
 
          fi; \
506
 
        done
507
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508
 
          if test "$$subdir" = .; then :; else \
 
555
            $(am__make_dryrun) \
 
556
              || test -d "$(distdir)/$$subdir" \
 
557
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
558
              || exit 1; \
509
559
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
510
560
            $(am__relativize); \
511
561
            new_distdir=$$reldir; \
626
676
 
627
677
uninstall-am:
628
678
 
629
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
630
 
        install-am install-strip tags-recursive
 
679
.MAKE: $(am__recursive_targets) install-am install-strip
631
680
 
632
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
633
 
        all all-am check check-am clean clean-generic clean-libtool \
634
 
        ctags ctags-recursive distclean distclean-generic \
635
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
636
 
        html-am info info-am install install-am install-data \
637
 
        install-data-am install-dvi install-dvi-am install-exec \
638
 
        install-exec-am install-html install-html-am install-info \
639
 
        install-info-am install-man install-pdf install-pdf-am \
640
 
        install-ps install-ps-am install-strip installcheck \
641
 
        installcheck-am installdirs installdirs-am maintainer-clean \
642
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
643
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
644
 
        uninstall uninstall-am
 
681
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
682
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
683
        ctags-am distclean distclean-generic distclean-libtool \
 
684
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
685
        install install-am install-data install-data-am install-dvi \
 
686
        install-dvi-am install-exec install-exec-am install-html \
 
687
        install-html-am install-info install-info-am install-man \
 
688
        install-pdf install-pdf-am install-ps install-ps-am \
 
689
        install-strip installcheck installcheck-am installdirs \
 
690
        installdirs-am maintainer-clean maintainer-clean-generic \
 
691
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
692
        ps ps-am tags tags-am uninstall uninstall-am
645
693
 
646
694
 
647
695
# Tell versions [3.59,3.63) of GNU make to not export all variables.