~rmcbride/ubuntu/lucid/ubuntuone-client/fixucg

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2009-08-26 12:15:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826121500-rivjec5146epys62
Tags: 0.93.0-0ubuntu1
* New upstream release.
  - Fix crash with KeyError in __getitem__ (LP: #404934)
  - Fix fatal error constant occurrances (LP: #414635)
  - Fix ability to reauthorize (LP: #406897)
  - Get rid of animated icon, and false activity status (LP: #414925)
* Update Standards-Version to 3.8.3

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@
 
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
50
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = config.h
52
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
53
77
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
54
78
        "$(DESTDIR)$(clientdefsdir)" "$(DESTDIR)$(manfilesdir)"
55
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
56
 
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
57
79
SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS)
58
80
SOURCES =
59
81
DIST_SOURCES =
64
86
        install-pdf-recursive install-ps-recursive install-recursive \
65
87
        installcheck-recursive installdirs-recursive pdf-recursive \
66
88
        ps-recursive uninstall-recursive
67
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68
 
am__vpath_adj = case $$p in \
69
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70
 
    *) f=$$p;; \
71
 
  esac;
72
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73
 
clientdefsDATA_INSTALL = $(INSTALL_DATA)
74
 
manfilesDATA_INSTALL = $(INSTALL_DATA)
75
89
DATA = $(clientdefs_DATA) $(manfiles_DATA)
76
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77
91
  distclean-recursive maintainer-clean-recursive
 
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
93
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
        distdir dist dist-all distcheck
78
95
ETAGS = etags
79
96
CTAGS = ctags
80
97
DIST_SUBDIRS = $(SUBDIRS)
82
99
distdir = $(PACKAGE)-$(VERSION)
83
100
top_distdir = $(distdir)
84
101
am__remove_distdir = \
85
 
  { test ! -d $(distdir) \
86
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
87
 
         && rm -fr $(distdir); }; }
 
102
  { test ! -d "$(distdir)" \
 
103
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
104
         && rm -fr "$(distdir)"; }; }
 
105
am__relativize = \
 
106
  dir0=`pwd`; \
 
107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
108
  sed_rest='s,^[^/]*/*,,'; \
 
109
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
110
  sed_butlast='s,/*[^/]*$$,,'; \
 
111
  while test -n "$$dir1"; do \
 
112
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
113
    if test "$$first" != "."; then \
 
114
      if test "$$first" = ".."; then \
 
115
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
116
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
117
      else \
 
118
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
119
        if test "$$first2" = "$$first"; then \
 
120
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
121
        else \
 
122
          dir2="../$$dir2"; \
 
123
        fi; \
 
124
        dir0="$$dir0"/"$$first"; \
 
125
      fi; \
 
126
    fi; \
 
127
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
128
  done; \
 
129
  reldir="$$dir2"
88
130
DIST_ARCHIVES = $(distdir).tar.gz
89
131
GZIP_ENV = --best
90
132
distuninstallcheck_listfiles = find . -type f -print
308
350
        @for dep in $?; do \
309
351
          case '$(am__configure_deps)' in \
310
352
            *$$dep*) \
311
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
312
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
353
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
354
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
313
355
                && exit 0; \
314
356
              exit 1;; \
315
357
          esac; \
316
358
        done; \
317
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
318
 
        cd $(top_srcdir) && \
319
 
          $(AUTOMAKE) --foreign  Makefile
 
359
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
360
        $(am__cd) $(top_srcdir) && \
 
361
          $(AUTOMAKE) --foreign Makefile
320
362
.PRECIOUS: Makefile
321
363
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322
364
        @case '$?' in \
332
374
        $(SHELL) ./config.status --recheck
333
375
 
334
376
$(top_srcdir)/configure:  $(am__configure_deps)
335
 
        cd $(srcdir) && $(AUTOCONF)
 
377
        $(am__cd) $(srcdir) && $(AUTOCONF)
336
378
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
379
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
380
$(am__aclocal_m4_deps):
338
381
 
339
382
config.h: stamp-h1
340
383
        @if test ! -f $@; then \
346
389
        @rm -f stamp-h1
347
390
        cd $(top_builddir) && $(SHELL) ./config.status config.h
348
391
$(srcdir)/config.h.in:  $(am__configure_deps) 
349
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
392
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
350
393
        rm -f stamp-h1
351
394
        touch $@
352
395
 
