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

« back to all changes in this revision

Viewing changes to libk3b/plugin/libsamplerate/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.
56
56
#>- libsamplerate_la_OBJECTS = $(am_libsamplerate_la_OBJECTS)
57
57
#>+ 1
58
58
libsamplerate_la_OBJECTS = $(am__objects_1)
59
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60
60
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
61
61
am__depfiles_maybe = depfiles
62
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
456
456
        unique=`for i in $$list; do \
457
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458
458
          done | \
459
 
          $(AWK) '    { files[$$0] = 1; } \
460
 
               END { for (i in files) print i; }'`; \
 
459
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
461
461
        mkid -fID $$unique
462
462
tags: TAGS
463
463
 
469
469
        unique=`for i in $$list; do \
470
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
471
          done | \
472
 
          $(AWK) '    { files[$$0] = 1; } \
473
 
               END { for (i in files) print i; }'`; \
 
472
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
473
              END { if (nonempty) { for (i in files) print i; }; }'`; \
474
474
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
475
475
          test -n "$$unique" || unique=$$empty_fix; \
476
476
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480
480
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481
481
                $(TAGS_FILES) $(LISP)
482
482
        tags=; \
483
 
        here=`pwd`; \
484
483
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485
484
        unique=`for i in $$list; do \
486
485
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
486
          done | \
488
 
          $(AWK) '    { files[$$0] = 1; } \
489
 
               END { for (i in files) print i; }'`; \
 
487
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
488
              END { if (nonempty) { for (i in files) print i; }; }'`; \
490
489
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
491
490
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
492
491
             $$tags $$unique