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)\" \
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) \
31
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
32
RECMARSHALFILES = brasero-marshal.h brasero-marshal.c
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 )
39
bin_PROGRAMS = brasero
49
brasero-eject-dialog.c \
50
brasero-eject-dialog.h \
53
brasero-audio-disc.c \
54
brasero-audio-disc.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 \
69
brasero-file-chooser.c \
70
brasero-file-chooser.h \
75
brasero-layout-object.c \
76
brasero-layout-object.h \
77
brasero-plugin-manager-ui.c \
78
brasero-plugin-manager-ui.h \
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 \
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 \
101
brasero-video-disc.c \
102
brasero-video-disc.h \
103
brasero-video-tree-model.c \
104
brasero-video-tree-model.h \
107
brasero-project-name.c \
108
brasero-project-name.h \
109
brasero-project-parse.c \
110
brasero-project-parse.h \
117
eggsmclient-private.h \
121
brasero-search-engine.h \
122
brasero-search-engine.c
133
brasero-search-tracker.h \
134
brasero-search-tracker.c
139
brasero-search-beagle.h \
140
brasero-search-beagle.c
146
brasero-mime-filter.c \
147
brasero-mime-filter.h \
148
brasero-search-entry.c \
149
brasero-search-entry.h \
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) \
181
-include $(top_srcdir)/git.mk