~ubuntu-branches/ubuntu/precise/banshee/precise-proposed

« back to all changes in this revision

Viewing changes to build/build.dist.mk

  • 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:
 
1
SOURCES_BUILD = $(addprefix $(srcdir)/, $(SOURCES))
 
2
SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
 
3
 
 
4
RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
 
5
RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
 
6
        -resource:$(resource),$(notdir $(resource)))
 
7
 
 
8
THEME_ICONS_SOURCE = $(wildcard $(srcdir)/ThemeIcons/*/*/*.png) $(wildcard $(srcdir)/ThemeIcons/scalable/*/*.svg)
 
9
THEME_ICONS_RELATIVE = $(subst $(srcdir)/ThemeIcons/, , $(THEME_ICONS_SOURCE))
 
10
 
 
11
ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
 
12
ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
 
13
 
 
14
OUTPUT_FILES = \
 
15
        $(ASSEMBLY_FILE) \
 
16
        $(ASSEMBLY_FILE).mdb
 
17
 
 
18
EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(THEME_ICONS_SOURCE)
 
19
 
 
20
CLEANFILES = $(OUTPUT_FILES)
 
21
DISTCLEANFILES = *.pidb
 
22
MAINTAINERCLEANFILES = Makefile.in