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

« back to all changes in this revision

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