~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/dict/Makefile.in

  • Committer: Chuck Short
  • Date: 2010-01-21 20:21:25 UTC
  • mfrom: (4.1.11 squeeze)
  • Revision ID: zulcss@ubuntu.com-20100121202125-pme73o491kfwj5nc
* Merge from debian testing, remaining changes:
  + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
    automatically: (LP: #164837)
  + debian/control:
    - add new binary with short description
    - set Architecture all for dovecot-postfix (LP: #329878)
  + debian/dovecot-postfix.postinst:
    - create initial certificate symlinks to snakeoil.
    - set up postfix with postconf to:
      - use Maildir/ as the default mailbox.
      - use dovecot as the sasl authentication server.
      - use dovecot LDA (deliver).
      - use tls for smtp{d} services.
    - fix certificates paths in postfix' main.cf
    - add reject_unauth_destination to postfix' recipient restrictions
    - add reject_unknown_sender_domain to postfix' sender restriction
    - rename configuration name on remove, delete on purge
    - restart dovecot after linking certificates
    - handle use case when postfix is unconfigurated
  + debian/dovecot-postfix.dirs: create backup directory for postfix's config
    configuration
  + restart postfix and dovecot.
  + debian/dovecot-postfix.postrm:
    - remove all dovecot related configuration from postfix.
    - restart postfix and dovecot.
  + debian/dovecot-common.init:
    - check if /etc/dovecot/dovecot-postfix.conf exists and use it
      as the configuration file if so.
  + debian/patches/warning-ubuntu-postfix.dpatch
    - add warning about dovecot-postfix.conf in dovecot default
      configuration file
  + debian/patches/dovecot-postfix.conf.diff:
    - Ubuntu server custom changes to the default dovecot configuration for
      better interfation with postfix.
    - enable sieve plugin.
    - Ubuntu server custom changes to the default dovecot configuration for
      better integration with postfix:
      - enable imap, pop3, imaps, pop3s and managesieve by default.
      - enable dovecot LDA (deliver).
      - enable SASL auth socket in postfix private directory
   + debian/rules:
     - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
     - build architecure independent packages too
   + Use Snakeoil SSL certificates by default.
     - debian/control: Depend on ssl-cert.
     - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
       paths to snakeoil.
     - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
   + Add autopkgtest to debian/tests/*.
   + Fast TearDown: Update the lsb init header to not stop in level 6.
   + Add ufw integration:
     - Created debian/dovecot-common.ufw.profile.
     - debian/rules: install profile.
     - debian/control: suggest ufw.
   + debian/{control,rules}: enable PIE hardening.
   + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
   + debian/control: Update Vcs-* headers.
   + Add SMTP-AUTH support for Outlook (login auth mechanism)
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.
* Moved libexec to lib corrections in dovecot-managesieve.patch and
  dovecot-managesieve-dist.patch to dovecot-example.patch
* debian/patches/dovecot-mboxlocking.patch: Regenerated to avoid FTBFS
  when quilt isn't installed.
* debian/patches/quota-mountpoint.patch: Removed. Not needed anymore.
* debian/patches/dovecot-quota.patch: Removed. Quotas aren't properly
  enabled unless mail_plugins = quota imap_quota.
* debian/patches/gold-fix.patch: Fixed configure script to build even
  with binutils-gold or --no-add-needed linker flag (Closes: #554306)
* debian/dovecot-common.init: fixed LSB headers. Thanks to Pascal Volk.
  (Closes: #558040)
* debian/changelog: added CVE references to previous changelog entry.
* debian/rules: checked up the build system. It's not fragile anymore.
  (Closes: 493803)
* debian/dovecot-common.postinst: Now invoking dpkg-reconfigure
  on dovecot-common is enough to generate new certificates
  if the previous ones were removed. (Closes: #545582)
* debian/rules: No longer install convert-tool in /usr/bin.
  It isn't an user utility and it should stay in /usr/lib/dovecot
  like all other similar tool.
* New upstream release. (Closes: #557601)
* [SECURITY] Fixes local information disclosure and denial of service.
  (see: http://www.dovecot.org/list/dovecot-news/2009-November/000143.html
  and CVE-2009-3897)
* Added myself to uploaders.
* Switched to the new source format "3.0 (quilt)":
  - removed dpatch from build-depends
  - removed debian/README.source because now we use only standard
    dpkg features
  - regenerated all patches
* Prepared to switch to multi-origin source:
  - recreated dovecot-libsieve.patch and dovecot-managesieve-dist.patch
    starting from the upstream tarball
  - removed all autotools related build-depends and build-conflict
  - renamed dovecot-libsieve and dovecot-managesieve directories
    to libsieve and managesieve.
* debian/rules: Moved the configuration of libsieve and managesieve from
  the build phase to the configuration phase
* Added dovecot-dbg package  with debugging symbols.  Thanks Stephan Bosch.
  (Closes: #554710)
* Fixed some stray libexec'isms in the default configuration.
* New upstream release.
* debian/dovecot-common.init:
  - use $CONF when starting the daemon. (Closes: #549944)
  - always output start/stop messages. (Closes: #523810)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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@
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
44
45
mkinstalldirs = $(install_sh) -d
45
46
CONFIG_HEADER = $(top_builddir)/config.h
46
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
47
49
am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
48
 
pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
49
50
PROGRAMS = $(pkglibexec_PROGRAMS)
50
51
am_dict_OBJECTS = dict-server.$(OBJEXT) main.$(OBJEXT)
51
52
dict_OBJECTS = $(am_dict_OBJECTS)
56
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
59
am__depfiles_maybe = depfiles
 
60
am__mv = mv -f
59
61
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60
62
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61
63
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
73
ETAGS = etags
72
74
CTAGS = ctags
73
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
76
pkglibexecdir = $(libexecdir)/dovecot
74
77
ACLOCAL = @ACLOCAL@
75
78
AMTAR = @AMTAR@
76
79
AR = @AR@
143
146
PACKAGE_NAME = @PACKAGE_NAME@
144
147
PACKAGE_STRING = @PACKAGE_STRING@
145
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
149
PACKAGE_URL = @PACKAGE_URL@
146
150
PACKAGE_VERSION = @PACKAGE_VERSION@
147
151
PATH_SEPARATOR = @PATH_SEPARATOR@
148
152
PGSQL_CFLAGS = @PGSQL_CFLAGS@
223
227
top_build_prefix = @top_build_prefix@
224
228
top_builddir = @top_builddir@
225
229
top_srcdir = @top_srcdir@
226
 
pkglibexecdir = $(libexecdir)/dovecot
227
230
AM_CPPFLAGS = \
228
231
        -I$(top_srcdir)/src/lib \
229
232
        -I$(top_srcdir)/src/lib-dict \
266
269
              exit 1;; \
267
270
          esac; \
268
271
        done; \
269
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/dict/Makefile'; \
270
 
        cd $(top_srcdir) && \
271
 
          $(AUTOMAKE) --foreign  src/dict/Makefile
 
272
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/dict/Makefile'; \
 
273
        $(am__cd) $(top_srcdir) && \
 
274
          $(AUTOMAKE) --foreign src/dict/Makefile
272
275
.PRECIOUS: Makefile
273
276
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274
277
        @case '$?' in \
286
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
290
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
$(am__aclocal_m4_deps):
289
293
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
290
294
        @$(NORMAL_INSTALL)
291
295
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
292
 
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
293
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
294
 
          if test -f $$p \
295
 
             || test -f $$p1 \
296
 
          ; then \
297
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
298
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
299
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(pkglibexecdir)/$$f" || exit 1; \
300
 
          else :; fi; \
301
 
        done
 
296
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
297
        for p in $$list; do echo "$$p $$p"; done | \
 
298
        sed 's/$(EXEEXT)$$//' | \
 
299
        while read p p1; do if test -f $$p || test -f $$p1; \
 
300
          then echo "$$p"; echo "$$p"; else :; fi; \
 
301
        done | \
 
302
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
303
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
304
        sed 'N;N;N;s,\n, ,g' | \
 
305
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
306
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
307
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
308
            else { print "f", $$3 "/" $$4, $$1; } } \
 
309
          END { for (d in files) print "f", d, files[d] }' | \
 
310
        while read type dir files; do \
 
311
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
312
            test -z "$$files" || { \
 
313
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
 
314
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
 
315
            } \
 
316
        ; done
302
317
 
303
318
uninstall-pkglibexecPROGRAMS:
304
319
        @$(NORMAL_UNINSTALL)
305
 
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
306
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
307
 
          echo " rm -f '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
308
 
          rm -f "$(DESTDIR)$(pkglibexecdir)/$$f"; \
309
 
        done
 
320
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
321
        files=`for p in $$list; do echo "$$p"; done | \
 
322
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
323
              -e 's/$$/$(EXEEXT)/' `; \
 
324
        test -n "$$list" || exit 0; \
 
325
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
 
326
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
310
327
 
311
328
clean-pkglibexecPROGRAMS:
312
 
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
313
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
314
 
          echo " rm -f $$p $$f"; \
315
 
          rm -f $$p $$f ; \
316
 
        done
 
329
        @list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
330
        echo " rm -f" $$list; \
 
331
        rm -f $$list || exit $$?; \
 
332
        test -n "$(EXEEXT)" || exit 0; \
 
333
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
334
        echo " rm -f" $$list; \
 
335
        rm -f $$list
317
336
dict$(EXEEXT): $(dict_OBJECTS) $(dict_DEPENDENCIES) 
318
337
        @rm -f dict$(EXEEXT)
319
338
        $(dict_LINK) $(dict_OBJECTS) $(dict_LDADD) $(LIBS)
329
348
 
330
349
.c.o:
331
350
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
351
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
333
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335
354
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
336
355
 
337
356
.c.obj:
338
357
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
339
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
358
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
340
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342
361
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
343
362
 
344
363
.c.lo:
345
364
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
365
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
347
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
348
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
368
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
366
385
 
367
386
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
387
                $(TAGS_FILES) $(LISP)
369
 
        tags=; \
 
388
        set x; \
370
389
        here=`pwd`; \
371
390
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372
391
        unique=`for i in $$list; do \
374
393
          done | \
375
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
396
        shift; \
 
397
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378
398
          test -n "$$unique" || unique=$$empty_fix; \
379
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380
 
            $$tags $$unique; \
 
399
          if test $$# -gt 0; then \
 
400
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
401
              "$$@" $$unique; \
 
402
          else \
 
403
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
404
              $$unique; \
 
405
          fi; \
381
406
        fi
382
407
ctags: CTAGS
383
408
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384
409
                $(TAGS_FILES) $(LISP)
385
 
        tags=; \
386
410
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
411
        unique=`for i in $$list; do \
388
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389
413
          done | \
390
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
416
        test -z "$(CTAGS_ARGS)$$unique" \
393
417
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394
 
             $$tags $$unique
 
418
             $$unique
395
419
 
396
420
GTAGS:
397
421
        here=`$(am__cd) $(top_builddir) && pwd` \
398
 
          && cd $(top_srcdir) \
399
 
          && gtags -i $(GTAGS_ARGS) $$here
 
422
          && $(am__cd) $(top_srcdir) \
 
423
          && gtags -i $(GTAGS_ARGS) "$$here"
400
424
 
401
425
distclean-tags:
402
426
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
417
441
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418
442
          if test -d $$d/$$file; then \
419
443
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
444
            if test -d "$(distdir)/$$file"; then \
 
445
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
446
            fi; \
420
447
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
448
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
449
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422
450
            fi; \
423
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
451
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424
452
          else \
425
 
            test -f $(distdir)/$$file \
426
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
453
            test -f "$(distdir)/$$file" \
 
454
            || cp -p $$d/$$file "$(distdir)/$$file" \
427
455
            || exit 1; \
428
456
          fi; \
429
457
        done
454
482
 
455
483
distclean-generic:
456
484
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
485
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
457
486
 
458
487
maintainer-clean-generic:
459
488
        @echo "This command is intended for maintainers to use"
475
504
 
476
505
html: html-am
477
506
 
 
507
html-am:
 
508
 
478
509
info: info-am
479
510
 
480
511
info-am:
483
514
 
484
515
install-dvi: install-dvi-am
485
516
 
 
517
install-dvi-am:
 
518
 
486
519
install-exec-am: install-pkglibexecPROGRAMS
487
520
 
488
521
install-html: install-html-am
489
522
 
 
523
install-html-am:
 
524
 
490
525
install-info: install-info-am
491
526
 
 
527
install-info-am:
 
528
 
492
529
install-man:
493
530
 
494
531
install-pdf: install-pdf-am
495
532
 
 
533
install-pdf-am:
 
534
 
496
535
install-ps: install-ps-am
497
536
 
 
537
install-ps-am:
 
538
 
498
539
installcheck-am:
499
540
 
500
541
maintainer-clean: maintainer-clean-am
533
574
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
534
575
        tags uninstall uninstall-am uninstall-pkglibexecPROGRAMS
535
576
 
 
577
 
536
578
# Tell versions [3.59,3.63) of GNU make to not export all variables.
537
579
# Otherwise a system limit (for SysV at least) may be exceeded.
538
580
.NOEXPORT: