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

« back to all changes in this revision

Viewing changes to mini-commander/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.
102
102
DEPDIR = @DEPDIR@
103
103
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
104
104
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
105
DSYMUTIL = @DSYMUTIL@
105
106
ECHO = @ECHO@
106
107
ECHO_C = @ECHO_C@
107
108
ECHO_N = @ECHO_N@
213
214
MSGFMT_OPTS = @MSGFMT_OPTS@
214
215
MSGMERGE = @MSGMERGE@
215
216
NEED_LIBAPM = @NEED_LIBAPM@
 
217
NMEDIT = @NMEDIT@
216
218
OBJEXT = @OBJEXT@
217
219
OMF_DIR = @OMF_DIR@
218
220
PACKAGE = @PACKAGE@
240
242
RANLIB = @RANLIB@
241
243
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
242
244
SCROLLKEEPER_REQUIRED = @SCROLLKEEPER_REQUIRED@
 
245
SED = @SED@
243
246
SET_MAKE = @SET_MAKE@
244
247
SHELL = @SHELL@
245
248
STB_SCRIPTS_DIR = @STB_SCRIPTS_DIR@
456
459
        unique=`for i in $$list; do \
457
460
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458
461
          done | \
459
 
          $(AWK) '    { files[$$0] = 1; } \
460
 
               END { for (i in files) print i; }'`; \
 
462
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
463
              END { if (nonempty) { for (i in files) print i; }; }'`; \
461
464
        mkid -fID $$unique
462
465
tags: TAGS
463
466
 
482
485
        unique=`for i in $$list; do \
483
486
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484
487
          done | \
485
 
          $(AWK) '    { files[$$0] = 1; } \
486
 
               END { for (i in files) print i; }'`; \
 
488
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
489
              END { if (nonempty) { for (i in files) print i; }; }'`; \
487
490
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
488
491
          test -n "$$unique" || unique=$$empty_fix; \
489
492
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493
496
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
494
497
                $(TAGS_FILES) $(LISP)
495
498
        tags=; \
496
 
        here=`pwd`; \
497
499
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
498
500
        unique=`for i in $$list; do \
499
501
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500
502
          done | \
501
 
          $(AWK) '    { files[$$0] = 1; } \
502
 
               END { for (i in files) print i; }'`; \
 
503
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
504
              END { if (nonempty) { for (i in files) print i; }; }'`; \
503
505
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
504
506
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505
507
             $$tags $$unique