~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Tomboy/Addins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-11-24 22:19:43 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091124221943-m7xof5252wx3a700
Tags: 1.1.0-0ubuntu1
* New upstream version:
  - Add support for Ubuntu One and others using OAuth 1.0a 
  - Fix printing in Windows Vista and Windows 7 
  - Various Windows bug fixes 
  - Add CreateNamedNoteWithUri method to dbus interface 
  - Add dbus methods for working with notebooks 
  - Always show icons for note items in recent notes menu 
  - Add Sync menu item to panel applet 
  - Stop cutting off message text in the Sync dialog 
  - Other fixes: #596416, #596395, #597139
  - Translation updates
* debian/patches/02_support_oauth_1.0a.patch:
  - the change is in the new version

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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
54
        ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
54
60
ETAGS = etags
55
61
CTAGS = ctags
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
58
89
ACLOCAL = @ACLOCAL@
59
90
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
60
91
ALL_LINGUAS = @ALL_LINGUAS@
115
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116
147
INSTOBJEXT = @INSTOBJEXT@
117
148
INTLLIBS = @INTLLIBS@
118
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
119
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
120
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
121
149
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
122
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
123
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
124
150
INTLTOOL_MERGE = @INTLTOOL_MERGE@
125
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
126
151
INTLTOOL_PERL = @INTLTOOL_PERL@
127
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
128
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
129
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
130
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
131
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
132
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
133
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
134
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
135
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
136
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
137
152
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
138
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
139
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
140
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
141
153
LD = @LD@
142
154
LDFLAGS = @LDFLAGS@
143
155
LIBOBJS = @LIBOBJS@
275
287
        @for dep in $?; do \
276
288
          case '$(am__configure_deps)' in \
277
289
            *$$dep*) \
278
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
279
 
                && exit 0; \
 
290
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
291
                && { if test -f $@; then exit 0; else break; fi; }; \
280
292
              exit 1;; \
281
293
          esac; \
282
294
        done; \
283
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Tomboy/Addins/Makefile'; \
284
 
        cd $(top_srcdir) && \
285
 
          $(AUTOMAKE) --foreign  Tomboy/Addins/Makefile
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Tomboy/Addins/Makefile'; \
 
296
        $(am__cd) $(top_srcdir) && \
 
297
          $(AUTOMAKE) --foreign Tomboy/Addins/Makefile
286
298
.PRECIOUS: Makefile
287
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288
300
        @case '$?' in \
300
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
313
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302
314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
315
$(am__aclocal_m4_deps):
303
316
 
304
317
mostlyclean-libtool:
305
318
        -rm -f *.lo
331
344
          else \
332
345
            local_target="$$target"; \
333
346
          fi; \
334
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
347
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335
348
          || eval $$failcom; \
336
349
        done; \
337
350
        if test "$$dot_seen" = "no"; then \
365
378
          else \
366
379
            local_target="$$target"; \
367
380
          fi; \
368
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
381
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369
382
          || eval $$failcom; \
370
383
        done && test -z "$$fail"
371
384
tags-recursive:
372
385
        list='$(SUBDIRS)'; for subdir in $$list; do \
373
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
386
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
374
387
        done
375
388
ctags-recursive:
376
389
        list='$(SUBDIRS)'; for subdir in $$list; do \
377
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
390
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
378
391
        done
379
392
 
380
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
382
395
        unique=`for i in $$list; do \
383
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384
397
          done | \
385
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
398
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
400
        mkid -fID $$unique
388
401
tags: TAGS
389
402
 
390
403
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391
404
                $(TAGS_FILES) $(LISP)
392
 
        tags=; \
 
405
        set x; \
393
406
        here=`pwd`; \
394
407
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
395
408
          include_option=--etags-include; \
401
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
402
415
          if test "$$subdir" = .; then :; else \
403
416
            test ! -f $$subdir/TAGS || \
404
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
417
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
405
418
          fi; \
406
419
        done; \
407
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410
423
          done | \
411
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
413
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
426
        shift; \
 
427
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414
428
          test -n "$$unique" || unique=$$empty_fix; \
415
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416
 
            $$tags $$unique; \
 
429
          if test $$# -gt 0; then \
 
430
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
431
              "$$@" $$unique; \
 
432
          else \
 
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
              $$unique; \
 
435
          fi; \
417
436
        fi
418
437
ctags: CTAGS
419
438
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420
439
                $(TAGS_FILES) $(LISP)
421
 
        tags=; \
422
440
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423
441
        unique=`for i in $$list; do \
