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