~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

Viewing changes to plugins/brasero-disc-recorder/Makefile.am

Tags: upstream-0.11.99.1
ImportĀ upstreamĀ versionĀ 0.11.99.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
plugindir = $(PLUGINDIR)/cd-recorder
 
4
plugin_LTLIBRARIES = libcd-recorder.la
 
5
 
 
6
libcd_recorder_la_SOURCES =                                     \
 
7
        rb-disc-recorder-plugin.c                               \
 
8
        $(NULL)
 
9
 
 
10
libcd_recorder_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 
11
libcd_recorder_la_LIBADD =                              \
 
12
        $(top_builddir)/corelib/librhythmbox-core.la    \
 
13
        $(LIBBRASERO_MEDIA_LIBS)                        \
 
14
        $(NULL)
 
15
 
 
16
INCLUDES =                                              \
 
17
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
18
        -DG_LOG_DOMAIN=\"Rhythmbox\"                    \
 
19
        -I$(top_srcdir)                                 \
 
20
        -I$(top_srcdir)/lib                             \
 
21
        -I$(top_builddir)/lib                           \
 
22
        -I$(top_srcdir)/rhythmdb                        \
 
23
        -I$(top_srcdir)/widgets                         \
 
24
        -I$(top_srcdir)/sources                         \
 
25
        -I$(top_srcdir)/plugins                         \
 
26
        -I$(top_srcdir)/shell                           \
 
27
        -DPIXMAP_DIR=\""$(datadir)/pixmaps"\"           \
 
28
        -DSHARE_DIR=\"$(pkgdatadir)\"                   \
 
29
        -DDATADIR=\""$(datadir)"\"                      \
 
30
        $(RHYTHMBOX_CFLAGS)                             \
 
31
        $(LIBBRASERO_MEDIA_CFLAGS)                      \
 
32
        -D_XOPEN_SOURCE -D_BSD_SOURCE                   \
 
33
        $(NULL)
 
34
 
 
35
plugin_in_files = cd-recorder.rb-plugin.in
 
36
 
 
37
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
38
 
 
39
BUILT_SOURCES =                                                 \
 
40
        $(plugin_in_files:.rb-plugin.in=.rb-plugin)             \
 
41
        $(NULL)
 
42
 
 
43
plugin_DATA =                   \
 
44
        $(BUILT_SOURCES)        \
 
45
        $(NULL)
 
46
 
 
47
EXTRA_DIST =                    \
 
48
        $(plugin_in_files)      \
 
49
        $(NULL)
 
50
 
 
51
CLEANFILES =                    \
 
52
        $(BUILT_SOURCES)        \
 
53
        $(NULL)
 
54
 
 
55
DISTCLEANFILES =                \
 
56
        $(BUILT_SOURCES)        \
 
57
        $(NULL)