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