~ubuntu-branches/ubuntu/karmic/evolution/karmic-proposed

« back to all changes in this revision

Viewing changes to addressbook/conduit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-10-19 11:28:09 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: james.westby@ubuntu.com-20091019112809-dm58mhdd7mkedv4h
Tags: 2.28.1-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #552552 - File/Empty Trash does not expunge maildir folder    
  - #592117 - Calendar printout love
  - #592313 - Default label names untranslated (lp: #442250)
  - #594373 - Calendar notifications are not cleared from system tray    
              (lp: #437755)
  - #595501 - Crash on a changed filter rule removal (lp: #452921)
  - #595923 - Fix user doc compilation warnings 
  - #595938 - User doc clean up 
  - #596130 - Use correct Name and GenericName in .desktop file    
  - #596157 - Use "Message-ID" instead of "Message-Id" 
  - #596160 - Compiler warnings about _MailComponentPrivate.quit_state    
  - #596712 - Recovered messages not autosaved until modification
  - #596800 - Hang on contacts merging 
  - #597108 - E_CONFIG_SECTION headers not properly escaped    
  - #597564 - Invalid g_object_unref call in redo_queries 
  Miscellaneous:
  Disable gdk_event_get_graphics_expose
  Various composer autosave fixes. 
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
52
54
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53
55
CONFIG_HEADER = $(top_builddir)/config.h
54
56
CONFIG_CLEAN_FILES =
 
57
CONFIG_CLEAN_VPATH_FILES =
55
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
59
am__vpath_adj = case $$p in \
57
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
61
    *) f=$$p;; \
59
62
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
79
am__installdirs = "$(DESTDIR)$(privconduitdir)" \
62
80
        "$(DESTDIR)$(conduitdir)"
63
 
privconduitLTLIBRARIES_INSTALL = $(INSTALL)
64
81
LTLIBRARIES = $(privconduit_LTLIBRARIES)
65
82
am__DEPENDENCIES_1 =
66
83
libeaddress_conduit_la_DEPENDENCIES =  \
70
87
        $(am__DEPENDENCIES_1)
71
88
am_libeaddress_conduit_la_OBJECTS = address-conduit.lo
72
89
libeaddress_conduit_la_OBJECTS = $(am_libeaddress_conduit_la_OBJECTS)
73
 
libeaddress_conduit_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
74
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75
 
        $(libeaddress_conduit_la_LDFLAGS) $(LDFLAGS) -o $@
 
90
AM_V_lt = $(am__v_lt_$(V))
 
91
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_lt_0 = --silent
 
93
libeaddress_conduit_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
94
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
95
        $(AM_CFLAGS) $(CFLAGS) $(libeaddress_conduit_la_LDFLAGS) \
 
96
        $(LDFLAGS) -o $@
76
97
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
77
98
depcomp = $(SHELL) $(top_srcdir)/depcomp
78
99
am__depfiles_maybe = depfiles
 
100
am__mv = mv -f
79
101
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80
102
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
103
AM_V_CC = $(am__v_CC_$(V))
 
104
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
105
am__v_CC_0 = @echo "  CC    " $@;
 
106
AM_V_at = $(am__v_at_$(V))
 
107
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
108
am__v_at_0 = @
81
109
CCLD = $(CC)
82
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84
 
        $(LDFLAGS) -o $@
 
110
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
111
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
112
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
113
AM_V_CCLD = $(am__v_CCLD_$(V))
 
114
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
115
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
116
AM_V_GEN = $(am__v_GEN_$(V))
 
117
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
118
am__v_GEN_0 = @echo "  GEN   " $@;
85
119
SOURCES = $(libeaddress_conduit_la_SOURCES)
86
120
DIST_SOURCES = $(libeaddress_conduit_la_SOURCES)
87
 
conduitDATA_INSTALL = $(INSTALL_DATA)
88
121
DATA = $(conduit_DATA)
89
122
ETAGS = etags
90
123
CTAGS = ctags
95
128
ALLOCA = @ALLOCA@
96
129
ALL_LINGUAS = @ALL_LINGUAS@
97
130
AMTAR = @AMTAR@
 
131
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
98
132
AR = @AR@
99
133
AS = @AS@
100
134
AUTOCONF = @AUTOCONF@
433
467
        @for dep in $?; do \
434
468
          case '$(am__configure_deps)' in \
435
469
            *$$dep*) \
436
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
437
 
                && exit 0; \
 
470
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
471
                && { if test -f $@; then exit 0; else break; fi; }; \
438
472
              exit 1;; \
439
473
          esac; \
440
474
        done; \
441
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  addressbook/conduit/Makefile'; \
442
 
        cd $(top_srcdir) && \
