3e2825eb7efccc2159d805fa0f8ddd62cb492587
[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_check_link_flag.m4 \
103         $(top_srcdir)/m4/ax_code_coverage.m4 \
104         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gtk-doc.m4 \
105         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
106         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
107         $(top_srcdir)/m4/lt~obsolete.m4 $(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 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
256 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
257 PTHREAD_CC = @PTHREAD_CC@
258 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
259 PTHREAD_LIBS = @PTHREAD_LIBS@
260 RAGEL = @RAGEL@
261 RANLIB = @RANLIB@
262 SED = @SED@
263 SET_MAKE = @SET_MAKE@
264 SHELL = @SHELL@
265 STRIP = @STRIP@
266 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
267 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
268 VERSION = @VERSION@
269 abs_builddir = @abs_builddir@
270 abs_srcdir = @abs_srcdir@
271 abs_top_builddir = @abs_top_builddir@
272 abs_top_srcdir = @abs_top_srcdir@
273 ac_ct_AR = @ac_ct_AR@
274 ac_ct_CC = @ac_ct_CC@
275 ac_ct_CXX = @ac_ct_CXX@
276 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
277 am__include = @am__include@
278 am__leading_dot = @am__leading_dot@
279 am__quote = @am__quote@
280 am__tar = @am__tar@
281 am__untar = @am__untar@
282 ax_pthread_config = @ax_pthread_config@
283 bindir = @bindir@
284 build = @build@
285 build_alias = @build_alias@
286 build_cpu = @build_cpu@
287 build_os = @build_os@
288 build_vendor = @build_vendor@
289 builddir = @builddir@
290 datadir = @datadir@
291 datarootdir = @datarootdir@
292 docdir = @docdir@
293 dvidir = @dvidir@
294 exec_prefix = @exec_prefix@
295 have_gobject = @have_gobject@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 localedir = @localedir@
308 localstatedir = @localstatedir@
309 mandir = @mandir@
310 mkdir_p = @mkdir_p@
311 oldincludedir = @oldincludedir@
312 pdfdir = @pdfdir@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 psdir = @psdir@
316 runstatedir = @runstatedir@
317 sbindir = @sbindir@
318 sharedstatedir = @sharedstatedir@
319 srcdir = @srcdir@
320 sysconfdir = @sysconfdir@
321 target_alias = @target_alias@
322 top_build_prefix = @top_build_prefix@
323 top_builddir = @top_builddir@
324 top_srcdir = @top_srcdir@
325
326 # We require automake 1.6 at least.
327 AUTOMAKE_OPTIONS = 1.6
328
329 # This is a blank Makefile.am for using gtk-doc.
330 # Copy this to your project's API docs directory and modify the variables to
331 # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
332 # of using the various options.
333
334 # The name of the module, e.g. 'glib'.
335 DOC_MODULE = harfbuzz
336
337 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
338 #DOC_MODULE_VERSION=$(HB_VERSION_MAJOR)
339
340 # The top-level SGML file. You can change this if you want to.
341 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
342
343 # Directories containing the source code.
344 # gtk-doc will search all .c and .h files beneath these paths
345 # for inline comments documenting functions and macros.
346 # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
347 DOC_SOURCE_DIR = $(top_srcdir)/src $(top_builddir)/src
348
349 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
350 SCANGOBJ_OPTIONS = 
351
352 # Extra options to supply to gtkdoc-scan.
353 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
354 SCAN_OPTIONS = --rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
355         --ignore-decorators="HB_EXTERN"
356
357
358 # Header files or dirs to ignore when scanning. Use base file/dir names
359 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
360 IGNORE_HFILES = `cd $(top_srcdir)/src; find . -path './hb-*/*.h' | sed \
361         's@^.*/@@'` $(am__append_1)
362
363 # Extra options to supply to gtkdoc-mkdb.
364 # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
365 MKDB_OPTIONS = --source-suffixes=h,cc --xml-mode --output-format=xml --ignore-files="$(IGNORE_HFILES)"
366
367 # Extra options to supply to gtkdoc-mktmpl
368 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
369 MKTMPL_OPTIONS = 
370
371 # Extra options to supply to gtkdoc-mkhtml
372 MKHTML_OPTIONS = 
373
374 # Extra options to supply to gtkdoc-fixref. Not normally needed.
375 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
376 FIXXREF_OPTIONS = 
377
378 # Used for dependencies. The docs will be rebuilt if any of these change.
379 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
380 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
381 HFILE_GLOB = $(top_srcdir)/src/hb.h $(top_srcdir)/src/hb-*.h
382 CFILE_GLOB = $(top_srcdir)/src/hb-*.cc
383
384 # Extra header to include when scanning, which are not under DOC_SOURCE_DIR
385 # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
386
387 # Images to copy into HTML directory.
388 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
389 HTML_IMAGES = \
390         HarfBuzz.png \
391         HarfBuzz.svg
392
393
394 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
395 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
396 content_files = \
397         usermanual-what-is-harfbuzz.xml \
398         usermanual-install-harfbuzz.xml \
399         usermanual-getting-started.xml \
400         usermanual-shaping-concepts.xml \
401         usermanual-buffers-language-script-and-direction.xml \
402         usermanual-fonts-and-faces.xml \
403         usermanual-clusters.xml \
404         usermanual-opentype-features.xml \
405         usermanual-glyph-information.xml \
406         version.xml
407
408
409 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
410 # These files must be listed here *and* in content_files
411 # e.g. expand_content_files=running.sgml
412 expand_content_files = 
413
414 # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
415 # Only needed if you are using gtkdoc-scangobj to dynamically query widget
416 # signals and properties.
417 # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
418 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
419 GTKDOC_CFLAGS = 
420 GTKDOC_LIBS = $(top_builddir)/src/libharfbuzz.la $(am__append_2)
421 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
422 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
423 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
424 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
425 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = 
426 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute
427
428 # We set GPATH here; this gives us semantics for GNU make
429 # which are more like other make's VPATH, when it comes to
430 # whether a source that is a target of one rule is then
431 # searched for in VPATH/GPATH.
432 #
433 GPATH = $(srcdir)
434 TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
435 SETUP_FILES = \
436         $(content_files)                \
437         $(expand_content_files)         \
438         $(DOC_MAIN_SGML_FILE)           \
439         $(DOC_MODULE)-sections.txt      \
440         $(DOC_MODULE)-overrides.txt
441
442
443 # This includes the standard gtk-doc make rules, copied by gtkdocize.
444
445 # Other files to distribute
446 # e.g. EXTRA_DIST += version.xml.in
447 EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) version.xml.in
448 DOC_STAMPS = setup-build.stamp scan-build.stamp sgml-build.stamp \
449         html-build.stamp pdf-build.stamp \
450         sgml.stamp html.stamp pdf.stamp
451
452 SCANOBJ_FILES = \
453         $(DOC_MODULE).args       \
454         $(DOC_MODULE).hierarchy  \
455         $(DOC_MODULE).interfaces \
456         $(DOC_MODULE).prerequisites \
457         $(DOC_MODULE).signals
458
459 REPORT_FILES = \
460         $(DOC_MODULE)-undocumented.txt \
461         $(DOC_MODULE)-undeclared.txt \
462         $(DOC_MODULE)-unused.txt
463
464 CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) gtkdoc-check.test
465 @GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = 
466 @GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
467 @GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = 
468 @GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
469
470 #### setup ####
471 GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V))
472 GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY))
473 GTK_DOC_V_SETUP_0 = @echo "  DOC   Preparing build";
474
475 #### scan ####
476 GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V))
477 GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY))
478 GTK_DOC_V_SCAN_0 = @echo "  DOC   Scanning header files";
479 GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
480 GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
481 GTK_DOC_V_INTROSPECT_0 = @echo "  DOC   Introspecting gobjects";
482
483 #### xml ####
484 GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
485 GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
486 GTK_DOC_V_XML_0 = @echo "  DOC   Building XML";
487
488 #### html ####
489 GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V))
490 GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY))
491 GTK_DOC_V_HTML_0 = @echo "  DOC   Building HTML";
492 GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V))
493 GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
494 GTK_DOC_V_XREF_0 = @echo "  DOC   Fixing cross-references";
495
496 #### pdf ####
497 GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V))
498 GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
499 GTK_DOC_V_PDF_0 = @echo "  DOC   Building PDF";
500
501 # Files not to distribute
502 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
503 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
504 #DISTCLEANFILES +=
505
506 # Comment this out if you don't want 'make check' to test you doc status
507 # and run some sanity checks
508 @ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = cd $(srcdir) && \
509 @ENABLE_GTK_DOC_TRUE@  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
510 @ENABLE_GTK_DOC_TRUE@  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
511
512 all: all-am
513
514 .SUFFIXES:
515 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps)
516         @for dep in $?; do \
517           case '$(am__configure_deps)' in \
518             *$$dep*) \
519               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
520                 && { if test -f $@; then exit 0; else break; fi; }; \
521               exit 1;; \
522           esac; \
523         done; \
524         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits docs/Makefile'; \
525         $(am__cd) $(top_srcdir) && \
526           $(AUTOMAKE) --gnits docs/Makefile
527 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
528         @case '$?' in \
529           *config.status*) \
530             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
531           *) \
532             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
533             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
534         esac;
535 $(top_srcdir)/gtk-doc.make $(am__empty):
536
537 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
538         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539
540 $(top_srcdir)/configure:  $(am__configure_deps)
541         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
543         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
544 $(am__aclocal_m4_deps):
545 version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
546         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
547
548 mostlyclean-libtool:
549         -rm -f *.lo
550
551 clean-libtool:
552         -rm -rf .libs _libs
553 tags TAGS:
554
555 ctags CTAGS:
556
557 cscope cscopelist:
558
559
560 distdir: $(DISTFILES)
561         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
562         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563         list='$(DISTFILES)'; \
564           dist_files=`for file in $$list; do echo $$file; done | \
565           sed -e "s|^$$srcdirstrip/||;t" \
566               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
567         case $$dist_files in \
568           */*) $(MKDIR_P) `echo "$$dist_files" | \
569                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570                            sort -u` ;; \
571         esac; \
572         for file in $$dist_files; do \
573           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
574           if test -d $$d/$$file; then \
575             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
576             if test -d "$(distdir)/$$file"; then \
577               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
578             fi; \
579             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
580               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584           else \
585             test -f "$(distdir)/$$file" \
586             || cp -p $$d/$$file "$(distdir)/$$file" \
587             || exit 1; \
588           fi; \
589         done
590         $(MAKE) $(AM_MAKEFLAGS) \
591           top_distdir="$(top_distdir)" distdir="$(distdir)" \
592           dist-hook
593 check-am: all-am
594 check: check-am
595 @ENABLE_GTK_DOC_FALSE@all-local:
596 all-am: Makefile all-local
597 installdirs:
598 install: install-am
599 install-exec: install-exec-am
600 install-data: install-data-am
601 uninstall: uninstall-am
602
603 install-am: all-am
604         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
605
606 installcheck: installcheck-am
607 install-strip:
608         if test -z '$(STRIP)'; then \
609           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611               install; \
612         else \
613           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
614             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
615             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
616         fi
617 mostlyclean-generic:
618
619 clean-generic:
620         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
621
622 distclean-generic:
623         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
624         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
626 maintainer-clean-generic:
627         @echo "This command is intended for maintainers to use"
628         @echo "it deletes files that may require special tools to rebuild."
629 clean: clean-am
630
631 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
632
633 distclean: distclean-am
634         -rm -f Makefile
635 distclean-am: clean-am distclean-generic distclean-local
636
637 dvi: dvi-am
638
639 dvi-am:
640
641 html: html-am
642
643 html-am:
644
645 info: info-am
646
647 info-am:
648
649 install-data-am: install-data-local
650
651 install-dvi: install-dvi-am
652
653 install-dvi-am:
654
655 install-exec-am:
656
657 install-html: install-html-am
658
659 install-html-am:
660
661 install-info: install-info-am
662
663 install-info-am:
664
665 install-man:
666
667 install-pdf: install-pdf-am
668
669 install-pdf-am:
670
671 install-ps: install-ps-am
672
673 install-ps-am:
674
675 installcheck-am:
676
677 maintainer-clean: maintainer-clean-am
678         -rm -f Makefile
679 maintainer-clean-am: distclean-am maintainer-clean-generic \
680         maintainer-clean-local
681
682 mostlyclean: mostlyclean-am
683
684 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
685
686 pdf: pdf-am
687
688 pdf-am:
689
690 ps: ps-am
691
692 ps-am:
693
694 uninstall-am: uninstall-local
695
696 .MAKE: install-am install-strip
697
698 .PHONY: all all-am all-local check check-am clean clean-generic \
699         clean-libtool clean-local cscopelist-am ctags-am dist-hook \
700         distclean distclean-generic distclean-libtool distclean-local \
701         distdir dvi dvi-am html html-am info info-am install \
702         install-am install-data install-data-am install-data-local \
703         install-dvi install-dvi-am install-exec install-exec-am \
704         install-html install-html-am install-info install-info-am \
705         install-man install-pdf install-pdf-am install-ps \
706         install-ps-am install-strip installcheck installcheck-am \
707         installdirs maintainer-clean maintainer-clean-generic \
708         maintainer-clean-local mostlyclean mostlyclean-generic \
709         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
710         uninstall-am uninstall-local
711
712 .PRECIOUS: Makefile
713
714
715 gtkdoc-check.test: Makefile
716         $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
717                 echo "$(GTKDOC_CHECK_PATH) || exit 1" >> $@; \
718                 chmod +x $@
719
720 all-gtk-doc: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
721 .PHONY: all-gtk-doc
722
723 @ENABLE_GTK_DOC_TRUE@all-local: all-gtk-doc
724
725 docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
726
727 $(REPORT_FILES): sgml-build.stamp
728
729 setup-build.stamp:
730         -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
731             files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
732             if test "x$$files" != "x" ; then \
733                 for file in $$files ; do \
734                     destdir=`dirname $(abs_builddir)/$$file`; \
735                     test -d "$$destdir" || mkdir -p "$$destdir"; \
736                     test -f $(abs_srcdir)/$$file && \
737                         cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
738                 done; \
739             fi; \
740         fi
741         $(AM_V_at)touch setup-build.stamp
742
743 scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB)
744         $(GTK_DOC_V_SCAN)_source_dir='' ; \
745         for i in $(DOC_SOURCE_DIR) ; do \
746             _source_dir="$${_source_dir} --source-dir=$$i" ; \
747         done ; \
748         gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
749         $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
750             scanobj_options=""; \
751             gtkdoc-scangobj 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
752             if test "$$?" = "0"; then \
753                 if test "x$(V)" = "x1"; then \
754                     scanobj_options="--verbose"; \
755                 fi; \
756             fi; \
757             CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \
758             gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \
759         else \
760             for i in $(SCANOBJ_FILES) ; do \
761                 test -f $$i || touch $$i ; \
762             done \
763         fi
764         $(AM_V_at)touch scan-build.stamp
765
766 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
767         @true
768
769 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
770         $(GTK_DOC_V_XML)_source_dir='' ; \
771         for i in $(DOC_SOURCE_DIR) ; do \
772             _source_dir="$${_source_dir} --source-dir=$$i" ; \
773         done ; \
774         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)
775         $(AM_V_at)touch sgml-build.stamp
776
777 sgml.stamp: sgml-build.stamp
778         @true
779
780 xml/gtkdocentities.ent: Makefile
781         $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \
782                 echo "<!ENTITY package \"$(PACKAGE)\">"; \
783                 echo "<!ENTITY package_bugreport \"$(PACKAGE_BUGREPORT)\">"; \
784                 echo "<!ENTITY package_name \"$(PACKAGE_NAME)\">"; \
785                 echo "<!ENTITY package_string \"$(PACKAGE_STRING)\">"; \
786                 echo "<!ENTITY package_tarname \"$(PACKAGE_TARNAME)\">"; \
787                 echo "<!ENTITY package_url \"$(PACKAGE_URL)\">"; \
788                 echo "<!ENTITY package_version \"$(PACKAGE_VERSION)\">"; \
789         ) > $@
790
791 html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
792         $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
793         mkhtml_options=""; \
794         gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
795         if test "$$?" = "0"; then \
796           if test "x$(V)" = "x1"; then \
797             mkhtml_options="$$mkhtml_options --verbose"; \
798           fi; \
799         fi; \
800         gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
801         if test "$$?" = "0"; then \
802           mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \
803         fi; \
804         cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
805         -@test "x$(HTML_IMAGES)" = "x" || \
806         for file in $(HTML_IMAGES) ; do \
807           if test -f $(abs_srcdir)/$$file ; then \
808             cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
809           fi; \
810           if test -f $(abs_builddir)/$$file ; then \
811             cp $(abs_builddir)/$$file $(abs_builddir)/html; \
812           fi; \
813           test -f $$file && cp $$file $(abs_builddir)/html; \
814         done;
815         $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
816         $(AM_V_at)touch html-build.stamp
817
818 pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
819         $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
820         mkpdf_options=""; \
821         gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
822         if test "$$?" = "0"; then \
823           if test "x$(V)" = "x1"; then \
824             mkpdf_options="$$mkpdf_options --verbose"; \
825           fi; \
826         fi; \
827         if test "x$(HTML_IMAGES)" != "x"; then \
828           for img in $(HTML_IMAGES); do \
829             part=`dirname $$img`; \
830             echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \
831             if test $$? != 0; then \
832               mkpdf_options="$$mkpdf_options --imgdir=$$part"; \
833             fi; \
834           done; \
835         fi; \
836         gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
837         $(AM_V_at)touch pdf-build.stamp
838
839 ##############
840
841 clean-local:
842         @rm -f *~ *.bak
843         @rm -rf .libs
844         @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
845           rm -f $(DOC_MODULE).types; \
846         fi
847         @if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
848           rm -f $(DOC_MODULE)-sections.txt; \
849         fi
850
851 distclean-local:
852         @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
853             $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
854         @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
855             rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
856         fi
857
858 maintainer-clean-local:
859         @rm -rf xml html
860
861 install-data-local:
862         @installfiles=`echo $(builddir)/html/*`; \
863         if test "$$installfiles" = '$(builddir)/html/*'; \
864         then echo 1>&2 'Nothing to install' ; \
865         else \
866           if test -n "$(DOC_MODULE_VERSION)"; then \
867             installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
868           else \
869             installdir="$(DESTDIR)$(TARGET_DIR)"; \
870           fi; \
871           $(mkinstalldirs) $${installdir} ; \
872           for i in $$installfiles; do \
873             echo ' $(INSTALL_DATA) '$$i ; \
874             $(INSTALL_DATA) $$i $${installdir}; \
875           done; \
876           if test -n "$(DOC_MODULE_VERSION)"; then \
877             mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
878               $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
879           fi; \
880           $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
881         fi
882
883 uninstall-local:
884         @if test -n "$(DOC_MODULE_VERSION)"; then \
885           installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
886         else \
887           installdir="$(DESTDIR)$(TARGET_DIR)"; \
888         fi; \
889         rm -rf $${installdir}
890
891 #
892 # Require gtk-doc when making dist
893 #
894 @HAVE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
895 @HAVE_GTK_DOC_FALSE@dist-check-gtkdoc:
896 @HAVE_GTK_DOC_FALSE@    @echo "*** gtk-doc is needed to run 'make dist'.         ***"
897 @HAVE_GTK_DOC_FALSE@    @echo "*** gtk-doc was not found when 'configure' ran.   ***"
898 @HAVE_GTK_DOC_FALSE@    @echo "*** please install gtk-doc and rerun 'configure'. ***"
899 @HAVE_GTK_DOC_FALSE@    @false
900
901 dist-hook: dist-check-gtkdoc all-gtk-doc dist-hook-local
902         @mkdir $(distdir)/html
903         @cp ./html/* $(distdir)/html
904         @-cp ./$(DOC_MODULE).pdf $(distdir)/
905         @-cp ./$(DOC_MODULE).types $(distdir)/
906         @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/
907         @cd $(distdir) && rm -f $(DISTCLEANFILES)
908         @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html
909
910 .PHONY : dist-hook-local docs
911 #TESTS = $(GTKDOC_CHECK)
912
913 -include $(top_srcdir)/git.mk
914
915 # Tell versions [3.59,3.63) of GNU make to not export all variables.
916 # Otherwise a system limit (for SysV at least) may be exceeded.
917 .NOEXPORT: