Initialize Tizen 2.3
[external/gupnp.git] / doc / 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
13
14 # The top-level SGML file. You can change this if you want to.
15 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
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=../libgupnp
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 SCAN_OPTIONS=--deprecated-guards="GUPNP_DISABLE_DEPRECATED"
28
29 # Extra options to supply to gtkdoc-mkdb.
30 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
31 MKDB_OPTIONS=--sgml-mode --output-format=xml
32
33 # Extra options to supply to gtkdoc-mktmpl
34 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
35 MKTMPL_OPTIONS=
36
37 # Extra options to supply to gtkdoc-fixref. Not normally needed.
38 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
39 FIXXREF_OPTIONS=
40
41 # Used for dependencies. The docs will be rebuilt if any of these change.
42 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
43 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
44 HFILE_GLOB=$(top_srcdir)/libgupnp/*.h
45 CFILE_GLOB=$(top_srcdir)/libgupnp/*.c
46
47 # Header files to ignore when scanning.
48 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
49 IGNORE_HFILES=gena-protocol.h                           \
50               xml-util.h                                \
51               gvalue-util.h                             \
52               http-headers.h                            \
53               gupnp-marshal.h                           \
54               gupnp-context-private.h                   \
55               gupnp-network-manager.h                   \
56               gupnp-unix-context-manager.h              \
57               gupnp-device-info-private.h               \
58               gupnp-error-private.h                     \
59               gupnp-resource-factory-private.h          \
60               gupnp-service-introspection-private.h     \
61               gupnp-types-private.h
62
63 # Images to copy into HTML directory.
64 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
65 HTML_IMAGES=
66
67 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
68 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
69 content_files=overview.xml client-tutorial.xml server-tutorial.xml gupnp-binding-tool.xml device-description.rnc service-description.rnc glossary.xml
70
71 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
72 # These files must be listed here *and* in content_files
73 # e.g. expand_content_files=running.sgml
74 expand_content_files=client-tutorial.xml server-tutorial.xml
75
76 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
77 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
78 # signals and properties.
79 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
80 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
81 INCLUDES=-I$(top_srcdir) $(LIBGUPNP_CFLAGS)
82 GTKDOC_LIBS=$(top_builddir)/libgupnp/libgupnp-1.0.la $(LIBGUPNP_LIBS)
83
84 # This includes the standard gtk-doc make rules, copied by gtkdocize.
85 include $(top_srcdir)/gtk-doc.make
86
87 # Other files to distribute
88 # e.g. EXTRA_DIST += version.xml.in
89 EXTRA_DIST += version.xml.in