443
 
          $(AUTOMAKE) --gnu  addressbook/conduit/Makefile
 
475
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu addressbook/conduit/Makefile'; \
 
476
        $(am__cd) $(top_srcdir) && \
 
477
          $(AUTOMAKE) --gnu addressbook/conduit/Makefile
444
478
.PRECIOUS: Makefile
445
479
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
446
480
        @case '$?' in \
458
492
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459
493
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
460
494
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
495
$(am__aclocal_m4_deps):
461
496
install-privconduitLTLIBRARIES: $(privconduit_LTLIBRARIES)
462
497
        @$(NORMAL_INSTALL)
463
498
        test -z "$(privconduitdir)" || $(MKDIR_P) "$(DESTDIR)$(privconduitdir)"
464
 
        @list='$(privconduit_LTLIBRARIES)'; for p in $$list; do \
 
499
        @list='$(privconduit_LTLIBRARIES)'; test -n "$(privconduitdir)" || list=; \
 
500
        list2=; for p in $$list; do \
465
501
          if test -f $$p; then \
466
 
            f=$(am__strip_dir) \
467
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(privconduitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(privconduitdir)/$$f'"; \
468
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(privconduitLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(privconduitdir)/$$f"; \
 
502
            list2="$$list2 $$p"; \
469
503
          else :; fi; \
470
 
        done
 
504
        done; \
 
505
        test -z "$$list2" || { \
 
506
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(privconduitdir)'"; \
 
507
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(privconduitdir)"; \
 
508
        }
471
509
 
472
510
uninstall-privconduitLTLIBRARIES:
473
511
        @$(NORMAL_UNINSTALL)
474
 
        @list='$(privconduit_LTLIBRARIES)'; for p in $$list; do \
475
 
          p=$(am__strip_dir) \
476
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(privconduitdir)/$$p'"; \
477
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(privconduitdir)/$$p"; \
 
512
        @list='$(privconduit_LTLIBRARIES)'; test -n "$(privconduitdir)" || list=; \
 
513
        for p in $$list; do \
 
514
          $(am__strip_dir) \
 
515
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(privconduitdir)/$$f'"; \
 
516
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(privconduitdir)/$$f"; \
478
517
        done
479
518
 
480
519
clean-privconduitLTLIBRARIES:
486
525
          rm -f "$${dir}/so_locations"; \
487
526
        done
488
527
libeaddress_conduit.la: $(libeaddress_conduit_la_OBJECTS) $(libeaddress_conduit_la_DEPENDENCIES) 
489
 
        $(libeaddress_conduit_la_LINK) -rpath $(privconduitdir) $(libeaddress_conduit_la_OBJECTS) $(libeaddress_conduit_la_LIBADD) $(LIBS)
 
528
        $(AM_V_CCLD)$(libeaddress_conduit_la_LINK) -rpath $(privconduitdir) $(libeaddress_conduit_la_OBJECTS) $(libeaddress_conduit_la_LIBADD) $(LIBS)
490
529
 
491
530
mostlyclean-compile:
492
531
        -rm -f *.$(OBJEXT)
497
536
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address-conduit.Plo@am__quote@
498
537
 
499
538
.c.o:
500
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
501
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
539
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
540
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
541
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
502
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
503
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
544
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
505
545
 
506
546
.c.obj:
507
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
508
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
547
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
548
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
549
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
509
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
510
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
552
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
512
553
 
513
554
.c.lo:
514
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
515
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
555
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
556
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
557
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
516
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
517
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
560
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
525
567
install-conduitDATA: $(conduit_DATA)
526
568
        @$(NORMAL_INSTALL)
527
569
        test -z "$(conduitdir)" || $(MKDIR_P) "$(DESTDIR)$(conduitdir)"
528
 
        @list='$(conduit_DATA)'; for p in $$list; do \
 
570
        @list='$(conduit_DATA)'; test -n "$(conduitdir)" || list=; \
 
571
        for p in $$list; do \
529
572
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
530
 
          f=$(am__strip_dir) \
531
 
          echo " $(conduitDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(conduitdir)/$$f'"; \
532
 
          $(conduitDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(conduitdir)/$$f"; \
 
573
          echo "$$d$$p"; \
 
574
        done | $(am__base_list) | \
 
575
        while read files; do \
 
576
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(conduitdir)'"; \
 
577
          $(INSTALL_DATA) $$files "$(DESTDIR)$(conduitdir)" || exit $$?; \
533
578
        done
534
579
 
535
580
uninstall-conduitDATA:
536
581
        @$(NORMAL_UNINSTALL)
537
 
        @list='$(conduit_DATA)'; for p in $$list; do \
538
 
          f=$(am__strip_dir) \
539
 
          echo " rm -f '$(DESTDIR)$(conduitdir)/$$f'"; \
540
 
          rm -f "$(DESTDIR)$(conduitdir)/$$f"; \
541
 
        done
 
582
        @list='$(conduit_DATA)'; test -n "$(conduitdir)" || list=; \
 
583
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
584
        test -n "$$files" || exit 0; \
 
585
        echo " ( cd '$(DESTDIR)$(conduitdir)' && rm -f" $$files ")"; \
 
586
        cd "$(DESTDIR)$(conduitdir)" && rm -f $$files
542
587
 
543
588
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
544
589
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
545
590
        unique=`for i in $$list; do \
546
591
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547
592
          done | \
548
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
593
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
549
594
              END { if (nonempty) { for (i in files) print i; }; }'`; \
550
595
        mkid -fID $$unique
551
596
tags: TAGS
552
597
 
553
598
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
554
599
                $(TAGS_FILES) $(LISP)
555
 
        tags=; \
 
600
        set x; \
556
601
        here=`pwd`; \
557
602
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
558
603
        unique=`for i in $$list; do \
560
605
          done | \
561
606
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562
607
              END { if (nonempty) { for (i in files) print i; }; }'`; \
563
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
608
        shift; \
 
609
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
564
610
          test -n "$$unique" || unique=$$empty_fix; \
565
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566
 
            $$tags $$unique; \
 
611
          if test $$# -gt 0; then \
 
612
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
613
              "$$@" $$unique; \
 
614
          else \
 
615
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
616
              $$unique; \
 
617
          fi; \
567
618
        fi
568
619
ctags: CTAGS
569
620
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
570
621
                $(TAGS_FILES) $(LISP)
571
 
        tags=; \
572
622
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
573
623
        unique=`for i in $$list; do \
574
624
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575
625
          done | \
576
626
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577
627
              END { if (nonempty) { for (i in files) print i; }; }'`; \
578
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
628
        test -z "$(CTAGS_ARGS)$$unique" \
579
629
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
580
 
             $$tags $$unique
 
630
             $$unique
581
631
 
582
632
GTAGS:
583
633
        here=`$(am__cd) $(top_builddir) && pwd` \
584
 
          && cd $(top_srcdir) \
585
 
          && gtags -i $(GTAGS_ARGS) $$here
 
634
          && $(am__cd) $(top_srcdir) \
 
635
          && gtags -i $(GTAGS_ARGS) "$$here"
586
636
 
587
637
distclean-tags:
588
638
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
603
653
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
604
654
          if test -d $$d/$$file; then \
605
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; \
606
659
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
607
 
              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 {} \;; \
608
662
            fi; \
609
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
663
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
610
664
          else \
611
 
            test -f $(distdir)/$$file \
612
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
665
            test -f "$(distdir)/$$file" \
 
666
            || cp -p $$d/$$file "$(distdir)/$$file" \
613
667
            || exit 1; \
614
668
          fi; \
615
669
        done
646
700
 
647
701
distclean-generic:
648
702
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
703
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
649
704
 
650
705
maintainer-clean-generic:
651
706
        @echo "This command is intended for maintainers to use"
668
723
 
669
724
html: html-am
670
725
 
 
726
html-am:
 
727
 
671
728
info: info-am
672
729
 
673
730
info-am:
676
733
 
677
734
install-dvi: install-dvi-am
678
735
 
 
736
install-dvi-am:
 
737
 
679
738
install-exec-am:
680
739
 
681
740
install-html: install-html-am
682
741
 
 
742
install-html-am:
 
743
 
683
744
install-info: install-info-am
684
745
 
 
746
install-info-am:
 
747
 
685
748
install-man:
686
749
 
687
750
install-pdf: install-pdf-am
688
751
 
 
752
install-pdf-am:
 
753
 
689
754
install-ps: install-ps-am
690
755
 
 
756
install-ps-am:
 
757
 
691
758
installcheck-am:
692
759
 
693
760
maintainer-clean: maintainer-clean-am
710
777
 
711
778
uninstall-am: uninstall-conduitDATA uninstall-privconduitLTLIBRARIES
712
779
 
713
 
.MAKE: install-am install-strip
 
780
.MAKE: all check install install-am install-strip
714
781
 
715
782
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
716
783
        clean-libtool clean-privconduitLTLIBRARIES ctags dist-hook \
739
806
        cd $(distdir); rm -f $(BUILT_SOURCES)
740
807
 
741
808
-include $(top_srcdir)/git.mk
 
809
 
742
810
# Tell versions [3.59,3.63) of GNU make to not export all variables.
743
811
# Otherwise a system limit (for SysV at least) may be exceeded.
744
812
.NOEXPORT: