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