355
398
install-binSCRIPTS: $(bin_SCRIPTS)
356
399
        @$(NORMAL_INSTALL)
357
400
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
358
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
401
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
402
        for p in $$list; do \
359
403
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360
 
          if test -f $$d$$p; then \
361
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
362
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
363
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
364
 
          else :; fi; \
365
 
        done
 
404
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
405
        done | \
 
406
        sed -e 'p;s,.*/,,;n' \
 
407
            -e 'h;s|.*|.|' \
 
408
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
409
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
410
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
411
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
412
              if (++n[d] == $(am__install_max)) { \
 
413
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
414
            else { print "f", d "/" $$4, $$1 } } \
 
415
          END { for (d in files) print "f", d, files[d] }' | \
 
416
        while read type dir files; do \
 
417
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
418
             test -z "$$files" || { \
 
419
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
420
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
421
             } \
 
422
        ; done
366
423
 
367
424
uninstall-binSCRIPTS:
368
425
        @$(NORMAL_UNINSTALL)
369
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
370
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
371
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
372
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
373
 
        done
 
426
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
427
        files=`for p in $$list; do echo "$$p"; done | \
 
428
               sed -e 's,.*/,,;$(transform)'`; \
 
429
        test -n "$$list" || exit 0; \
 
430
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
431
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
374
432
install-libexecSCRIPTS: $(libexec_SCRIPTS)
375
433
        @$(NORMAL_INSTALL)
376
434
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
377
 
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
 
435
        @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
 
436
        for p in $$list; do \
378
437
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379
 
          if test -f $$d$$p; then \
380
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
381
 
            echo " $(libexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
