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

« back to all changes in this revision

Viewing changes to src/pop3/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
45
46
mkinstalldirs = $(install_sh) -d
46
47
CONFIG_HEADER = $(top_builddir)/config.h
47
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
48
50
am__installdirs = "$(DESTDIR)$(pkglibexecdir)" \
49
51
        "$(DESTDIR)$(pkginc_libdir)"
50
 
pkglibexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51
52
PROGRAMS = $(pkglibexec_PROGRAMS)
52
53
am_pop3_OBJECTS = client.$(OBJEXT) commands.$(OBJEXT) main.$(OBJEXT)
53
54
pop3_OBJECTS = $(am_pop3_OBJECTS)
60
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
63
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
67
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
82
    *) f=$$p;; \
81
83
  esac;
82
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
83
 
pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
 
84
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
85
am__install_max = 40
 
86
am__nobase_strip_setup = \
 
87
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
88
am__nobase_strip = \
 
89
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
90
am__nobase_list = $(am__nobase_strip_setup); \
 
91
  for p in $$list; do echo "$$p $$p"; done | \
 
92
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
93
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
94
    if (++n[$$2] == $(am__install_max)) \
 
95
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
96
    END { for (dir in files) print dir, files[dir] }'
 
97
am__base_list = \
 
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
84
100
HEADERS = $(noinst_HEADERS) $(pkginc_lib_HEADERS)
85
101
ETAGS = etags
86
102
CTAGS = ctags
87
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
104
pkglibexecdir = $(libexecdir)/dovecot
88
105
ACLOCAL = @ACLOCAL@
89
106
AMTAR = @AMTAR@
90
107
AR = @AR@
157
174
PACKAGE_NAME = @PACKAGE_NAME@
158
175
PACKAGE_STRING = @PACKAGE_STRING@
159
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_URL = @PACKAGE_URL@
160
178
PACKAGE_VERSION = @PACKAGE_VERSION@
161
179
PATH_SEPARATOR = @PATH_SEPARATOR@
162
180
PGSQL_CFLAGS = @PGSQL_CFLAGS@
237
255
top_build_prefix = @top_build_prefix@
238
256
top_builddir = @top_builddir@
239
257
top_srcdir = @top_srcdir@
240
 
pkglibexecdir = $(libexecdir)/dovecot
241
258
AM_CPPFLAGS = \
242
259
        -I$(top_srcdir)/src/lib \
243
260
        -I$(top_srcdir)/src/lib-dict \
291
308
              exit 1;; \
292
309
          esac; \
293
310
        done; \
294
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/pop3/Makefile'; \
295
 
        cd $(top_srcdir) && \
296
 
          $(AUTOMAKE) --foreign  src/pop3/Makefile
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/pop3/Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --foreign src/pop3/Makefile
297
314
.PRECIOUS: Makefile
298
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299
316
        @case '$?' in \
311
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
329
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
313
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(am__aclocal_m4_deps):
314
332
install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
315
333
        @$(NORMAL_INSTALL)
316
334
        test -z "$(pkglibexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)"
317
 
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
318
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
319
 
          if test -f $$p \
320
 
             || test -f $$p1 \
321
 
          ; then \
322
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
323
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
324
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(pkglibexecdir)/$$f" || exit 1; \
325
 
          else :; fi; \
326
 
        done
 
335
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
336
        for p in $$list; do echo "$$p $$p"; done | \
 
337
        sed 's/$(EXEEXT)$$//' | \
 
338
        while read p p1; do if test -f $$p || test -f $$p1; \
 
339
          then echo "$$p"; echo "$$p"; else :; fi; \
 
340
        done | \
 
341
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
342
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
343
        sed 'N;N;N;s,\n, ,g' | \
 
344
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
345
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
346
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
347
            else { print "f", $$3 "/" $$4, $$1; } } \
 
348
          END { for (d in files) print "f", d, files[d] }' | \
 
349
        while read type dir files; do \
 
350
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
351
            test -z "$$files" || { \
 
352
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
 
353
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
 
354
            } \
 
355
        ; done
327
356
 
328
357
uninstall-pkglibexecPROGRAMS:
329
358
        @$(NORMAL_UNINSTALL)
330
 
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
331
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
332
 
          echo " rm -f '$(DESTDIR)$(pkglibexecdir)/$$f'"; \
333
 
          rm -f "$(DESTDIR)$(pkglibexecdir)/$$f"; \
334
 
        done
 
359
        @list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
 
360
        files=`for p in $$list; do echo "$$p"; done | \
 
361
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
362
              -e 's/$$/$(EXEEXT)/' `; \
 
363
        test -n "$$list" || exit 0; \
 
364
        echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
 
365
        cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
335
366
 
336
367
clean-pkglibexecPROGRAMS:
337
 
        @list='$(pkglibexec_PROGRAMS)'; for p in $$list; do \
338
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
339
 
          echo " rm -f $$p $$f"; \
340
 
          rm -f $$p $$f ; \
341
 
        done
 
368
        @list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
369
        echo " rm -f" $$list; \
 
370
        rm -f $$list || exit $$?; \
 
