~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to plugins/ipod/Makefile.am

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugindir = $(PLUGINDIR)
 
2
plugin_LTLIBRARIES = libipod.la
 
3
 
 
4
libipod_la_SOURCES = \
 
5
        rb-ipod-plugin.c                        \
 
6
        $(top_srcdir)/sources/rb-ipod-source.c  \
 
7
        $(top_srcdir)/sources/rb-ipod-source.h
 
8
        
 
9
libipod_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 
10
libipod_la_LIBADD =                                     \
 
11
        $(top_builddir)/lib/librb.la                    \
 
12
        $(HAL_LIBS)                                     \
 
13
        $(IPOD_LIBS)
 
14
 
 
15
INCLUDES =                                              \
 
16
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
17
        -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
 
18
        -I$(top_srcdir)                                 \
 
19
        -I$(top_srcdir)/lib                             \
 
20
        -I$(top_srcdir)/metadata                        \
 
21
        -I$(top_srcdir)/player                          \
 
22
        -I$(top_srcdir)/rhythmdb                        \
 
23
        -I$(top_srcdir)/widgets                         \
 
24
        -I$(top_srcdir)/sources                         \
 
25
        -I$(top_srcdir)/iradio                          \
 
26
        -I$(top_srcdir)/podcast                         \
 
27
        -I$(top_srcdir)/plugins                         \
 
28
        -I$(top_srcdir)/shell                           \
 
29
        -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
 
30
        -DSHARE_DIR=\"$(pkgdatadir)\"                   \
 
31
        -DDATADIR=\""$(datadir)"\"                      \
 
32
        $(RHYTHMBOX_CFLAGS)                             \
 
33
        $(WARN_CFLAGS)                                  \
 
34
        $(HAL_CFLAGS)                                   \
 
35
        $(IPOD_CFLAGS)                                  \
 
36
        -D_XOPEN_SOURCE -D_BSD_SOURCE
 
37
 
 
38
plugin_in_files = ipod.rb-plugin.desktop.in
 
39
 
 
40
%.rb-plugin: %.rb-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
41
 
 
42
plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin)
 
43
 
 
44
EXTRA_DIST = $(plugin_in_files)
 
45
 
 
46
CLEANFILES = $(plugin_DATA)
 
47
DISTCLEANFILES = $(plugin_DATA)