~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to invest-applet/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-05-28 22:47:18 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20080528224718-b5t5ncp301baiure
Tags: 2.22.2-0ubuntu1
* New upstream version:
  - Fix the launching of the gnome-keyboard-properties dialog from the 
    access applet. (lp: #191168)
* debian/patches/98_autoreconf.patch:
  - new version update
* debian/patches/99_ltmain_as-needed.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
92
92
DEPDIR = @DEPDIR@
93
93
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
94
94
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
95
DSYMUTIL = @DSYMUTIL@
95
96
ECHO = @ECHO@
96
97
ECHO_C = @ECHO_C@
97
98
ECHO_N = @ECHO_N@
203
204
MSGFMT_OPTS = @MSGFMT_OPTS@
204
205
MSGMERGE = @MSGMERGE@
205
206
NEED_LIBAPM = @NEED_LIBAPM@
 
207
NMEDIT = @NMEDIT@
206
208
OBJEXT = @OBJEXT@
207
209
OMF_DIR = @OMF_DIR@
208
210
PACKAGE = @PACKAGE@
230
232
RANLIB = @RANLIB@
231
233
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
232
234
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
 
235
SED = @SED@
233
236
SET_MAKE = @SET_MAKE@
234
237
SHELL = @SHELL@
235
238
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
420
423
        unique=`for i in $$list; do \
421
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422
425
          done | \
423
 
          $(AWK) '    { files[$$0] = 1; } \
424
 
               END { for (i in files) print i; }'`; \
 
426
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
425
428
        mkid -fID $$unique
426
429
tags: TAGS
427
430
 
446
449
        unique=`for i in $$list; do \
447
450
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448
451
          done | \
449
 
          $(AWK) '    { files[$$0] = 1; } \
450
 
               END { for (i in files) print i; }'`; \
 
452
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
453
              END { if (nonempty) { for (i in files) print i; }; }'`; \
451
454
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
452
455
          test -n "$$unique" || unique=$$empty_fix; \
453
456
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457
460
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458
461
                $(TAGS_FILES) $(LISP)
459
462
        tags=; \
460
 
        here=`pwd`; \
461
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
462
464
        unique=`for i in $$list; do \
463
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464
466
          done | \
465
 
          $(AWK) '    { files[$$0] = 1; } \
466
 
               END { for (i in files) print i; }'`; \
 
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
467
469
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
468
470
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469
471
             $$tags $$unique