~ubuntu-branches/ubuntu/hardy/k3b/hardy-backports

« back to all changes in this revision

Viewing changes to kfile-plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): agent 8131
  • Date: 2008-09-01 15:59:09 UTC
  • mfrom: (46.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080901155909-uor0tq73yt6ph9sx
Tags: 1.0.5-1ubuntu4~hardy1
Automated backport upload; no source changes.

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.
466
466
        unique=`for i in $$list; do \
467
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
468
          done | \
469
 
          $(AWK) '    { files[$$0] = 1; } \
470
 
               END { for (i in files) print i; }'`; \
 
469
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
471
        mkid -fID $$unique
472
472
tags: TAGS
473
473
 
492
492
        unique=`for i in $$list; do \
493
493
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494
494
          done | \
495
 
          $(AWK) '    { files[$$0] = 1; } \
496
 
               END { for (i in files) print i; }'`; \
 
495
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
496
              END { if (nonempty) { for (i in files) print i; }; }'`; \
497
497
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
498
498
          test -n "$$unique" || unique=$$empty_fix; \
499
499
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503
503
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
504
504
                $(TAGS_FILES) $(LISP)
505
505
        tags=; \
506
 
        here=`pwd`; \
507
506
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
508
507
        unique=`for i in $$list; do \
509
508
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
509
          done | \
511
 
          $(AWK) '    { files[$$0] = 1; } \
512
 
               END { for (i in files) print i; }'`; \
 
510
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
511
              END { if (nonempty) { for (i in files) print i; }; }'`; \
513
512
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
514
513
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
515
514
             $$tags $$unique