~ubuntu-branches/ubuntu/saucy/k3b-i18n/saucy

« back to all changes in this revision

Viewing changes to rw/messages/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2008-06-03 13:17:58 UTC
  • mfrom: (1.1.9 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080603131758-ytr94zavgrbiopbx
Tags: 1.0.5-1
New upstream release

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
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
3
# @configure_input@
4
4
 
5
5
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
200
200
PACKAGE_VERSION = @PACKAGE_VERSION@
201
201
PATH_SEPARATOR = @PATH_SEPARATOR@
202
202
PERL = @PERL@
 
203
PKG_CONFIG = @PKG_CONFIG@
203
204
QTE_NORTTI = @QTE_NORTTI@
204
205
QT_INCLUDES = @QT_INCLUDES@
205
206
QT_LDFLAGS = @QT_LDFLAGS@
449
450
        unique=`for i in $$list; do \
450
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
452
          done | \
452
 
          $(AWK) '    { files[$$0] = 1; } \
453
 
               END { for (i in files) print i; }'`; \
 
453
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
455
        mkid -fID $$unique
455
456
tags: TAGS
456
457
 
475
476
        unique=`for i in $$list; do \
476
477
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477
478
          done | \
478
 
          $(AWK) '    { files[$$0] = 1; } \
479
 
               END { for (i in files) print i; }'`; \
 
479
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
480
              END { if (nonempty) { for (i in files) print i; }; }'`; \
480
481
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
481
482
          test -n "$$unique" || unique=$$empty_fix; \
482
483
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486
487
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487
488
                $(TAGS_FILES) $(LISP)
488
489
        tags=; \
489
 
        here=`pwd`; \
490
490
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
491
491
        unique=`for i in $$list; do \
492
492
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493
493
          done | \
494
 
          $(AWK) '    { files[$$0] = 1; } \
495
 
               END { for (i in files) print i; }'`; \
 
494
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
495
              END { if (nonempty) { for (i in files) print i; }; }'`; \
496
496
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
497
497
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
498
498
             $$tags $$unique