424
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
443
          done | \
426
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
446
        test -z "$(CTAGS_ARGS)$$unique" \
429
447
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
 
             $$tags $$unique
 
448
             $$unique
431
449
 
432
450
GTAGS:
433
451
        here=`$(am__cd) $(top_builddir) && pwd` \
434
 
          && cd $(top_srcdir) \
435
 
          && gtags -i $(GTAGS_ARGS) $$here
 
452
          && $(am__cd) $(top_srcdir) \
 
453
          && gtags -i $(GTAGS_ARGS) "$$here"
436
454
 
437
455
distclean-tags:
438
456
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
471
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
454
472
          if test -d $$d/$$file; then \
455
473
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
474
            if test -d "$(distdir)/$$file"; then \
 
475
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
476
            fi; \
456
477
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
478
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
479
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458
480
            fi; \
459
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
481
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460
482
          else \
461
 
            test -f $(distdir)/$$file \
462
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
483
            test -f "$(distdir)/$$file" \
 
484
            || cp -p $$d/$$file "$(distdir)/$$file" \
463
485
            || exit 1; \
464
486
          fi; \
465
487
        done
466
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
488
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467
489
          if test "$$subdir" = .; then :; else \
468
490
            test -d "$(distdir)/$$subdir" \
469
491
            || $(MKDIR_P) "$(distdir)/$$subdir" \
470
492
            || exit 1; \
471
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
472
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
473
 
            (cd $$subdir && \
 
493
          fi; \
 
494
        done
 
495
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
496
          if test "$$subdir" = .; then :; else \
 
497
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
498
            $(am__relativize); \
 
499
            new_distdir=$$reldir; \
 
500
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
501
            $(am__relativize); \
 
502
            new_top_distdir=$$reldir; \
 
503
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
504
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
505
            ($(am__cd) $$subdir && \
474
506
              $(MAKE) $(AM_MAKEFLAGS) \
475
 
                top_distdir="$$top_distdir" \
476
 
                distdir="$$distdir/$$subdir" \
 
507
                top_distdir="$$new_top_distdir" \
 
508
                distdir="$$new_distdir" \
477
509
                am__remove_distdir=: \
478
510
                am__skip_length_check=: \
 
511
                am__skip_mode_fix=: \
479
512
                distdir) \
480
513
              || exit 1; \
481
514
          fi; \
505
538
 
506
539
distclean-generic:
507
540
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
541
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
508
542
 
509
543
maintainer-clean-generic:
510
544
        @echo "This command is intended for maintainers to use"
523
557
 
524
558
html: html-recursive
525
559
 
 
560
html-am:
 
561
 
526
562
info: info-recursive
527
563
 
528
564
info-am:
531
567
 
532
568
install-dvi: install-dvi-recursive
533
569
 
 
570
install-dvi-am:
 
571
 
534
572
install-exec-am:
535
573
 
536
574
install-html: install-html-recursive
537
575
 
 
576
install-html-am:
 
577
 
538
578
install-info: install-info-recursive
539
579
 
 
580
install-info-am:
 
581
 
540
582
install-man:
541
583
 
542
584
install-pdf: install-pdf-recursive
543
585
 
 
586
install-pdf-am:
 
587
 
544
588
install-ps: install-ps-recursive
545
589
 
 
590
install-ps-am:
 
591
 
546
592
installcheck-am:
547
593
 
548
594
maintainer-clean: maintainer-clean-recursive
563
609
 
564
610
uninstall-am:
565
611
 
566
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
567
 
        install-strip
 
612
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
613
        install-am install-strip tags-recursive
568
614
 
569
615
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
570
616
        all all-am check check-am clean clean-generic clean-libtool \
580
626
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
581
627
        uninstall uninstall-am
582
628
 
 
629
 
583
630
# Tell versions [3.59,3.63) of GNU make to not export all variables.
584
631
# Otherwise a system limit (for SysV at least) may be exceeded.
585
632
.NOEXPORT: