Remove unused DBUS_GLIB_* and GIO_* variables
[platform/upstream/polkit.git] / docs / polkit / Makefile.am
1
2 NULL =
3
4 AUTOMAKE_OPTIONS = 1.7
5
6 # The name of the module.
7 DOC_MODULE=polkit-1
8
9 # The top-level SGML file.
10 DOC_MAIN_SGML_FILE=polkit-1-docs.xml
11
12 # Extra options to supply to gtkdoc-scan
13 SCAN_OPTIONS=--ignore-headers=config.h
14
15 # The directory containing the source code. Relative to $(srcdir)
16 DOC_SOURCE_DIR=../../src
17
18 # Used for dependencies
19 HFILE_GLOB=$(top_srcdir)/src/polkit*/*.h
20 CFILE_GLOB=$(top_srcdir)/src/polkit*/*.c
21
22 # Headers to ignore
23 IGNORE_HFILES= \
24         $(NULL)
25
26 # CFLAGS and LDFLAGS for compiling scan program. Only needed
27 # if $(DOC_MODULE).types is non-empty.
28 INCLUDES = \
29         $(GLIB_CFLAGS)                                          \
30         -I$(top_srcdir)/src/polkit                              \
31         -I$(top_builddir)/src/polkit                            \
32         -I$(top_srcdir)/src/polkitagent                         \
33         -I$(top_builddir)/src/polkitagent                       \
34         $(NULL)
35
36 GTKDOC_LIBS = \
37         $(GLIB_LIBS)                                            \
38         $(top_builddir)/src/polkit/libpolkit-gobject-1.la       \
39         $(top_builddir)/src/polkitagent/libpolkit-agent-1.la    \
40         $(NULL)
41
42 # Extra options to supply to gtkdoc-mkdb
43 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=polkit
44
45 # Extra options to supply to gtkdoc-mktmpl
46 MKTMPL_OPTIONS=
47
48 # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
49 content_files =                                                                                         \
50         overview.xml                                                                                    \
51         ../extensiondir.xml                                                                             \
52         ../version.xml                                                                                  \
53         docbook-interface-org.freedesktop.PolicyKit1.Authority.xml                                      \
54         docbook-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.xml                            \
55         ../man/polkit.xml                                                                               \
56         ../man/polkitd.xml                                                                              \
57         ../man/pkcheck.xml                                                                              \
58         ../man/pkaction.xml                                                                             \
59         ../man/pkexec.xml                                                                               \
60         ../man/pkttyagent.xml                                                                           \
61         $(NULL)
62
63 # Images to copy into HTML directory
64 HTML_IMAGES =                                           \
65         ../polkit-architecture.png                      \
66         ../polkit-authentication-agent-example.png      \
67         ../polkit-authentication-agent-example-wheel.png \
68         $(NULL)
69
70 # Extra options to supply to gtkdoc-fixref
71 FIXXREF_OPTIONS=
72
73 if ENABLE_GTK_DOC
74 include $(top_srcdir)/gtk-doc.make
75 else
76 CLEANFILES =
77 endif
78
79 CLEANFILES +=   *~                              \
80                 polkit-1-scan.*                 \
81                 polkit-1.args                   \
82                 polkit-1.hierarchy              \
83                 polkit-1.interfaces             \
84                 polkit-1.prerequisites          \
85                 polkit-1.signals                \
86                 *.bak                           \
87                 polkit-1-decl-list.txt          \
88                 polkit-1-decl.txt               \
89                 polkit-1-overrides.txt          \
90                 polkit-1-undeclared.txt         \
91                 polkit-1-undocumented.txt       \
92                 *.stamp                         \
93                 -rf html xml                    \
94                 $(NULL)
95