Makefile.in revision d17cd367
1# Makefile.in generated by automake 1.11.1 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 (c) 2010, Oracle and/or its affiliates. All rights reserved. 20# 21# Permission is hereby granted, free of charge, to any person obtaining a 22# copy of this software and associated documentation files (the "Software"), 23# to deal in the Software without restriction, including without limitation 24# the rights to use, copy, modify, merge, publish, distribute, sublicense, 25# and/or sell copies of the Software, and to permit persons to whom the 26# Software is furnished to do so, subject to the following conditions: 27# 28# The above copyright notice and this permission notice (including the next 29# paragraph) shall be included in all copies or substantial portions of the 30# Software. 31# 32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 34# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 35# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 36# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 37# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 38# DEALINGS IN THE SOFTWARE. 39# 40 41VPATH = @srcdir@ 42pkgdatadir = $(datadir)/@PACKAGE@ 43pkgincludedir = $(includedir)/@PACKAGE@ 44pkglibdir = $(libdir)/@PACKAGE@ 45pkglibexecdir = $(libexecdir)/@PACKAGE@ 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 47install_sh_DATA = $(install_sh) -c -m 644 48install_sh_PROGRAM = $(install_sh) -c 49install_sh_SCRIPT = $(install_sh) -c 50INSTALL_HEADER = $(INSTALL_DATA) 51transform = $(program_transform_name) 52NORMAL_INSTALL = : 53PRE_INSTALL = : 54POST_INSTALL = : 55NORMAL_UNINSTALL = : 56PRE_UNINSTALL = : 57POST_UNINSTALL = : 58build_triplet = @build@ 59host_triplet = @host@ 60@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf) 61@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt) 62@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = xorg.css 63subdir = specs 64DIST_COMMON = $(am__dist_doc_DATA_DIST) $(srcdir)/Makefile.am \ 65 $(srcdir)/Makefile.in 66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 67am__aclocal_m4_deps = $(top_srcdir)/configure.ac 68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 69 $(ACLOCAL_M4) 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = $(top_builddir)/config.h 72CONFIG_CLEAN_FILES = 73CONFIG_CLEAN_VPATH_FILES = 74AM_V_GEN = $(am__v_GEN_$(V)) 75am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 76am__v_GEN_0 = @echo " GEN " $@; 77AM_V_at = $(am__v_at_$(V)) 78am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 79am__v_at_0 = @ 80SOURCES = 81DIST_SOURCES = 82am__dist_doc_DATA_DIST = ice.xml 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)$(docdir)" "$(DESTDIR)$(docdir)" 105DATA = $(dist_doc_DATA) $(doc_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@ 141FOP = @FOP@ 142GREP = @GREP@ 143ICE_CFLAGS = @ICE_CFLAGS@ 144ICE_LIBS = @ICE_LIBS@ 145INSTALL = @INSTALL@ 146INSTALL_CMD = @INSTALL_CMD@ 147INSTALL_DATA = @INSTALL_DATA@ 148INSTALL_PROGRAM = @INSTALL_PROGRAM@ 149INSTALL_SCRIPT = @INSTALL_SCRIPT@ 150INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 151LD = @LD@ 152LDFLAGS = @LDFLAGS@ 153LIBOBJS = @LIBOBJS@ 154LIBS = @LIBS@ 155LIBTOOL = @LIBTOOL@ 156LIB_MAN_DIR = @LIB_MAN_DIR@ 157LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 158LINT = @LINT@ 159LINTLIB = @LINTLIB@ 160LINT_FLAGS = @LINT_FLAGS@ 161LIPO = @LIPO@ 162LN_S = @LN_S@ 163LTLIBOBJS = @LTLIBOBJS@ 164MAINT = @MAINT@ 165MAKEINFO = @MAKEINFO@ 166MAN_SUBSTS = @MAN_SUBSTS@ 167MISC_MAN_DIR = @MISC_MAN_DIR@ 168MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 169MKDIR_P = @MKDIR_P@ 170NM = @NM@ 171NMEDIT = @NMEDIT@ 172OBJDUMP = @OBJDUMP@ 173OBJEXT = @OBJEXT@ 174OTOOL = @OTOOL@ 175OTOOL64 = @OTOOL64@ 176PACKAGE = @PACKAGE@ 177PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 178PACKAGE_NAME = @PACKAGE_NAME@ 179PACKAGE_STRING = @PACKAGE_STRING@ 180PACKAGE_TARNAME = @PACKAGE_TARNAME@ 181PACKAGE_URL = @PACKAGE_URL@ 182PACKAGE_VERSION = @PACKAGE_VERSION@ 183PATH_SEPARATOR = @PATH_SEPARATOR@ 184PKG_CONFIG = @PKG_CONFIG@ 185RANLIB = @RANLIB@ 186SED = @SED@ 187SET_MAKE = @SET_MAKE@ 188SHELL = @SHELL@ 189STRIP = @STRIP@ 190STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 191VERSION = @VERSION@ 192XMLTO = @XMLTO@ 193XORG_MAN_PAGE = @XORG_MAN_PAGE@ 194XORG_SGML_PATH = @XORG_SGML_PATH@ 195XSL_STYLESHEET = @XSL_STYLESHEET@ 196XTRANS_CFLAGS = @XTRANS_CFLAGS@ 197XTRANS_LIBS = @XTRANS_LIBS@ 198abs_builddir = @abs_builddir@ 199abs_srcdir = @abs_srcdir@ 200abs_top_builddir = @abs_top_builddir@ 201abs_top_srcdir = @abs_top_srcdir@ 202ac_ct_CC = @ac_ct_CC@ 203ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 204am__include = @am__include@ 205am__leading_dot = @am__leading_dot@ 206am__quote = @am__quote@ 207am__tar = @am__tar@ 208am__untar = @am__untar@ 209bindir = @bindir@ 210build = @build@ 211build_alias = @build_alias@ 212build_cpu = @build_cpu@ 213build_os = @build_os@ 214build_vendor = @build_vendor@ 215builddir = @builddir@ 216datadir = @datadir@ 217datarootdir = @datarootdir@ 218docdir = @docdir@ 219dvidir = @dvidir@ 220exec_prefix = @exec_prefix@ 221host = @host@ 222host_alias = @host_alias@ 223host_cpu = @host_cpu@ 224host_os = @host_os@ 225host_vendor = @host_vendor@ 226htmldir = @htmldir@ 227includedir = @includedir@ 228infodir = @infodir@ 229install_sh = @install_sh@ 230libdir = @libdir@ 231libexecdir = @libexecdir@ 232localedir = @localedir@ 233localstatedir = @localstatedir@ 234lt_ECHO = @lt_ECHO@ 235mandir = @mandir@ 236mkdir_p = @mkdir_p@ 237oldincludedir = @oldincludedir@ 238pdfdir = @pdfdir@ 239prefix = @prefix@ 240program_transform_name = @program_transform_name@ 241psdir = @psdir@ 242sbindir = @sbindir@ 243sharedstatedir = @sharedstatedir@ 244srcdir = @srcdir@ 245sysconfdir = @sysconfdir@ 246target_alias = @target_alias@ 247top_build_prefix = @top_build_prefix@ 248top_builddir = @top_builddir@ 249top_srcdir = @top_srcdir@ 250@ENABLE_SPECS_TRUE@doc_sources = ice.xml 251@ENABLE_SPECS_TRUE@dist_doc_DATA = $(doc_sources) 252@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@doc_DATA = \ 253@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(doc_sources:.xml=.html) \ 254@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_1) \ 255@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_2) \ 256@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_3) 257@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = -m $(XSL_STYLESHEET) 258@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(doc_DATA) 259@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@SUFFIXES = .xml .ps .pdf .txt .html 260all: all-am 261 262.SUFFIXES: 263.SUFFIXES: .xml .ps .pdf .txt .html 264$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 265 @for dep in $?; do \ 266 case '$(am__configure_deps)' in \ 267 *$$dep*) \ 268 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 269 && { if test -f $@; then exit 0; else break; fi; }; \ 270 exit 1;; \ 271 esac; \ 272 done; \ 273 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/Makefile'; \ 274 $(am__cd) $(top_srcdir) && \ 275 $(AUTOMAKE) --foreign specs/Makefile 276.PRECIOUS: Makefile 277Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 278 @case '$?' in \ 279 *config.status*) \ 280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 281 *) \ 282 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 283 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 284 esac; 285 286$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 288 289$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 291$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 293$(am__aclocal_m4_deps): 294 295mostlyclean-libtool: 296 -rm -f *.lo 297 298clean-libtool: 299 -rm -rf .libs _libs 300install-dist_docDATA: $(dist_doc_DATA) 301 @$(NORMAL_INSTALL) 302 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 303 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 304 for p in $$list; do \ 305 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 306 echo "$$d$$p"; \ 307 done | $(am__base_list) | \ 308 while read files; do \ 309 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 310 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 311 done 312 313uninstall-dist_docDATA: 314 @$(NORMAL_UNINSTALL) 315 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 316 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 317 test -n "$$files" || exit 0; \ 318 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ 319 cd "$(DESTDIR)$(docdir)" && rm -f $$files 320install-docDATA: $(doc_DATA) 321 @$(NORMAL_INSTALL) 322 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 323 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 324 for p in $$list; do \ 325 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 326 echo "$$d$$p"; \ 327 done | $(am__base_list) | \ 328 while read files; do \ 329 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 330 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 331 done 332 333uninstall-docDATA: 334 @$(NORMAL_UNINSTALL) 335 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 336 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 337 test -n "$$files" || exit 0; \ 338 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ 339 cd "$(DESTDIR)$(docdir)" && rm -f $$files 340tags: TAGS 341TAGS: 342 343ctags: CTAGS 344CTAGS: 345 346 347distdir: $(DISTFILES) 348 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 349 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 350 list='$(DISTFILES)'; \ 351 dist_files=`for file in $$list; do echo $$file; done | \ 352 sed -e "s|^$$srcdirstrip/||;t" \ 353 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 354 case $$dist_files in \ 355 */*) $(MKDIR_P) `echo "$$dist_files" | \ 356 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 357 sort -u` ;; \ 358 esac; \ 359 for file in $$dist_files; do \ 360 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 361 if test -d $$d/$$file; then \ 362 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 363 if test -d "$(distdir)/$$file"; then \ 364 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 365 fi; \ 366 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 367 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 369 fi; \ 370 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 371 else \ 372 test -f "$(distdir)/$$file" \ 373 || cp -p $$d/$$file "$(distdir)/$$file" \ 374 || exit 1; \ 375 fi; \ 376 done 377check-am: all-am 378check: check-am 379all-am: Makefile $(DATA) 380installdirs: 381 for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docdir)"; do \ 382 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 383 done 384install: install-am 385install-exec: install-exec-am 386install-data: install-data-am 387uninstall: uninstall-am 388 389install-am: all-am 390 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 391 392installcheck: installcheck-am 393install-strip: 394 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 395 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 396 `test -z '$(STRIP)' || \ 397 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 398mostlyclean-generic: 399 400clean-generic: 401 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 402 403distclean-generic: 404 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 405 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 406 407maintainer-clean-generic: 408 @echo "This command is intended for maintainers to use" 409 @echo "it deletes files that may require special tools to rebuild." 410clean: clean-am 411 412clean-am: clean-generic clean-libtool mostlyclean-am 413 414distclean: distclean-am 415 -rm -f Makefile 416distclean-am: clean-am distclean-generic 417 418dvi: dvi-am 419 420dvi-am: 421 422html: html-am 423 424html-am: 425 426info: info-am 427 428info-am: 429 430install-data-am: install-dist_docDATA install-docDATA 431 432install-dvi: install-dvi-am 433 434install-dvi-am: 435 436install-exec-am: 437 438install-html: install-html-am 439 440install-html-am: 441 442install-info: install-info-am 443 444install-info-am: 445 446install-man: 447 448install-pdf: install-pdf-am 449 450install-pdf-am: 451 452install-ps: install-ps-am 453 454install-ps-am: 455 456installcheck-am: 457 458maintainer-clean: maintainer-clean-am 459 -rm -f Makefile 460maintainer-clean-am: distclean-am maintainer-clean-generic 461 462mostlyclean: mostlyclean-am 463 464mostlyclean-am: mostlyclean-generic mostlyclean-libtool 465 466pdf: pdf-am 467 468pdf-am: 469 470ps: ps-am 471 472ps-am: 473 474uninstall-am: uninstall-dist_docDATA uninstall-docDATA 475 476.MAKE: install-am install-strip 477 478.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 479 distclean distclean-generic distclean-libtool distdir dvi \ 480 dvi-am html html-am info info-am install install-am \ 481 install-data install-data-am install-dist_docDATA \ 482 install-docDATA install-dvi install-dvi-am install-exec \ 483 install-exec-am install-html install-html-am install-info \ 484 install-info-am install-man install-pdf install-pdf-am \ 485 install-ps install-ps-am install-strip installcheck \ 486 installcheck-am installdirs maintainer-clean \ 487 maintainer-clean-generic mostlyclean mostlyclean-generic \ 488 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 489 uninstall-dist_docDATA uninstall-docDATA 490 491@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@xorg.css: $(STYLESHEET_SRCDIR)/xorg.css 492@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@ 493 494@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@.xml.txt: 495@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $< 496 497@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@.xml.html: 498@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $< 499 500@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@.xml.pdf: 501@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $< 502 503@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@.xml.ps: 504@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $< 505 506# Tell versions [3.59,3.63) of GNU make to not export all variables. 507# Otherwise a system limit (for SysV at least) may be exceeded. 508.NOEXPORT: 509