Release 2.0.3
[profile/ivi/libgsignon-glib.git] / docs / reference / 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=libgsignon-glib
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=$(top_srcdir)/libgsignon-glib
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=--rebuild-types --deprecated-guards="SIGNON_DISABLE_DEPRECATED"
29
30 # Extra options to supply to gtkdoc-mkdb.
31 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
32 MKDB_OPTIONS=--source-dir=$(top_srcdir)/libgsignon-glib --sgml-mode --output-format=xml --name-space=signon \
33 --ignore-files="sso-auth-service-gen.c sso-auth-session-gen.c sso-identity-gen.c"
34
35 # Extra options to supply to gtkdoc-fixref. Not normally needed.
36 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
37 FIXXREF_OPTIONS=--extra-dir=../../../accounts-sso.gsignond/docs/html
38
39 # Used for dependencies. The docs will be rebuilt if any of these change.
40 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
41 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
42 HFILE_GLOB=$(top_srcdir)/libgsignon-glib/signon-*.h
43 CFILE_GLOB=$(top_srcdir)/libgsignon-glib/signon-*.c
44
45 # Header files to ignore when scanning.
46 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
47 IGNORE_HFILES= \
48         signon-auth-session-client-glib-gen.h \
49         signon-client-glib-gen.h \
50         signon-identity-glib-gen.h \
51         signon-dbus-queue.h \
52         signon-enum-types.h \
53         signon-internals.h \
54         signon-proxy.h \
55         signon-types.h \
56         signon-utils.h \
57         signon-marshal.h \
58         sso-auth-service-gen.h \
59         sso-auth-service.h \
60         sso-auth-session-gen.h \
61         sso-identity-gen.h \
62         stamp-signon-enum-types.h
63
64 # Images to copy into HTML directory.
65 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
66 HTML_IMAGES=
67
68 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
69 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
70 content_files=examples.xml introduction.xml
71
72 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
73 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
74 # signals and properties.
75 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
76 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
77 AM_CPPFLAGS=$(DEPS_CFLAGS)
78 GTKDOC_LIBS=$(top_builddir)/libgsignon-glib/libgsignon-glib.la $(DEPS_LIBS)
79
80 # This includes the standard gtk-doc make rules, copied by gtkdocize.
81 include $(top_srcdir)/gtk-doc.make
82
83 # Other files to distribute
84 # e.g. EXTRA_DIST += version.xml.in
85 #EXTRA_DIST += 
86
87 if ENABLE_GTK_DOC
88 TESTS = $(GTKDOC_CHECK)
89 endif
90
91 CLEANFILES += $(DOC_MODULE)-*.txt $(DOC_MODULE).types