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

« back to all changes in this revision

Viewing changes to libk3b/tools/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.
90
90
libk3btools_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
91
91
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
92
92
        $(CXXFLAGS) $(KDE_CXXFLAGS) $(libk3btools_la_LDFLAGS) $(LDFLAGS) -o $@
93
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
93
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
94
94
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
95
95
am__depfiles_maybe = depfiles
96
96
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
681
681
        unique=`for i in $$list; do \
682
682
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
683
683
          done | \
684
 
          $(AWK) '    { files[$$0] = 1; } \
685
 
               END { for (i in files) print i; }'`; \
 
684
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
685
              END { if (nonempty) { for (i in files) print i; }; }'`; \
686
686
        mkid -fID $$unique
687
687
tags: TAGS
688
688
 
707
707
        unique=`for i in $$list; do \
708
708
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
709
709
          done | \
710
 
          $(AWK) '    { files[$$0] = 1; } \
711
 
               END { for (i in files) print i; }'`; \
 
710
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
711
              END { if (nonempty) { for (i in files) print i; }; }'`; \
712
712
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
713
713
          test -n "$$unique" || unique=$$empty_fix; \
714
714
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
718
718
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
719
719
                $(TAGS_FILES) $(LISP)
720
720
        tags=; \
721
 
        here=`pwd`; \
722
721
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
723
722
        unique=`for i in $$list; do \
724
723
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
725
724
          done | \
726
 
          $(AWK) '    { files[$$0] = 1; } \
727
 
               END { for (i in files) print i; }'`; \
 
725
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
726
              END { if (nonempty) { for (i in files) print i; }; }'`; \
728
727
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
729
728
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
730
729
             $$tags $$unique