AUTOMAKE_OPTIONS = 1.6 DOC_MODULE=rhythmbox DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml DOC_SOURCE_DIR= ../../ # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS=--sgml-mode --output-format=xml # Extra doc dir eg. --extra-dir=../html FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. HFILE_GLOB=$(top_srcdir)/lib/*.h CFILE_GLOB=$(top_srcdir)/lib/*.c # Header files to ignore when scanning. IGNORE_HFILES= \ config.h \ itunesdb.h \ rb-cut-and-paste-code.h \ rb-marshal.h \ rhythmdb-gda.h \ rhythmdb-private.h INCLUDES=\ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_builddir)/lib \ -I$(top_srcdir)/sources \ -I$(top_srcdir)/shell \ -I$(top_srcdir)/rhythmdb \ -I$(top_srcdir)/metadata \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/plugins \ -I$(top_srcdir)/backends \ $(DBUS_CFLAGS) \ $(IPOD_CFLAGS) \ $(RHYTHMBOX_CFLAGS) GTKDOC_LIBS=\ $(top_builddir)/shell/librbshell.la \ $(top_builddir)/sources/libsources.la \ $(top_builddir)/sources/libsourcesimpl.la \ $(top_builddir)/rhythmdb/librhythmdb.la \ $(top_builddir)/podcast/librbpodcast.la \ $(top_builddir)/metadata/librbmetadata.la \ $(top_builddir)/widgets/librbwidgets.la \ $(top_builddir)/lib/librb.la \ $(top_builddir)/backends/librbbackends.la \ $(top_builddir)/plugins/librbplugins.la \ $(TOTEM_PLPARSER_LIBS) \ $(HAL_LIBS) \ $(LIBNAUTILUS_BURN_LIBS) \ $(DBUS_LIBS) \ $(SOUP_LIBS) \ $(MDNS_LIBS) \ $(IPOD_LIBS) \ $(NOTIFY_LIBS) \ $(RHYTHMBOX_LIBS) if ENABLE_TRACK_TRANSFER GTKDOC_LIBS += $(GNOME_MEDIA_PROFILES_LIBS) endif if ENABLE_PYTHON GTKDOC_LIBS += $(PYTHON_LIBS) $(top_builddir)/bindings/python/rb.la endif content_files = HTML_IMAGES = include $(top_srcdir)/gtk-doc.make