382
 
            $(libexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(libexecdir)/$$f"; \
383
 
          else :; fi; \
384
 
        done
 
438
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
439
        done | \
 
440
        sed -e 'p;s,.*/,,;n' \
 
441
            -e 'h;s|.*|.|' \
 
442
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
443
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
444
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
445
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
446
              if (++n[d] == $(am__install_max)) { \
 
447
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
448
            else { print "f", d "/" $$4, $$1 } } \
 
449
          END { for (d in files) print "f", d, files[d] }' | \
 
450
        while read type dir files; do \
 
451
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
452
             test -z "$$files" || { \
 
453
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
454
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
455
             } \
 
456
        ; done
385
457
 
386
458
uninstall-libexecSCRIPTS:
387
459
        @$(NORMAL_UNINSTALL)
388
 
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
389
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
390
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
391
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
392
 
        done
 
460
        @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
 
461
        files=`for p in $$list; do echo "$$p"; done | \
 
462
               sed -e 's,.*/,,;$(transform)'`; \
 
463
        test -n "$$list" || exit 0; \
 
464
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
465
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
393
466
 
394
467
mostlyclean-libtool:
395
468
        -rm -f *.lo
402
475
install-clientdefsDATA: $(clientdefs_DATA)
403
476
        @$(NORMAL_INSTALL)
404
477
        test -z "$(clientdefsdir)" || $(MKDIR_P) "$(DESTDIR)$(clientdefsdir)"
405
 
        @list='$(clientdefs_DATA)'; for p in $$list; do \
 
478
        @list='$(clientdefs_DATA)'; test -n "$(clientdefsdir)" || list=; \
 
479
        for p in $$list; do \
406
480
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
407
 
          f=$(am__strip_dir) \
408
 
          echo " $(clientdefsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(clientdefsdir)/$$f'"; \
409
 
          $(clientdefsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(clientdefsdir)/$$f"; \
 
481
          echo "$$d$$p"; \
 
482
        done | $(am__base_list) | \
 
483
        while read files; do \
 
484
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(clientdefsdir)'"; \
 
485
          $(INSTALL_DATA) $$files "$(DESTDIR)$(clientdefsdir)" || exit $$?; \
410
486
        done
411
487
 
412
488
uninstall-clientdefsDATA:
413
489
        @$(NORMAL_UNINSTALL)
414
 
        @list='$(clientdefs_DATA)'; for p in $$list; do \
415
 
          f=$(am__strip_dir) \
416
 
          echo " rm -f '$(DESTDIR)$(clientdefsdir)/$$f'"; \
417
 
          rm -f "$(DESTDIR)$(clientdefsdir)/$$f"; \
418
 
        done
 
490
        @list='$(clientdefs_DATA)'; test -n "$(clientdefsdir)" || list=; \
 
491
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
492
        test -n "$$files" || exit 0; \
 
493
        echo " ( cd '$(DESTDIR)$(clientdefsdir)' && rm -f" $$files ")"; \
 
494
        cd "$(DESTDIR)$(clientdefsdir)" && rm -f $$files
419
495
install-manfilesDATA: $(manfiles_DATA)
420
496
        @$(NORMAL_INSTALL)
421
497
        test -z "$(manfilesdir)" || $(MKDIR_P) "$(DESTDIR)$(manfilesdir)"
422
 
        @list='$(manfiles_DATA)'; for p in $$list; do \
 
498
        @list='$(manfiles_DATA)'; test -n "$(manfilesdir)" || list=; \
 
499
        for p in $$list; do \
423
500
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424
 
          f=$(am__strip_dir) \
425
 
          echo " $(manfilesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(manfilesdir)/$$f'"; \
426
 
          $(manfilesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(manfilesdir)/$$f"; \
 
501
          echo "$$d$$p"; \
 
502
        done | $(am__base_list) | \
 
503
        while read files; do \
 
504
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(manfilesdir)'"; \
 
505
          $(INSTALL_DATA) $$files "$(DESTDIR)$(manfilesdir)" || exit $$?; \
427
506
        done
428
507
 
429
508
uninstall-manfilesDATA:
430
509
        @$(NORMAL_UNINSTALL)
431
 
        @list='$(manfiles_DATA)'; for p in $$list; do \
432
 
          f=$(am__strip_dir) \
433
 
          echo " rm -f '$(DESTDIR)$(manfilesdir)/$$f'"; \
434
 
          rm -f "$(DESTDIR)$(manfilesdir)/$$f"; \
435
 
        done
 
510
        @list='$(manfiles_DATA)'; test -n "$(manfilesdir)" || list=; \
 
511
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
512
        test -n "$$files" || exit 0; \
 
513
        echo " ( cd '$(DESTDIR)$(manfilesdir)' && rm -f" $$files ")"; \
 
514
        cd "$(DESTDIR)$(manfilesdir)" && rm -f $$files
436
515
 
437
516
# This directory's subdirectories are mostly independent; you can cd
438
517
# into them and run `make' without going through this Makefile.
458
537
          else \
459
538
            local_target="$$target"; \
460
539
          fi; \
461
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
540
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
462
541
          || eval $$failcom; \
463
542
        done; \
464
543
        if test "$$dot_seen" = "no"; then \
492
571
          else \
493
572
            local_target="$$target"; \
494
573
          fi; \
495
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
574
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
496
575
          || eval $$failcom; \
497
576
        done && test -z "$$fail"
498
577
tags-recursive:
499
578
        list='$(SUBDIRS)'; for subdir in $$list; do \
500
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
579
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
501
580
        done
502
581
ctags-recursive:
503
582
        list='$(SUBDIRS)'; for subdir in $$list; do \
504
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
583
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
505
584
        done
506
585
 
507
586
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
516
595
 
517
596
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
518
597
                $(TAGS_FILES) $(LISP)
519
 
        tags=; \
 
598
        set x; \
520
599
        here=`pwd`; \
521
600
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
522
601
          include_option=--etags-include; \
528
607
        list='$(SUBDIRS)'; for subdir in $$list; do \
529
608
          if test "$$subdir" = .; then :; else \
530
609
            test ! -f $$subdir/TAGS || \
531
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
610
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
532
611
          fi; \
533
612
        done; \
534
613
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
537
616
          done | \
538
617
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539
618
              END { if (nonempty) { for (i in files) print i; }; }'`; \
540
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
619
        shift; \
 
620
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
541
621
          test -n "$$unique" || unique=$$empty_fix; \
542
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543
 
            $$tags $$unique; \
 
622
          if test $$# -gt 0; then \
 
623
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
624
              "$$@" $$unique; \
 
625
          else \
 
626
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
627
              $$unique; \
 
628
          fi; \
544
629
        fi
545
630
ctags: CTAGS
546
631
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
547
632
                $(TAGS_FILES) $(LISP)
548
 
        tags=; \
549
633
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
550
634
        unique=`for i in $$list; do \
551
635
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552
636
          done | \
553
637
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554
638
              END { if (nonempty) { for (i in files) print i; }; }'`; \
555
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
639
        test -z "$(CTAGS_ARGS)$$unique" \
556
640
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557
 
             $$tags $$unique
 
641
             $$unique
558
642
 
559
643
GTAGS:
560
644
        here=`$(am__cd) $(top_builddir) && pwd` \
561
 
          && cd $(top_srcdir) \
562
 
          && gtags -i $(GTAGS_ARGS) $$here
 
645
          && $(am__cd) $(top_srcdir) \
 
646
          && gtags -i $(GTAGS_ARGS) "$$here"
563
647
 
564
648
distclean-tags:
565
649
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
650
 
567
651
distdir: $(DISTFILES)
568
652
        $(am__remove_distdir)
569
 
        test -d $(distdir) || mkdir $(distdir)
 
653
        test -d "$(distdir)" || mkdir "$(distdir)"
570
654
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571
655
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572
656
        list='$(DISTFILES)'; \
582
666
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583
667
          if test -d $$d/$$file; then \
584
668
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
669
            if test -d "$(distdir)/$$file"; then \
 
670
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
671
            fi; \
585
672
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
586
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
673
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
674
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587
675
            fi; \
588
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
676
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589
677
          else \
590
 
            test -f $(distdir)/$$file \
591
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
678
            test -f "$(distdir)/$$file" \
 
679
            || cp -p $$d/$$file "$(distdir)/$$file" \
592
680
            || exit 1; \
593
681
          fi; \
594
682
        done
595
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
683
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
596
684
          if test "$$subdir" = .; then :; else \
597
685
            test -d "$(distdir)/$$subdir" \
598
686
            || $(MKDIR_P) "$(distdir)/$$subdir" \
599
687
            || exit 1; \
600
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
601
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
602
 
            (cd $$subdir && \
 
688
          fi; \
 
689
        done
 
690
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
691
          if test "$$subdir" = .; then :; else \
 
692
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
693
            $(am__relativize); \
 
694
            new_distdir=$$reldir; \
 
695
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
696
            $(am__relativize); \
 
697
            new_top_distdir=$$reldir; \
 
698
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
699
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
700
            ($(am__cd) $$subdir && \
603
701
              $(MAKE) $(AM_MAKEFLAGS) \
604
 
                top_distdir="$$top_distdir" \
605
 
                distdir="$$distdir/$$subdir" \
 
702
                top_distdir="$$new_top_distdir" \
 
703
                distdir="$$new_distdir" \
606
704
                am__remove_distdir=: \
607
705
                am__skip_length_check=: \
 
706
                am__skip_mode_fix=: \
608
707
                distdir) \
609
708
              || exit 1; \
610
709
          fi; \
611
710
        done
612
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
711
        -test -n "$(am__skip_mode_fix)" \
 
712
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
613
713
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
614
714
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
615
715
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
616
 
        || chmod -R a+r $(distdir)
 
716
        || chmod -R a+r "$(distdir)"
617
717
dist-gzip: distdir
618
718
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
619
719
        $(am__remove_distdir)
626
726
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
627
727
        $(am__remove_distdir)
628
728
 
 
729
dist-xz: distdir
 
730
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
731
        $(am__remove_distdir)
 
732
 
629
733
dist-tarZ: distdir
630
734
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
631
735
        $(am__remove_distdir)
654
758
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
655
759
        *.tar.lzma*) \
656
760
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
761
        *.tar.xz*) \
 
762
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
657
763
        *.tar.Z*) \
658
764
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
659
765
        *.shar.gz*) \
