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

« back to all changes in this revision

Viewing changes to pigeonhole/src/lib-sieve/plugins/enotify/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
49
48
CONFIG_HEADER = $(top_builddir)/dummy-config.h \
50
49
        $(top_builddir)/pigeonhole-config.h
51
50
CONFIG_CLEAN_FILES =
52
 
CONFIG_CLEAN_VPATH_FILES =
53
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
54
52
am__objects_1 = cmd-notify.lo
55
53
am__objects_2 = tst-valid-notify-method.lo \
63
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
63
am__depfiles_maybe = depfiles
66
 
am__mv = mv -f
67
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
66
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87
84
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88
85
    *) f=$$p;; \
89
86
  esac;
90
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91
 
am__install_max = 40
92
 
am__nobase_strip_setup = \
93
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94
 
am__nobase_strip = \
95
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96
 
am__nobase_list = $(am__nobase_strip_setup); \
97
 
  for p in $$list; do echo "$$p $$p"; done | \
98
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
99
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
100
 
    if (++n[$$2] == $(am__install_max)) \
101
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102
 
    END { for (dir in files) print dir, files[dir] }'
103
 
am__base_list = \
104
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
87
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
106
88
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
 
89
pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
107
90
HEADERS = $(noinst_HEADERS) $(pkginc_lib_HEADERS)
108
91
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109
92
  distclean-recursive maintainer-clean-recursive
110
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112
 
        distdir
113
93
ETAGS = etags
114
94
CTAGS = ctags
115
95
DIST_SUBDIRS = $(SUBDIRS)
116
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
 
am__relativize = \
118
 
  dir0=`pwd`; \
119
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120
 
  sed_rest='s,^[^/]*/*,,'; \
121
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122
 
  sed_butlast='s,/*[^/]*$$,,'; \
123
 
  while test -n "$$dir1"; do \
124
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125
 
    if test "$$first" != "."; then \
126
 
      if test "$$first" = ".."; then \
127
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129
 
      else \
130
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131
 
        if test "$$first2" = "$$first"; then \
132
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133
 
        else \
134
 
          dir2="../$$dir2"; \
135
 
        fi; \
136
 
        dir0="$$dir0"/"$$first"; \
137
 
      fi; \
138
 
    fi; \
139
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140
 
  done; \
141
 
  reldir="$$dir2"
142
97
ACLOCAL = @ACLOCAL@
143
98
AMTAR = @AMTAR@
144
99
AR = @AR@
334
289
              exit 1;; \
335
290
          esac; \
336
291
        done; \
337
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib-sieve/plugins/enotify/Makefile'; \
338
 
        $(am__cd) $(top_srcdir) && \
339
 
          $(AUTOMAKE) --foreign src/lib-sieve/plugins/enotify/Makefile
 
292
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib-sieve/plugins/enotify/Makefile'; \
 
293
        cd $(top_srcdir) && \
 
294
          $(AUTOMAKE) --foreign  src/lib-sieve/plugins/enotify/Makefile
340
295
.PRECIOUS: Makefile
341
296
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342
297
        @case '$?' in \
354
309
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355
310
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
356
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
 
$(am__aclocal_m4_deps):
358
312
 
359
313
clean-noinstLTLIBRARIES:
360
314
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
382
336
 
383
337
.c.o:
384
338
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
339
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
342
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
389
343
 
390
344
.c.obj:
391
345
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
392
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
394
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
349
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
396
350
 
397
351
.c.lo:
398
352
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
353
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
400
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
356
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
409
363
install-pkginc_libHEADERS: $(pkginc_lib_HEADERS)
410
364
        @$(NORMAL_INSTALL)
411
365
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
412
 
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
413
 
        for p in $$list; do \
 
366
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
414
367
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415
 
          echo "$$d$$p"; \
416
 
        done | $(am__base_list) | \
417
 
        while read files; do \
418
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
419
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
 
368
          f=$(am__strip_dir) \
 
369
          echo " $(pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
 
