Imported Upstream version 1.60.2
[platform/upstream/gobject-introspection.git] / docs / reference / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # -*- mode: makefile -*-
18 #
19 # gtk-doc.make - make rules for gtk-doc
20 # Copyright (C) 2003 James Henstridge
21 #               2004-2007 Damon Chaplin
22 #               2007-2017 Stefan Sauer
23 #
24 # This program is free software: you can redistribute it and/or modify
25 # it under the terms of the GNU General Public License as published by
26 # the Free Software Foundation, either version 3 of the License, or
27 # (at your option) any later version.
28 #
29 # This program is distributed in the hope that it will be useful,
30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
31 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32 # GNU General Public License for more details.
33 #
34 # You should have received a copy of the GNU General Public License
35 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
36
37 ####################################
38 # Everything below here is generic #
39 ####################################
40 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 subdir = docs/reference
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
117         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
118         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
119         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
120         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
121 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122         $(ACLOCAL_M4)
123 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124 mkinstalldirs = $(install_sh) -d
125 CONFIG_HEADER = $(top_builddir)/config.h
126 CONFIG_CLEAN_FILES = version.xml
127 CONFIG_CLEAN_VPATH_FILES =
128 AM_V_P = $(am__v_P_@AM_V@)
129 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130 am__v_P_0 = false
131 am__v_P_1 = :
132 AM_V_GEN = $(am__v_GEN_@AM_V@)
133 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134 am__v_GEN_0 = @echo "  GEN     " $@;
135 am__v_GEN_1 = 
136 AM_V_at = $(am__v_at_@AM_V@)
137 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 am__v_at_0 = @
139 am__v_at_1 = 
140 SOURCES =
141 DIST_SOURCES =
142 am__can_run_installinfo = \
143   case $$AM_UPDATE_INFO_DIR in \
144     n|no|NO) false;; \
145     *) (install-info --version) >/dev/null 2>&1;; \
146   esac
147 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.xml.in \
149         $(top_srcdir)/gtk-doc.make
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 ACLOCAL = @ACLOCAL@
152 AMTAR = @AMTAR@
153 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154 AR = @AR@
155 AUTOCONF = @AUTOCONF@
156 AUTOHEADER = @AUTOHEADER@
157 AUTOMAKE = @AUTOMAKE@
158 AWK = @AWK@
159 CAIRO_CFLAGS = @CAIRO_CFLAGS@
160 CAIRO_GIR_PACKAGE = @CAIRO_GIR_PACKAGE@
161 CAIRO_LIBS = @CAIRO_LIBS@
162 CAIRO_SHARED_LIBRARY = @CAIRO_SHARED_LIBRARY@
163 CC = @CC@
164 CCDEPMODE = @CCDEPMODE@
165 CFLAGS = @CFLAGS@
166 CPP = @CPP@
167 CPPFLAGS = @CPPFLAGS@
168 CYGPATH_W = @CYGPATH_W@
169 DEFS = @DEFS@
170 DEPDIR = @DEPDIR@
171 DLLTOOL = @DLLTOOL@
172 DSYMUTIL = @DSYMUTIL@
173 DUMPBIN = @DUMPBIN@
174 ECHO_C = @ECHO_C@
175 ECHO_N = @ECHO_N@
176 ECHO_T = @ECHO_T@
177 EGREP = @EGREP@
178 EXEEXT = @EXEEXT@
179 EXPANDED_BINDIR = @EXPANDED_BINDIR@
180 EXPANDED_DATADIR = @EXPANDED_DATADIR@
181 EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
182 EXPANDED_LIBEXECDIR = @EXPANDED_LIBEXECDIR@
183 EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
184 EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
185 EXTRA_LINK_FLAGS = @EXTRA_LINK_FLAGS@
186 FFI_CFLAGS = @FFI_CFLAGS@
187 FFI_LIBS = @FFI_LIBS@
188 FFI_PC_CFLAGS = @FFI_PC_CFLAGS@
189 FFI_PC_LIBS = @FFI_PC_LIBS@
190 FFI_PC_PACKAGES = @FFI_PC_PACKAGES@
191 FGREP = @FGREP@
192 GIO_CFLAGS = @GIO_CFLAGS@
193 GIO_LIBS = @GIO_LIBS@
194 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
195 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
196 GIREPO_CFLAGS = @GIREPO_CFLAGS@
197 GIREPO_LIBS = @GIREPO_LIBS@
198 GIR_DIR = @GIR_DIR@
199 GIR_PC_DIR = @GIR_PC_DIR@
200 GIR_SUFFIX = @GIR_SUFFIX@
201 GI_HIDDEN_VISIBILITY_CFLAGS = @GI_HIDDEN_VISIBILITY_CFLAGS@
202 GI_MAJOR_VERSION = @GI_MAJOR_VERSION@
203 GI_MICRO_VERSION = @GI_MICRO_VERSION@
204 GI_MINOR_VERSION = @GI_MINOR_VERSION@
205 GI_VERSION = @GI_VERSION@
206 GLIBSRC = @GLIBSRC@
207 GLIB_CFLAGS = @GLIB_CFLAGS@
208 GLIB_LIBS = @GLIB_LIBS@
209 GMODULE_CFLAGS = @GMODULE_CFLAGS@
210 GMODULE_LIBS = @GMODULE_LIBS@
211 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
212 GOBJECT_INTROSPECTION_LIBDIR = @GOBJECT_INTROSPECTION_LIBDIR@
213 GOBJECT_LIBS = @GOBJECT_LIBS@
214 GREP = @GREP@
215 GTKDOC_CHECK = @GTKDOC_CHECK@
216 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
217 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
218 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
219 GTKDOC_MKPDF = @GTKDOC_MKPDF@
220 GTKDOC_REBASE = @GTKDOC_REBASE@
221 HTML_DIR = @HTML_DIR@
222 INSTALL = @INSTALL@
223 INSTALL_DATA = @INSTALL_DATA@
224 INSTALL_PROGRAM = @INSTALL_PROGRAM@
225 INSTALL_SCRIPT = @INSTALL_SCRIPT@
226 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227 LD = @LD@
228 LDFLAGS = @LDFLAGS@
229 LEX = @LEX@
230 LEXLIB = @LEXLIB@
231 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
232 LIBOBJS = @LIBOBJS@
233 LIBS = @LIBS@
234 LIBTOOL = @LIBTOOL@
235 LIPO = @LIPO@
236 LN_S = @LN_S@
237 LTLIBOBJS = @LTLIBOBJS@
238 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
239 MAINT = @MAINT@
240 MAKEINFO = @MAKEINFO@
241 MANIFEST_TOOL = @MANIFEST_TOOL@
242 MKDIR_P = @MKDIR_P@
243 NM = @NM@
244 NMEDIT = @NMEDIT@
245 OBJDUMP = @OBJDUMP@
246 OBJEXT = @OBJEXT@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 PACKAGE = @PACKAGE@
250 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251 PACKAGE_NAME = @PACKAGE_NAME@
252 PACKAGE_STRING = @PACKAGE_STRING@
253 PACKAGE_TARNAME = @PACKAGE_TARNAME@
254 PACKAGE_URL = @PACKAGE_URL@
255 PACKAGE_VERSION = @PACKAGE_VERSION@
256 PATH_SEPARATOR = @PATH_SEPARATOR@
257 PKG_CONFIG = @PKG_CONFIG@
258 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
259 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
260 POW_LIB = @POW_LIB@
261 PYTHON = @PYTHON@
262 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
263 PYTHON_INCLUDES = @PYTHON_INCLUDES@
264 PYTHON_LIBS = @PYTHON_LIBS@
265 PYTHON_PLATFORM = @PYTHON_PLATFORM@
266 PYTHON_PREFIX = @PYTHON_PREFIX@
267 PYTHON_SO = @PYTHON_SO@
268 PYTHON_VERSION = @PYTHON_VERSION@
269 RANLIB = @RANLIB@
270 SCANNER_CFLAGS = @SCANNER_CFLAGS@
271 SCANNER_LIBS = @SCANNER_LIBS@
272 SED = @SED@
273 SET_MAKE = @SET_MAKE@
274 SHELL = @SHELL@
275 STRIP = @STRIP@
276 VERSION = @VERSION@
277 WARN_CFLAGS = @WARN_CFLAGS@
278 WARN_CFLAGS_FLEX = @WARN_CFLAGS_FLEX@
279 WARN_CFLAGS_PYTHON = @WARN_CFLAGS_PYTHON@
280 WARN_LDFLAGS = @WARN_LDFLAGS@
281 WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
282 YACC = @YACC@
283 abs_builddir = @abs_builddir@
284 abs_srcdir = @abs_srcdir@
285 abs_top_builddir = @abs_top_builddir@
286 abs_top_srcdir = @abs_top_srcdir@
287 ac_ct_AR = @ac_ct_AR@
288 ac_ct_CC = @ac_ct_CC@
289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290 am__include = @am__include@
291 am__leading_dot = @am__leading_dot@
292 am__quote = @am__quote@
293 am__tar = @am__tar@
294 am__untar = @am__untar@
295 bindir = @bindir@
296 build = @build@
297 build_alias = @build_alias@
298 build_cpu = @build_cpu@
299 build_os = @build_os@
300 build_vendor = @build_vendor@
301 builddir = @builddir@
302 datadir = @datadir@
303 datarootdir = @datarootdir@
304 docdir = @docdir@
305 dvidir = @dvidir@
306 exec_prefix = @exec_prefix@
307 host = @host@
308 host_alias = @host_alias@
309 host_cpu = @host_cpu@
310 host_os = @host_os@
311 host_vendor = @host_vendor@
312 htmldir = @htmldir@
313 includedir = @includedir@
314 infodir = @infodir@
315 install_sh = @install_sh@
316 libdir = @libdir@
317 libexecdir = @libexecdir@
318 localedir = @localedir@
319 localstatedir = @localstatedir@
320 mandir = @mandir@
321 mkdir_p = @mkdir_p@
322 oldincludedir = @oldincludedir@
323 pdfdir = @pdfdir@
324 pkgpyexecdir = @pkgpyexecdir@
325 pkgpythondir = @pkgpythondir@
326 prefix = @prefix@
327 program_transform_name = @program_transform_name@
328 psdir = @psdir@
329 pyexecdir = @pyexecdir@
330 pythondir = @pythondir@
331 runstatedir = @runstatedir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 top_build_prefix = @top_build_prefix@
338 top_builddir = @top_builddir@
339 top_srcdir = @top_srcdir@
340 AUTOMAKE_OPTIONS = 1.6
341
342 # The name of the module, e.g. 'glib'.
343 DOC_MODULE = gi
344
345 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
346 #DOC_MODULE_VERSION=2
347
348 # The top-level XML file (SGML in the past). You can change this if you want to.
349 DOC_MAIN_SGML_FILE = gi-docs.xml
350
351 # Directories containing the source code.
352 # gtk-doc will search all .c and .h files beneath these paths
353 # for inline comments documenting functions and macros.
354 # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
355 DOC_SOURCE_DIR = $(top_srcdir)/girepository $(top_builddir)/girepository
356
357 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
358 SCANGOBJ_OPTIONS = 
359
360 # Extra options to supply to gtkdoc-scan.
361 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
362 SCAN_OPTIONS = --rebuild-types
363
364 # Extra options to supply to gtkdoc-mkdb.
365 # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
366 MKDB_OPTIONS = --xml-mode --output-format=xml --name-space=g --ignore-files=cmph
367
368 # Extra options to supply to gtkdoc-mktmpl
369 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
370 MKTMPL_OPTIONS = 
371
372 # Extra options to supply to gtkdoc-mkhtml
373 MKHTML_OPTIONS = 
374
375 # Extra options to supply to gtkdoc-fixref. Not normally needed.
376 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
377 FIXXREF_OPTIONS = 
378
379 # Used for dependencies. The docs will be rebuilt if any of these change.
380 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
381 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
382 HFILE_GLOB = $(top_srcdir)/girepository/*.h $(top_builddir)/girepository/*.h
383 CFILE_GLOB = $(top_srcdir)/girepository/*.c
384
385 # Extra header to include when scanning, which are not under DOC_SOURCE_DIR
386 # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
387 EXTRA_HFILES = 
388
389 # Header files or dirs to ignore when scanning. Use base file/dir names
390 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
391 IGNORE_HFILES = \
392         cmph                                            \
393         girnode.h                                       \
394         girparser.h                                     \
395         girwriter.h                                     \
396         girmodule.h                                     \
397         girepository-private.h
398
399
400 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
401 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
402 content_files = \
403         gi-struct-hierarchy.xml                         \
404         version.xml
405
406
407 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
408 # These files must be listed here *and* in content_files
409 # e.g. expand_content_files=running.sgml
410 #
411 # Set to $(content_files) for simplicity, so we can always
412 # simply <xi:include href="xml/whatever.xml"/>, even for manually
413 # written .xml files...
414 expand_content_files = $(content_files)
415
416 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
417 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
418 # signals and properties.
419 # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
420 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
421 GTKDOC_CFLAGS = \
422         -I$(top_srcdir)                                 \
423         $(GIREPO_CFLAGS)
424
425 GTKDOC_LIBS = \
426         $(top_builddir)/libgirepository-1.0.la          \
427         $(top_builddir)/libgirepository-internals.la    \
428         $(GIREPO_LIBS)
429
430 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
431 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
432 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
433 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
434 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = 
435 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
436
437 # We set GPATH here; this gives us semantics for GNU make
438 # which are more like other make's VPATH, when it comes to
439 # whether a source that is a target of one rule is then
440 # searched for in VPATH/GPATH.
441 #
442 GPATH = $(srcdir)
443 TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
444 SETUP_FILES = \
445         $(content_files)                \
446         $(expand_content_files)         \
447         $(DOC_MAIN_SGML_FILE)           \
448         $(DOC_MODULE)-sections.txt      \
449         $(DOC_MODULE)-overrides.txt
450
451
452 # Other files to distribute
453 # e.g. EXTRA_DIST += version.xml.in
454
455 # Other files to distribute
456 EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in meson.build
457 DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
458         html-build.stamp pdf-build.stamp \
459         sgml.stamp html.stamp pdf.stamp
460
461 SCANOBJ_FILES = \
462         $(DOC_MODULE).args       \
463         $(DOC_MODULE).hierarchy  \
464         $(DOC_MODULE).interfaces \
465         $(DOC_MODULE).prerequisites \
466         $(DOC_MODULE).signals
467
468 REPORT_FILES = \
469         $(DOC_MODULE)-undocumented.txt \
470         $(DOC_MODULE)-undeclared.txt \
471         $(DOC_MODULE)-unused.txt
472
473 CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test
474 @GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = 
475 @GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
476 @GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = 
477 @GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
478
479 #### setup ####
480 GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V@)
481 GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_V@)
482 GTK_DOC_V_SETUP_0 = @echo "  DOC   Preparing build";
483
484 #### scan ####
485 GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V@)
486 GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_V@)
487 GTK_DOC_V_SCAN_0 = @echo "  DOC   Scanning header files";
488 GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V@)
489 GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@)
490 GTK_DOC_V_INTROSPECT_0 = @echo "  DOC   Introspecting gobjects";
491
492 #### xml ####
493 GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V@)
494 GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_V@)
495 GTK_DOC_V_XML_0 = @echo "  DOC   Building XML";
496
497 #### html ####
498 GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V@)
499 GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_V@)
500 GTK_DOC_V_HTML_0 = @echo "  DOC   Building HTML";
501 GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V@)
502 GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_V@)
503 GTK_DOC_V_XREF_0 = @echo "  DOC   Fixing cross-references";
504
505 #### pdf ####
506 GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V@)
507 GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_V@)
508 GTK_DOC_V_PDF_0 = @echo "  DOC   Building PDF";
509
510 # Files not to distribute
511 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
512 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
513 #DISTCLEANFILES +=
514 @ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = \
515 @ENABLE_GTK_DOC_TRUE@  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
516 @ENABLE_GTK_DOC_TRUE@  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
517
518 all: all-am
519
520 .SUFFIXES:
521 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
522         @for dep in $?; do \
523           case '$(am__configure_deps)' in \
524             *$$dep*) \
525               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
526                 && { if test -f $@; then exit 0; else break; fi; }; \
527               exit 1;; \
528           esac; \
529         done; \
530         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/reference/Makefile'; \
531         $(am__cd) $(top_srcdir) && \
532           $(AUTOMAKE) --foreign docs/reference/Makefile
533 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
534         @case '$?' in \
535           *config.status*) \
536             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
537           *) \
538             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
539             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
540         esac;
541 $(top_srcdir)/gtk-doc.make $(am__empty):
542
543 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
544         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
545
546 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
547         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
548 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
549         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
550 $(am__aclocal_m4_deps):
551 version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
552         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
553
554 mostlyclean-libtool:
555         -rm -f *.lo
556
557 clean-libtool:
558         -rm -rf .libs _libs
559 tags TAGS:
560
561 ctags CTAGS:
562
563 cscope cscopelist:
564
565
566 distdir: $(BUILT_SOURCES)
567         $(MAKE) $(AM_MAKEFLAGS) distdir-am
568
569 distdir-am: $(DISTFILES)
570         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572         list='$(DISTFILES)'; \
573           dist_files=`for file in $$list; do echo $$file; done | \
574           sed -e "s|^$$srcdirstrip/||;t" \
575               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
576         case $$dist_files in \
577           */*) $(MKDIR_P) `echo "$$dist_files" | \
578                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
579                            sort -u` ;; \
580         esac; \
581         for file in $$dist_files; do \
582           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583           if test -d $$d/$$file; then \
584             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
585             if test -d "$(distdir)/$$file"; then \
586               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587             fi; \
588             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
590               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
591             fi; \
592             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
593           else \
594             test -f "$(distdir)/$$file" \
595             || cp -p $$d/$$file "$(distdir)/$$file" \
596             || exit 1; \
597           fi; \
598         done
599         $(MAKE) $(AM_MAKEFLAGS) \
600           top_distdir="$(top_distdir)" distdir="$(distdir)" \
601           dist-hook
602 check-am: all-am
603 check: check-am
604 @ENABLE_GTK_DOC_FALSE@all-local:
605 all-am: Makefile all-local
606 installdirs:
607 install: install-am
608 install-exec: install-exec-am
609 install-data: install-data-am
610 uninstall: uninstall-am
611
612 install-am: all-am
613         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
614
615 installcheck: installcheck-am
616 install-strip:
617         if test -z '$(STRIP)'; then \
618           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
619             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
620               install; \
621         else \
622           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
623             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
624             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
625         fi
626 mostlyclean-generic:
627
628 clean-generic:
629         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
630
631 distclean-generic:
632         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635 maintainer-clean-generic:
636         @echo "This command is intended for maintainers to use"
637         @echo "it deletes files that may require special tools to rebuild."
638 clean: clean-am
639
640 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
641
642 distclean: distclean-am
643         -rm -f Makefile
644 distclean-am: clean-am distclean-generic distclean-local
645
646 dvi: dvi-am
647
648 dvi-am:
649
650 html: html-am
651
652 html-am:
653
654 info: info-am
655
656 info-am:
657
658 install-data-am: install-data-local
659
660 install-dvi: install-dvi-am
661
662 install-dvi-am:
663
664 install-exec-am:
665
666 install-html: install-html-am
667
668 install-html-am:
669
670 install-info: install-info-am
671
672 install-info-am:
673
674 install-man:
675
676 install-pdf: install-pdf-am
677
678 install-pdf-am:
679
680 install-ps: install-ps-am
681
682 install-ps-am:
683
684 installcheck-am:
685
686 maintainer-clean: maintainer-clean-am
687         -rm -f Makefile
688 maintainer-clean-am: distclean-am maintainer-clean-generic \
689         maintainer-clean-local
690
691 mostlyclean: mostlyclean-am
692
693 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
694
695 pdf: pdf-am
696
697 pdf-am:
698
699 ps: ps-am
700
701 ps-am:
702
703 uninstall-am: uninstall-local
704
705 .MAKE: install-am install-strip
706
707 .PHONY: all all-am all-local check check-am clean clean-generic \
708         clean-libtool clean-local cscopelist-am ctags-am dist-hook \
709         distclean distclean-generic distclean-libtool distclean-local \
710         distdir dvi dvi-am html html-am info info-am install \
711         install-am install-data install-data-am install-data-local \
712         install-dvi install-dvi-am install-exec install-exec-am \
713         install-html install-html-am install-info install-info-am \
714         install-man install-pdf install-pdf-am install-ps \
715         install-ps-am install-strip installcheck installcheck-am \
716         installdirs maintainer-clean maintainer-clean-generic \
717         maintainer-clean-local mostlyclean mostlyclean-generic \
718         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
719         uninstall-am uninstall-local
720
721 .PRECIOUS: Makefile
722
723
724 gtkdoc-check.test: Makefile
725         $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
726                 echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
727                 chmod +x $@
728
729 all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
730 .PHONY: all-gtk-doc
731
732 @ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc
733
734 docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
735
736 $(REPORT_FILES): sgml-build.stamp
737
738 setup-build.stamp:
739         -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
740           files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
741           if test "x$$files" != "x" ; then \
742             for file in $$files ; do \
743               destdir=`dirname $(abs_builddir)/$$file`; \
744               test -d "$$destdir" || mkdir -p "$$destdir"; \
745               test -f $(abs_srcdir)/$$file && \
746                 cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
747             done; \
748           fi; \
749         fi
750         $(AM_V_at)touch setup-build.stamp
751
752 scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
753         $(GTK_DOC_V_SCAN)_source_dir='' ; \
754         for i in $(DOC_SOURCE_DIR) ; do \
755           _source_dir="$${_source_dir} --source-dir=$$i" ; \
756         done ; \
757         gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
758         $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
759           scanobj_options=""; \
760           gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
761           if test "$$?" = "0"; then \
762             if test "x$(V)" = "x1"; then \
763               scanobj_options="--verbose"; \
764             fi; \
765           fi; \
766           CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
767           gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \
768         else \
769           for i in $(SCANOBJ_FILES) ; do \
770             test -f $$i || touch $$i ; \
771           done \
772         fi
773         $(AM_V_at)touch scan-build.stamp
774
775 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
776         @true
777
778 sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent
779         $(GTK_DOC_V_XML)_source_dir='' ; \
780         for i in $(DOC_SOURCE_DIR) ; do \
781           _source_dir="$${_source_dir} --source-dir=$$i" ; \
782         done ; \
783         gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
784         $(AM_V_at)touch sgml-build.stamp
785
786 sgml.stamp: sgml-build.stamp
787         @true
788
789 $(DOC_MAIN_SGML_FILE): sgml-build.stamp
790         @true
791
792 xml/gtkdocentities.ent: Makefile
793         $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \
794                 echo "<!ENTITY package \"$(PACKAGE)\">"; \
795                 echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \
796                 echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \
797                 echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \
798                 echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \
799                 echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \
800                 echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \
801         ) > $@
802
803 html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
804         $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
805         mkhtml_options=""; \
806         gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
807         if test "$$?" = "0"; then \
808           if test "x$(V)" = "x1"; then \
809             mkhtml_options="$$mkhtml_options --verbose"; \
810           fi; \
811         fi; \
812         gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
813         if test "$$?" = "0"; then \
814           mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
815         fi; \
816         cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
817         -@test "x$(HTML_IMAGES)" = "x" || \
818         for file in $(HTML_IMAGES) ; do \
819           test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
820           test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \
821           test -f $$file && cp $$file $(abs_builddir)/html; \
822         done;
823         $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
824         $(AM_V_at)touch html-build.stamp
825
826 pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
827         $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
828         mkpdf_options=""; \
829         gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
830         if test "$$?" = "0"; then \
831           if test "x$(V)" = "x1"; then \
832             mkpdf_options="$$mkpdf_options --verbose"; \
833           fi; \
834         fi; \
835         if test "x$(HTML_IMAGES)" != "x"; then \
836           for img in $(HTML_IMAGES); do \
837             part=`dirname $$img`; \
838             echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
839             if test $$? != 0; then \
840               mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
841             fi; \
842           done; \
843         fi; \
844         gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
845         $(AM_V_at)touch pdf-build.stamp
846
847 ##############
848
849 clean-local:
850         @rm -f *~ *.bak
851         @rm -rf .libs
852         @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
853           rm -f $(DOC_MODULE).types; \
854         fi
855         @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
856           rm -f $(DOC_MODULE)-sections.txt; \
857         fi
858
859 distclean-local:
860         @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
861             $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
862         @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
863             rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
864         fi
865
866 maintainer-clean-local:
867         @rm -rf xml html
868
869 install-data-local:
870         @installfiles=`echo $(builddir)/html/*`; \
871         if test "$$installfiles" = '$(builddir)/html/*'; \
872         then echo 1>&2 'Nothing to install' ; \
873         else \
874           if test -n "$(DOC_MODULE_VERSION)"; then \
875             installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
876           else \
877             installdir="$(DESTDIR)$(TARGET_DIR)"; \
878           fi; \
879           $(mkinstalldirs) $${installdir} ; \
880           for i in $$installfiles; do \
881             echo ' $(INSTALL_DATA) '$$i ; \
882             $(INSTALL_DATA) $$i $${installdir}; \
883           done; \
884           if test -n "$(DOC_MODULE_VERSION)"; then \
885             mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
886               $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
887           fi; \
888           $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
889         fi
890
891 uninstall-local:
892         @if test -n "$(DOC_MODULE_VERSION)"; then \
893           installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
894         else \
895           installdir="$(DESTDIR)$(TARGET_DIR)"; \
896         fi; \
897         rm -rf $${installdir}
898
899 #
900 # Require gtk-doc when making dist
901 #
902 @HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
903 @HAVE_GTK_DOC_FALSE@dist-check-gtkdoc:
904 @HAVE_GTK_DOC_FALSE@    @echo "*** gtk-doc is needed to run 'make dist'.         ***"
905 @HAVE_GTK_DOC_FALSE@    @echo "*** gtk-doc was not found when 'configure' ran.   ***"
906 @HAVE_GTK_DOC_FALSE@    @echo "*** please install gtk-doc and rerun 'configure'. ***"
907 @HAVE_GTK_DOC_FALSE@    @false
908
909 dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
910         @mkdir $(distdir)/html
911         @cp ./html/* $(distdir)/html
912         @-cp ./$(DOC_MODULE).pdf $(distdir)/
913         @-cp ./$(DOC_MODULE).types $(distdir)/
914         @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/
915         @cd $(distdir) && rm -f $(DISTCLEANFILES)
916         @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
917
918 .PHONY : dist-hook-local docs
919 # Comment this out if you want 'make check' to test you doc status
920 # and run some sanity checks
921
922 gi-docs-clean: clean
923         cd $(srcdir) && rm -rf xml html
924
925 # Tell versions [3.59,3.63) of GNU make to not export all variables.
926 # Otherwise a system limit (for SysV at least) may be exceeded.
927 .NOEXPORT: