Updates
[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         ginotifydirectorymonitor.h      \
28         ginotifyfilemonitor.h           \
29         gio-marshal.h                   \
30         gio.h                           \
31         gioalias.h                      \
32         gioalias.h                      \
33         gioenumtypes.h                  \
34         giomodule-priv.h                \
35         glocaldirectorymonitor.h        \
36         glocalfile.h                    \
37         glocalfileenumerator.h          \
38         glocalfileinfo.h                \
39         glocalfileinputstream.h         \
40         glocalfilemonitor.h             \
41         glocalfileoutputstream.h        \
42         glocalvfs.h                     \
43         gnativevolumemonitor.h          \
44         gpollfilemonitor.h              \
45         gunionvolumemonitor.h           \
46         gunixdrive.h                    \
47         gunixvolume.h                   \
48         gvolumeprivate.h                \
49         gwin32appinfo.h                 \
50         inotify-diag.h                  \
51         inotify-helper.h                \
52         inotify-kernel.h                \
53         inotify-missing.h               \
54         inotify-path.h                  \
55         inotify-sub.h                   \
56         local_inotify.h                 \
57         local_inotify_syscalls.h        \
58         xdgmime.h                       \
59         xdgmimealias.h                  \
60         xdgmimecache.h                  \
61         xdgmimeglob.h                   \
62         xdgmimeint.h                    \
63         xdgmimemagic.h                  \
64         xdgmimeparent.h                 \
65         $(NULL)
66
67 # CFLAGS and LDFLAGS for compiling scan program. Only needed
68 # if $(DOC_MODULE).types is non-empty.
69 INCLUDES = \
70         -I$(srcdir)                     \
71         -I$(top_srcdir)                 \
72         -I$(top_srcdir)/glib            \
73         -I$(top_srcdir)/gobject         \
74         -I$(top_builddir)               \
75         -I$(top_builddir)/glib          \
76         -I$(top_builddir)/gobject       \
77         $(GLIB_DEBUG_FLAGS)
78
79 GTKDOC_LIBS = \
80         $(top_builddir)/glib/libglib-2.0.la             \
81         $(top_builddir)/gobject/libgobject-2.0.la       \
82         $(top_builddir)/gmodule/libgmodule-2.0.la       \
83         $(top_builddir)/gio/libgio-2.0.la               \
84         $(NULL)
85
86 # Extra options to supply to gtkdoc-mkdb
87 MKDB_OPTIONS = --output-format=xml --sgml-mode
88
89 # Images to copy into HTML directory
90 HTML_IMAGES =
91
92 content_files =                 \
93         version.xml
94
95 extra_files = version.xml.in
96
97 include $(top_srcdir)/gtk-doc.make
98
99 EXTRA_DIST +=                           \
100         version.xml.in