~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to .pc/01_pkglibdir.patch/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-07-09 17:19:09 UTC
  • mfrom: (1.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100709171909-3s0wu8h2cdvjrya7
Tags: 2.30.2-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes:
* debian/control.in:
  - Use dh-autoreconf to launch autoreconf on build
  - Set build-depend version on libgconf2-dev
  - Build-depend on libappindicator-dev
  - Build-depend on liblaunchpad-integration-dev
  - Add Vcs-Bzr info
  - libbrasero-media0 suggests instead of recommends gstreamer0.10-plugins-ugly
    and cdrdao
  - libbrasero-media0 suggests gstreamer0.10-fluendo-mp3
  - Bump libbrasero-media-dev depends for libglib2.0-dev and libgtk2.0-dev
  - libbrasero-media0 replaces brasero (plugins moved from this package)
* debian/rules:
  - Run autoconf on build
* debian/patches/010_lpi.patch:
  - Add launchpad-integration
* debian/patches/012_appindicator.patch:
  - Support application indicator
* debian/patches/90_relibtoolize.patch:
  - Not required, running autotools on build
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
INCLUDES = \
 
3
        -I$(top_srcdir)                                                 \
 
4
        -I$(top_srcdir)/libbrasero-utils/                               \
 
5
        -I$(top_builddir)/libbrasero-utils/                             \
 
6
        -I$(top_srcdir)/libbrasero-media/                               \
 
7
        -I$(top_builddir)/libbrasero-media/                             \
 
8
        -I$(top_srcdir)/libbrasero-burn/                                \
 
9
        -I$(top_builddir)/libbrasero-burn/                              \
 
10
        -DBRASERO_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"      \
 
11
        -DBRASERO_PREFIX=\"$(prefix)\"                                  \
 
12
        -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"                          \
 
13
        -DBRASERO_DATADIR=\"$(datadir)/brasero\"                        \
 
14
        -DBRASERO_LIBDIR=\"$(libdir)\"                                  \
 
15
        $(WARN_CFLAGS)                                                  \
 
16
        $(DISABLE_DEPRECATED)                                           \
 
17
        $(BRASERO_GLIB_CFLAGS)                                          \
 
18
        $(BRASERO_GIO_CFLAGS)                                           \
 
19
        $(BRASERO_GCONF_CFLAGS)                                         \
 
20
        $(BRASERO_GSTREAMER_CFLAGS)                                     \
 
21
        $(BRASERO_GSTREAMER_BASE_CFLAGS)                                \
 
22
        $(BRASERO_GTK_CFLAGS)                                           \
 
23
        $(BRASERO_DBUS_CFLAGS)                                          \
 
24
        $(BRASERO_LIBUNIQUE_CFLAGS)                                     \
 
25
        $(BRASERO_LIBXML_CFLAGS)                                        \
 
26
        $(BRASERO_SEARCH_CFLAGS)                                        \
 
27
        $(BRASERO_PL_PARSER_CFLAGS)                                     \
 
28
        $(BRASERO_LIBUNIQUE_CFLAGS)                                     \
 
29
        $(BRASERO_SM_CFLAGS)
 
30
 
 
31
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
 
32
RECMARSHALFILES = brasero-marshal.h brasero-marshal.c
 
33
 
 
34
brasero-marshal.h: brasero-marshal.list
 
35
        ( $(GLIB_GENMARSHAL) --prefix=brasero_marshal $(srcdir)/brasero-marshal.list --header > brasero-marshal.h )
 
36
brasero-marshal.c: brasero-marshal.h
 
37
        ( $(GLIB_GENMARSHAL) --prefix=brasero_marshal $(srcdir)/brasero-marshal.list --body --header > brasero-marshal.c )
 
38
 
 
39
bin_PROGRAMS = brasero
 
40
 
 
41
brasero_SOURCES = \
 
42
        brasero-marshal.c       \
 
43
        brasero-marshal.h       \
 
44
        main.c          \
 
45
        brasero-utils.h         \
 
46
        brasero-utils.c         \
 
47
        brasero-player.c         \
 
48
        brasero-player.h         \
 
49
        brasero-eject-dialog.c          \
 
50
        brasero-eject-dialog.h          \
 
51
        brasero-disc.c         \
 
52
        brasero-disc.h         \
 
53
        brasero-audio-disc.c         \
 
54
        brasero-audio-disc.h         \
 
55
        brasero-project.c         \
 
56
        brasero-project.h         \
 
57
        brasero-project-type-chooser.c         \
 
58
        brasero-project-type-chooser.h         \
 
59
        brasero-player-bacon.c         \
 
60
        brasero-player-bacon.h         \
 
61
        brasero-song-properties.c         \
 
62
        brasero-song-properties.h         \
 
63
        brasero-uri-container.c         \
 
64
        brasero-uri-container.h         \
 
65
        brasero-project-manager.c         \
 
66
        brasero-project-manager.h         \
 
67
        brasero-layout.c         \
 
68
        brasero-layout.h         \
 
69
        brasero-file-chooser.c         \
 
70
        brasero-file-chooser.h         \
 
71
        eggtreemultidnd.c         \
 
72
        eggtreemultidnd.h         \
 
73
        brasero-multi-dnd.c         \
 
74
        brasero-multi-dnd.h         \
 
75
        brasero-layout-object.c         \
 
76
        brasero-layout-object.h         \
 
77
        brasero-plugin-manager-ui.c         \
 
78
        brasero-plugin-manager-ui.h         \
 
79
        brasero-pref.h         \
 
80
        brasero-pref.c         \
 
81
        brasero-plugin-option.h         \
 
82
        brasero-plugin-option.c         \
 
83
        brasero-split-dialog.h         \
 
84
        brasero-split-dialog.c         \
 
85
        brasero-time-button.h         \
 
86
        brasero-time-button.c         \
 
87
        brasero-preview.h         \
 
88
        brasero-preview.c         \
 
89
        brasero-data-disc.h         \
 
90
        brasero-data-disc.c         \
 
91
        brasero-file-filtered.h         \
 
92
        brasero-file-filtered.c         \
 
93
        brasero-filter-option.h         \
 
94
        brasero-filter-option.c         \
 
95
        baobab-cell-renderer-progress.c         \
 
96
        baobab-cell-renderer-progress.h         \
 
97
        brasero-multi-song-props.h         \
 
98
        brasero-multi-song-props.c         \
 
99
        brasero-rename.h         \
 
100
        brasero-rename.c         \
 
101
        brasero-video-disc.c         \
 
102
        brasero-video-disc.h         \
 
103
        brasero-video-tree-model.c         \
 
104
        brasero-video-tree-model.h         \
 
105
        brasero-app.c           \
 
106
        brasero-app.h           \
 
107
        brasero-project-name.c           \
 
108
        brasero-project-name.h           \
 
109
        brasero-project-parse.c           \
 
110
        brasero-project-parse.h           \
 
111
        brasero-xsession.c           \
 
112
        brasero-xsession.h              \
 
113
        eggdesktopfile.c        \
 
114
        eggdesktopfile.h        \
 
115
        eggsmclient.c        \
 
116
        eggsmclient.h        \
 
117
        eggsmclient-private.h        \
 
118
        eggsmclient-xsmp.c        \
 
119
        brasero-setting.h        \
 
120
        brasero-setting.c        \
 
121
        brasero-search-engine.h        \
 
122
        brasero-search-engine.c
 
123
 
 
124
if BUILD_PLAYLIST
 
125
brasero_SOURCES += \
 
126
        brasero-playlist.c         \
 
127
        brasero-playlist.h
 
128
 
 
129
endif
 
130
 
 
131
if BUILD_TRACKER
 
132
brasero_SOURCES += \
 
133
                   brasero-search-tracker.h     \
 
134
                   brasero-search-tracker.c
 
135
endif
 
136
 
 
137
if BUILD_BEAGLE
 
138
brasero_SOURCES +=                              \
 
139
                   brasero-search-beagle.h      \
 
140
                   brasero-search-beagle.c
 
141
endif
 
142
 
 
143
if BUILD_SEARCH
 
144
 
 
145
brasero_SOURCES += \
 
146
                   brasero-mime-filter.c         \
 
147
                   brasero-mime-filter.h         \
 
148
                   brasero-search-entry.c         \
 
149
                   brasero-search-entry.h         \
 
150
                   brasero-search.h             \
 
151
                   brasero-search.c
 
152
endif
 
153
 
 
154
brasero_LDADD =                                         \
 
155
        $(top_builddir)/libbrasero-media/libbrasero-media.la    \
 
156
        $(top_builddir)/libbrasero-burn/libbrasero-burn.la      \
 
157
        $(top_builddir)/libbrasero-utils/libbrasero-utils.la    \
 
158
        $(BRASERO_GLIB_LIBS)            \
 
159
        $(BRASERO_GTHREAD_LIBS)                         \
 
160
        $(BRASERO_GIO_LIBS)             \
 
161
        $(BRASERO_GCONF_LIBS)           \
 
162
        $(BRASERO_GSTREAMER_LIBS)       \
 
163
        $(BRASERO_GSTREAMER_BASE_LIBS)  \
 
164
        $(BRASERO_GTK_LIBS)             \
 
165
        $(BRASERO_GMODULE_LIBS)         \
 
166
        $(BRASERO_DBUS_LIBS)            \
 
167
        $(BRASERO_LIBUNIQUE_LIBS)       \
 
168
        $(BRASERO_LIBXML_LIBS)          \
 
169
        $(BRASERO_SEARCH_LIBS)          \
 
170
        $(BRASERO_PL_PARSER_LIBS)       \
 
171
        $(BRASERO_LIBUNIQUE_LIBS)       \
 
172
        $(BRASERO_SM_LIBS)
 
173
 
 
174
EXTRA_DIST =                    \
 
175
        brasero-marshal.list
 
176
 
 
177
CLEANFILES =                    \
 
178
        $(RECMARSHALFILES)
 
179
        
 
180
 
 
181
-include $(top_srcdir)/git.mk