Initial commit
[platform/upstream/glib2.0.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         asyncns.h                       \
22         fam-helper.h                    \
23         fen-data.h                      \
24         fen-helper.h                    \
25         fen-kernel.h                    \
26         fen-node.h                      \
27         gasynchelper.h                  \
28         gcontenttypeprivate.h           \
29         gdummyfile.h                    \
30         gfamdirectorymonitor.h          \
31         gfamfilemonitor.h               \
32         gfileattribute-priv.h           \
33         gfileinfo-priv.h                \
34         ginotifydirectorymonitor.h      \
35         ginotifyfilemonitor.h           \
36         gio-marshal.h                   \
37         gio.h                           \
38         gioalias.h                      \
39         gioalias.h                      \
40         gioenumtypes.h                  \
41         giomodule-priv.h                \
42         glocaldirectorymonitor.h        \
43         glocalfile.h                    \
44         glocalfileenumerator.h          \
45         glocalfileinfo.h                \
46         glocalfileinputstream.h         \
47         glocalfilemonitor.h             \
48         glocalfileoutputstream.h        \
49         glocalvfs.h                     \
50         gnativevolumemonitor.h          \
51         gnetworkingprivate.h            \
52         gpollfilemonitor.h              \
53         gthreadedresolver.h             \
54         gunionvolumemonitor.h           \
55         gunixdrive.h                    \
56         gunixresolver.h                 \
57         gunixvolume.h                   \
58         gvolumeprivate.h                \
59         gwin32appinfo.h                 \
60         gwin32resolver.h                \
61         inotify-diag.h                  \
62         inotify-helper.h                \
63         inotify-kernel.h                \
64         inotify-missing.h               \
65         inotify-path.h                  \
66         inotify-sub.h                   \
67         local_inotify.h                 \
68         local_inotify_syscalls.h        \
69         xdgmime.h                       \
70         xdgmimealias.h                  \
71         xdgmimecache.h                  \
72         xdgmimeglob.h                   \
73         xdgmimeint.h                    \
74         xdgmimemagic.h                  \
75         xdgmimeparent.h                 \
76         xdgmimeicon.h                   \
77         winhttp.h                       \
78         $(NULL)
79
80 # CFLAGS and LDFLAGS for compiling scan program. Only needed
81 # if $(DOC_MODULE).types is non-empty.
82 INCLUDES = \
83         -I$(srcdir)                     \
84         -I$(top_srcdir)                 \
85         -I$(top_srcdir)/glib            \
86         -I$(top_srcdir)/gobject         \
87         -I$(top_srcdir)/gio             \
88         -I$(top_builddir)               \
89         -I$(top_builddir)/glib          \
90         -I$(top_builddir)/gobject       \
91         -I$(top_builddir)/gio           \
92         $(GLIB_DEBUG_FLAGS)
93
94 GTKDOC_LIBS = \
95         $(top_builddir)/glib/libglib-2.0.la             \
96         $(top_builddir)/gobject/libgobject-2.0.la       \
97         $(top_builddir)/gmodule/libgmodule-2.0.la       \
98         $(top_builddir)/gio/libgio-2.0.la               \
99         $(NULL)
100
101 # Extra options to supply to gtkdoc-mkdb
102 MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \
103         --ignore-files=libasyncns
104
105 # Images to copy into HTML directory
106 HTML_IMAGES =                   \
107         gvfs-overview.png
108
109 content_files =                 \
110         version.xml             \
111         overview.xml            \
112         migrating.xml
113
114 expand_content_files =          \
115         overview.xml            \
116         migrating.xml
117
118 extra_files =                   \
119         version.xml.in          \
120         gvfs-overview.odg
121
122 include $(top_srcdir)/gtk-doc.make
123
124 EXTRA_DIST +=                   \
125         version.xml.in