371
        test -n "$(EXEEXT)" || exit 0; \
 
372
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
373
        echo " rm -f" $$list; \
 
374
        rm -f $$list
342
375
pop3$(EXEEXT): $(pop3_OBJECTS) $(pop3_DEPENDENCIES) 
343
376
        @rm -f pop3$(EXEEXT)
344
377
        $(pop3_LINK) $(pop3_OBJECTS) $(pop3_LDADD) $(LIBS)
355
388
 
356
389
.c.o:
357
390
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
391
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
359
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
394
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
362
395
 
363
396
.c.obj:
364
397
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
365
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
398
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
401
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
369
402
 
370
403
.c.lo:
371
404
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
405
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
374
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
408
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
382
415
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
383
416
        @$(NORMAL_INSTALL)
384
417
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
385
 
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
 
418
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
419
        for p in $$list; do \
386
420
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
387
 
          f=$(am__strip_dir) \
388
 
          echo " $(pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
389
 
          $(pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
421
          echo "$$d$$p"; \
 
422
        done | $(am__base_list) | \
 
423
        while read files; do \
 
424
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
 
425
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
390
426
        done
391
427
 
392
428
uninstall-pkginc_libHEADERS:
393
429
        @$(NORMAL_UNINSTALL)
394
 
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
395
 
          f=$(am__strip_dir) \
396
 
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
397
 
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
398
 
        done
 
430
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
 
431
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
432
        test -n "$$files" || exit 0; \
 
433
        echo " ( cd '$(DESTDIR)$(pkginc_libdir)' && rm -f" $$files ")"; \
 
434
        cd "$(DESTDIR)$(pkginc_libdir)" && rm -f $$files
399
435
 
400
436
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401
437
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
409
445
 
410
446
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
411
447
                $(TAGS_FILES) $(LISP)
412
 
        tags=; \
 
448
        set x; \
413
449
        here=`pwd`; \
414
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
415
451
        unique=`for i in $$list; do \
417
453
          done | \
418
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
420
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
456
        shift; \
 
457
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421
458
          test -n "$$unique" || unique=$$empty_fix; \
422
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423
 
            $$tags $$unique; \
 
459
          if test $$# -gt 0; then \
 
460
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
461
              "$$@" $$unique; \
 
462
          else \
 
463
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
464
              $$unique; \
 
465
          fi; \
424
466
        fi
425
467
ctags: CTAGS
426
468
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427
469
                $(TAGS_FILES) $(LISP)
428
 
        tags=; \
429
470
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
430
471
        unique=`for i in $$list; do \
431
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
473
          done | \
433
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
476
        test -z "$(CTAGS_ARGS)$$unique" \
436
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437
 
             $$tags $$unique
 
478
             $$unique
438
479
 
439
480
GTAGS:
440
481
        here=`$(am__cd) $(top_builddir) && pwd` \
441
 
          && cd $(top_srcdir) \
442
 
          && gtags -i $(GTAGS_ARGS) $$here
 
482
          && $(am__cd) $(top_srcdir) \
 
483
          && gtags -i $(GTAGS_ARGS) "$$here"
443
484
 
444
485
distclean-tags:
445
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
501
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
461
502
          if test -d $$d/$$file; then \
462
503
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
504
            if test -d "$(distdir)/$$file"; then \
 
505
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
506
            fi; \
463
507
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
508
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
509
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465
510
            fi; \
466
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
511
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467
512
          else \
468
 
            test -f $(distdir)/$$file \
469
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
513
            test -f "$(distdir)/$$file" \
 
514
            || cp -p $$d/$$file "$(distdir)/$$file" \
470
515
            || exit 1; \
471
516
          fi; \
472
517
        done
497
542
 
498
543
distclean-generic:
499
544
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
545
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
500
546
 
501
547
maintainer-clean-generic:
502
548
        @echo "This command is intended for maintainers to use"
518
564
 
519
565
html: html-am
520
566
 
 
567
html-am:
 
568
 
521
569
info: info-am
522
570
 
523
571
info-am:
526
574
 
527
575
install-dvi: install-dvi-am
528
576
 
 
577
install-dvi-am:
 
578
 
529
579
install-exec-am: install-pkglibexecPROGRAMS
530
580
 
531
581
install-html: install-html-am
532
582
 
 
583
install-html-am:
 
584
 
533
585
install-info: install-info-am
534
586
 
 
587
install-info-am:
 
588
 
535
589
install-man:
536
590
 
537
591
install-pdf: install-pdf-am
538
592
 
 
593
install-pdf-am:
 
594
 
539
595
install-ps: install-ps-am
540
596
 
 
597
install-ps-am:
 
598
 
541
599
installcheck-am:
542
600
 
543
601
maintainer-clean: maintainer-clean-am
577
635
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
578
636
        uninstall-pkginc_libHEADERS uninstall-pkglibexecPROGRAMS
579
637
 
 
638
 
580
639
# Tell versions [3.59,3.63) of GNU make to not export all variables.
581
640
# Otherwise a system limit (for SysV at least) may be exceeded.
582
641
.NOEXPORT: