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

« back to all changes in this revision

Viewing changes to src/Backends/Banshee.GStreamerSharp/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
590
591
 
591
592
# Build path to allow running uninstalled
592
593
@ENABLE_GST_SHARP_TRUE@RUN_PATH = $(subst $(space),$(colon), $(MONO_BASE_PATH))
593
 
@ENABLE_GST_SHARP_TRUE@UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
594
 
@ENABLE_GST_SHARP_TRUE@BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
 
594
@ENABLE_GST_SHARP_FALSE@SOURCES_BUILD = $(addprefix $(srcdir)/, \
 
595
@ENABLE_GST_SHARP_FALSE@        $(SOURCES)) \
 
596
@ENABLE_GST_SHARP_FALSE@        $(top_srcdir)/src/AssemblyInfo.cs
595
597
@ENABLE_GST_SHARP_TRUE@SOURCES_BUILD = $(addprefix $(srcdir)/, \
596
598
@ENABLE_GST_SHARP_TRUE@ $(SOURCES)) \
597
599
@ENABLE_GST_SHARP_TRUE@ $(top_srcdir)/src/AssemblyInfo.cs
 
600
@ENABLE_GST_SHARP_FALSE@RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
598
601
@ENABLE_GST_SHARP_TRUE@RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
 
602
@ENABLE_GST_SHARP_FALSE@RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
 
603
@ENABLE_GST_SHARP_FALSE@        -resource:$(resource),$(notdir $(resource)))
 
604
 
599
605
@ENABLE_GST_SHARP_TRUE@RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
600
606
@ENABLE_GST_SHARP_TRUE@ -resource:$(resource),$(notdir $(resource)))
601
607
 
602
 
@ENABLE_GST_SHARP_TRUE@INSTALL_ICONS = $(top_srcdir)/build/private-icon-theme-installer "$(mkinstalldirs)" "$(INSTALL_DATA)"
 
608
@ENABLE_GST_SHARP_FALSE@THEME_ICONS_SOURCE = $(wildcard $(srcdir)/ThemeIcons/*/*/*.png) $(wildcard $(srcdir)/ThemeIcons/scalable/*/*.svg)
603
609
@ENABLE_GST_SHARP_TRUE@THEME_ICONS_SOURCE = $(wildcard $(srcdir)/ThemeIcons/*/*/*.png) $(wildcard $(srcdir)/ThemeIcons/scalable/*/*.svg)
 
610
@ENABLE_GST_SHARP_FALSE@THEME_ICONS_RELATIVE = $(subst $(srcdir)/ThemeIcons/, , $(THEME_ICONS_SOURCE))
604
611
@ENABLE_GST_SHARP_TRUE@THEME_ICONS_RELATIVE = $(subst $(srcdir)/ThemeIcons/, , $(THEME_ICONS_SOURCE))
 
612
@ENABLE_GST_SHARP_FALSE@ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
605
613
@ENABLE_GST_SHARP_TRUE@ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
 
614
@ENABLE_GST_SHARP_FALSE@ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
606
615
@ENABLE_GST_SHARP_TRUE@ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
607
 
@ENABLE_GST_SHARP_TRUE@INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
608
 
@ENABLE_GST_SHARP_TRUE@@ENABLE_TESTS_TRUE@ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
609
 
@ENABLE_GST_SHARP_TRUE@FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))
610
 
@ENABLE_GST_SHARP_TRUE@DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep '$(top_builddir)/bin/')
 
616
@ENABLE_GST_SHARP_FALSE@OUTPUT_FILES = \
 
617
@ENABLE_GST_SHARP_FALSE@        $(ASSEMBLY_FILE) \
 
618
@ENABLE_GST_SHARP_FALSE@        $(ASSEMBLY_FILE).mdb
 
619
 
611
620
@ENABLE_GST_SHARP_TRUE@OUTPUT_FILES = \
612
621
@ENABLE_GST_SHARP_TRUE@ $(ASSEMBLY_FILE) \
613
622
@ENABLE_GST_SHARP_TRUE@ $(ASSEMBLY_FILE).mdb
614
623
 
