Makefile.in revision 30f8ce46
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_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf) 61@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt) 62@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = xorg.css 63subdir = doc 64DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 66am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 67 $(top_srcdir)/configure.ac 68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 69 $(ACLOCAL_M4) 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = $(top_builddir)/xfs-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 = 82DATA = $(noinst_DATA) 83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 84ACLOCAL = @ACLOCAL@ 85ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 86ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 87AMTAR = @AMTAR@ 88AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 89APP_MAN_DIR = @APP_MAN_DIR@ 90APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 91AUTOCONF = @AUTOCONF@ 92AUTOHEADER = @AUTOHEADER@ 93AUTOMAKE = @AUTOMAKE@ 94AWK = @AWK@ 95CC = @CC@ 96CCDEPMODE = @CCDEPMODE@ 97CFLAGS = @CFLAGS@ 98CHANGELOG_CMD = @CHANGELOG_CMD@ 99CONFIG_FILE_DESC = @CONFIG_FILE_DESC@ 100CONFIG_FILE_PATH = @CONFIG_FILE_PATH@ 101CPP = @CPP@ 102CPPFLAGS = @CPPFLAGS@ 103CWARNFLAGS = @CWARNFLAGS@ 104CYGPATH_W = @CYGPATH_W@ 105DEFAULT_CONFIG_FILE = @DEFAULT_CONFIG_FILE@ 106DEFS = @DEFS@ 107DEPDIR = @DEPDIR@ 108DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 109DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 110ECHO_C = @ECHO_C@ 111ECHO_N = @ECHO_N@ 112ECHO_T = @ECHO_T@ 113EGREP = @EGREP@ 114EXEEXT = @EXEEXT@ 115FILE_MAN_DIR = @FILE_MAN_DIR@ 116FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 117FONTPATH = @FONTPATH@ 118FONTROOTDIR = @FONTROOTDIR@ 119FOP = @FOP@ 120GREP = @GREP@ 121INSTALL = @INSTALL@ 122INSTALL_CMD = @INSTALL_CMD@ 123INSTALL_DATA = @INSTALL_DATA@ 124INSTALL_PROGRAM = @INSTALL_PROGRAM@ 125INSTALL_SCRIPT = @INSTALL_SCRIPT@ 126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 127LDFLAGS = @LDFLAGS@ 128LIBOBJS = @LIBOBJS@ 129LIBS = @LIBS@ 130LIB_MAN_DIR = @LIB_MAN_DIR@ 131LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 132LINT = @LINT@ 133LINT_FLAGS = @LINT_FLAGS@ 134LTLIBOBJS = @LTLIBOBJS@ 135MAINT = @MAINT@ 136MAKEINFO = @MAKEINFO@ 137MAN_SUBSTS = @MAN_SUBSTS@ 138MISC_MAN_DIR = @MISC_MAN_DIR@ 139MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 140MKDIR_P = @MKDIR_P@ 141OBJEXT = @OBJEXT@ 142PACKAGE = @PACKAGE@ 143PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 144PACKAGE_NAME = @PACKAGE_NAME@ 145PACKAGE_STRING = @PACKAGE_STRING@ 146PACKAGE_TARNAME = @PACKAGE_TARNAME@ 147PACKAGE_URL = @PACKAGE_URL@ 148PACKAGE_VERSION = @PACKAGE_VERSION@ 149PATH_SEPARATOR = @PATH_SEPARATOR@ 150PKG_CONFIG = @PKG_CONFIG@ 151SED = @SED@ 152SET_MAKE = @SET_MAKE@ 153SHELL = @SHELL@ 154STRIP = @STRIP@ 155STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 156VERSION = @VERSION@ 157XFS_CFLAGS = @XFS_CFLAGS@ 158XFS_LIBS = @XFS_LIBS@ 159XMLTO = @XMLTO@ 160XORG_MAN_PAGE = @XORG_MAN_PAGE@ 161XORG_SGML_PATH = @XORG_SGML_PATH@ 162XSL_STYLESHEET = @XSL_STYLESHEET@ 163abs_builddir = @abs_builddir@ 164abs_srcdir = @abs_srcdir@ 165abs_top_builddir = @abs_top_builddir@ 166abs_top_srcdir = @abs_top_srcdir@ 167ac_ct_CC = @ac_ct_CC@ 168am__include = @am__include@ 169am__leading_dot = @am__leading_dot@ 170am__quote = @am__quote@ 171am__tar = @am__tar@ 172am__untar = @am__untar@ 173bindir = @bindir@ 174build = @build@ 175build_alias = @build_alias@ 176build_cpu = @build_cpu@ 177build_os = @build_os@ 178build_vendor = @build_vendor@ 179builddir = @builddir@ 180datadir = @datadir@ 181datarootdir = @datarootdir@ 182docdir = @docdir@ 183dvidir = @dvidir@ 184exec_prefix = @exec_prefix@ 185host = @host@ 186host_alias = @host_alias@ 187host_cpu = @host_cpu@ 188host_os = @host_os@ 189host_vendor = @host_vendor@ 190htmldir = @htmldir@ 191includedir = @includedir@ 192infodir = @infodir@ 193install_sh = @install_sh@ 194libdir = @libdir@ 195libexecdir = @libexecdir@ 196localedir = @localedir@ 197localstatedir = @localstatedir@ 198mandir = @mandir@ 199mkdir_p = @mkdir_p@ 200oldincludedir = @oldincludedir@ 201pdfdir = @pdfdir@ 202prefix = @prefix@ 203program_transform_name = @program_transform_name@ 204psdir = @psdir@ 205sbindir = @sbindir@ 206sharedstatedir = @sharedstatedir@ 207srcdir = @srcdir@ 208sysconfdir = @sysconfdir@ 209target_alias = @target_alias@ 210top_build_prefix = @top_build_prefix@ 211top_builddir = @top_builddir@ 212top_srcdir = @top_srcdir@ 213 214# Developer documentation - not installed on system 215EXTRA_DIST = xfs-design.xml 216@ENABLE_DEVEL_DOCS_TRUE@doc_sources = xfs-design.xml 217@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA = $(doc_sources:.xml=.html) \ 218@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_1) \ 219@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_2) \ 220@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_3) 221@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = -m $(XSL_STYLESHEET) 222@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA) 223@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@SUFFIXES = .xml .ps .pdf .txt .html 224all: all-am 225 226.SUFFIXES: 227.SUFFIXES: .xml .ps .pdf .txt .html 228$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 229 @for dep in $?; do \ 230 case '$(am__configure_deps)' in \ 231 *$$dep*) \ 232 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 233 && { if test -f $@; then exit 0; else break; fi; }; \ 234 exit 1;; \ 235 esac; \ 236 done; \ 237 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 238 $(am__cd) $(top_srcdir) && \ 239 $(AUTOMAKE) --foreign doc/Makefile 240.PRECIOUS: Makefile 241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 242 @case '$?' in \ 243 *config.status*) \ 244 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 245 *) \ 246 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 247 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 248 esac; 249 250$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 252 253$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 255$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 257$(am__aclocal_m4_deps): 258tags: TAGS 259TAGS: 260 261ctags: CTAGS 262CTAGS: 263 264 265distdir: $(DISTFILES) 266 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 267 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 268 list='$(DISTFILES)'; \ 269 dist_files=`for file in $$list; do echo $$file; done | \ 270 sed -e "s|^$$srcdirstrip/||;t" \ 271 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 272 case $$dist_files in \ 273 */*) $(MKDIR_P) `echo "$$dist_files" | \ 274 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 275 sort -u` ;; \ 276 esac; \ 277 for file in $$dist_files; do \ 278 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 279 if test -d $$d/$$file; then \ 280 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 281 if test -d "$(distdir)/$$file"; then \ 282 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 283 fi; \ 284 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 285 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 286 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 287 fi; \ 288 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 289 else \ 290 test -f "$(distdir)/$$file" \ 291 || cp -p $$d/$$file "$(distdir)/$$file" \ 292 || exit 1; \ 293 fi; \ 294 done 295check-am: all-am 296check: check-am 297all-am: Makefile $(DATA) 298installdirs: 299install: install-am 300install-exec: install-exec-am 301install-data: install-data-am 302uninstall: uninstall-am 303 304install-am: all-am 305 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 306 307installcheck: installcheck-am 308install-strip: 309 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 310 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 311 `test -z '$(STRIP)' || \ 312 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 313mostlyclean-generic: 314 315clean-generic: 316 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 317 318distclean-generic: 319 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 320 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 321 322maintainer-clean-generic: 323 @echo "This command is intended for maintainers to use" 324 @echo "it deletes files that may require special tools to rebuild." 325clean: clean-am 326 327clean-am: clean-generic mostlyclean-am 328 329distclean: distclean-am 330 -rm -f Makefile 331distclean-am: clean-am distclean-generic 332 333dvi: dvi-am 334 335dvi-am: 336 337html: html-am 338 339html-am: 340 341info: info-am 342 343info-am: 344 345install-data-am: 346 347install-dvi: install-dvi-am 348 349install-dvi-am: 350 351install-exec-am: 352 353install-html: install-html-am 354 355install-html-am: 356 357install-info: install-info-am 358 359install-info-am: 360 361install-man: 362 363install-pdf: install-pdf-am 364 365install-pdf-am: 366 367install-ps: install-ps-am 368 369install-ps-am: 370 371installcheck-am: 372 373maintainer-clean: maintainer-clean-am 374 -rm -f Makefile 375maintainer-clean-am: distclean-am maintainer-clean-generic 376 377mostlyclean: mostlyclean-am 378 379mostlyclean-am: mostlyclean-generic 380 381pdf: pdf-am 382 383pdf-am: 384 385ps: ps-am 386 387ps-am: 388 389uninstall-am: 390 391.MAKE: install-am install-strip 392 393.PHONY: all all-am check check-am clean clean-generic distclean \ 394 distclean-generic distdir dvi dvi-am html html-am info info-am \ 395 install install-am install-data install-data-am install-dvi \ 396 install-dvi-am install-exec install-exec-am install-html \ 397 install-html-am install-info install-info-am install-man \ 398 install-pdf install-pdf-am install-ps install-ps-am \ 399 install-strip installcheck installcheck-am installdirs \ 400 maintainer-clean maintainer-clean-generic mostlyclean \ 401 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am 402 403@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@xorg.css: $(STYLESHEET_SRCDIR)/xorg.css 404@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@ 405 406@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.txt: 407@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $< 408 409@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.html: 410@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $< 411 412@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.pdf: 413@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $< 414 415@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@.xml.ps: 416@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $< 417 418# Tell versions [3.59,3.63) of GNU make to not export all variables. 419# Otherwise a system limit (for SysV at least) may be exceeded. 420.NOEXPORT: 421