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