370
          $(pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
420
371
        done
421
372
 
422
373
uninstall-pkginc_libHEADERS:
423
374
        @$(NORMAL_UNINSTALL)
424
 
        @list='$(pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
425
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
426
 
        test -n "$$files" || exit 0; \
427
 
        echo " ( cd '$(DESTDIR)$(pkginc_libdir)' && rm -f" $$files ")"; \
428
 
        cd "$(DESTDIR)$(pkginc_libdir)" && rm -f $$files
 
375
        @list='$(pkginc_lib_HEADERS)'; for p in $$list; do \
 
376
          f=$(am__strip_dir) \
 
377
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
 
378
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
379
        done
429
380
 
430
381
# This directory's subdirectories are mostly independent; you can cd
431
382
# into them and run `make' without going through this Makefile.
451
402
          else \
452
403
            local_target="$$target"; \
453
404
          fi; \
454
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
455
406
          || eval $$failcom; \
456
407
        done; \
457
408
        if test "$$dot_seen" = "no"; then \
485
436
          else \
486
437
            local_target="$$target"; \
487
438
          fi; \
488
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
439
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489
440
          || eval $$failcom; \
490
441
        done && test -z "$$fail"
491
442
tags-recursive:
492
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
493
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
444
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
494
445
        done
495
446
ctags-recursive:
496
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
497
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
448
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
498
449
        done
499
450
 
500
451
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
509
460
 
510
461
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
511
462
                $(TAGS_FILES) $(LISP)
512
 
        set x; \
 
463
        tags=; \
513
464
        here=`pwd`; \
514
465
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
515
466
          include_option=--etags-include; \
521
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
522
473
          if test "$$subdir" = .; then :; else \
523
474
            test ! -f $$subdir/TAGS || \
524
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
475
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
525
476
          fi; \
526
477
        done; \
527
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
530
481
          done | \
531
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
533
 
        shift; \
534
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
484
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
535
485
          test -n "$$unique" || unique=$$empty_fix; \
536
 
          if test $$# -gt 0; then \
537
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538
 
              "$$@" $$unique; \
539
 
          else \
540
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541
 
              $$unique; \
542
 
          fi; \
 
486
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
487
            $$tags $$unique; \
543
488
        fi
544
489
ctags: CTAGS
545
490
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546
491
                $(TAGS_FILES) $(LISP)
 
492
        tags=; \
547
493
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
548
494
        unique=`for i in $$list; do \
549
495
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
550
496
          done | \
551
497
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
552
498
              END { if (nonempty) { for (i in files) print i; }; }'`; \
553
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
499
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
554
500
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
555
 
             $$unique
 
501
             $$tags $$unique
556
502
 
557
503
GTAGS:
558
504
        here=`$(am__cd) $(top_builddir) && pwd` \
559
 
          && $(am__cd) $(top_srcdir) \
560
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
505
          && cd $(top_srcdir) \
 
506
          && gtags -i $(GTAGS_ARGS) $$here
561
507
 
562
508
distclean-tags:
563
509
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578
524
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
579
525
          if test -d $$d/$$file; then \
580
526
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
581
 
            if test -d "$(distdir)/$$file"; then \
582
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
583
 
            fi; \
584
527
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
586
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
528
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
587
529
            fi; \
588
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
530
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
589
531
          else \
590
 
            test -f "$(distdir)/$$file" \
591
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
532
            test -f $(distdir)/$$file \
 
533
            || cp -p $$d/$$file $(distdir)/$$file \
592
534
            || exit 1; \
593
535
          fi; \
594
536
        done
595
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
537
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
596
538
          if test "$$subdir" = .; then :; else \
597
539
            test -d "$(distdir)/$$subdir" \
598
540
            || $(MKDIR_P) "$(distdir)/$$subdir" \
599
541
            || exit 1; \
600
 
          fi; \
601
 
        done
602
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
603
 
          if test "$$subdir" = .; then :; else \
604
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
605
 
            $(am__relativize); \
606
 
            new_distdir=$$reldir; \
607
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
608
 
            $(am__relativize); \
609
 
            new_top_distdir=$$reldir; \
610
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
611
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
612
 
            ($(am__cd) $$subdir && \
 
542
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
543
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
544
            (cd $$subdir && \
613
545
              $(MAKE) $(AM_MAKEFLAGS) \
614
 
                top_distdir="$$new_top_distdir" \
615
 
                distdir="$$new_distdir" \
 
546
                top_distdir="$$top_distdir" \
 
547
                distdir="$$distdir/$$subdir" \
616
548
                am__remove_distdir=: \
617
549
                am__skip_length_check=: \
618
 
                am__skip_mode_fix=: \
619
550
                distdir) \
620
551
              || exit 1; \
621
552
          fi; \
648
579
 
649
580
distclean-generic:
650
581
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
651
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
652
582
 
653
583
maintainer-clean-generic:
654
584
        @echo "This command is intended for maintainers to use"
724
654
 
725
655
uninstall-am: uninstall-pkginc_libHEADERS
726
656
 
727
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
728
 
        install-am install-strip tags-recursive
 
657
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
658
        install-strip
729
659
 
730
660
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
731
661
        all all-am check check-am clean clean-generic clean-libtool \
743
673
        tags tags-recursive uninstall uninstall-am \
744
674
        uninstall-pkginc_libHEADERS
745
675
 
746
 
 
747
676
# Tell versions [3.59,3.63) of GNU make to not export all variables.
748
677
# Otherwise a system limit (for SysV at least) may be exceeded.
749
678
.NOEXPORT: