Add GResolver, a glib-ish interface to DNS
[platform/upstream/glib.git] / docs / reference / gio / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2 NULL = 
3
4 # The name of the module.
5 DOC_MODULE=gio
6
7 # The top-level SGML file.
8 DOC_MAIN_SGML_FILE=gio-docs.xml
9
10 # Extra options to supply to gtkdoc-scan
11 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
12
13 # The directory containing the source code. Relative to $(srcdir)
14 DOC_SOURCE_DIR=$(top_srcdir)/gio
15
16 HFILE_GLOB=$(top_srcdir)/gio/*.h
17 CFILE_GLOB=$(top_srcdir)/gio/*.c
18
19 # Headers to ignore
20 IGNORE_HFILES=                          \
21         fam-helper.h                    \
22         gasynchelper.h                  \
23         gcontenttypeprivate.h           \
24         gdummyfile.h                    \
25         gfamdirectorymonitor.h          \
26         gfamfilemonitor.h               \
27         gfileattribute-priv.h           \
28         ginotifydirectorymonitor.h      \
29         ginotifyfilemonitor.h           \
30         gio-marshal.h                   \
31         gio.h                           \
32         gioalias.h                      \
33         gioalias.h                      \
34         gioenumtypes.h                  \
35         giomodule-priv.h                \
36         glocaldirectorymonitor.h        \
37         glocalfile.h                    \
38         glocalfileenumerator.h          \
39         glocalfileinfo.h                \
40         glocalfileinputstream.h         \
41         glocalfilemonitor.h             \
42         glocalfileoutputstream.h        \
43         glocalvfs.h                     \
44         gnativevolumemonitor.h          \
45         gpollfilemonitor.h              \
46         gthreadedresolver.h             \
47         gunionvolumemonitor.h           \
48         gunixdrive.h                    \
49         gunixresolver.h                 \
50         gunixvolume.h                   \
51         gvolumeprivate.h                \
52         gwin32appinfo.h                 \
53         gwin32resolver.h                \
54         inotify-diag.h                  \
55         inotify-helper.h                \
56         inotify-kernel.h                \
57         inotify-missing.h               \
58         inotify-path.h                  \
59         inotify-sub.h                   \
60         local_inotify.h                 \
61         local_inotify_syscalls.h        \
62         xdgmime.h                       \
63         xdgmimealias.h                  \
64         xdgmimecache.h                  \
65         xdgmimeglob.h                   \
66         xdgmimeint.h                    \
67         xdgmimemagic.h                  \
68         xdgmimeparent.h                 \
69         $(NULL)
70
71 # CFLAGS and LDFLAGS for compiling scan program. Only needed
72 # if $(DOC_MODULE).types is non-empty.
73 INCLUDES = \
74         -I$(srcdir)                     \
75         -I$(top_srcdir)                 \
76         -I$(top_srcdir)/glib            \
77         -I$(top_srcdir)/gobject         \
78         -I$(top_builddir)               \
79         -I$(top_builddir)/glib          \
80         -I$(top_builddir)/gobject       \
81         $(GLIB_DEBUG_FLAGS)
82
83 GTKDOC_LIBS = \
84         $(top_builddir)/glib/libglib-2.0.la             \
85         $(top_builddir)/gobject/libgobject-2.0.la       \
86         $(top_builddir)/gmodule/libgmodule-2.0.la       \
87         $(top_builddir)/gio/libgio-2.0.la               \
88         $(NULL)
89
90 # Extra options to supply to gtkdoc-mkdb
91 MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \
92         --ignore-files=libasyncns
93
94 # Images to copy into HTML directory
95 HTML_IMAGES =                   \
96         gvfs-overview.png
97
98 content_files =                 \
99         version.xml             \
100         overview.xml            \
101         migrating.xml
102
103 expand_content_files =          \
104         overview.xml            \
105         migrating.xml
106
107 extra_files =                   \
108         version.xml.in          \
109         gvfs-overview.odg
110
111 include $(top_srcdir)/gtk-doc.make
112
113 EXTRA_DIST +=                           \
114         version.xml.in