~ubuntu-branches/ubuntu/hardy/deskbar-applet/hardy

« back to all changes in this revision

Viewing changes to deskbar/handlers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-03-10 18:04:46 UTC
  • mfrom: (1.5.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310180446-g0oce6b4oi1joe35
Tags: 2.22.0-0ubuntu1
* New upstream release (LP: #200759)
  - Provided better fix for bug #510769: list index out of range in CuemiacModel
  - Fixed bug #513076: Entry doesn't get focus in sticky mode (LP: #187228)
  - Fixed bug #518941: 'bool' object has no attribute 'find'
  - When the default browser changes only stop those modules that have been enabled before. (fixes bug #513402)
  - Fixed bug #518984: Pressing reload button more than once causes an exception.
  - Updated translations 

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.10 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  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
104
104
DEPDIR = @DEPDIR@
105
105
DESKBAR_CFLAGS = @DESKBAR_CFLAGS@
106
106
DESKBAR_LIBS = @DESKBAR_LIBS@
107
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
108
107
DOC_USER_FORMATS = @DOC_USER_FORMATS@
109
108
ECHO = @ECHO@
110
109
ECHO_C = @ECHO_C@
168
167
MKINSTALLDIRS = @MKINSTALLDIRS@
169
168
MSGFMT = @MSGFMT@
170
169
MSGFMT_OPTS = @MSGFMT_OPTS@
171
 
MSGMERGE = @MSGMERGE@
172
170
OBJEXT = @OBJEXT@
173
171
OMF_DIR = @OMF_DIR@
174
172
PACKAGE = @PACKAGE@
434
432
        unique=`for i in $$list; do \
435
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
434
          done | \
437
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
438
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
435
          $(AWK) '    { files[$$0] = 1; } \
 
436
               END { for (i in files) print i; }'`; \
439
437
        mkid -fID $$unique
440
438
tags: TAGS
441
439
 
460
458
        unique=`for i in $$list; do \
461
459
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462
460
          done | \
463
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
461
          $(AWK) '    { files[$$0] = 1; } \
 
462
               END { for (i in files) print i; }'`; \
465
463
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
466
464
          test -n "$$unique" || unique=$$empty_fix; \
467
465
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471
469
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
472
470
                $(TAGS_FILES) $(LISP)
473
471
        tags=; \
 
472
        here=`pwd`; \
474
473
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
475
474
        unique=`for i in $$list; do \
476
475
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477
476
          done | \
478
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
477
          $(AWK) '    { files[$$0] = 1; } \
 
478
               END { for (i in files) print i; }'`; \
480
479
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
481
480
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482
481
             $$tags $$unique