~ubuntu-branches/ubuntu/quantal/banshee/quantal-updates

« back to all changes in this revision

Viewing changes to src/Backends/Banshee.GStreamerSharp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-08-25 20:48:45 UTC
  • mfrom: (1.15.2 upstream) (6.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110825204845-1rdbhdoitkv3n5u8
Tags: 2.1.3-1ubuntu1
* [e356872] Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + Create the U1MS widget earlier and bump libu1 requirement
  + [9d7c600] Drop upstreamed u1ms-initialize-earlier patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
LINK = $(REF_BACKEND_GSTREAMER) $(GST_SHARP_LIBS) $(am__append_1)
395
395
INSTALL_DIR = $(BACKENDS_INSTALL_DIR)
396
396
SOURCES = \
397
 
        Banshee.GStreamerSharp/PlayerEngine.cs
 
397
        Banshee.GStreamerSharp/AudioCdRipper.cs \
 
398
        Banshee.GStreamerSharp/BpmDetector.cs \
 
399
        Banshee.GStreamerSharp/CddaManager.cs \
 
400
        Banshee.GStreamerSharp/PlayerEngine.cs \
 
401
        Banshee.GStreamerSharp/Transcoder.cs \
 
402
        Banshee.GStreamerSharp/VideoManager.cs \
 
403
        Banshee.GStreamerSharp/Visualization.cs
398
404
 
399
405
RESOURCES = Banshee.GStreamerSharp.addin.xml
400
406
 
594
600
@ENABLE_GST_SHARP_TRUE@ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
595
601
@ENABLE_GST_SHARP_TRUE@INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
596
602
@ENABLE_GST_SHARP_TRUE@@ENABLE_TESTS_TRUE@ENABLE_TESTS_FLAG = "-define:ENABLE_TESTS"
597
 
@ENABLE_GST_SHARP_TRUE@@HAVE_GTK3_TRUE@GTK3_FLAG = "-define:GTK3"
598
603
@ENABLE_GST_SHARP_TRUE@FILTERED_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE))
599
604
@ENABLE_GST_SHARP_TRUE@DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep '$(top_builddir)/bin/')
600
605
@ENABLE_GST_SHARP_TRUE@OUTPUT_FILES = \
602
607
@ENABLE_GST_SHARP_TRUE@ $(ASSEMBLY_FILE).mdb
603
608
 
604
609
@ENABLE_GST_SHARP_TRUE@moduledir = $(INSTALL_DIR_RESOLVED)
605
 
@ENABLE_GST_SHARP_TRUE@module_SCRIPTS = $(OUTPUT_FILES)
606
 
@ENABLE_GST_SHARP_FALSE@EXTRA_DIST = $(SOURCES) $(RESOURCES)
607
 
@ENABLE_GST_SHARP_TRUE@EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(THEME_ICONS_SOURCE)
 
610
@ENABLE_GST_SHARP_TRUE@module_SCRIPTS = $(OUTPUT_FILES) \
 
611
@ENABLE_GST_SHARP_TRUE@ Banshee.GStreamerSharp.dll.config
 
612
@ENABLE_GST_SHARP_FALSE@EXTRA_DIST = $(SOURCES) $(RESOURCES) Banshee.GStreamerSharp.dll.config
 
613
@ENABLE_GST_SHARP_TRUE@EXTRA_DIST = $(SOURCES_BUILD) \
 
614
@ENABLE_GST_SHARP_TRUE@ $(RESOURCES_EXPANDED) \
 
615
@ENABLE_GST_SHARP_TRUE@ $(THEME_ICONS_SOURCE) \
 
616
@ENABLE_GST_SHARP_TRUE@ Banshee.GStreamerSharp.dll.config
608
617
@ENABLE_GST_SHARP_TRUE@CLEANFILES = $(OUTPUT_FILES)
609
618
@ENABLE_GST_SHARP_TRUE@DISTCLEANFILES = *.pidb
610
619
@ENABLE_GST_SHARP_TRUE@MAINTAINERCLEANFILES = Makefile.in
868
877
@ENABLE_GST_SHARP_TRUE@         $(ASSEMBLY_BUILD_FLAGS) \
869
878
@ENABLE_GST_SHARP_TRUE@         -nowarn:0278 -nowarn:0078 $$warn \
870
879
@ENABLE_GST_SHARP_TRUE@         -debug -target:$(TARGET) -out:$@ \
871
 
@ENABLE_GST_SHARP_TRUE@         $(BUILD_DEFINES) $(ENABLE_TESTS_FLAG) $(GTK3_FLAG) \
 
880
@ENABLE_GST_SHARP_TRUE@         $(BUILD_DEFINES) $(ENABLE_TESTS_FLAG) \
872
881
@ENABLE_GST_SHARP_TRUE@         $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD)
873
882
@ENABLE_GST_SHARP_TRUE@ @if [ -e $(srcdir)/$(notdir $@.config) ]; then \
874
883
@ENABLE_GST_SHARP_TRUE@         cp $(srcdir)/$(notdir $@.config) $(top_builddir)/bin; \