nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | NULL = |
2 | |||
3 | # The name of the module. |
||
4 | DOC_MODULE=gio |
||
5 | |||
6 | # The top-level SGML file. |
||
7 | DOC_MAIN_SGML_FILE=gio-docs.xml |
||
8 | |||
9 | # Extra options to supply to gtkdoc-scan |
||
10 | SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \ |
||
11 | --ignore-decorators="G_GNUC_WARN_UNUSED_RESULT" |
||
12 | |||
13 | # The directory containing the source code. Relative to $(srcdir) |
||
14 | DOC_SOURCE_DIR =$(top_srcdir)/gio $(top_builddir)/gio |
||
15 | |||
16 | HFILE_GLOB= \ |
||
17 | $(top_srcdir)/gio/*.h \ |
||
18 | $(top_builddir)/gio/gioenumtypes.h |
||
19 | CFILE_GLOB=$(top_srcdir)/gio/*.c |
||
20 | |||
21 | IGNORE_HFILES = \ |
||
22 | fam \ |
||
23 | fen \ |
||
24 | gdbus-2.0 \ |
||
25 | gvdb \ |
||
26 | inotify \ |
||
27 | kqueue \ |
||
28 | libasyncns \ |
||
29 | tests \ |
||
30 | win32 \ |
||
31 | xdgmime \ |
||
32 | gappinfoprivate.h \ |
||
33 | gapplicationimpl.h \ |
||
34 | gasynchelper.h \ |
||
35 | gcontenttypeprivate.h \ |
||
36 | gcontextspecificgroup.h \ |
||
37 | gcredentialsprivate.h \ |
||
38 | gdbus-daemon-generated.h \ |
||
39 | gdbusactiongroup-private.h \ |
||
40 | gdbusauth.h \ |
||
41 | gdbusauthmechanismanon.h \ |
||
42 | gdbusauthmechanismexternal.h \ |
||
43 | gdbusauthmechanism.h \ |
||
44 | gdbusauthmechanismsha1.h \ |
||
45 | gdbusdaemon.h \ |
||
46 | gdbusprivate.h \ |
||
47 | gdelayedsettingsbackend.h \ |
||
48 | gdummyfile.h \ |
||
49 | gdummyproxyresolver.h \ |
||
50 | gdummytlsbackend.h \ |
||
51 | gfileattribute-priv.h \ |
||
52 | gfileinfo-priv.h \ |
||
53 | ghttpproxy.h \ |
||
54 | giomodule-priv.h \ |
||
55 | gioprivate.h \ |
||
56 | giowin32-priv.h \ |
||
57 | glocaldirectorymonitor.h \ |
||
58 | glocalfileenumerator.h \ |
||
59 | glocalfile.h \ |
||
60 | glocalfileinfo.h \ |
||
61 | glocalfileinputstream.h \ |
||
62 | glocalfileiostream.h \ |
||
63 | glocalfilemonitor.h \ |
||
64 | glocalfileoutputstream.h \ |
||
65 | glocalvfs.h \ |
||
66 | gmountprivate.h \ |
||
67 | gnativevolumemonitor.h \ |
||
68 | gnetworkingprivate.h \ |
||
69 | gnetworkmonitorbase.h \ |
||
70 | gnetworkmonitornetlink.h \ |
||
71 | gnetworkmonitornm.h \ |
||
72 | gnotificationbackend.h \ |
||
73 | gnotification-private.h \ |
||
74 | gpollfilemonitor.h \ |
||
75 | gregistrysettingsbackend.h \ |
||
76 | gresourcefile.h \ |
||
77 | gsettingsbackendinternal.h \ |
||
78 | gsettings-mapping.h \ |
||
79 | gsettingsschema-internal.h \ |
||
80 | gsocketinputstream.h \ |
||
81 | gsocketoutputstream.h \ |
||
82 | gsocks4aproxy.h \ |
||
83 | gsocks4proxy.h \ |
||
84 | gsocks5proxy.h \ |
||
85 | gsubprocesslauncher-private.h \ |
||
86 | gthreadedresolver.h \ |
||
87 | gunionvolumemonitor.h \ |
||
88 | gunixmount.h \ |
||
89 | gunixresolver.h \ |
||
90 | gunixvolume.h \ |
||
91 | gunixvolumemonitor.h \ |
||
92 | gwin32appinfo.h \ |
||
93 | gwin32mount.h \ |
||
94 | gwin32resolver.h \ |
||
95 | gwin32volumemonitor.h \ |
||
96 | thumbnail-verify.h |
||
97 | |||
98 | MKDB_IGNORE_FILES = \ |
||
99 | gdbus-daemon-generated.c \ |
||
100 | kqueue \ |
||
101 | libasyncns \ |
||
102 | tests \ |
||
103 | $(NULL) |
||
104 | |||
105 | # CFLAGS and LDFLAGS for compiling scan program. Only needed |
||
106 | # if $(DOC_MODULE).types is non-empty. |
||
107 | AM_CPPFLAGS = \ |
||
108 | $(gio_INCLUDES) \ |
||
109 | $(GLIB_DEBUG_FLAGS) |
||
110 | |||
111 | GTKDOC_LIBS = \ |
||
112 | $(top_builddir)/glib/libglib-2.0.la \ |
||
113 | $(top_builddir)/gobject/libgobject-2.0.la \ |
||
114 | $(top_builddir)/gmodule/libgmodule-2.0.la \ |
||
115 | $(top_builddir)/gio/libgio-2.0.la \ |
||
116 | $(NULL) |
||
117 | |||
118 | # Extra options to supply to gtkdoc-mkdb |
||
119 | MKDB_OPTIONS = --output-format=xml --name-space=g \ |
||
120 | --ignore-files='$(MKDB_IGNORE_FILES)' |
||
121 | |||
122 | # Images to copy into HTML directory |
||
123 | HTML_IMAGES = \ |
||
124 | gvfs-overview.png \ |
||
125 | menu-example.png \ |
||
126 | menu-model.png |
||
127 | |||
128 | content_files = \ |
||
129 | version.xml \ |
||
130 | overview.xml \ |
||
131 | migrating-posix.xml \ |
||
132 | migrating-gnome-vfs.xml \ |
||
133 | migrating-gconf.xml \ |
||
134 | migrating-gdbus.xml \ |
||
135 | gio-querymodules.xml \ |
||
136 | glib-compile-schemas.xml\ |
||
137 | glib-compile-resources.xml \ |
||
138 | gapplication.xml \ |
||
139 | gsettings.xml \ |
||
140 | gresource.xml \ |
||
141 | gdbus.xml \ |
||
142 | gdbus-codegen.xml \ |
||
143 | $(NULL) |
||
144 | |||
145 | expand_content_files = \ |
||
146 | overview.xml \ |
||
147 | migrating-posix.xml \ |
||
148 | migrating-gnome-vfs.xml \ |
||
149 | migrating-gconf.xml \ |
||
150 | migrating-gdbus.xml \ |
||
151 | gdbus-codegen.xml \ |
||
152 | $(NULL) |
||
153 | |||
154 | extra_files = \ |
||
155 | version.xml.in \ |
||
156 | gvfs-overview.odg |
||
157 | |||
158 | # Extra options to supply to gtkdoc-fixref |
||
159 | FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html --extra-dir=$(srcdir)/../gobject/html |
||
160 | |||
161 | include $(top_srcdir)/gtk-doc.make |
||
162 | |||
163 | EXTRA_DIST += \ |
||
164 | version.xml.in |
||
165 | |||
166 | man_MANS = |
||
167 | |||
168 | if ENABLE_MAN |
||
169 | |||
170 | man_MANS += \ |
||
171 | gapplication.1 \ |
||
172 | gio-querymodules.1 \ |
||
173 | glib-compile-schemas.1 \ |
||
174 | glib-compile-resources.1 \ |
||
175 | gsettings.1 \ |
||
176 | gresource.1 \ |
||
177 | gdbus.1 \ |
||
178 | gdbus-codegen.1 |
||
179 | |||
180 | XSLTPROC_FLAGS = \ |
||
181 | --nonet \ |
||
182 | --stringparam man.output.quietly 1 \ |
||
183 | --stringparam funcsynopsis.style ansi \ |
||
184 | --stringparam man.th.extra1.suppress 1 \ |
||
185 | --stringparam man.authors.section.enabled 0 \ |
||
186 | --stringparam man.copyright.section.enabled 0 |
||
187 | |||
188 | .xml.1: |
||
189 | $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< |
||
190 | |||
191 | endif |
||
192 | |||
193 | CLEANFILES ?= |
||
194 | CLEANFILES += $(man_MANS) |
||
195 | |||
196 | EXTRA_DIST += $(man_MANS) |
||
197 | |||
198 | dist-hook-local: all-local |
||
199 | |||
200 | gio-docs-clean: clean |
||
201 | cd $(srcdir) && rm -rf xml html |