Update gupnp-dlna to 0.10.2 (34fee04)
[profile/ivi/GUPnP-DLNA.git] / doc / gupnp-dlna / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # We require automake 1.6 at least.
4 AUTOMAKE_OPTIONS = 1.6
5
6 # This is a blank Makefile.am for using gtk-doc.
7 # Copy this to your project's API docs directory and modify the variables to
8 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
9 # of using the various options.
10
11 # The name of the module, e.g. 'glib'.
12 DOC_MODULE=gupnp-dlna
13
14 # The top-level SGML file. You can change this if you want to.
15 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
16
17 # The directory containing the source code. Relative to $(srcdir).
18 # gtk-doc will search all .c & .h files beneath here for inline comments
19 # documenting the functions and macros.
20 # e.g. DOC_SOURCE_DIR=../../../gtk
21 DOC_SOURCE_DIR=$(srcdir)/../../libgupnp-dlna
22
23 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
24 SCANGOBJ_OPTIONS=
25
26 # Extra options to supply to gtkdoc-scan.
27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
28 SCAN_OPTIONS=--deprecated-guards="GUPNP_DISABLE_DEPRECATED"
29
30 # Extra options to supply to gtkdoc-mkdb.
31 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
32 MKDB_OPTIONS = \
33         --sgml-mode \
34         --output-format=xml \
35         --ignore-files="metadata metadata-backends"
36
37 # Extra options to supply to gtkdoc-mktmpl
38 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
39 MKTMPL_OPTIONS=
40
41 # Extra options to supply to gtkdoc-fixref. Not normally needed.
42 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
43 FIXXREF_OPTIONS = \
44         --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
45         --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
46         --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gmodule
47
48
49 # Used for dependencies. The docs will be rebuilt if any of these change.
50 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
51 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
52 HFILE_GLOB=$(top_srcdir)/libgupnp-dlna/*.h
53 CFILE_GLOB=$(top_srcdir)/libgupnp-dlna/*.c
54
55 # Header files to ignore when scanning.
56 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
57 IGNORE_HFILES = \
58         metadata \
59         metadata-backends \
60         gupnp-dlna-field-value.h \
61         gupnp-dlna-metadata-backend.h \
62         gupnp-dlna-profile-guesser-impl.h \
63         gupnp-dlna-profile-loader.h \
64         gupnp-dlna-g-values-private.h \
65         gupnp-dlna-info-set.h \
66         gupnp-dlna-info-value.h \
67         gupnp-dlna-profile-private.h \
68         gupnp-dlna-restriction-private.h \
69         gupnp-dlna-utils.h \
70         gupnp-dlna-value.h \
71         gupnp-dlna-value-list-private.h \
72         gupnp-dlna-value-type.h \
73         gupnp-dlna-value-union.h
74
75 # Images to copy into HTML directory.
76 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
77 HTML_IMAGES=
78
79 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
80 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
81 content_files=../version.xml
82
83 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
84 # These files must be listed here *and* in content_files
85 # e.g. expand_content_files=running.sgml
86 expand_content_files=
87
88 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
89 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
90 # signals and properties.
91 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
92 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
93 INCLUDES=-I$(top_srcdir)
94 GTKDOC_LIBS=$(top_builddir)/libgupnp-dlna/libgupnp-dlna-2.0.la
95
96 # This includes the standard gtk-doc make rules, copied by gtkdocize.
97 include $(top_srcdir)/gtk-doc.make
98
99 # Other files to distribute
100 # e.g. EXTRA_DIST += version.xml.in
101 DISTCLEANFILES = version.xml