665
771
        mkdir $(distdir)/_build
666
772
        mkdir $(distdir)/_inst
667
773
        chmod a-w $(distdir)
 
774
        test -d $(distdir)/_build || exit 0; \
668
775
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
669
776
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
670
 
          && cd $(distdir)/_build \
 
777
          && am__cwd=`pwd` \
 
778
          && $(am__cd) $(distdir)/_build \
671
779
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
672
780
            $(DISTCHECK_CONFIGURE_FLAGS) \
673
781
          && $(MAKE) $(AM_MAKEFLAGS) \
689
797
          && rm -rf "$$dc_destdir" \
690
798
          && $(MAKE) $(AM_MAKEFLAGS) dist \
691
799
          && rm -rf $(DIST_ARCHIVES) \
692
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
800
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
801
          && cd "$$am__cwd" \
 
802
          || exit 1
693
803
        $(am__remove_distdir)
694
804
        @(echo "$(distdir) archives ready for distribution: "; \
695
805
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
696
806
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
697
807
distuninstallcheck:
698
 
        @cd $(distuninstallcheck_dir) \
 
808
        @$(am__cd) '$(distuninstallcheck_dir)' \
699
809
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
700
810
           || { echo "ERROR: files left after uninstall:" ; \
701
811
                if test -n "$(DESTDIR)"; then \
741
851
 
742
852
distclean-generic:
743
853
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
854
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
744
855
 
745
856
maintainer-clean-generic:
746
857
        @echo "This command is intended for maintainers to use"
762
873
 
763
874
html: html-recursive
764
875
 
 
876
html-am:
 
877
 
765
878
info: info-recursive
766
879
 
767
880
info-am:
771
884
 
772
885
install-dvi: install-dvi-recursive
773
886
 
 
887
install-dvi-am:
 
888
 
774
889
install-exec-am: install-binSCRIPTS install-libexecSCRIPTS
775
890
 
776
891
install-html: install-html-recursive
777
892
 
 
893
install-html-am:
 
894
 
778
895
install-info: install-info-recursive
779
896
 
 
897
install-info-am:
 
898
 
780
899
install-man:
781
900
 
782
901
install-pdf: install-pdf-recursive
783
902
 
 
903
install-pdf-am:
 
904
 
784
905
install-ps: install-ps-recursive
785
906
 
 
907
install-ps-am:
 
908
 
786
909
installcheck-am:
787
910
 
788
911
maintainer-clean: maintainer-clean-recursive
807
930
        uninstall-libexecSCRIPTS uninstall-local \
808
931
        uninstall-manfilesDATA
809
932
 
810
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
811
 
        install-strip
 
933
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
934
        ctags-recursive install-am install-strip tags-recursive
812
935
 
813
936
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
814
937
        all all-am all-local am--refresh check check-am clean \
815
938
        clean-generic clean-libtool clean-local ctags ctags-recursive \
816
939
        dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
817
 
        dist-tarZ dist-zip distcheck distclean distclean-generic \
818
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
819
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
820
 
        info-am install install-am install-binSCRIPTS \
821
 
        install-clientdefsDATA install-data install-data-am \
822
 
        install-data-local install-dvi install-dvi-am install-exec \
823
 
        install-exec-am install-html install-html-am install-info \
824
 
        install-info-am install-libexecSCRIPTS install-man \
825
 
        install-manfilesDATA install-pdf install-pdf-am install-ps \
826
 
        install-ps-am install-strip installcheck installcheck-am \
827
 
        installdirs installdirs-am maintainer-clean \
 
940
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
941
        distclean-generic distclean-hdr distclean-libtool \
 
942
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
943
        dvi-am html html-am info info-am install install-am \
 
944
        install-binSCRIPTS install-clientdefsDATA install-data \
 
945
        install-data-am install-data-local install-dvi install-dvi-am \
 
946
        install-exec install-exec-am install-html install-html-am \
 
947
        install-info install-info-am install-libexecSCRIPTS \
 
948
        install-man install-manfilesDATA install-pdf install-pdf-am \
 
949
        install-ps install-ps-am install-strip installcheck \
 
950
        installcheck-am installdirs installdirs-am maintainer-clean \
828
951
        maintainer-clean-generic mostlyclean mostlyclean-generic \
829
952
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
830
953
        uninstall uninstall-am uninstall-binSCRIPTS \
833
956
 
834
957
 
835
958
$(clientdefs_DATA): $(clientdefs_in_files) ubuntuone
836
 
        sed -e 's|\@localedir\@|$(localedir)|g' -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|g' -e 's|\@VERSION\@|$(VERSION)|g' < $< > $@
 
959
        sed -e 's|\@localedir\@|$(localedir)|g' \
 
960
        -e 's|\@libexecdir\@|$(libexecdir)|g' \
 
961
        -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|g' \
 
962
        -e 's|\@VERSION\@|$(VERSION)|g' < $< > $@
837
963
 
838
964
pylintrc: Makefile
839
965
        if test "x$(builddir)" != "x$(srcdir)"; then \
910
1036
        done
911
1037
        rm -f ubuntuone/storageprotocol
912
1038
        rm -rf build dist _trial_temp
 
1039
 
913
1040
# Tell versions [3.59,3.63) of GNU make to not export all variables.
914
1041
# Otherwise a system limit (for SysV at least) may be exceeded.
915
1042
.NOEXPORT: