Makefile.in revision ea133fd7
1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation. 26# 27# The above copyright notice and this permission notice shall be included 28# in all copies or substantial portions of the Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 34# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 35# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36# OTHER DEALINGS IN THE SOFTWARE. 37# 38# Except as contained in this notice, the name of the copyright holders shall 39# not be used in advertising or otherwise to promote the sale, use or 40# other dealings in this Software without prior written authorization 41# from the copyright holders. 42# 43 44VPATH = @srcdir@ 45pkgdatadir = $(datadir)/@PACKAGE@ 46pkgincludedir = $(includedir)/@PACKAGE@ 47pkglibdir = $(libdir)/@PACKAGE@ 48pkglibexecdir = $(libexecdir)/@PACKAGE@ 49am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 50install_sh_DATA = $(install_sh) -c -m 644 51install_sh_PROGRAM = $(install_sh) -c 52install_sh_SCRIPT = $(install_sh) -c 53INSTALL_HEADER = $(INSTALL_DATA) 54transform = $(program_transform_name) 55NORMAL_INSTALL = : 56PRE_INSTALL = : 57POST_INSTALL = : 58NORMAL_UNINSTALL = : 59PRE_UNINSTALL = : 60POST_UNINSTALL = : 61build_triplet = @build@ 62host_triplet = @host@ 63@HAVE_XMLTO_TRUE@am__append_1 = x.tmp 64@HAVE_XMLTO_TRUE@am__append_2 = x.stamp 65subdir = man 66DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 67ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 68am__aclocal_m4_deps = $(top_srcdir)/configure.ac 69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 70 $(ACLOCAL_M4) 71mkinstalldirs = $(install_sh) -d 72CONFIG_HEADER = $(top_builddir)/config.h 73CONFIG_CLEAN_FILES = 74CONFIG_CLEAN_VPATH_FILES = 75AM_V_GEN = $(am__v_GEN_$(V)) 76am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 77am__v_GEN_0 = @echo " GEN " $@; 78AM_V_at = $(am__v_at_$(V)) 79am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 80am__v_at_0 = @ 81SOURCES = 82DIST_SOURCES = 83am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 84am__vpath_adj = case $$p in \ 85 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 86 *) f=$$p;; \ 87 esac; 88am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 89am__install_max = 40 90am__nobase_strip_setup = \ 91 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 92am__nobase_strip = \ 93 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 94am__nobase_list = $(am__nobase_strip_setup); \ 95 for p in $$list; do echo "$$p $$p"; done | \ 96 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 97 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 98 if (++n[$$2] == $(am__install_max)) \ 99 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 100 END { for (dir in files) print dir, files[dir] }' 101am__base_list = \ 102 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 103 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 104am__installdirs = "$(DESTDIR)$(libmandir)" 105DATA = $(libman_DATA) 106DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 107ACLOCAL = @ACLOCAL@ 108ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 109ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 110AMTAR = @AMTAR@ 111AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 112APP_MAN_DIR = @APP_MAN_DIR@ 113APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 114AR = @AR@ 115AUTOCONF = @AUTOCONF@ 116AUTOHEADER = @AUTOHEADER@ 117AUTOMAKE = @AUTOMAKE@ 118AWK = @AWK@ 119CC = @CC@ 120CCDEPMODE = @CCDEPMODE@ 121CFLAGS = @CFLAGS@ 122CHANGELOG_CMD = @CHANGELOG_CMD@ 123CPP = @CPP@ 124CPPFLAGS = @CPPFLAGS@ 125CWARNFLAGS = @CWARNFLAGS@ 126CYGPATH_W = @CYGPATH_W@ 127DEFS = @DEFS@ 128DEPDIR = @DEPDIR@ 129DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 130DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 131DSYMUTIL = @DSYMUTIL@ 132DUMPBIN = @DUMPBIN@ 133ECHO_C = @ECHO_C@ 134ECHO_N = @ECHO_N@ 135ECHO_T = @ECHO_T@ 136EGREP = @EGREP@ 137EXEEXT = @EXEEXT@ 138FGREP = @FGREP@ 139FILE_MAN_DIR = @FILE_MAN_DIR@ 140FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 141GREP = @GREP@ 142INSTALL = @INSTALL@ 143INSTALL_DATA = @INSTALL_DATA@ 144INSTALL_PROGRAM = @INSTALL_PROGRAM@ 145INSTALL_SCRIPT = @INSTALL_SCRIPT@ 146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 147LD = @LD@ 148LDFLAGS = @LDFLAGS@ 149LIBOBJS = @LIBOBJS@ 150LIBS = @LIBS@ 151LIBTOOL = @LIBTOOL@ 152LIB_MAN_DIR = @LIB_MAN_DIR@ 153LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 154LINT = @LINT@ 155LINTLIB = @LINTLIB@ 156LINT_FLAGS = @LINT_FLAGS@ 157LIPO = @LIPO@ 158LN_S = @LN_S@ 159LTLIBOBJS = @LTLIBOBJS@ 160MAINT = @MAINT@ 161MAKEINFO = @MAKEINFO@ 162MISC_MAN_DIR = @MISC_MAN_DIR@ 163MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 164MKDIR_P = @MKDIR_P@ 165NM = @NM@ 166NMEDIT = @NMEDIT@ 167OBJDUMP = @OBJDUMP@ 168OBJEXT = @OBJEXT@ 169OTOOL = @OTOOL@ 170OTOOL64 = @OTOOL64@ 171PACKAGE = @PACKAGE@ 172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 173PACKAGE_NAME = @PACKAGE_NAME@ 174PACKAGE_STRING = @PACKAGE_STRING@ 175PACKAGE_TARNAME = @PACKAGE_TARNAME@ 176PACKAGE_VERSION = @PACKAGE_VERSION@ 177PATH_SEPARATOR = @PATH_SEPARATOR@ 178PKG_CONFIG = @PKG_CONFIG@ 179RANLIB = @RANLIB@ 180SED = sed 181SET_MAKE = @SET_MAKE@ 182SHELL = @SHELL@ 183STRIP = @STRIP@ 184VERSION = @VERSION@ 185XMLTO = @XMLTO@ 186XTST_CFLAGS = @XTST_CFLAGS@ 187XTST_LIBS = @XTST_LIBS@ 188abs_builddir = @abs_builddir@ 189abs_srcdir = @abs_srcdir@ 190abs_top_builddir = @abs_top_builddir@ 191abs_top_srcdir = @abs_top_srcdir@ 192ac_ct_CC = @ac_ct_CC@ 193ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 194am__include = @am__include@ 195am__leading_dot = @am__leading_dot@ 196am__quote = @am__quote@ 197am__tar = @am__tar@ 198am__untar = @am__untar@ 199bindir = @bindir@ 200build = @build@ 201build_alias = @build_alias@ 202build_cpu = @build_cpu@ 203build_os = @build_os@ 204build_vendor = @build_vendor@ 205builddir = @builddir@ 206datadir = @datadir@ 207datarootdir = @datarootdir@ 208distcleancheck_listfiles = @distcleancheck_listfiles@ 209docdir = @docdir@ 210dvidir = @dvidir@ 211exec_prefix = @exec_prefix@ 212host = @host@ 213host_alias = @host_alias@ 214host_cpu = @host_cpu@ 215host_os = @host_os@ 216host_vendor = @host_vendor@ 217htmldir = @htmldir@ 218includedir = @includedir@ 219infodir = @infodir@ 220install_sh = @install_sh@ 221libdir = @libdir@ 222libexecdir = @libexecdir@ 223localedir = @localedir@ 224localstatedir = @localstatedir@ 225lt_ECHO = @lt_ECHO@ 226mandir = @mandir@ 227mkdir_p = @mkdir_p@ 228oldincludedir = @oldincludedir@ 229pdfdir = @pdfdir@ 230prefix = @prefix@ 231program_transform_name = @program_transform_name@ 232psdir = @psdir@ 233sbindir = @sbindir@ 234sharedstatedir = @sharedstatedir@ 235srcdir = @srcdir@ 236sysconfdir = @sysconfdir@ 237target_alias = @target_alias@ 238top_build_prefix = @top_build_prefix@ 239top_builddir = @top_builddir@ 240top_srcdir = @top_srcdir@ 241libmandir = $(LIB_MAN_DIR) 242LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%) 243libman_xml = XTest.xml 244libman_PRE = \ 245 XTestQueryExtension.man \ 246 XTestCompareCursorWithWindow.man \ 247 XTestCompareCurrentCursorWithWindow.man \ 248 XTestFakeKeyEvent.man \ 249 XTestFakeButtonEvent.man \ 250 XTestFakeMotionEvent.man \ 251 XTestFakeRelativeMotionEvent.man \ 252 XTestGrabControl.man \ 253 XTestSetGContextOfGC.man \ 254 XTestSetVisualIDOfVisual.man \ 255 XTestDiscard.man 256 257EXTRA_DIST = $(libman_PRE) $(libman_xml) x.stamp 258CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) $(am__append_1) 259MAINTAINERCLEANFILES = $(libman_PRE) $(am__append_2) 260@HAVE_XMLTO_TRUE@libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 261 262# Strings to replace in man pages 263XORGRELSTRING = @PACKAGE_STRING@ 264XORGMANNAME = X Version 11 265MAN_SUBSTS = \ 266 -e 's/__xorgversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' \ 267 -e 's/__xservername__/Xorg/g' \ 268 -e 's/__xconfigfile__/xorg.conf/g' \ 269 -e 's/__appmansuffix__/$(APP_MAN_SUFFIX)/g' \ 270 -e 's/__libmansuffix__/$(LIB_MAN_SUFFIX)/g' \ 271 -e 's/__filemansuffix__/$(FILE_MAN_SUFFIX)/g' 272 273SUFFIXES = .$(LIB_MAN_SUFFIX) .man 274all: all-am 275 276.SUFFIXES: 277.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 278$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 279 @for dep in $?; do \ 280 case '$(am__configure_deps)' in \ 281 *$$dep*) \ 282 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 283 && { if test -f $@; then exit 0; else break; fi; }; \ 284 exit 1;; \ 285 esac; \ 286 done; \ 287 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ 288 $(am__cd) $(top_srcdir) && \ 289 $(AUTOMAKE) --gnu man/Makefile 290.PRECIOUS: Makefile 291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 292 @case '$?' in \ 293 *config.status*) \ 294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 295 *) \ 296 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 297 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 298 esac; 299 300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 302 303$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 305$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 307$(am__aclocal_m4_deps): 308 309mostlyclean-libtool: 310 -rm -f *.lo 311 312clean-libtool: 313 -rm -rf .libs _libs 314install-libmanDATA: $(libman_DATA) 315 @$(NORMAL_INSTALL) 316 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 317 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 318 for p in $$list; do \ 319 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 320 echo "$$d$$p"; \ 321 done | $(am__base_list) | \ 322 while read files; do \ 323 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 324 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 325 done 326 327uninstall-libmanDATA: 328 @$(NORMAL_UNINSTALL) 329 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 330 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 331 test -n "$$files" || exit 0; \ 332 echo " ( cd '$(DESTDIR)$(libmandir)' && rm -f" $$files ")"; \ 333 cd "$(DESTDIR)$(libmandir)" && rm -f $$files 334tags: TAGS 335TAGS: 336 337ctags: CTAGS 338CTAGS: 339 340 341distdir: $(DISTFILES) 342 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 343 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 344 list='$(DISTFILES)'; \ 345 dist_files=`for file in $$list; do echo $$file; done | \ 346 sed -e "s|^$$srcdirstrip/||;t" \ 347 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 348 case $$dist_files in \ 349 */*) $(MKDIR_P) `echo "$$dist_files" | \ 350 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 351 sort -u` ;; \ 352 esac; \ 353 for file in $$dist_files; do \ 354 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 355 if test -d $$d/$$file; then \ 356 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 357 if test -d "$(distdir)/$$file"; then \ 358 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 359 fi; \ 360 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 361 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 362 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 363 fi; \ 364 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 365 else \ 366 test -f "$(distdir)/$$file" \ 367 || cp -p $$d/$$file "$(distdir)/$$file" \ 368 || exit 1; \ 369 fi; \ 370 done 371check-am: all-am 372check: check-am 373all-am: Makefile $(DATA) 374installdirs: 375 for dir in "$(DESTDIR)$(libmandir)"; do \ 376 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 377 done 378install: install-am 379install-exec: install-exec-am 380install-data: install-data-am 381uninstall: uninstall-am 382 383install-am: all-am 384 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 385 386installcheck: installcheck-am 387install-strip: 388 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 389 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 390 `test -z '$(STRIP)' || \ 391 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 392mostlyclean-generic: 393 394clean-generic: 395 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 396 397distclean-generic: 398 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 399 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 400 401maintainer-clean-generic: 402 @echo "This command is intended for maintainers to use" 403 @echo "it deletes files that may require special tools to rebuild." 404 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 405clean: clean-am 406 407clean-am: clean-generic clean-libtool mostlyclean-am 408 409distclean: distclean-am 410 -rm -f Makefile 411distclean-am: clean-am distclean-generic 412 413dvi: dvi-am 414 415dvi-am: 416 417html: html-am 418 419html-am: 420 421info: info-am 422 423info-am: 424 425install-data-am: install-libmanDATA 426 427install-dvi: install-dvi-am 428 429install-dvi-am: 430 431install-exec-am: 432 433install-html: install-html-am 434 435install-html-am: 436 437install-info: install-info-am 438 439install-info-am: 440 441install-man: 442 443install-pdf: install-pdf-am 444 445install-pdf-am: 446 447install-ps: install-ps-am 448 449install-ps-am: 450 451installcheck-am: 452 453maintainer-clean: maintainer-clean-am 454 -rm -f Makefile 455maintainer-clean-am: distclean-am maintainer-clean-generic 456 457mostlyclean: mostlyclean-am 458 459mostlyclean-am: mostlyclean-generic mostlyclean-libtool 460 461pdf: pdf-am 462 463pdf-am: 464 465ps: ps-am 466 467ps-am: 468 469uninstall-am: uninstall-libmanDATA 470 471.MAKE: install-am install-strip 472 473.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 474 distclean distclean-generic distclean-libtool distdir dvi \ 475 dvi-am html html-am info info-am install install-am \ 476 install-data install-data-am install-dvi install-dvi-am \ 477 install-exec install-exec-am install-html install-html-am \ 478 install-info install-info-am install-libmanDATA install-man \ 479 install-pdf install-pdf-am install-ps install-ps-am \ 480 install-strip installcheck installcheck-am installdirs \ 481 maintainer-clean maintainer-clean-generic mostlyclean \ 482 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 483 uninstall uninstall-am uninstall-libmanDATA 484 485 486.man.$(LIB_MAN_SUFFIX): 487 sed $(MAN_SUBSTS) < $< > $@ 488 489# This is ugly, but handling of tools with multiple outputs in make is a 490# huge PITA. The commands below are taken from the automake manual: 491# http://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs 492@HAVE_XMLTO_TRUE@x.stamp: $(libman_xml) 493@HAVE_XMLTO_TRUE@ @rm -f x.tmp 494@HAVE_XMLTO_TRUE@ @touch x.tmp 495@HAVE_XMLTO_TRUE@ $(XMLTO) man $^ 496@HAVE_XMLTO_TRUE@ @for man in $(libman_PRE); do \ 497@HAVE_XMLTO_TRUE@ out=`echo $$man | sed 's/\.man/.__libmansuffix__/'`; \ 498@HAVE_XMLTO_TRUE@ echo mv -f $$out $$man; \ 499@HAVE_XMLTO_TRUE@ mv -f $$out $$man || exit 1; \ 500@HAVE_XMLTO_TRUE@ done 501@HAVE_XMLTO_TRUE@ @mv -f x.tmp $@ 502@HAVE_XMLTO_TRUE@$(libman_PRE): x.stamp 503@HAVE_XMLTO_TRUE@ @if test -f $@; then :; else \ 504@HAVE_XMLTO_TRUE@ rm -f $<; \ 505@HAVE_XMLTO_TRUE@ $(MAKE) $(AM_MAKEFLAGS) $<; \ 506@HAVE_XMLTO_TRUE@ fi 507 508# Tell versions [3.59,3.63) of GNU make to not export all variables. 509# Otherwise a system limit (for SysV at least) may be exceeded. 510.NOEXPORT: 511