Makefile.in revision 555991fd
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_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf) 61@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt) 62@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = xorg.css 63subdir = doc 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 = SMlib.xml xsmp.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@ 143INSTALL = @INSTALL@ 144INSTALL_CMD = @INSTALL_CMD@ 145INSTALL_DATA = @INSTALL_DATA@ 146INSTALL_PROGRAM = @INSTALL_PROGRAM@ 147INSTALL_SCRIPT = @INSTALL_SCRIPT@ 148INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 149LD = @LD@ 150LDFLAGS = @LDFLAGS@ 151LIBOBJS = @LIBOBJS@ 152LIBS = @LIBS@ 153LIBTOOL = @LIBTOOL@ 154LIBUUID_CFLAGS = @LIBUUID_CFLAGS@ 155LIBUUID_LIBS = @LIBUUID_LIBS@ 156LIB_MAN_DIR = @LIB_MAN_DIR@ 157LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 158LIPO = @LIPO@ 159LN_S = @LN_S@ 160LTLIBOBJS = @LTLIBOBJS@ 161MAINT = @MAINT@ 162MAKEINFO = @MAKEINFO@ 163MAN_SUBSTS = @MAN_SUBSTS@ 164MISC_MAN_DIR = @MISC_MAN_DIR@ 165MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 166MKDIR_P = @MKDIR_P@ 167NM = @NM@ 168NMEDIT = @NMEDIT@ 169OBJDUMP = @OBJDUMP@ 170OBJEXT = @OBJEXT@ 171OTOOL = @OTOOL@ 172OTOOL64 = @OTOOL64@ 173PACKAGE = @PACKAGE@ 174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 175PACKAGE_NAME = @PACKAGE_NAME@ 176PACKAGE_STRING = @PACKAGE_STRING@ 177PACKAGE_TARNAME = @PACKAGE_TARNAME@ 178PACKAGE_URL = @PACKAGE_URL@ 179PACKAGE_VERSION = @PACKAGE_VERSION@ 180PATH_SEPARATOR = @PATH_SEPARATOR@ 181PKG_CONFIG = @PKG_CONFIG@ 182RANLIB = @RANLIB@ 183SED = @SED@ 184SET_MAKE = @SET_MAKE@ 185SHELL = @SHELL@ 186SM_CFLAGS = @SM_CFLAGS@ 187SM_LIBS = @SM_LIBS@ 188STRIP = @STRIP@ 189STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 190VERSION = @VERSION@ 191XMLTO = @XMLTO@ 192XORG_MAN_PAGE = @XORG_MAN_PAGE@ 193XORG_SGML_PATH = @XORG_SGML_PATH@ 194XSL_STYLESHEET = @XSL_STYLESHEET@ 195XTRANS_CFLAGS = @XTRANS_CFLAGS@ 196XTRANS_LIBS = @XTRANS_LIBS@ 197abs_builddir = @abs_builddir@ 198abs_srcdir = @abs_srcdir@ 199abs_top_builddir = @abs_top_builddir@ 200abs_top_srcdir = @abs_top_srcdir@ 201ac_ct_CC = @ac_ct_CC@ 202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 203am__include = @am__include@ 204am__leading_dot = @am__leading_dot@ 205am__quote = @am__quote@ 206am__tar = @am__tar@ 207am__untar = @am__untar@ 208bindir = @bindir@ 209build = @build@ 210build_alias = @build_alias@ 211build_cpu = @build_cpu@ 212build_os = @build_os@ 213build_vendor = @build_vendor@ 214builddir = @builddir@ 215datadir = @datadir@ 216datarootdir = @datarootdir@ 217docdir = @docdir@ 218dvidir = @dvidir@ 219exec_prefix = @exec_prefix@ 220host = @host@ 221host_alias = @host_alias@ 222host_cpu = @host_cpu@ 223host_os = @host_os@ 224host_vendor = @host_vendor@ 225htmldir = @htmldir@ 226includedir = @includedir@ 227infodir = @infodir@ 228install_sh = @install_sh@ 229libdir = @libdir@ 230libexecdir = @libexecdir@ 231localedir = @localedir@ 232localstatedir = @localstatedir@ 233mandir = @mandir@ 234mkdir_p = @mkdir_p@ 235oldincludedir = @oldincludedir@ 236pdfdir = @pdfdir@ 237prefix = @prefix@ 238program_transform_name = @program_transform_name@ 239psdir = @psdir@ 240sbindir = @sbindir@ 241sharedstatedir = @sharedstatedir@ 242srcdir = @srcdir@ 243sysconfdir = @sysconfdir@ 244target_alias = @target_alias@ 245top_build_prefix = @top_build_prefix@ 246top_builddir = @top_builddir@ 247top_srcdir = @top_srcdir@ 248@ENABLE_DOCS_TRUE@doc_sources = SMlib.xml xsmp.xml 249@ENABLE_DOCS_TRUE@dist_doc_DATA = $(doc_sources) 250@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@doc_DATA = \ 251@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(doc_sources:.xml=.html) \ 252@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_1) \ 253@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_2) \ 254@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_3) 255@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = -m $(XSL_STYLESHEET) 256@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(doc_DATA) 257@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@SUFFIXES = .xml .ps .pdf .txt .html 258all: all-am 259 260.SUFFIXES: 261.SUFFIXES: .xml .ps .pdf .txt .html 262$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 263 @for dep in $?; do \ 264 case '$(am__configure_deps)' in \ 265 *$$dep*) \ 266 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 267 && { if test -f $@; then exit 0; else break; fi; }; \ 268 exit 1;; \ 269 esac; \ 270 done; \ 271 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 272 $(am__cd) $(top_srcdir) && \ 273 $(AUTOMAKE) --foreign doc/Makefile 274.PRECIOUS: Makefile 275Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 276 @case '$?' in \ 277 *config.status*) \ 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 279 *) \ 280 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 281 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 282 esac; 283 284$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 286 287$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 289$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 291$(am__aclocal_m4_deps): 292 293mostlyclean-libtool: 294 -rm -f *.lo 295 296clean-libtool: 297 -rm -rf .libs _libs 298install-dist_docDATA: $(dist_doc_DATA) 299 @$(NORMAL_INSTALL) 300 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 301 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 302 for p in $$list; do \ 303 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 304 echo "$$d$$p"; \ 305 done | $(am__base_list) | \ 306 while read files; do \ 307 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 308 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 309 done 310 311uninstall-dist_docDATA: 312 @$(NORMAL_UNINSTALL) 313 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ 314 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 315 test -n "$$files" || exit 0; \ 316 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ 317 cd "$(DESTDIR)$(docdir)" && rm -f $$files 318install-docDATA: $(doc_DATA) 319 @$(NORMAL_INSTALL) 320 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 321 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 322 for p in $$list; do \ 323 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 324 echo "$$d$$p"; \ 325 done | $(am__base_list) | \ 326 while read files; do \ 327 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 328 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 329 done 330 331uninstall-docDATA: 332 @$(NORMAL_UNINSTALL) 333 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 334 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 335 test -n "$$files" || exit 0; \ 336 echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ 337 cd "$(DESTDIR)$(docdir)" && rm -f $$files 338tags: TAGS 339TAGS: 340 341ctags: CTAGS 342CTAGS: 343 344 345distdir: $(DISTFILES) 346 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 347 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 348 list='$(DISTFILES)'; \ 349 dist_files=`for file in $$list; do echo $$file; done | \ 350 sed -e "s|^$$srcdirstrip/||;t" \ 351 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 352 case $$dist_files in \ 353 */*) $(MKDIR_P) `echo "$$dist_files" | \ 354 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 355 sort -u` ;; \ 356 esac; \ 357 for file in $$dist_files; do \ 358 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 359 if test -d $$d/$$file; then \ 360 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 361 if test -d "$(distdir)/$$file"; then \ 362 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 363 fi; \ 364 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 365 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 366 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 367 fi; \ 368 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 369 else \ 370 test -f "$(distdir)/$$file" \ 371 || cp -p $$d/$$file "$(distdir)/$$file" \ 372 || exit 1; \ 373 fi; \ 374 done 375check-am: all-am 376check: check-am 377all-am: Makefile $(DATA) 378installdirs: 379 for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docdir)"; do \ 380 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 381 done 382install: install-am 383install-exec: install-exec-am 384install-data: install-data-am 385uninstall: uninstall-am 386 387install-am: all-am 388 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 389 390installcheck: installcheck-am 391install-strip: 392 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 393 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 394 `test -z '$(STRIP)' || \ 395 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 396mostlyclean-generic: 397 398clean-generic: 399 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 400 401distclean-generic: 402 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 403 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 404 405maintainer-clean-generic: 406 @echo "This command is intended for maintainers to use" 407 @echo "it deletes files that may require special tools to rebuild." 408clean: clean-am 409 410clean-am: clean-generic clean-libtool mostlyclean-am 411 412distclean: distclean-am 413 -rm -f Makefile 414distclean-am: clean-am distclean-generic 415 416dvi: dvi-am 417 418dvi-am: 419 420html: html-am 421 422html-am: 423 424info: info-am 425 426info-am: 427 428install-data-am: install-dist_docDATA install-docDATA 429 430install-dvi: install-dvi-am 431 432install-dvi-am: 433 434install-exec-am: 435 436install-html: install-html-am 437 438install-html-am: 439 440install-info: install-info-am 441 442install-info-am: 443 444install-man: 445 446install-pdf: install-pdf-am 447 448install-pdf-am: 449 450install-ps: install-ps-am 451 452install-ps-am: 453 454installcheck-am: 455 456maintainer-clean: maintainer-clean-am 457 -rm -f Makefile 458maintainer-clean-am: distclean-am maintainer-clean-generic 459 460mostlyclean: mostlyclean-am 461 462mostlyclean-am: mostlyclean-generic mostlyclean-libtool 463 464pdf: pdf-am 465 466pdf-am: 467 468ps: ps-am 469 470ps-am: 471 472uninstall-am: uninstall-dist_docDATA uninstall-docDATA 473 474.MAKE: install-am install-strip 475 476.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 477 distclean distclean-generic distclean-libtool distdir dvi \ 478 dvi-am html html-am info info-am install install-am \ 479 install-data install-data-am install-dist_docDATA \ 480 install-docDATA install-dvi install-dvi-am install-exec \ 481 install-exec-am install-html install-html-am install-info \ 482 install-info-am install-man install-pdf install-pdf-am \ 483 install-ps install-ps-am install-strip installcheck \ 484 installcheck-am installdirs maintainer-clean \ 485 maintainer-clean-generic mostlyclean mostlyclean-generic \ 486 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 487 uninstall-dist_docDATA uninstall-docDATA 488 489@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@xorg.css: $(STYLESHEET_SRCDIR)/xorg.css 490@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@ 491 492@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.txt: 493@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $< 494 495@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.html: 496@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $< 497 498@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.pdf: 499@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $< 500 501@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.ps: 502@ENABLE_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $< 503 504# Tell versions [3.59,3.63) of GNU make to not export all variables. 505# Otherwise a system limit (for SysV at least) may be exceeded. 506.NOEXPORT: 507