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

« back to all changes in this revision

Viewing changes to plugins/project/audioprojectcddb/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.
72
72
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
73
73
        $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) \
74
74
        $(libk3baudioprojectcddbplugin_la_LDFLAGS) $(LDFLAGS) -o $@
75
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
75
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
76
76
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
77
77
am__depfiles_maybe = depfiles
78
78
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
443
443
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
444
444
          if test -f $$p; then \
445
445
            f=$(am__strip_dir) \
446
 
            echo " $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
447
 
            $(LIBTOOL) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
 
446
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(kde_moduledir)/$$f'"; \
 
447
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(kde_moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(kde_moduledir)/$$f"; \
448
448
          else :; fi; \
449
449
        done
450
450
 
452
452
        @$(NORMAL_UNINSTALL)
453
453
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
454
454
          p=$(am__strip_dir) \
455
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
456
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
 
455
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(kde_moduledir)/$$p'"; \
 
456
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(kde_moduledir)/$$p"; \
457
457
        done
458
458
 
459
459
clean-kde_moduleLTLIBRARIES:
524
524
        unique=`for i in $$list; do \
525
525
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526
526
          done | \
527
 
          $(AWK) '    { files[$$0] = 1; } \
528
 
               END { for (i in files) print i; }'`; \
 
527
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
528
              END { if (nonempty) { for (i in files) print i; }; }'`; \
529
529
        mkid -fID $$unique
530
530
tags: TAGS
531
531
 
537
537
        unique=`for i in $$list; do \
538
538
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
539
          done | \
540
 
          $(AWK) '    { files[$$0] = 1; } \
541
 
               END { for (i in files) print i; }'`; \
 
540
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
541
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
542
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
543
543
          test -n "$$unique" || unique=$$empty_fix; \
544
544
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548
548
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
549
549
                $(TAGS_FILES) $(LISP)
550
550
        tags=; \
551
 
        here=`pwd`; \
552
551
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
553
552
        unique=`for i in $$list; do \
554
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555
554
          done | \
556
 
          $(AWK) '    { files[$$0] = 1; } \
557
 
               END { for (i in files) print i; }'`; \
 
555
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
558
557
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
559
558
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560
559
             $$tags $$unique