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

« back to all changes in this revision

Viewing changes to deskbar/core/keybinder/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.
64
64
_keybinder_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65
65
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
66
66
        $(_keybinder_la_LDFLAGS) $(LDFLAGS) -o $@
67
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
67
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
68
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
69
am__depfiles_maybe = depfiles
70
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111
111
DEPDIR = @DEPDIR@
112
112
DESKBAR_CFLAGS = @DESKBAR_CFLAGS@
113
113
DESKBAR_LIBS = @DESKBAR_LIBS@
114
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
115
114
DOC_USER_FORMATS = @DOC_USER_FORMATS@
116
115
ECHO = @ECHO@
117
116
ECHO_C = @ECHO_C@
175
174
MKINSTALLDIRS = @MKINSTALLDIRS@
176
175
MSGFMT = @MSGFMT@
177
176
MSGFMT_OPTS = @MSGFMT_OPTS@
178
 
MSGMERGE = @MSGMERGE@
179
177
OBJEXT = @OBJEXT@
180
178
OMF_DIR = @OMF_DIR@
181
179
PACKAGE = @PACKAGE@
323
321
        @list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
324
322
          if test -f $$p; then \
325
323
            f=$(am__strip_dir) \
326
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(_keybinderdir)/$$f'"; \
327
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(_keybinderdir)/$$f"; \
 
324
            echo " $(LIBTOOL) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(_keybinderdir)/$$f'"; \
 
325
            $(LIBTOOL) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(_keybinderdir)/$$f"; \
328
326
          else :; fi; \
329
327
        done
330
328
 
332
330
        @$(NORMAL_UNINSTALL)
333
331
        @list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
334
332
          p=$(am__strip_dir) \
335
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(_keybinderdir)/$$p'"; \
336
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(_keybinderdir)/$$p"; \
 
333
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(_keybinderdir)/$$p'"; \
 
334
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(_keybinderdir)/$$p"; \
337
335
        done
338
336
 
339
337
clean-_keybinderLTLIBRARIES:
418
416
        unique=`for i in $$list; do \
419
417
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
418
          done | \
421
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
422
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
419
          $(AWK) '    { files[$$0] = 1; } \
 
420
               END { for (i in files) print i; }'`; \
423
421
        mkid -fID $$unique
424
422
tags: TAGS
425
423
 
431
429
        unique=`for i in $$list; do \
432
430
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433
431
          done | \
434
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
432
          $(AWK) '    { files[$$0] = 1; } \
 
433
               END { for (i in files) print i; }'`; \
436
434
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
437
435
          test -n "$$unique" || unique=$$empty_fix; \
438
436
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
440
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
441
                $(TAGS_FILES) $(LISP)
444
442
        tags=; \
 
443
        here=`pwd`; \
445
444
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
446
445
        unique=`for i in $$list; do \
447
446
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448
447
          done | \
449
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
448
          $(AWK) '    { files[$$0] = 1; } \
 
449
               END { for (i in files) print i; }'`; \
451
450
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
452
451
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
453
452
             $$tags $$unique