~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.Torrent/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-01-23 23:16:49 UTC
  • mfrom: (6.3.22 experimental)
  • Revision ID: package-import@ubuntu.com-20120123231649-safm1f8eycltcgsf
Tags: 2.3.4.ds-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and suggest u1ms
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"
* [b617fe0] Convert Ubuntu-specific patches to gbp-pq patches
* Also fixes Launchpad bugs:
  - Fixes race condition while starting (LP: #766303)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
build_triplet = @build@
36
36
host_triplet = @host@
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(top_srcdir)/build/build.dist.mk \
38
39
        $(top_srcdir)/build/build.environment.mk \
39
40
        $(top_srcdir)/build/build.mk \
40
41
        $(top_srcdir)/build/build.rules.mk
586
587
 
587
588
# Build path to allow running uninstalled
588
589
@HAVE_MONOTORRENT_DBUS_TRUE@RUN_PATH = $(subst $(space),$(colon), $(MONO_BASE_PATH))
589
 
@HAVE_MONOTORRENT_DBUS_TRUE@UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
590
 
@HAVE_MONOTORRENT_DBUS_TRUE@BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
 
590
@HAVE_MONOTORRENT_DBUS_FALSE@SOURCES_BUILD = $(addprefix $(srcdir)/, \
 
591
@HAVE_MONOTORRENT_DBUS_FALSE@   $(SOURCES)) \
 
592
@HAVE_MONOTORRENT_DBUS_FALSE@   $(top_srcdir)/src/AssemblyInfo.cs
591
593
@HAVE_MONOTORRENT_DBUS_TRUE@SOURCES_BUILD = $(addprefix $(srcdir)/, \
592
594
@HAVE_MONOTORRENT_DBUS_TRUE@    $(SOURCES)) \
593
595
@HAVE_MONOTORRENT_DBUS_TRUE@    $(top_srcdir)/src/AssemblyInfo.cs
 
596
@HAVE_MONOTORRENT_DBUS_FALSE@RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
594
597
@HAVE_MONOTORRENT_DBUS_TRUE@RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
 
598
@HAVE_MONOTORRENT_DBUS_FALSE@RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
 
599
@HAVE_MONOTORRENT_DBUS_FALSE@   -resource:$(resource),$(notdir $(resource)))
 
600
 
595
601
@HAVE_MONOTORRENT_DBUS_TRUE@RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
596
602
@HAVE_MONOTORRENT_DBUS_TRUE@    -resource:$(resource),$(notdir $(resource)))
597
603
 
598
 
@HAVE_MONOTORRENT_DBUS_TRUE@INSTALL_ICONS = $(top_srcdir)/build/private-icon-theme-installer "$(mkinstalldirs)" "$(INSTALL_DATA)"
 
604
@HAVE_MONOTORRENT_DBUS_FALSE@THEME_ICONS_SOURCE = $(wildcard $(srcdir)/ThemeIcons/*/*/*.png) $(wildcard $(srcdir)/ThemeIcons/scalable/*/*.svg)
599
605
@HAVE_MONOTORRENT_DBUS_TRUE@THEME_ICONS_SOURCE = $(wildcard $(srcdir)/ThemeIcons/*/*/*.png) $(wildcard $(srcdir)/ThemeIcons/scalable/*/*.svg)
 
606
@HAVE_MONOTORRENT_DBUS_FALSE@THEME_ICONS_RELATIVE = $(subst $(srcdir)/ThemeIcons/, , $(THEME_ICONS_SOURCE))
600
607
@HAVE_MONOTORRENT_DBUS_TRUE@THEME_ICONS_RELATIVE = $(subst $(srcdir)/ThemeIcons/, , $(THEME_ICONS_SOURCE))
 
608
@HAVE_MONOTORRENT_DBUS_FALSE@ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
601
609
@HAVE_MONOTORRENT_DBUS_TRUE@ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
 
610
@HAVE_MONOTORRENT_DBUS_FALSE@ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
602
611
@HAVE_MONOTORRENT_DBUS_TRUE@ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
603
 
@HAVE_MONOTORRENT_DBUS_TRUE@INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
604
 
@ENABLE_TESTS_TRUE@@HAVE_MONOTORRENT_DBUS_TRUE@ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
605
 
@HAVE_MONOTORRENT_DBUS_TRUE@FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))
606
 
@HAVE_MONOTORRENT_DBUS_TRUE@DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep '$(top_builddir)/bin/')
 
