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