1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
# These find the gir and typelib files in an uninstalled GStreamer setup
# or if GStreamer is installed in a different prefix than most other things
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = \
--add-include-path=$(top_srcdir) \
--add-include-path=$(top_builddir)/bindings/gi \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-base-1.0` \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-audio-1.0` \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-pbutils-1.0` \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-tag-1.0` \
--add-include-path=`$(PKG_CONFIG) --variable=girdir gstreamer-video-1.0` \
--c-include=rhythmbox.h --warn-all
INTROSPECTION_COMPILER_ARGS = \
--includedir=$(top_srcdir) \
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-1.0` \
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-base-1.0` \
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-audio-1.0` \
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-pbutils-1.0` \
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-tag-1.0` \
--includedir=`$(PKG_CONFIG) --variable=girdir gstreamer-video-1.0`
mpid_introspection_sources = \
lib/libmediaplayerid/mediaplayerid.h \
lib/libmediaplayerid/mpid-device.c
rb_introspection_sources = \
backends/rb-encoder.h \
backends/rb-encoder.c \
backends/rb-player-gst-filter.h \
backends/rb-player-gst-filter.c \
backends/rb-player-gst-tee.h \
backends/rb-player-gst-tee.c \
backends/rb-player.h \
backends/rb-player.c \
backends/gstreamer/rb-player-gst-helper.h \
backends/gstreamer/rb-player-gst-helper.c \
lib/rb-async-copy.h \
lib/rb-async-copy.c \
lib/rb-builder-helpers.h \
lib/rb-builder-helpers.c \
lib/rb-chunk-loader.h \
lib/rb-chunk-loader.c \
lib/rb-debug.h \
lib/rb-debug.c \
lib/rb-file-helpers.h \
lib/rb-file-helpers.c \
lib/rb-list-model.h \
lib/rb-list-model.c \
lib/rb-stock-icons.h \
lib/rb-stock-icons.c \
lib/rb-string-value-map.h \
lib/rb-string-value-map.c \
lib/rb-task-progress.h \
lib/rb-task-progress.c \
lib/rb-task-progress-simple.h \
lib/rb-task-progress-simple.c \
lib/rb-util.h \
lib/rb-util.c \
metadata/rb-ext-db.h \
metadata/rb-ext-db.c \
metadata/rb-ext-db-key.h \
metadata/rb-ext-db-key.c \
metadata/rb-metadata.h \
metadata/rb-metadata-dbus-client.c \
podcast/rb-podcast-manager.h \
podcast/rb-podcast-manager.c \
podcast/rb-podcast-parse.h \
podcast/rb-podcast-parse.c \
podcast/rb-podcast-search.h \
podcast/rb-podcast-search.c \
rhythmdb/rhythmdb.h \
rhythmdb/rhythmdb.c \
rhythmdb/rhythmdb-entry.h \
rhythmdb/rhythmdb-entry-type.h \
rhythmdb/rhythmdb-entry-type.c \
rhythmdb/rhythmdb-property-model.h \
rhythmdb/rhythmdb-property-model.c \
rhythmdb/rhythmdb-query.c \
rhythmdb/rhythmdb-query-model.h \
rhythmdb/rhythmdb-query-model.c \
rhythmdb/rhythmdb-query-result-list.h \
rhythmdb/rhythmdb-query-result-list.c \
rhythmdb/rhythmdb-query-results.h \
rhythmdb/rhythmdb-query-results.c \
rhythmdb/rhythmdb-import-job.h \
rhythmdb/rhythmdb-import-job.c \
rhythmdb/rhythmdb-song-entry-types.c \
rhythmdb/rb-refstring.h \
rhythmdb/rb-refstring.c \
shell/rb-application.h \
shell/rb-application.c \
shell/rb-shell.h \
shell/rb-shell.c \
shell/rb-shell-player.h \
shell/rb-shell-player.c \
shell/rb-shell-preferences.h \
shell/rb-shell-preferences.c \
shell/rb-playlist-manager.h \
shell/rb-playlist-manager.c \
shell/rb-removable-media-manager.h \
shell/rb-removable-media-manager.c \
shell/rb-history.h \
shell/rb-history.c \
shell/rb-play-order.h \
shell/rb-play-order.c \
shell/rb-task-list.h \
shell/rb-task-list.c \
shell/rb-track-transfer-batch.c \
shell/rb-track-transfer-batch.h \
shell/rb-track-transfer-queue.c \
shell/rb-track-transfer-queue.h \
sources/rb-display-page.h \
sources/rb-display-page.c \
sources/rb-display-page-group.h \
sources/rb-display-page-group.c \
sources/rb-display-page-model.h \
sources/rb-display-page-model.c \
sources/rb-display-page-tree.h \
sources/rb-display-page-tree.c \
sources/rb-source.h \
sources/rb-source.c \
sources/rb-streaming-source.h \
sources/rb-streaming-source.c \
sources/rb-source-search.h \
sources/rb-source-search.c \
sources/rb-browser-source.h \
sources/rb-browser-source.c \
sources/rb-media-player-source.h \
sources/rb-media-player-source.c \
sources/rb-playlist-source.h \
sources/rb-playlist-source.c \
sources/rb-playlist-xml.h \
sources/rb-auto-playlist-source.h \
sources/rb-auto-playlist-source.c \
sources/rb-static-playlist-source.h \
sources/rb-static-playlist-source.c \
sources/rb-source-search-basic.h \
sources/rb-source-search-basic.c \
sources/rb-device-source.h \
sources/rb-device-source.c \
sources/rb-transfer-target.h \
sources/rb-transfer-target.c \
widgets/rb-button-bar.h \
widgets/rb-button-bar.c \
widgets/rb-entry-view.h \
widgets/rb-entry-view.c \
widgets/rb-property-view.h \
widgets/rb-property-view.c \
widgets/rb-dialog.h \
widgets/rb-dialog.c \
widgets/rb-cell-renderer-pixbuf.h \
widgets/rb-cell-renderer-pixbuf.c \
widgets/rb-cell-renderer-rating.h \
widgets/rb-cell-renderer-rating.c \
widgets/rb-rating.h \
widgets/rb-rating.c \
widgets/rb-library-browser.h \
widgets/rb-library-browser.c \
widgets/rb-search-entry.h \
widgets/rb-search-entry.c \
widgets/rb-source-toolbar.h \
widgets/rb-source-toolbar.c \
widgets/rb-segmented-bar.h \
widgets/rb-segmented-bar.c \
widgets/rb-song-info.h \
widgets/rb-song-info.c \
widgets/rb-uri-dialog.h \
widgets/rb-uri-dialog.c
MPID-3.0.gir: $(top_builddir)/shell/librhythmbox-core.la
MPID_3_0_gir_INCLUDES = GObject-2.0
MPID_3_0_gir_CFLAGS = $(RHYTHMBOX_CFLAGS_NOWARN) $(GUDEV_CFLAGS) -I$(top_srcdir)
MPID_3_0_gir_LIBS = $(top_builddir)/shell/librhythmbox-core.la
MPID_3_0_gir_FILES = $(addprefix $(top_srcdir)/,$(mpid_introspection_sources))
MPID_3_0_gir_PACKAGES = gobject-2.0
MPID_3_0_gir_SCANNERFLAGS = --symbol-prefix mpid_
RB-3.0.gir: $(top_builddir)/shell/librhythmbox-core.la MPID-3.0.gir
RB_3_0_gir_INCLUDES = GObject-2.0 Gio-2.0 Gtk-3.0 Gst-1.0 GstPbutils-1.0 libxml2-2.0
RB_3_0_gir_CFLAGS = $(RHYTHMBOX_CFLAGS_NOWARN) $(TOTEM_PLPARSER_CFLAGS) $(DBUS_CFLAGS) $(GUDEV_CFLAGS) -I$(top_srcdir)
RB_3_0_gir_LIBS = $(top_builddir)/shell/librhythmbox-core.la
RB_3_0_gir_FILES = $(addprefix $(top_srcdir)/,$(rb_introspection_sources))
RB_3_0_gir_PACKAGES = gobject-2.0 gio-2.0 gtk+-3.0 gstreamer-1.0 libxml-2.0
RB_3_0_gir_SCANNERFLAGS = --symbol-prefix rb_ --identifier-prefix RB --accept-unprefixed --include-uninstalled=$(builddir)/MPID-3.0.gir
INTROSPECTION_GIRS += MPID-3.0.gir RB-3.0.gir
girdir = $(datadir)/gir-1.0
dist_gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(libdir)/girepository-1.0
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES = $(dist_gir_DATA) $(typelib_DATA)
|