612
@HAVE_MONOTORRENT_DBUS_FALSE@OUTPUT_FILES = \
 
613
@HAVE_MONOTORRENT_DBUS_FALSE@   $(ASSEMBLY_FILE) \
 
614
@HAVE_MONOTORRENT_DBUS_FALSE@   $(ASSEMBLY_FILE).mdb
 
615
 
607
616
@HAVE_MONOTORRENT_DBUS_TRUE@OUTPUT_FILES = \
608
617
@HAVE_MONOTORRENT_DBUS_TRUE@    $(ASSEMBLY_FILE) \
609
618
@HAVE_MONOTORRENT_DBUS_TRUE@    $(ASSEMBLY_FILE).mdb
610
619
 
611
 
@HAVE_MONOTORRENT_DBUS_TRUE@moduledir = $(INSTALL_DIR_RESOLVED)
612
 
@HAVE_MONOTORRENT_DBUS_TRUE@module_SCRIPTS = $(OUTPUT_FILES)
613
 
@HAVE_MONOTORRENT_DBUS_FALSE@EXTRA_DIST = $(SOURCES) $(RESOURCES)
 
620
@HAVE_MONOTORRENT_DBUS_FALSE@EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(THEME_ICONS_SOURCE)
614
621
@HAVE_MONOTORRENT_DBUS_TRUE@EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(THEME_ICONS_SOURCE)
 
622
@HAVE_MONOTORRENT_DBUS_FALSE@CLEANFILES = $(OUTPUT_FILES)
615
623
@HAVE_MONOTORRENT_DBUS_TRUE@CLEANFILES = $(OUTPUT_FILES)
 
624
@HAVE_MONOTORRENT_DBUS_FALSE@DISTCLEANFILES = *.pidb
616
625
@HAVE_MONOTORRENT_DBUS_TRUE@DISTCLEANFILES = *.pidb
 
626
@HAVE_MONOTORRENT_DBUS_FALSE@MAINTAINERCLEANFILES = Makefile.in
617
627
@HAVE_MONOTORRENT_DBUS_TRUE@MAINTAINERCLEANFILES = Makefile.in
 
628
@HAVE_MONOTORRENT_DBUS_TRUE@UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
 
629
@HAVE_MONOTORRENT_DBUS_TRUE@BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
 
630
@HAVE_MONOTORRENT_DBUS_TRUE@INSTALL_ICONS = $(top_srcdir)/build/private-icon-theme-installer "$(mkinstalldirs)" "$(INSTALL_DATA)"
 
631
@HAVE_MONOTORRENT_DBUS_TRUE@INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
 
632
@ENABLE_TESTS_TRUE@@HAVE_MONOTORRENT_DBUS_TRUE@ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
 
633
@HAVE_MONOTORRENT_DBUS_TRUE@FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))
 
634
@HAVE_MONOTORRENT_DBUS_TRUE@DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep '$(top_builddir)/bin/')
 
635
@HAVE_MONOTORRENT_DBUS_TRUE@moduledir = $(INSTALL_DIR_RESOLVED)
 
636
@HAVE_MONOTORRENT_DBUS_TRUE@module_SCRIPTS = $(OUTPUT_FILES)
618
637
all: all-am
619
638
 
620
639
.SUFFIXES:
621
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build/build.mk $(top_srcdir)/build/build.environment.mk $(top_srcdir)/build/build.rules.mk $(am__configure_deps)
 
640
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build/build.mk $(top_srcdir)/build/build.environment.mk $(top_srcdir)/build/build.rules.mk $(top_srcdir)/build/build.dist.mk $(top_srcdir)/build/build.dist.mk $(am__configure_deps)
622
641
        @for dep in $?; do \
623
642
          case '$(am__configure_deps)' in \
624
643
            *$$dep*) \
848
867
 
849
868
@HAVE_MONOTORRENT_DBUS_TRUE@all: $(ASSEMBLY_FILE) theme-icons
850
869
 
851
 
@HAVE_MONOTORRENT_DBUS_TRUE@run: 
 
870
@HAVE_MONOTORRENT_DBUS_TRUE@run:
852
871
@HAVE_MONOTORRENT_DBUS_TRUE@    @pushd $(top_builddir); \
853
872
@HAVE_MONOTORRENT_DBUS_TRUE@    make run; \
854
873
@HAVE_MONOTORRENT_DBUS_TRUE@    popd;