615
 
@ENABLE_GST_SHARP_TRUE@moduledir = $(INSTALL_DIR_RESOLVED)
616
 
@ENABLE_GST_SHARP_TRUE@module_SCRIPTS = $(OUTPUT_FILES) \
617
 
@ENABLE_GST_SHARP_TRUE@ Banshee.GStreamerSharp.dll.config
618
 
@ENABLE_GST_SHARP_FALSE@EXTRA_DIST = $(SOURCES) $(RESOURCES) Banshee.GStreamerSharp.dll.config
 
624
@ENABLE_GST_SHARP_FALSE@EXTRA_DIST = $(SOURCES_BUILD) \
 
625
@ENABLE_GST_SHARP_FALSE@        $(RESOURCES_EXPANDED) \
 
626
@ENABLE_GST_SHARP_FALSE@        $(THEME_ICONS_SOURCE) \
 
627
@ENABLE_GST_SHARP_FALSE@        Banshee.GStreamerSharp.dll.config
619
628
@ENABLE_GST_SHARP_TRUE@EXTRA_DIST = $(SOURCES_BUILD) \
620
629
@ENABLE_GST_SHARP_TRUE@ $(RESOURCES_EXPANDED) \
621
630
@ENABLE_GST_SHARP_TRUE@ $(THEME_ICONS_SOURCE) \
622
631
@ENABLE_GST_SHARP_TRUE@ Banshee.GStreamerSharp.dll.config
 
632
@ENABLE_GST_SHARP_FALSE@CLEANFILES = $(OUTPUT_FILES)
623
633
@ENABLE_GST_SHARP_TRUE@CLEANFILES = $(OUTPUT_FILES)
 
634
@ENABLE_GST_SHARP_FALSE@DISTCLEANFILES = *.pidb
624
635
@ENABLE_GST_SHARP_TRUE@DISTCLEANFILES = *.pidb
 
636
@ENABLE_GST_SHARP_FALSE@MAINTAINERCLEANFILES = Makefile.in
625
637
@ENABLE_GST_SHARP_TRUE@MAINTAINERCLEANFILES = Makefile.in
 
638
@ENABLE_GST_SHARP_TRUE@UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
 
639
@ENABLE_GST_SHARP_TRUE@BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
 
640
@ENABLE_GST_SHARP_TRUE@INSTALL_ICONS = $(top_srcdir)/build/private-icon-theme-installer "$(mkinstalldirs)" "$(INSTALL_DATA)"
 
641
@ENABLE_GST_SHARP_TRUE@INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
 
642
@ENABLE_GST_SHARP_TRUE@@ENABLE_TESTS_TRUE@ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
 
643
@ENABLE_GST_SHARP_TRUE@FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))
 
644
@ENABLE_GST_SHARP_TRUE@DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep '$(top_builddir)/bin/')
 
645
@ENABLE_GST_SHARP_TRUE@moduledir = $(INSTALL_DIR_RESOLVED)
 
646
@ENABLE_GST_SHARP_TRUE@module_SCRIPTS = $(OUTPUT_FILES) \
 
647
@ENABLE_GST_SHARP_TRUE@ Banshee.GStreamerSharp.dll.config
626
648
@ENABLE_GAPLESS_TRUE@BUILD_DEFINES = "-define:ENABLE_GAPLESS"
627
649
all: all-am
628
650
 
629
651
.SUFFIXES:
630
 
$(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)
 
652
$(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)
631
653
        @for dep in $?; do \
632
654
          case '$(am__configure_deps)' in \
633
655
            *$$dep*) \
857
879
 
858
880
@ENABLE_GST_SHARP_TRUE@all: $(ASSEMBLY_FILE) theme-icons
859
881
 
860
 
@ENABLE_GST_SHARP_TRUE@run: 
 
882
@ENABLE_GST_SHARP_TRUE@run:
861
883
@ENABLE_GST_SHARP_TRUE@ @pushd $(top_builddir); \
862
884
@ENABLE_GST_SHARP_TRUE@ make run; \
863
885
@ENABLE_GST_SHARP_TRUE@ popd;